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 […]
Tech News And Reviews
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 […]