phpmyadmin
If you have installed phpmyadmin and its not loading up, try running the following command:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf
sudo php5enmod mcrypt
sudo service apache2 restart
apache2
To install apache2 webserver
sudo apt-get install apache2
mysql
To install mysql database
sudo apt-get install mysql-server
FTP
sudo apt-get install vsftpd
updates and upgrades
sudo apt-get update
sudo apt-get upgrade
php
sudo apt-get install php5
fail2ban
sudo apt-get install fail2ban
password
sudo passwd
kernel version
sudo uname -a
CPU/RAM info
cat /proc/cpuinfo
cat /proc/meminfo
disk status
df -h
time and date
timeanddatectl
dpkg-reconfigure tzdata
SSH Key
ssh-keygen -t rsa
Folder status
du -h /home
Partition status
df -h
Apache version
apache2 -v
openssl version
openssl version
Server activity
htop