ISPConfig Find MySQL root password
To find MySQL root password on ISPConfig server, run /usr/local/ispconfig/server/lib/mysql_clientdb.conf
To find MySQL root password on ISPConfig server, run /usr/local/ispconfig/server/lib/mysql_clientdb.conf
Some times when you transfer file to web server, you may need a differnt file permission for files to run in web…
Ubuntu Server 20.04 set static IP with netplan Ubuntu Server 20.04 configure OVH failover IP Configure KVM Bridge Network using netplan Configure…
To find version of hosted Gitlab installation, run gitlab-rake gitlab:env:info Example root@simplegitlab:~# gitlab-rake gitlab:env:info System information System: Ubuntu 16.04 Current User: git…
ISPmanager is a hosting control panel. The price starts at $5 per month for the lite version. To install ISPmanager, run wget…
APCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables. APCu only…
One of my internet provider only provide IPv4 connection. When i run apt install command, it failed with error as it try…
To set tab width in Vim, run To make it permanent, edit ~/.vimrc and add back to vim
On rebooting the CentOS 7 server, changes made to resolv.conf is lost. This is because one of the network interface is configured…
To install Pure-FTPd on CentOS, run yum install -y pure-ftpd Edit configuration file vi /etc/pure-ftpd/pure-ftpd.conf To disable anonymous FTP, find NoAnonymous no…
To install vim from source on the CentOS server, run This will install the latest version of Vim. You can start it…
Oracle Linux come with Ksplice, it allow you to upgrade Kernel with out rebooting. To update kernel, run uptrack-upgrade Example