Technical Stop iptables running on Centos by William Rendell|Published March 19, 2012 At a shell prompt type /etc/init.d/iptables stop This will stop the iptables firewall if running
Published July 21, 2008 Time Keeping in Linux Setting System Time To set the system clock under Linux, use the date command. As an example, to set the current time […]
Published May 3, 2012 Ex2010 – Ex2003 During as SBS2003 migration to SBS2011, while decommissioning the source server (SBS2003) before Exchange 2003 can be removed you will have to remove the […]
Published April 30, 2012 Batch file needs UAC I have a few batch files that run on a schedule, I have found though that they are not running properly? If […]
Published March 31, 2014 Mount a Windows share in Centos 6 mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit the /etc/fstab file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0