jraldrid + commands   9

IBM - HMC Commands for Documenting LPAR Configuration
mksysplan -f <filename.sysplan> -m <server name> --novios;
lssyscfg -r prof -m <server name>;
lshwres -m <server name> -r virtualio --rsubtype scsi;
lssyscfg -r sys -F name;
IBM  HMC  LPAR  Configuration  Commands  CLI 
june 2010 by jraldrid
sidux Manuals - No GUI Burning
wodim --devices;
wodim dev=/dev/scd0 driveropts=help -checkdrive;
wodim -prcap;
wodim dev=/dev/scd0 -atip;
wodim dev=/dev/scd0 driveropts=burnfree,noforcespeed fs=14M speed=8 -dao -eject -overburn -v something.iso;
wodim dev=/dev/scd0 fs=14M speed=8 -dao -eject -overburn -v something.iso;
genisoimage -o myImage.iso -r -J -l directory;
DVD  CDR  cdrecord  cdrkit  cdrdao  wodim  genisoimage  CLI  CommandLine  Commands  Linux 
may 2010 by jraldrid
wodim » Linux Neophyte
mkisofs -r -J -l -d -joliet-long -allow-multidot -V Mp3_003 -o ./Mp3_003.iso _Archive/Mp3_003/*;
cdrecord -v -sao dev=/dev/dvd Mp3_003.iso;
cdrecord  cdrkit  mkisofs  genisoimage  burn  burning  CLI  CommandLine  Commands  MP3  DVD  CDR 
may 2010 by jraldrid
Use ssh_config To Simplify Your Life | Linux Journal
$ touch ~/.ssh/config
$ chmod 600 ~/.ssh/config

Now use your favorite text editor to edit the file and enter the following into it:

Host server1
HostName example.dyndns.org
Port 12022

Host server2
HostName 192.168.1.15
SSH  Commands  Configruation 
march 2010 by jraldrid
Writing CDs and DVDs on the command line | iTech7.com
genisoimage -v -J -V "My Disk" -o CDWrite.iso CDWrite;
wodim -v CDWrite.iso;
sudo mount -v -o loop -t iso9660 CDWrite.iso /mnt;
wodim  cdrecord  CDR  DVD  CLI  CommandLine  Commands  Linux  mkisofs  genisoimage  cdrkit 
september 2009 by jraldrid
Tips and Tricks for Linux Admins: Volatile Debian
cdrkit is a suite of applications, as the FAQ states:

* genisoimage: Generate ISO IMAGEs
* icedax: InCrEdible Audio eXtractor
* librols: LIB Remains Of LibSchily
* libusal: LIB Unified/Universal Scsi Access Layer
* netscsid: NET SCSI Daemon
* readom: READ Optical Media (see also wodim)
* wodim:
CDR  cdrecord  DVD  Linux  wodim  cdrkit  Burning  CLI  CommandLine  Commands  mkisofs  genisoimage 
may 2009 by jraldrid
CdDvd/Burning - Community Ubuntu Documentation
wodim -inq;
wodim -prcap;
wodim --devices;
wodim -scanbus;
wodim -v -sao file.iso;
wodim -v -data file.iso;
wodim -v dev=/dev/cd0 file.iso;
CDR  DVD  ISO  Burning  Linux  CLI  CommandLine  Commands  wodim  cdrecord  mkisofs  genisoimage  cdrkit 
may 2009 by jraldrid

Copy this bookmark:



description:


tags: