Forums & BlogsAllAboutLinuxEventsDistrosSuseFedoraMEPISUbuntuLiveCDPCLinuxOSSabayonKNOPPIX
| Why Linux?GeneralKernel version $ cat /proc/version
Show connected USB devices $ lsusb
Bash scriptingApply the same commands to all files with mask#!/bin/bashfor i in filemask; do echo $i more commands here done Kill application$ pkill gnuplot (kills all gnuplot processes)
CPU info and RAM usage$ cat /proc/cpuinfo $ free Creating plotsPacking$ tar -czf name.tgz directory Unpacking$ tar -xzf name.tgz $ tar -xvf name.tar $ tar -xjf name.bz2 Toolssplit and concatenate files (wiki) Create file tree $ tree Sed
Find and replace FINDSTRING with REPLACESTRING in all *.php files GRUB boot loaderContent of /boot/grub/grub.conf default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.21-1.3194.fc7) ProgrammsThe best web browsers : Opera, Firefox
|