OpenSuse 13.1 – Common changes after install

Published on Author gryzli

1. Enable loop kernel module echo loop > /etc/modules-load.d/loop.conf 2. Getting debug information from systemd remove quiet from kernel command line increase systemd verbosity by adding debug to kernel command line. You can also add systemd.sysv_console=1 (0: disabled, 1: enabled) to display legacy SysV initscripts output on console. modify /etc/systemd/system.conf (check man systemd.conf) to increase… Continue reading OpenSuse 13.1 – Common changes after install

OpenSuse – Zypper usefull commands (cheat sheat)

Published on Author gryzli

Here are some useful zypper commands: Querying Searching Packages [ zypper search OR zypper se] # look for RSI also in summaries and descriptions zypper se -dC –match-words RSI #show all packages starting with ‘yast’ zypper se ‘yast*’ #list all packages from ‘upd’ repository zypper se -r upd #show all ‘sqlite’ installed packages zypper se… Continue reading OpenSuse – Zypper usefull commands (cheat sheat)