Download a site using SFTP
To download all content of a web site using SFTP, use You may encounter lftp Fatal error: Host key verification failed error…
To download all content of a web site using SFTP, use You may encounter lftp Fatal error: Host key verification failed error…
vShare youtube clone script allow you to start your own video sharing web site. You can get the script from https://serverok.in/vshare To…
Mirroring a site with wgetwget print content to screenwget force IPv4/6 download Download Multiple Files To download multiple files from FTP server,…
To mirror a web site for local viewing, you can use wget –mirror –convert-links –html-extension –wait=2 -o log http://www.domain.com –convert-links = After…
On on Jira Server, when accessing the site get following error JIRA — Internal Server Error Error reference: b64e4876-0fc1-439a-a46d-4a3255a48230 Unable to render…
Edit your pool file vi /etc/php/7.0/fpm/pool.d/www.conf Add catch_workers_output = yes php_flag[display_errors] = on php_admin_value[error_log] = /var/log/fpm-php.www.log php_admin_flag[log_errors] = on if you only…
Remount a file system in rw mode mount -o remount,rw / Mount Windows Share in Linux unknown filesystem type linux_raid_member mount: unknown…
On Ubuntu, install cifs-utils apt-get install cifs-utils First create a directory on which we can mount the windows share mkdir /media/SHARE_NAME Now…
When you run VPS on OVH network behind bridge network, you need to create VMAC for each IP and assign to your…
To resize gcow2 image, run qemu-img resize FILE.qcow2 +10GB To create a gcow2 image, run qemu-img create -f qcow2 -o preallocation=metadata FILE.new…
When connecting to FTP server from a remote server hosted in Microsoft Azure i get error 500 I won’t open a connection…
Tar is a widely used Linux archiving tool—short for “tape archive” that bundles multiple files and directories into a single archive (a…