Set recovery model to simple
Short 2 liner to set the recovery mode to simple on all databases: Use master select ‘ALTER DATABASE...
Get SMTP log in Powershell
In powershell (Excahnge Management Shell), use the following command: Get-MessageTrackingLog
Delete old backup files SQL script
The following script deletes .bak files older than 7 days from F:SharesBackup2Disk DECLARE @DeleteDate datetime SET @DeleteDate =...
Corrupt database in Exchange 2003
The following steps can be useful to diagnose or repair an exchange 2003 database that have been corrupted...
NFS Quick howto for CentOS 5
To use NFS successfully, you’ll have to configure the server and the client. In this example, the client...
VSftpd
apt-get install vsftpd edit the VSftpd config at /etc/vsftpd.conf anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 dirmessage_enable=YES xferlog_enable=YES connect_from_port_20=YES xferlog_file=/var/log/vsftpd.log idle_session_timeout=600...
CentOS fibre channel multipath
1. On the machine where you want to setup multipath you first need to find the WWN’s of...
SLURM: A Highly Scalable Resource Manager
SLURM is an open-source resource manager designed for Linux clusters of all sizes. It provides three key functions....