Posts

Showing posts from January, 2016
Image
FOLDER WITH NO NAME AND HIDDEN >first create a new folder somewhere on your hard drive >when you name it hold down "Alt" and press "0160" this will create and invisible space so it will apper as if it has no name. >then right click in and select "Properties" select the tab "coustimize" and select "change icon" scroll along and you should a few blank spaces click on any one and click ok when you hav saved the settings the folder will be invisible to hide all your personal files
Image
Misc Linux Tips & Tricks : #1 Speeding up your hard drive Get faster file transfer by using 32-bit transfers on your hard drive Just add the line: hdparm -c3 /dev/hdX to a bootup script. If you use SuSE or other distros based on SYS V, /sbin/init.d/boot.local should work for you. This enables 32-bit transfer on your hard drive. On some systems it can improve transfer performance by 75%. To test your performance gain, type: hdparm -t -T /dev/hdX #2 Protecting yourself from being a spam base Sendmail allows for someone to telnet to port 25 and do an expn (expand) to see what users and aliases are on your machine. Also, vrfy (verify) means someone can get legal e-mail addresses from your box and send spam through your machine. Don't want that, so look in your /etc/sendmail.cf file for a line that looks like this: ############### # Options # ############### Now cut and paste these next few lines below that: # turning off the expand opt