ftp
Pure-FTPd vsftpd 500 I won’t open a connection to x.x.x.x (only to y.y.y.y) Ubuntu pure-ftpd reply with unroutable address FTP Clients lftp
Pure-FTPd vsftpd 500 I won’t open a connection to x.x.x.x (only to y.y.y.y) Ubuntu pure-ftpd reply with unroutable address FTP Clients lftp
Install vsftpd on CentOS To install vsftpd in Debian/Ubuntu, run To enable vsftpd start on boot, run Configure vsftpd, edit Add Restart…
Branded Vs Assembed If you build a similar config as branded PC, it usually costs more than a randed PC. With branded…
Create a project using the latest Laravel Create a project using a specific version of Laravel. You can see available Laravel versions…
When doing a database migration on Laravel, I get the following error This is because MariaDB uses a different UTF8 format. To…
To verify if SSL key match with the private Key, run following commands and compare resulting hash, it should match if SSL…
pg_ctl is used to start and stop the PostgreSQL server. To start PostgreSQL, run You can also use stop/restart. Back to PostgreSQL
To install docker on Ubuntu 16.04, run wget -qO- https://get.docker.com/ | sh To run docker commands as your user, run usermod -aG…
Installing doctl on Ubuntu Connect Domain Name to DigitalOcean Droplet. How to install Squid Proxy Server in DigitalOcean VPS How to delete…
Go to https://github.com/digitalocean/doctl/releases Download latest version for linux 64 bit. cd /usr/local/src wget https://github.com/digitalocean/doctl/releases/download/v1.7.2/doctl-1.7.2-linux-amd64.tar.gz tar xvf doctl-1.7.2-linux-amd64.tar.gz rm -f doctl-1.7.2-linux-amd64.tar.gz mv doctl…
To get WHM access from SSH, run whmapi1 create_user_session user=root service=whostmgrd locale=en This is useful when you have SSH key access to…