more minimal
This commit is contained in:
parent
c3e4555f91
commit
3611cba270
@ -50,13 +50,22 @@
|
|||||||
Ranking mirrors based on speed:
|
Ranking mirrors based on speed:
|
||||||
|
|
||||||
|
|
||||||
-Network management WIP
|
-Network management
|
||||||
Arch uses netctl to manage connections, all the config files and examples are under
|
Arch uses netctl to manage connections, all the config files and examples are under
|
||||||
/etc/netctl/ and /etc/netctl/examples
|
/etc/netctl/ and /etc/netctl/examples
|
||||||
References: https://wiki.archlinux.org/index.php/Netctl
|
References: https://wiki.archlinux.org/index.php/Netctl
|
||||||
https://www.raspberrypi.org/forums/viewtopic.php?t=54080
|
https://www.raspberrypi.org/forums/viewtopic.php?t=54080
|
||||||
https://wiki.archlinux.org/index.php/Dhcpcd#Static_profile
|
https://wiki.archlinux.org/index.php/Dhcpcd#Static_profile
|
||||||
|
|
||||||
|
-Network managers:
|
||||||
|
NetworkManager: default in many distros pretty good but resorce heavy (also depends on systemd?)
|
||||||
|
void: https://docs.voidlinux.org/config/network/networkmanager.html
|
||||||
|
arch: https://wiki.archlinux.org/index.php/NetworkManager
|
||||||
|
Connman: small and fast, does all you need and doesn't hog on resources and has vpn support
|
||||||
|
void: https://wiki.voidlinux.org/Connman
|
||||||
|
arch: https://wiki.archlinux.org/index.php/ConnMan
|
||||||
|
Wicd: outdated by now and written in python 2.7, still pretty good for simple configurations
|
||||||
|
|
||||||
# VOID LINUX SECTION
|
# VOID LINUX SECTION
|
||||||
|
|
||||||
-Hold pkgs form updating
|
-Hold pkgs form updating
|
||||||
@ -162,6 +171,8 @@
|
|||||||
"apt list --installed"
|
"apt list --installed"
|
||||||
With pacman:
|
With pacman:
|
||||||
"pacman -Qqe"
|
"pacman -Qqe"
|
||||||
|
With xbps:
|
||||||
|
xbps-query -m
|
||||||
|
|
||||||
-Changing the default shell
|
-Changing the default shell
|
||||||
To change your default shell to something other than bash use:
|
To change your default shell to something other than bash use:
|
||||||
@ -235,9 +246,12 @@
|
|||||||
Try installing "arduino-avr-core" package
|
Try installing "arduino-avr-core" package
|
||||||
|
|
||||||
-Cannot scroll down in VIM on st:
|
-Cannot scroll down in VIM on st:
|
||||||
Source: (woeking on it)
|
|
||||||
one solution is to add "set ttymouse=sgr" to your .vimrc
|
one solution is to add "set ttymouse=sgr" to your .vimrc
|
||||||
WIP
|
|
||||||
|
-DEL key not working in st:
|
||||||
|
source: https://www.reddit.com/r/archlinux/comments/8w4unu/setting_up_the_delete_key_in_st/
|
||||||
|
add: tput smkx
|
||||||
|
in your zshrc or eqiuvalent
|
||||||
|
|
||||||
-Theming gnome:
|
-Theming gnome:
|
||||||
download the theme packages at "https://www.gnome-look.org/" and unzip them
|
download the theme packages at "https://www.gnome-look.org/" and unzip them
|
||||||
@ -248,6 +262,8 @@
|
|||||||
Refers to: https://wiki.archlinux.org/index.php/CUPS#Installation
|
Refers to: https://wiki.archlinux.org/index.php/CUPS#Installation
|
||||||
Install the "cups" package then start and enable it
|
Install the "cups" package then start and enable it
|
||||||
To start a print use whatever printing program you have
|
To start a print use whatever printing program you have
|
||||||
|
if you do not have a print manager program you can always open up the web interface in your browser at:
|
||||||
|
localhost:631
|
||||||
NOTE: you might need to add printers and to do so, in some cases like for KDE, you'll need to be logged as root
|
NOTE: you might need to add printers and to do so, in some cases like for KDE, you'll need to be logged as root
|
||||||
|
|
||||||
-Adding executables and shortcuts:
|
-Adding executables and shortcuts:
|
||||||
|
@ -48,9 +48,11 @@
|
|||||||
# alsa-utils | base mixer
|
# alsa-utils | base mixer
|
||||||
# sysfsutils | system administration utilities
|
# sysfsutils | system administration utilities
|
||||||
tlp | laptop power management
|
tlp | laptop power management
|
||||||
wicd | wireless and wired connection manager
|
connman | wireless and wired connection manager
|
||||||
|
openvpn | vpn provider
|
||||||
bluez | bluetooth manager
|
bluez | bluetooth manager
|
||||||
## ufetch (g) | system info
|
## ufetch (g) | system info
|
||||||
|
irqbalance | distribute interrupts for better performace
|
||||||
|
|
||||||
Xorg base:
|
Xorg base:
|
||||||
|
|
||||||
@ -59,7 +61,6 @@
|
|||||||
xorg-minimal | minimal xorg packages
|
xorg-minimal | minimal xorg packages
|
||||||
xf86-input-synaptics | touchpad driver
|
xf86-input-synaptics | touchpad driver
|
||||||
xinit | start x instance
|
xinit | start x instance
|
||||||
# xev | get key codes
|
|
||||||
setxkbmap | set keyboard layout
|
setxkbmap | set keyboard layout
|
||||||
xrandr | set scrreen resolution
|
xrandr | set scrreen resolution
|
||||||
xrdb | xresources
|
xrdb | xresources
|
||||||
@ -69,6 +70,7 @@
|
|||||||
noto-fonts-cjk | asian fonts
|
noto-fonts-cjk | asian fonts
|
||||||
noto-fonts-extra | extra fonts
|
noto-fonts-extra | extra fonts
|
||||||
noto-fonts-emoji | emojis
|
noto-fonts-emoji | emojis
|
||||||
|
xclip | clipboard support
|
||||||
|
|
||||||
Desktop environment:
|
Desktop environment:
|
||||||
|
|
||||||
@ -100,7 +102,6 @@
|
|||||||
sxhkd | bind hotkeys to commands |
|
sxhkd | bind hotkeys to commands |
|
||||||
xob | simple progress bar |
|
xob | simple progress bar |
|
||||||
pam-u2f | u2f-key support |
|
pam-u2f | u2f-key support |
|
||||||
# u2f-hidraw-policy | |
|
|
||||||
lxappearance | change gtk theme and icons |
|
lxappearance | change gtk theme and icons |
|
||||||
# arandr | gui for xrandr |
|
# arandr | gui for xrandr |
|
||||||
* flatpak | applications non in repo |
|
* flatpak | applications non in repo |
|
||||||
@ -108,7 +109,7 @@
|
|||||||
# xdg-desktop-portal-gtk | required for flatpak |
|
# xdg-desktop-portal-gtk | required for flatpak |
|
||||||
# xdg-user-dirs | required for flatpak |
|
# xdg-user-dirs | required for flatpak |
|
||||||
# xdg-user-dirs-gtk | required for flatpak |
|
# xdg-user-dirs-gtk | required for flatpak |
|
||||||
# xdg-utils | flatpak & appimages |
|
xdg-utils | flatpak & appimages |
|
||||||
feh | image viewer and wallpaper |
|
feh | image viewer and wallpaper |
|
||||||
# pavucontrol | graphical audio control |
|
# pavucontrol | graphical audio control |
|
||||||
|
|
||||||
@ -126,17 +127,15 @@
|
|||||||
ImageMagick | console image manipulator
|
ImageMagick | console image manipulator
|
||||||
qpdfview | in my humble opinion better than mupdf
|
qpdfview | in my humble opinion better than mupdf
|
||||||
vscode | uC IDE with platformio
|
vscode | uC IDE with platformio
|
||||||
abiword | microsoft word alternative
|
|
||||||
telegram-desktop | telegram desktop
|
|
||||||
arduino | arduino IDE
|
arduino | arduino IDE
|
||||||
hexchat | IRC client
|
weechat | Terminal IRC client
|
||||||
pcmanfm | graphical file manager
|
pcmanfm | graphical file manager
|
||||||
transmission-gtk | torrent client
|
transmission-gtk | torrent client
|
||||||
icecat | web browser
|
icecat | web browser
|
||||||
kicad | electonic design and simulation suite
|
kicad | electonic design and simulation suite
|
||||||
pywal | wallpaper setter and color scheme generator
|
pywal | wallpaper setter and color scheme generator
|
||||||
gotop | process viewer similar to htop
|
gotop | process viewer similar to htop
|
||||||
tcc | tiny C compiler
|
fontmanager | font manager and installer
|
||||||
|
|
||||||
Void specific:
|
Void specific:
|
||||||
|
|
||||||
@ -146,12 +145,6 @@
|
|||||||
pip3 | python package manager
|
pip3 | python package manager
|
||||||
undervolt (pip3) | undervolt utility
|
undervolt (pip3) | undervolt utility
|
||||||
|
|
||||||
Games:
|
|
||||||
|
|
||||||
Package | Description
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
MultiMC | Minecraft launcher
|
|
||||||
Lutris | Game launcher
|
|
||||||
|
|
||||||
Fonts:
|
Fonts:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user