ArchLinux - Install rTorrent, Flood and SFTP
A complete tutorial for installing Flood alongside rTorrent, a hardenned Nginx reverse proxy, an SFTP configuration, with all those features using service accounts for a greater global security. Insta
A complete tutorial for installing Flood alongside rTorrent, a hardenned Nginx reverse proxy, an SFTP configuration, with all those features using service accounts for a greater global security. Insta
First of all, this tutorial doesn't prevent you from following the ArchWiki - Installation guide, it is not standalone. Pre-installation# First basic steps# For those first steps, I think you are a bi
First of all, this tutorial doesn't prevent you from following the ArchWiki - Installation guide, it is not standalone. Pre-installation# First basic steps# For those first steps, I think you are a bi
Install the necessary packages# Install openvpn if needed: 1# pacman -S openvpn --needed To prevent DNS leakage you'll need an additional package, for more info see Arch Linux Wiki. Using systemd <
I assume your curl, git, environment variables are already configured to use a proxy. But often gnupg keyservers don't work behind a proxy even if gnupg is configured to use it. The solution is to avo
Before each update, check Archlinux news, there may be special instructions. When updating you system with # pacman -Syu you may sometimes encounter this error: 1234error: could not prepare transactio
Context# I am using KVM, and use/manage my VMs with virt-manager. But I asked myself this question: how can create or revert some snapshot? I'm giving examples for qcow2 disk images and commands are
Install rTorrent, git ang nginx: 1# zypper install rtorrent git nginx Warning: rtorrent package in official openSUSE repository is not compiled with xmlrpc so you won't be able to use it with rutorr
For this exemple, our custom ssh port will be 52222. Edit /etc/ssh/sshd_config: 1# vim /etc/ssh/sshd_config Uncomment Port 22 and change it to Port 52222. Note: You can add several time
Advanced Copy is a mod for the GNU cp and GNU mv tools which adds a progress bar and provides some info on what's going on. It was written by Florian Zwicke and released under the GPL. Original web