Recently Updated Pages
Zypper tips
To check from which repo package came from # rpm -qa --qf '%-20{NAME} %-20{VENDOR}\n' 'l...
Boot options in suse grub
install=http://provisioning/.......... --> where to boot OS from autoyast=http://provisi...
Check and install media formats
1. Check if there are missing dependencies Code: # LC_ALL=C zypper ve Reading ...
How to locally cache zypper update files
How to locally cache zypper update files Maybe someday you try zypper dup to actualize y...
Install all updates using zypper
Install all updates using Zypper The following command gives you ALL updates: zypper up ...
Disable hardware polling for CD-drives
hal cdrom polling hal is a core component of the various desktop environments and deals ...
Monitor an OpenSUSE system
use iostat (package sysstat) siga (outputs in HTML) sitar (SLES)
Keyboard setting for diacritical characters
In KDE: Regional settings keyboard layout xkb options | enable compose key position | me...
Speedup Package Management
Speeding up the package manager Package Management is one part of the system where massi...
Problem w/ ZEN/rug/rpm database
'''Problem w/ ZEN/rug/rpm database this problem is obsolete, it happened with OpenSUSE 1...
Speed up tips for (suse) linux installation
Speed up Linux installation Tip: Speeding up the install time on SUSE Linux Applies to: ...
Linux commandline tips 3
Download a file and uncompress it while it downloads $wget http://URL/FILE.tar.gz -O -...
Linux commandline tips 2
Command • apropos whatis • man -t man | ps2pdf - > man.pdf which comma...
Lspci
lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh...
Lsmod
lsmod Module Size Used by fuse 106496 1 tcp_diag ...
Exiftool
To fix the date time on the pixel 6a photo and video files, use for photos: # exiftool '...
Rsync root volume to new harddisk
# rsync -aAXvx --progress --exclude='.snapshots/' / [mountpoint of new harddisk]
Edit PDF metadata
View PDF metadata: # exiftool file.pdf View specific metadata: # exiftool -Creator file....
Rsync root volume
# rsync -aAXv --exclude 'data' --exclude 'mnt' --exclude 'proc' --exclude 'sys' --exclud...
How to send email from command line in fixed font
To send email that is in fixed font you can use: # (echo "Subject: bla"; echo "MIME-Ver...