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
Τρίτη 29 Απριλίου 2008
Σάββατο 26 Απριλίου 2008
Τρίτη 25 Μαρτίου 2008
Κυριακή 17 Φεβρουαρίου 2008
create passwordless login for microclient...
ssh-keygen -f debian-rsa -t rsa (no passphrase)
copy debian-rsa.pub ~root/..ssh/authorized_keys
chmod 600 authorized_keys
now from the client:
ssh -i debian-rsa
edit .ssh/.config
Host *
Protocol 2
TCPKeepAlive Yes
ServerAliveInterval 60
// Always use the latest version of ssh, look at /var/log/auth.log
run shh at the background ...
ssh -n -N ...
fstab : USB stick
/dev/sd01
ssh-keygen -f debian-rsa -t rsa (no passphrase)
copy debian-rsa.pub ~root/..ssh/authorized_keys
chmod 600 authorized_keys
now from the client:
ssh
edit .ssh/.config
Host *
Protocol 2
TCPKeepAlive Yes
ServerAliveInterval 60
// Always use the latest version of ssh, look at /var/log/auth.log
run shh at the background ...
ssh -n -N ...
fstab : USB stick
/dev/sd01
Δευτέρα 11 Φεβρουαρίου 2008
Τετάρτη 30 Ιανουαρίου 2008
Δευτέρα 14 Ιανουαρίου 2008
Κυριακή 6 Ιανουαρίου 2008
Παρασκευή 4 Ιανουαρίου 2008
edit /etc/apt/sources.list
comment CD source
update-rc.d -f gdm remove
update-rc.d -f defaults
update-rc.d gdm start 20 2 3 4 5 .
update-rc.d gdm stop 20 0 1 6 .
apache2 start 91 2 3 4 5 . stop 09 0 1 6 .
samba start 20 2 3 4 5 . stop 19 0 1 6 .
gdm start 21 2 3 4 5 . stop 01 0 1 6 .
anacron start 89 2 3 4 5 . stop 11 0 1 6 .
cron start 89 2 3 4 5 . stop 11 0 1 6 .
portmap start 18 2 3 4 5 . stop 20 0 1 6 .
sysklogd start 10 2 3 4 5 . stop 90 0 1 6 .
comment CD source
update-rc.d -f gdm remove
update-rc.d -f defaults
update-rc.d gdm start 20 2 3 4 5 .
update-rc.d gdm stop 20 0 1 6 .
apache2 start 91 2 3 4 5 . stop 09 0 1 6 .
samba start 20 2 3 4 5 . stop 19 0 1 6 .
gdm start 21 2 3 4 5 . stop 01 0 1 6 .
anacron start 89 2 3 4 5 . stop 11 0 1 6 .
cron start 89 2 3 4 5 . stop 11 0 1 6 .
portmap start 18 2 3 4 5 . stop 20 0 1 6 .
sysklogd start 10 2 3 4 5 . stop 90 0 1 6 .
Εγγραφή σε:
Αναρτήσεις (Atom)