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 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
Published June 15, 2015 Routerboard SNTP Client How to set the NTP client on a Mikrotik router using the Terminal /system ntp client set enabled=yes primary-ntp=###.###.###.### secondary-ntp=###.###.###.### Change the […]
Published February 11, 2026 install Proxmox guest agent in Debaim Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and […]
Published February 17, 2010 Copy a folder using CLI in Linux Copy folder using command line This is an example how to copy a folder using the command line. i.e I want to […]