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…
With the ever growing and ever changing demands on hardware we keep seeing vps's and servers getting bigger and bigger, but this also comes with a price tag. With this,…
To install and configure OpenSSH on a KDE Plasma system, you'll typically use your distribution's package manager. Once installed, you can then configure the server and client settings. Installation: 1. Using your…
Source: https://www.geeksforgeeks.org/vnstat-command-in-linux-with-examples/ vnstat is a command-line tool in Linux that is generally used by system administrators in order to monitor network parameters such as bandwidth consumption or maybe some traffic flowing…
Here's a concise guide to install and configure Samba on Debian to share files with Windows, Linux, or macOS clients over a network. This assumes you're using a recent Debian…
You say you are a newbie. Maybe you got Windows-experiences. If you do not have the packages installed yet, you need to sudo apt-get install zip gzip tar first (or…
Note: The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you…
Do you find yourself as a developer or a hobbyist between web hosts? Are you looking for a little more power or more control but your just not ready to…
Many times we find ourselves wanting to zip up a folder or folders to send somewhere/upload to our website, or something. Well how do we do this? Especially since I…
When setting up a virtual machine using VirtualBox I find myself either just playing with some vm, such as Windows 10/11 or wanting to build a virtual machine I need…
VirtualBox is an open source x86 emulator developed by innotek (bought by Sun, now Oracle) comparable to VMware. A proprietary extra package enhances the base experience, adding things like RDP…
With the ever growing need for high speed, always on computers weather it be for online trading or a central location for your file; or evening running a Windows Server…
This write up assumes that you already have your Windows VPS/Server setup with Windows Server and Internet Information Server (IIS) installed, and your domain already working. Once connected via rdp…