os:linux:tumbleweed
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
os:linux:tumbleweed [2022/03/26 21:19] – ebaer | os:linux:tumbleweed [2024/04/21 10:05] (current) – titannet | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | // | ||
+ | ===== Default Apps ===== | ||
+ | |||
+ | <code bash> | ||
+ | zypper in terminator yakuake pcmanfm | ||
+ | |||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | zypper in opensnitch meld git keepass wireshark nmap krusader terminator | ||
+ | |||
+ | </ | ||
+ | |||
+ | * vivaldi | ||
+ | * sublime-text | ||
+ | |||
+ | ===== Apps to test ===== | ||
+ | |||
+ | [[https:// | ||
< | < | ||
- | zypper addrepo --refresh | + | curl -1sLf 'https://dl.cloudsmith.io/public/asbru-cm/release/cfg/ |
- | zypper | + | sudo zypper install |
- | zypper dup --from snappy | + | |
- | zypper install -y snapd | + | |
- | systemctl enable --now snapd | + | |
- | systemctl enable --now snapd.apparmor | + | |
- | snap install sublime-text --classic | + | |
</ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== Ecnryption Setup ===== | ||
+ | |||
+ | < | ||
+ | https:// | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== Power Management ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | ==== Sublime ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo rpm -v --import https:// | ||
+ | sudo zypper addrepo -g -f https:// | ||
+ | sudo zypper install sublime-text | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Cockpit ==== | ||
+ | |||
+ | <code bash> | ||
+ | zypper in cockpit | ||
+ | systemctl enable --now cockpit.socket | ||
+ | # Open the firewall if necessary: | ||
+ | firewall-cmd --permanent --zone=public --add-service=cockpit | ||
+ | firewall-cmd --reload | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Ruby ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo zypper in rbenv rbenv-bash-completion rbenv-bundle-exec | ||
+ | |||
+ | echo 'eval " | ||
+ | # restart konsole | ||
+ | #or | ||
+ | rbenv init | ||
+ | |||
+ | ## Install latest ruby version | ||
+ | ## not recommended to use system ruby because then rbenv doesn' | ||
+ | |||
+ | rbenv install $(rbenv install -l | grep -v - | tail -1) | ||
+ | rbenv global $(rbenv install -l | grep -v - | tail -1) | ||
+ | |||
+ | ## Install bundler | ||
+ | gem install bundler | ||
+ | </ | ||
+ | |||
os/linux/tumbleweed.1648325996.txt.gz · Last modified: 2022/03/26 21:19 by ebaer