buster:basics
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| buster:basics [2019/10/26 20:54] – [Apt] slack | buster:basics [2022/01/14 16:26] (current) – [Keymap] slack | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Apt ===== | ===== Apt ===== | ||
| - | **This has x as a dependency**: | + | ==== Desktop machine ==== |
| + | |||
| + | This has x as a dependency: | ||
| # ruby-qt4 no longer a package in buster | # ruby-qt4 no longer a package in buster | ||
| Line 16: | Line 18: | ||
| pip install cheat | pip install cheat | ||
| - | **Without x** (headless): | + | ==== Headless ==== |
| + | |||
| + | Somewhat bloated, with system ruby: | ||
| apt-get install git curl screen build-essential pkg-config ruby ruby-dev rubygems \ | apt-get install git curl screen build-essential pkg-config ruby ruby-dev rubygems \ | ||
| Line 26: | Line 30: | ||
| pip install cheat | pip install cheat | ||
| - | **Windows | + | Starter set, for use with rbenv: |
| + | |||
| + | apt-get install git curl screen build-essential pkg-config linux-headers-$(uname -r) make \ | ||
| + | zsh perl libwww-perl libxml-perl net-tools | ||
| + | |||
| + | ==== Web-accessible ==== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | apt install ufw | ||
| + | ufw app list | ||
| + | ufw allow OpenSSH | ||
| + | ufw enable | ||
| + | ufw status | ||
| + | |||
| + | And to add Apache access | ||
| + | |||
| + | ufw allow WWW Full | ||
| + | |||
| + | |||
| + | |||
| + | ==== Windows 10 ==== | ||
| + | |||
| + | Also headless: | ||
| sudo passwd | sudo passwd | ||
| Line 42: | Line 69: | ||
| ===== Networking without X ===== | ===== Networking without X ===== | ||
| - | '' | + | <del>'' |
| - | If you're configuring it manually then something like this in ''/ | + | |
| + | ''/ | ||
| + | |||
| + | Edic ''/ | ||
| + | |||
| + | <del>If you're configuring it manually then something like this in ''/ | ||
| < | < | ||
| Line 67: | Line 99: | ||
| Clone '' | Clone '' | ||
| - | for w in .bashrc .profile; do | + | for w in .bashrc .profile |
| mv " | mv " | ||
| done | done | ||
| - | for x in .aliases .bash_profile .bashrc .cheat .dircolors .get_iplayer .gitconfig .gitignore .ispell_british .lftprc .profile | + | |
| + | |||
| + | | ||
| ln -s config/" | ln -s config/" | ||
| done | done | ||
| Line 83: | Line 117: | ||
| Keymap configuration (as root): | Keymap configuration (as root): | ||
| + | export CONFIG=/ | ||
| + | | ||
| cd / | cd / | ||
| mv gb gb.default | mv gb gb.default | ||
| Line 88: | Line 124: | ||
| | | ||
| cd ../rules | cd ../rules | ||
| - | for f in evdev.lst | + | for f in evdev.xml base.xml |
| do | do | ||
| - | mv " | + | mv " |
| ln -s " | ln -s " | ||
| done | done | ||
buster/basics.1572123250.txt.gz · Last modified: 2019/11/07 17:58 (external edit)