Questions
Login | Register RSS
Posted on 01/13/2012
Oiling a paper shredder is a pretty straight forward process & for most home/SOHO paper shredders, it should not need to lubed too often. Shredder Lab's blog has a great write-up of how to properly oil a paper shredder... Read More...
Posted on 01/13/2012
If you're like me & use your home/SOHO shredder at least once a week, you will find that over time, it tends to get a little sluggish & paper tends to get more jammed inside the shredder's cutting section. Here is ... Read More...
Posted on 01/11/2012
If you are using a later version of Fedora Linux (such as in Fedora 14), you will find that GUI login to 'root' is no longer allowed from the login screen.  It however is possible to re-enable this. You will either nee... Read More...
Posted on 01/10/2012
I have repaired a many large number of Windows PCs in my time.  With the advent of newer more complex viruses & malware, which dig really deep into the operating system (such as the Antivirus Live, and other rogue/... Read More...
Posted on 01/09/2012
You will need to run these commands as 'root'. This command blocks IP "123.123.123.123" at the firewall. iptables -I INPUT -s 123.123.123.123 -j DROP This command lists all the IPs currently blocked at the firewall iptab... Read More...
Posted on 01/09/2012
WiFi is great when it works, offers you greater flexibility & removes the need of wires getting in the way.  I find it especially useful, when wireless bridges can be used to connect 2 or more physical networks tog... Read More...
Posted on 11/18/2011
If you setup a playlist and found that XMMS only plays a single song and then stops, there is a solution. After upgrading my pretty much vanilla installation to Fedora 16, I ran across this exact problem. There are 2 thing... Read More...
Posted on 08/14/2011
If you are a Linux guru, then you may already be aware of the power of the 'dd' command.  Other then being used to clone drives/partitons, it can also be used to wipe/scrub hard drives & most removal media (such as ... Read More...
Posted on 08/13/2011
To recursively chmod files only, use this command: find /some/folder -type f -exec chmod 644 {} \; This will recursively search your directory tree (starting at directory ‘folder’) and chmod 644 all files only... Read More...
Posted on 08/05/2011
To recursively chmod directories only, use this command: find /some/folder -type d -exec chmod 755 {} \; This will recursively search your directory tree (starting at directory ‘folder’) and chmod 755 all direc... Read More...
« Previous Page Page # 4 of 5 Next Page »