Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active February 16, 2022 05:14
Show Gist options
  • Save oshanz/78b5bfa7fed68285f8356754cde70c3d to your computer and use it in GitHub Desktop.
Save oshanz/78b5bfa7fed68285f8356754cde70c3d to your computer and use it in GitHub Desktop.
opensuse tumbleweed after installation
  • zypper dup

  • zypper in podman inotify-tools curl git

  • zypper in --type pattern devel_basis

  • zypper in libopenssl-devel libyaml-devel libffi-devel readline-devel

  • zypper in gnome-extentions

  • then install pop shell

  • install ohmyzsh

  • ~/.gemrc no doc

  • git set user and email

@oshanz
Copy link
Author

oshanz commented Jun 13, 2021

dnf
install_weak_deps=False
allow_vendor_change=True
max_parallel_downloads=20, fastestmirror=true

  • reduce grub timeout

  • install pacman-essential
    dnf in ffmpeg-3 lame gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-plugins-ugly-orig-addon gstreamer-plugins-libav libavdevice57 libdvdcss2 vlc-codecs --allowerasing

  • zypper add http://download.opensuse.org/factory/repo/non-oss/

  • install discord, brave, flatpak, vscode

  • dnf in flameshot

btrfs property set /usr compression zstd
btrfs filesystem defragment -r -v -czstd /usr
compsize /usr
btrfs property set /usr compression ""

@oshanz
Copy link
Author

oshanz commented Sep 30, 2021

balooctl disable

@oshanz
Copy link
Author

oshanz commented Oct 21, 2021

  • to make kde file picker defualt
    firefox => about:config => widget.use-xdg-desktop-portal => true

@oshanz
Copy link
Author

oshanz commented Feb 15, 2022

zyp in cni-plugin-dnsname dnsmasq
podman network create podman
sudo systemctl status dnsmasq.service
containers/dnsname#33 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment