User Tools

Site Tools


os:linux:tumbleweed

This is an old revision of the document!


OpenSuse

(Tumbleweed / Leap 15.x)

Default Apps

zypper in terminator yakuake pcmanfm
zypper in opensnitch meld git keepass wireshark nmap krusader

Ecnryption Setup

https://en.opensuse.org/SDB:Encrypted_root_file_system

Power Management

Sublime

sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
sudo zypper addrepo -g -f https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
sudo zypper install sublime-text

Cockpit

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

sudo zypper in rbenv rbenv-bash-completion rbenv-bundle-exec 
 
echo 'eval "$(rbenv init - bash)"' >> ~/.bashrc
# restart konsole
#or
rbenv init
 
## Install latest ruby version
## not recommended to use system ruby because then rbenv doesn't set GEMPATH etc.
 
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.1713686102.txt.gz · Last modified: 2024/04/21 09:55 by titannet

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki