linux

Enable Passive FTP in ISPConfig

To enable Passive FTP in Debian/Ubuntu installation of ISPConfig, run echo “40110 40210” > /etc/pure-ftpd/conf/PassivePortRange Restart pure-ftpd service pure-ftpd-mysql restart Now open…

vmstat

[root@server70 ~]# vmstat -S M 1 10 procs ———–memory———- —swap– —–io—- –system– —–cpu—– r b swpd free buff cache si so bi…

vgcreate

To Create a volumegroup. vgcreate vg1 /dev/sdd1 /dev/sde1 Example [root@server ~]# vgcreate vg-storage /dev/sdb Volume group “vg-storage” successfully created [root@server ~]# vgdisplay…