Posts

Showing posts from 2025

Setting up Auto update fedora

Setting up Auto update sudo dnf install dnf-automatic sudo cp /usr/share/dnf5/dnf5-plugins/automatic.conf /etc/dnf/automatic.conf sudo nano /etc/dnf/automatic.conf ______________________________________________________________________________________ apply_updates = yes download_updates = yes network_online_timeout = 60 random_sleep = 0 upgrade_type = default reboot = never (when-changed, when-neede) [emitters] emit_via = email (command, command_email - can set meny seperated by coma) emit_no_updates = yes _______________________________________________________________________________________ If Set Command_email email_from = root@localhost email_to = rasitha@localhost sudo dnf install sendmail s-nail sudo systemctl enable sendmail sudo systemcts start sendmail to view email cat /var/mail/user If set email email_from = rasitha@zohomail.com email_to = rashitha@gmx.com email_host = smtp email_port = 465 email_tls = yes # Credentials to us...

Fedora

 network manager    sudo dnf install nm-connection-editor   Gnome Disk Utility   sudo dnf install gnome-disk-utility   To update GRUB after editing a file, run the        sudo grub2-mkconfig  install kvm/qemu sudo dnf install @virtualization   multimedia codecs enable rpmfusion    sudo dnf install \ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm   sudo dnf install \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm      sudo dnf group install multimedia sudo dnf group install sound-and-video if needed   sudo dnf swap ffmpeg-free ffmpeg --allowerasing   sudo dnf config-manager set -opt fedora-cisco-openh264.enabled=1        increase dnf parallel downloads   Step-by-step instructions Open the DNF configuration file: Open the file /etc/dnf/dnf.conf ...
kde themes  Dream-blur-color-dark-aurorae-6 silvery-blur-dark-aurorae-6  vivid-blur-dark-aurorae-6 vivid-dark-aurorae-6      slot-dark-icon  macs green-blue 

Debian 13

 missing apt list  https://www.server-world.info/en/note?os=Debian_13&p=initial_conf&f=5   system freeze on login sudo systemctl disable bluetooth.service   see all messeges in journalctl log sudo usermod -aG systemd-journal rasitha  

zen browser desktop file

  Create the zen.desktop file sudo mkdir -p /usr/local/share/applications sudo nano /usr/local/share/applications/zen.desktop and put the following text into it: [Desktop Entry] Version=1.0 Name=Zen Browser Comment=Experience tranquillity while browsing the web without people tracking you! GenericName=Web Browser Keywords=Internet;WWW;Browser;Web;Explorer Exec=zen Terminal=false X-MultipleArgs=false Type=Application Icon=/opt/zen/browser/chrome/icons/default/default128.png Categories=GNOME;GTK;Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; StartupNotify=true     When I click the new tab button, the URL bar opens. How do I disable this? about:config   zen. urlbar. replace-newtab  

Manjaro

to get samba working sudo systemctrl enable samba   sudo systemctl enable --now avahi-daemon sudo nano /etc/sysctl.d/100-manjaro.conf vm.swappiness=5 vm.vfs_cache_pressure = 50