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 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 […]
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 […]
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 […]
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 […]
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 […]
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 […]