MOC Linux

MOC Technology

This MOC is dedicated to things that relate to

Okay, so terminal is basically the application that enable us to launch shell
And shell, is the application that enable us to interact with the kernel

Set Volume Control in Terminal
In arch
pamac install alsa-utils

Properly Running Apps in Terminal
(exec firefox &)

Setting Volume In Terminal
Command: amixer set Master 30%
amixer set -c 1 Master 30%
-c switch chooses the sound card
Pavucontrol for gui

Daemons in Linux
Daemon is a program that runs in the background without requiring any user interaction.
File name usually ends in the letter d

Evince is a good pdf reader for linux
It supports vim keybindings