find . -name „*.bak“ -type f -delete
find -name „*.jpg“ -print0 | xargs -0 -r -n1000 rm
pdftk script_gmm.pdf cat 1-16 output Kapitel_1_2.pdf
convert *.jpg outputpdffile.pdf
rsync –archive –delete –verbose /source /target
mount -t iso9660 -o loop /isopath /mountpath
mount -o loop /pfad_zum_image/image.iso /mnt/disk
xset b off
(bleibt auch nach reboot)
pstree -p
strip <executable>
strace -r <executable>
tar cSpf - <source> | (cd <target>; tar xvSpf -)
oder
cp -a
In einer Liste (liste.txt
) aufgeführte Dateien in ein nicht komprimiertes Video wandeln
mencoder mf://@liste.txt -mf fps=25:type=jpg -ovc copy -lavcopts vcodec=mpeg4 -o ../output.m4v''
oder
mencoder mf://@liste.txt -mf fps=25:type=jpg -ovc x264 -o ../output.m4v
wget -r <url>
Linux und gcc version auslesen: more /proc/version
OpenSuse Version auslesen: more /etc/issue
IP-Adresse: hostname -i
MAC-Adresse: /sbin/ifconfig
MAC-Adress (Windows): winipcfg
CPU: cat /proc/cpuinfo
Speicher: cat /proc/meminfo
Kernel: uname -r
more /etc/issue
more /proc/version
uname -a
smbclient 134.106.80.183/home
Xnest :1 -once -query rechnername
wenn schon eins läuft, dann :2 statt :1
cd <cdrom>
tar cpf - <source> | (cd ; tar xvpf -)
cd
chmod -R u+wX <source>
cat *.c > ccode
tr -s '\n' < ccode > ccodecut
als root
date MMDDhhmm
Installieren: rpm (–test) -ivh filename
Update: rpm (–test) -Uvh filename
Pakete ansehen: rpm -qa
Deinstallation: rpm -e filename
Nach Änderung SuSEconfig
ausfuehren
mkfs -t vfat /dev/devicename
(siehe kdiskfree bzw mit sudo fdisk -l )