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