Cisco
WSUS Certification (3)
Cisco (1)
Database (3)
Development (2)
Digital Photography (1)
Freeware (2)
General (9)
Linux (2)
MCSE (3)
Microsoft (4)
Network (4)
Oracle (2)
scripting (2)
Security Threats (1)
SEO (1)
Software (2)
Spyware (1)
Training (1)
Utilities (1)
Virus (1)
Web Development (2)
Word Press (1)
WP-Theme (1)
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recent Posts
Using apt-get behind a proxy May 7th, 2012
Edit your /etc/bash.bashrc file as root.
Put these line at the end of your /etc/bash.bashrc file :
export HTTP_PROXY=http://username:password@proxyserver.net:port/ export FTP_PROXY=http://username:password@proxyserver.net:port/
Omit the username:password, if your proxy server has no password.
Install LAMP on Ubuntu/Mint with one command March 18th, 2012
Open terminal and type the command:
sudo apt-get install tasksel
Now to install LAMP, type the taskel command in terminal
sudo tasksel
Find inactive computer accounts July 22nd, 2011
dsquery computer OU=SomeOU,DC=xxx,DC=yyy,DC=zzz -limit 1000 -inactive 6 > inactive.txt
java.lang.NoClassDefFoundError January 2nd, 2011
java.lang.NoClassDefFoundError:
This occurs because the classpath is not setup or referenced correctly.
Executing your program using this command should correct the problem:
java -classpath . helloworld
where helloworld is the name of your compiled class.
This tells java that your classpath is your local directory.
Shut Down WSUS March 2nd, 2010
You can stop the service “Update Services” from the console.
Or from cmd use “net stop wsusservice”
Outlook 2003 Out Of Office Assistant ‘command not available’ June 8th, 2009
To resolve the problem…
- Open Outlook.
- Click on Help menu.
- Click on About Microsoft Office Outlook.
- Click on the Disabled Items button.
You will see a Disabled Items window open, with the following information within it:
The items below were disabled because they prevented Outlook from functioning correctly.
Please note that you may have to restart Outlook for these changes to take place.
Select the ones you wish to re-enable.
If you see “Addin: outex.dll (outex.dll)” listed, click on it to highlight it and then click on the Enable button. Then click on the Close button. Then click on the OK button to close the About Microsoft Office Outlook window.
Remembering Windows 2000 May 28th, 2009
Someone brought me a Windows 2000 PC to clean up. Usual spyware/virus problems. Some crappy program says the PC is infected. If you buy the cleaning program, it will “remove” the infections that it created. Booted into Safe Mode. Installed Spybot and AVG 7.5. Scan and clean. Booted normally. Updated 2000 to the most “current” updates. Ran the SP4 w. update rollup patch. bumped the AVG up to 8.5. Set everything to run nightly scans.
The PC is a P4 w. 512MB RAM and a 40GB hard drive. If you don’t over stress it, W2K runs pretty well.
It is amazing how ancient and archaic Windows 2000 feels. But you know, it is like riding a bicycle…
Recover lost password in XP November 17th, 2008
These links will help you recover the password for a local account in NT/2K/XP/Vista.
http://www.petri.co.il/forgot_administrator_password.htm
http://home.eunet.no/pnordahl/ntpasswd/
Add an icon to your web site with favicon.ico July 2nd, 2008
The custom icons that appear with websites are set using a file called favicon.ico. Â It is a 16×16 or 32×32 icon file that is loaded to the root of your website. Â More info here…
http://msdn.microsoft.com/en-us/library/ms537656(VS.85).aspx
http://www.w3.org/2005/10/howto-favicon
Icon editing freeware here…
Disable Offline File Sync with Group Policy May 5th, 2008
You can disable offline files using Group Policy. Computer Config\Admin Templates\Network\Offline Files
Allow or disallow use of offline files feature: Disabled
Prohibit user config: Enabled
Sync all offline files when logging on: Disabled
Sync all offline files before logging off: Disabled
Sync offline files before suspend: Disabled
Remove ‘Make offline’: Enabled
Prevent use of Offline Files folder: Enabled