microclient card flash backup
mount /media/usb0 -->USB disk
dd if=/dev/hda of/media/usb0/microclient...
to avoid your command from terminating when you close ssh use:
nohup dd if=... &
to access an NTFS fs in rw mode you have to install ntfs-3g and select it as fs type i.e. mount -t ntfs-3g /dev/sda /media/usb
Κυριακή 19 Οκτωβρίου 2008
Σάββατο 18 Οκτωβρίου 2008
Downloading an entire site...
$wget \
--recursive \ 'download the entire site
--no-clobber \ 'don't overwrite any existing files
--page-requisites \ 'get all elements(imgs, css,..)
--html-extension \ 'save file with html extension
--convert-links \ 'convert links so they work locally
--restrict-file-names=windows \
--domains website.org \ 'don't follow links outside domain
--no-parent \
www.website.org/tutorials/html/
$wget \
--recursive \ 'download the entire site
--no-clobber \ 'don't overwrite any existing files
--page-requisites \ 'get all elements(imgs, css,..)
--html-extension \ 'save file with html extension
--convert-links \ 'convert links so they work locally
--restrict-file-names=windows \
--domains website.org \ 'don't follow links outside domain
--no-parent \
www.website.org/tutorials/html/
Κυριακή 21 Σεπτεμβρίου 2008
Κυριακή 7 Σεπτεμβρίου 2008
εγκατάσταση LCD οθόνης...
1)apt-get install ntpdate
2)προσθήκη στο cron ενός script για την ενημέρωση της ώσρας μιας φοράς την ημέρα μέσω ntpdate
/usr/local/bin/ntpdate.sh
3)ενεργοποίηση του cron sto startup
4)δημιουργία script για τον έλεγχο του LCD display
/usr/local/bin/lcdOWW.pl
5)κλήση του lcdOWW.pl από το rc.local
1)apt-get install ntpdate
2)προσθήκη στο cron ενός script για την ενημέρωση της ώσρας μιας φοράς την ημέρα μέσω ntpdate
/usr/local/bin/ntpdate.sh
3)ενεργοποίηση του cron sto startup
4)δημιουργία script για τον έλεγχο του LCD display
/usr/local/bin/lcdOWW.pl
5)κλήση του lcdOWW.pl από το rc.local
Τρίτη 2 Σεπτεμβρίου 2008
Εγγραφή σε:
Αναρτήσεις (Atom)