If you think google docs is safe and think that once you delete something its off the internet read this. Facebook Comments Box
Tech News And Reviews
Great Security Artical on WPA Weakness
http://wifinetnews.com/archives/2003/11/weakness_in_passphrase_choice_in_wpa_interface.html Great Security Article on Artical on WPA Weakness Facebook Comments Box
Disable Windows Safe Mode
To Disable Safe mode first Go to Start> Run Type regedit and click OK Navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetControlSafeBoot Expand SafeBoot by clicking the + sign and you should see 2 keys with the […]
SMS_SITE_SQL_BACKUP component failed to reinstall
SMS_SITE_SQL_BACKUP component failed to reinstall This problem happens when C:Program FilesMicrosoft Configuration ManagerInstall.MAP file was corrupted. Manually modify it and add the line: FILE to install.map file. BEGIN_COMPONENT_FILELIST BEGIN_DIRECTORY FILE […]
WinDVD Silent Install
Had to deploy WinDVD to a collections of computers this silent string worked the best any other variation just caused problems not during local install but during […]
Scheduling Backups on SQLServer Express
Since Netback Database Client will not backup Microsoft SQL Express. The backup solution I came up with was one .sql file each for full and incremental backup, and […]
SQL Memory Leak Settings Work Around
Microsoft SQL Memory Leak work around. Microsoft SQL is a huge memory resource consumer there is no fix besides add more memory but there is a […]
Configure IM Notifications in System Center Operations Manager 2007
Ever wanted to setup IM notifications in SCOM 2007? Well here are the 6 steps you’ll need tofollow to get this configured: 1. Create the Notification […]
Modify Proc Directory
Here is that command for changing settings in the proc directory. sysctl -w .net.ipv4. = ie sysctl -w .net.ipv4.tcp_keepalive_time=120. This will change the value for […]
Setup Ubuntu VSFTPD Server
First Install VSFTPD Server – sudo apt-get install vsftpd Then Enter VI or Nano to make changes sudo vi /etc/vsftpd.conf or sudo nano /etc/vsftpd.conf Allow local login capability – local_enable=YES […]