3_test
4_i3
5_bash
6_avia
Archive
Life
- Песков Sky News интервью
- zerocoding
- good permissions - for files: 777, for dirs: 755
- ORYX turkishe war site form Solonin
Soft by 1 string
chromium-browser i3 vim htop mc iotop kbdd feh curl texlive wine-stable redshift scrot pavucontrol golang audacity ruby geany enca virtualbox tree gimp psutils nnn foliate
BASH .profile appendix
export GOPATH=$HOME/Go
export PATH=$PATH:$GOPATH/bin
export NNN_USE_EDITOR="nano"
Printer via router (via CUPS)
lpd://192.168.1.1/LPDServer
reboot a router!
FrameBuffer
fbi - FB image viewer
usefulness-linux-framebuffer-virtual-console
Vim
Color: ':colorscheme pablo' - where 'pablo' is one of items in '/usr/share/vim/vim80/colors'
X11
.Xresources - save this in a ~
edit '/etc/X11/xinit/xinitrc': remove all items in a section 'start some nice programs' (at the end of file) and write following:
exec i3 &
xterm &
setxkbmap -layout 'us,ru' -option 'grp:caps_toggle,grp_led:caps' &
xxkb (it must be installed, makes a individual layout for each window)
add 'startx' to the starting-script
Arch network
- systemctl stop dhcpcd@enp4s0.service
- systemctl start dhcpcd@enp4s0.service
- # start cable network
- ip link set wlp2s0 up
- iw dev wlp2s0 scan|grep -i ssid
- wpa_passphrase Door ********
- wpa_passphrase Door ********>>/etc/wpa_supplicant/wpa_supplicant.conf
- # in vi editor: kill all empty examples: :1306,1688d
- wpa_supplicant -i wlp2s0 -c /etc/wpa_supplicant/wpa_supplicant.conf
- dhcpcd wlp2s0
Use strings 4, 9, 10 for wifi-connect.
Localization
ArchWiki
Russian Lang in console
Make '/etc/vconsole.conf' with following strings:
KEYMAP="ru"
FONT="cyr-sun16"
CONSOLEMAP=""
USECOLOR="yes"