Looking at Docker over the past year or so I decided to install Docker and play with it. However I had troubles finding a simple and correct way to install…
Source: https://www.linuxbabe.com/ubuntu/install-deluge-bittorrent-client-ubuntu-20-04 You can install Deluge BitTorrent daemon on a server and manage the program via the Deluge web interface (You control it in a web browser). Use the following…
ruTorrent is a web-based front-end for the powerful command line-based torrent client “rTorrent.” It allows you to create, upload, and manage all your torrent downloads in one place through a…
You have a new project that requires you to provide a way to distribute several large files or videos but you do not want to use the "free" services as…
Source: https://www.linuxtrainingacademy.com/caddy-load-balancing-tutorial/ Understanding and Implementing Caddy Load Balancing We will be building a load balancer that will accept requests from clients, routes those requests to a web server for processing,…
To enable directory listing for a specific folder on a web server, you can create or edit an .htaccess file within that folder and add the directive Options +Indexes. This tells the server to…
If you have Perl installed on your system With Perl, you can make the replacement from the Unix command line prompt. At the prompt, enter: perl -pi -e 's/old_string/new_string/g' file_pattern…
If you find that WordPress is continually asking for your FTP credentials when you’re trying to install an update, you’re not alone. The error usually looks something like this: Connection…
Run the following command from the terminal to sync files/folders using Rsync with non-standard ssh port. Syntax: # rsync -arvz -e 'ssh -p <port-number>' --progress --delete user@remote-server:/path/to/remote/folder /path/to/local/folder For the…
RequirementsIn recent versions of Windows 10/11 you can enable both an SSH client and server. This post assumes that you have the SSH client enabled and you have generated SSH…
Wget, a command-line utility for retrieving files using HTTP, HTTPS, and FTP protocols, performs SSL certificate validation by default when connecting to HTTPS websites. This validation process involves checking the…