SSH Too many authentication failures
When i ssh into a server, i get following error root@lab:~# ssh www-data@14.18.58.78 -p 3333 Received disconnect from 14.18.58.78: 2: Too many…
When i ssh into a server, i get following error root@lab:~# ssh www-data@14.18.58.78 -p 3333 Received disconnect from 14.18.58.78: 2: Too many…
scp is secure copy. That is you can copy file between servers over ssh connection. Example For server with ssh on non…
For installing fantastico, run following command on ssh cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz Now Login to…
If you have a server with SSH access, you can use it as sock 5 proxy or for port forwarding with just…
When running man command on a debian server, i get error root@lab:~# man sftp -bash: man: command not found root@lab:~# This is…
Laravel is a popular PHP framework. In this post, I will show how to check laravel version. To find the Laravel Framework…
When working with git, to avoid accidental commit to wrong branch, it will be better if terminal show the branch name you…
To take snapshot of virtual machine in proxmox, click on Virtual Machine, under Snapshots, clikc “Take Snapshot” button. To create snapshot through…
Reverse-DNS/PTR is used by mail servers. It is used to map an IP address to FQDN or hostname. To find Reverse DNS…
Percona Monitoring and Management is an Open Source monitoring software for MySQL, PostgreSQL and MongoDB. https://www.percona.com/software/database-tools/percona-monitoring-and-management It is based on grafana and…