Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 2.51 KB

File metadata and controls

83 lines (45 loc) · 2.51 KB

Arch Linux Server Setup

Config

Console font

pacman -S terminus-font
setfont ter-132n
echo "FONT=ter-132n" >> /etc/vsconsole.conf

wiki

Logs on tty12

wiki: Forward journald to /dev/tty12; Activate console on screen: sudo chvt 2, works from ssh connection.

How To Switch Between TTYs Without Using Function Keys In Linux


Setup

So You Want to Setup Arch Linux Server, Eh?

HowtoForge


Basics

pacman tldr. Pacman has a color option! Uncomment the Color line in /etc/pacman.conf.

Keep A Command Running After You Log Out Of The SSH Session

Search The Arch Wiki Website From Commandline

yay

Startup scripts: here and here plus wiki

Python PIP: yay -S python-pip


Maintenance

Cylon – The Arch Linux Maintenance Program For Newbies

Check Disk Space Usage In Linux Using Ncdu

Network Bandwidth Utilization


Networking

wiki: OpenSSH

Configure Static And Dynamic IP Address In Arch Linux

Which Service Is Listening On A Particular Port

Public IP Address:

curl ipinfo.io/ip
curl eth0.me

Security

Find Vulnerable Packages In Arch Linux


Elixir apps

Quick VPS Setup for Phoenix Web Framework Beginners