SUBPAGE MENU
arch_after_installation
#
Last modified
16_05_01
#
############################################
#
# CONTENT
#
############################################
Ad hoc procedures for newly installed arch linux.
############
1. Basic bash ls alias:
command:
Load bash settings.
command:
############
############
2. Install vim:
command:
############
3. Add 'syntax on', 'set nu!' and 'set hlsearch' to your ~/.vimrc
4. Install tmux (pacman -S tmux). Trouble: need UTF-8, has ASCII. Solution: see point 5. - locale settings.
5. Uncomment 'en_US.UTF-8 UTF-8' line in your '/etc/locale.gen' file (line163 in my case). Then load change with 'locale-gen' command.
6. Bash configuration: add "alias t='cd /tmp'". Source ~/.bash_profile
Note: use .bash_profile, not .bashrc because .bashrc is not loaded at startup
7. Turn of annoying PC spearker beeps with 'rmmod pcspkr' command.
Add this command to your .bash_profile to make it run at login
8. Run 'pacman -Sy' command. Some packages are unavailable without it.
9. Install internet browser: 'pacman -S lynx'.
10. Install python: 'pacman -S python'.
11. Install ipython: 'pacman -S ipython'.
12. Install kbd package for consolefonts managament 'pacman -S kbd'.
13. Install terminus fonts package for consolefonts 'pacman -S terminus-font'.
14. Set bigger font 'setfont /usr/share/kbd/consolefonts/ter-u20b.psf.gz'
Add this command to your .bash_profile to make it run at login
15. Create ~/git directory, sync git package: 'pacman -S git'
16. Configure your github "git config --global -edit" or "git config --global user.email "sth@somewhere.com""
17. TMUX configuration. Create .tmux_conf "vim ~/.tmux_conf" or download tmux configuration file with "curl https://raw.githubusercontent.com/mikbuch/mikbuch.github.io/master/linux/files_linux/arch_config/.tmux_config --output ~/.bash_profile"
18. Install desktop envirnoment: "packman -S gamin lxde-common"
############################################
#
# SOFTWARE VERSION INFO
#
############################################
Description: Debian GNU/Linux 7.7 (wheezy)
#1 SMP Debian 3.16.7-ckt2-1~bpo70+1 (2014-12-08)
3.16.0-0.bpo.4-amd64
Aspire S7-392
############
command:
output:
--------------------------------
example_output
--------------------------------
############
############################################
#
# TROUBLESHOOTING
#
############################################
############
Trouble no. 1:
xyz
Solution:
ghi
############
############
Trouble no. 2:
abc
Solution:
def
############
############################################
#
# SOURCES
#
############################################
############
Source title no. 1
source_no_1_url
############
############
Source title no. 2
source_no_2_url
############
########################