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/11/07 12:03] – [Config] slack | buster:basics [2022/01/14 16:26] (current) – [Keymap] slack | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| apt-get install git curl screen build-essential pkg-config linux-headers-$(uname -r) make \ | apt-get install git curl screen build-essential pkg-config linux-headers-$(uname -r) make \ | ||
| zsh perl libwww-perl libxml-perl net-tools | 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 (80 + 443): | ||
| + | |||
| + | ufw allow WWW Full | ||
| + | |||
| + | | ||
| + | | ||
| ==== Windows 10 ==== | ==== Windows 10 ==== | ||
| Line 52: | 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 77: | Line 99: | ||
| Clone '' | Clone '' | ||
| - | for w in .bashrc .profile; do | + | for w in .bashrc .profile |
| mv " | mv " | ||
| done | done | ||
| Line 83: | Line 105: | ||
| # .promptrc no longer shell-independent | # .promptrc no longer shell-independent | ||
| - | for x in .aliases .bash_profile .bashrc .cheat .dircolors .get_iplayer .gitconfig .gitignore .ispell_british .lftprc .profile .rspec .rtorrent .rtorrent.rc | + | for x in .aliases .bash_profile .bashrc .cheat .dircolors .get_iplayer .gitconfig .gitignore |
| ln -s config/" | ln -s config/" | ||
| done | done | ||
| Line 95: | Line 117: | ||
| Keymap configuration (as root): | Keymap configuration (as root): | ||
| + | export CONFIG=/ | ||
| + | | ||
| cd / | cd / | ||
| mv gb gb.default | mv gb gb.default | ||
| Line 100: | 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.1573128181.txt.gz · Last modified: 2019/11/07 17:58 (external edit)