💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › README.md.gmi captured on 2023-07-10 at 14:39:54. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

systemSetup

Log

Files

Refs

README

LICENSE

README.md (1774B)

     1 - [System setup](#system-setup)
     2 - [Installed programs](#installed-programs)
     3 
     4 # System setup
     5 
     6 After booting the OS for the first time,
     7 
     8 install git (as root):
     9 
    10 ```
    11 apt-get update -y && apt-get install -y git sudo
    12 # change username with your username
    13 usermod -aG sudo username
    14 su - !$
    15 ```
    16 
    17 Clone this git (as normal user):
    18 
    19 ```
    20 # Termux only
    21 pkg install git
    22 # End Termux only
    23 
    24 git clone https://noulin.net/git/systemSetup.git
    25 cd systemSetup
    26 ```
    27 
    28 Debian setup:
    29 
    30 ```
    31 cd debian
    32 sudo ./1-system.sh
    33 sudo ./2-desktopSystem.sh
    34 ./3-home.sh
    35 logout
    36 # login again to update groups
    37 su - username
    38 cd systemSetup/debian/
    39 ./4-easydoneit.sh
    40 ```
    41 
    42 # Installed programs
    43 
    44 ```
    45 fail2ban curl wget tmux tree screen ranger mc vim ncftp p7zip-full  rtorrent  pbzip2 atop
    46 htop glances tcc sshuttle finger cmatrix jigdo-file openssh-server ntp kpcli  iftop iotop
    47 unison qrencode apt-file graphviz pandoc elinks w3m  links  nmap figlet zip lynx  apt-src
    48 cowsay  sl tig rdiff-backup imagemagick graphicsmagick emacs24-nox llgal moreutils  pwgen
    49 rsync pigz pixz astyle uncrustify unifdef valgrind doxygen fish gdb lcov python-pip slurm
    50 tpp cloc python3-pip silversearcher-ag ncdu mutt doitlive lolcat p7zip-rar rar easydoneit
    51 timg thefuck ripgrep docker bmon lm-sensors cppcheck check clang-3.9 toilet erlang elixir
    52 mini-dinstall pinentry-curses diff-so-fancy
    53 
    54 i3-wm  feh  fluxbox eog baobab gsetroot sweep aumix geeqie audacious mplayer xine-ui meld
    55 cifs-utils  keepassx gnucash texlive texi2html tigervnc-viewer xtightvncviewer gvncviewer
    56 vnc4server  tightvncserver x11vnc gitk terminator xemacs21 vim-gtk wifi-radar xsane gedit
    57 universalindentgui  mlterm  libsixel-bin  w3m-img  arandr  xbacklight  chromium thunar st
    58 palemoon virtualbox lsix sc-im fzf unetbootin usb-creator-gtk midori eclipse-cdt
    59 ```