Category: archlinux

0

How to use ProtonVPN on Arch Linux

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 <

0

ArchLinux - Temporarily resize /tmp partition

Context# tmpfs is a temporary file system that resides in memory and/or swap partition(s). tmpfs is commonly used for /tmp. By default, a tmpfs has its maximum size set to half the total of RAM. Note

0

ArchLinux - Setup an SFTP user for Deluge

Requirement# Deluge is already installed, configured and working. The deluge user looks like: deluge:x:125:125:Deluge user:/srv/deluge:/bin/false. A SSH server is already installed, configured and wor

0

ArchLinux - Setup Deluge to use HTTPS

Stop deluged torrent process: 1systemctl stop deluged.service Go into deluge ssl folder: 1cd /srv/deluge/.config/deluge/ssl Backup or remove the old certificate and key: 1mv daemon.cert daemon.c

0

ArchLinux - Install rTorrent and ruTorrent

Install rTorrent# As rTorrent package is always up-to-date on Arch repository, it's not needed to compile it. Install rtorrent: 1# pacman -S rtorrent Install ruTorrent# Create the web server root d

0

ArchLinux - Install Zsh shell and oh-my-zsh

Install Zsh# Before installing zsh, see what shell is currently being used: 1$ echo $SHELL Install zsh: 1# pacman -S zsh For additional completion definitions, install the zsh-completions package