For some reason the column 'Folder' is showing up in all my windows when viewed in details view. Is there some way I can stop it showing for all windows?
I have a VPS: I set up exim, problem is emails always go in the spam folder.. this is a sample header:
http://pastebin.com/raw.php?i=4NJ2ZaUs
As you can see it PASSes SPF test but still emails don't pass spam filters (I tried with Gmail).. Here's my exim config:
dc_eximconfig_configtype='internet'
dc_other_hostnames='MY_DOMAIN'
dc_local_interfaces=''
dc_readhost='MY_DOMAIN'
dc_relay_domains='MY_DOMAIN'
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='MY_DOMAIN'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
Why does this happen?
I want to enable (display) the Security tab for file/folder properties in Windows XP home editon. I've already seen this question but do not seem to have the 'Use Simple File Sharing' option available to uncheck.
I've also double-checked and the file system is NTFS formatted.
Is this just a limitation of XP home edition, or is there something I can install/hack to get around this?
I installed ssh, but I find if I use my original account to login ubuntu, it have too large permission, and I want to constraint the user only have permission to specific folder in ubuntu, how can I config such a user ?
Thanks in advance !
I have permission to attached a mailbox to my profile. This is a mailbox I share and manage with other people.
When we send from this address, we would like to have the message show up in this mailbox's sent items folder. The current behavior is that the message goes to our primary account's sent items.
I'm using Outlook 2007 but others are using Outlook 2003. This is in an Exchange 2007 environment.
I like how Windows 7 (and Vista) have the convenient 'New Folder' button. Is it possible to have a similar 'New File' button. If it creates a file and then automatically triggers the renaming action so you can rename the file, that would be perfect.
I know it is possible for certain file types to have special actions assigned, but not just for a generic directory.
I have been testing my SMTP setup on IIS6 today. I have created a test.eml file that I palce in my pickup directory and it gets sent out. However, when I put a bad address into the file it is not going into the badmail folder. The file disappears and it seems to be removed from the file system.
Thanks
I installed ssh, but I find if I use my original account to login ubuntu, it have too large permission, and I want to constraint the user only have permission to specific folder in ubuntu, how can I config such a user ?
Thanks in advance !
Hello,
I have to extract a file from commandline with 7zip (or other free zip application) with the next structure:
MAIN_DIR\
---a
---b
---SUBDIR\
---c
I need the output structure to be the same but skipping the first folder so I end with:
---a
---b
---SUBDIR\
---c
Can this be done with 7zip or other free commandline zip extractor?
Thanks in advance.
Hello,
I have to extract a file from commandline with 7zip (or other free zip application) with the next structure:
MAIN_DIR\
---a
---b
---SUBDIR\
---c
I need the output structure to be the same but skipping the first folder so I end with:
---a
---b
---SUBDIR\
---c
Can this be done with 7zip or other free commandline zip extractor?
Thanks in advance.
To delete a file in Finder you have to press CMD+Delete. It then moves the current selection to the root folder of the file you've just deleted. Is there any way to have the selection select the next file in the same directory instead, ala Windows Explorer?
Hello,
I want to enable IIS 6 compression for all of the folders in my application except one; in this one folder, I do some things that fails when IIS 6 compression is enabled...
Any advice? Thanks.
Is there a way to setup a shortcut in Outlook 2007 to move messages to a given folder?
There is a similar question here but it appears the accepted answer doesn't work in Outlook 2007.
I recently typed the command
sudo chmod 777 -R /
after that some things like
sudo -i
are not working normally...
... so I am wondering if there is any way where i could reset the folder permissions to their original state
Thanks in Advance!
My C drive is a small SSD that I don't want to wear out or fill with unnecessary stuff. Is there any harm in moving the temp folder to another drive? I am under the impression that Windows will not need to look for files here, for example, in the case of uninstalls...
Is this the case?
Hi everybody,
I have an issue with a tarball created on a SuSe 10.3 Server version. The .tar file has a size of 6.5 GB but if I untar it under Ubuntu 9.10 the resulting folder only has a size of 1.5 GB.
commands used: tar cvf for packing, tar xvf for unpacking.
Perhaps somebody knows how this can be fixed, would be great,
cheers
I'm trying to find away to create an automator action that puts photos into iPhoto but also adds the hidden tag to them. I've started with the folder action template because I'd like to save the files there and have automator kick off a series of steps that ends with the original image being hidden once I've had the enhancement, re-size, etc steps fire off. The only step I can't figure out is applying the hidden image attribute.
Context: How can I configure a NameCheap domain to point to an Apache subfolder?
Following Devin's answer here I've created a .htaccess file in /var/www and wrote in the following:
RewriteEngine On
RewriteCond !sergiotapia.me
RewriteRule (.*) sergiotapia.me/$1 [QSA]
My folder structure is such:
/var/www/
/var/www/sergiotapia.me
When visiting the URL sergiotapia.me I see the contents of /var/www when I would like to be directly redirected to /var/www/sergiotapia.me
Any ideas?
I just installed SSRS 2008 on a development server and when I connect to it with SQL Management Studio I do not have all of the items in Object Explorer that I had with our SSRS 2005 installation. For example, we are missing the "Home" folder which lists all the reports. When we browse to our /ReportServer URL we can view and run our reports, so I know they are on the server. Does anyone know if this is a permissions issue or something else?