Donnerstag, 11. Februar 2010

Montag, 18. Januar 2010

shellmail

echo "Inhalt" | mail -s 'subject' recipients

mail -s 'subject' recipients < inhalt.txt

http://unixhelp.ed.ac.uk/CGI/man-cgi?mail

Donnerstag, 17. Dezember 2009

SUID

find / -path '/proc' -prune -or -perm -u+s -exec ls -la {} \;

oder auch

find / -path '/proc' -prune -or -perm -u+s -exec ls -la {} \;
>> /root/malgucken.txt

Sonntag, 6. Dezember 2009

LPIC Websites

http://www.lpice.eu/Das-LPIC-Programm.52.0.html?L=4

Lernziele

http://www.lpi-certification.de/

Eher Blog als Test

http://www.lpi-academy.de/wiki/home/

Berücksichtigt inzwischen die LPI Neuerungen

http://www.linux-praxis.de/lpi.html

Online Prüfungssimulator (noch die alte Version)

http://www.linux-kurs.eu/linux_tests.php

Online Prüfungssimulator (noch die alte Version, stellenweise Fehlerhaft)

http://www.flashcardexchange.com/tag/linux

Flashcards (unsystematisch)

http://www.lpi-test.de/

Leider dauernd down

http://www.ibm.com/developerworks/linux/training/

Trainingsmaterialien (Englisch)

Dienstag, 17. November 2009

smartctl -H /dev/sd#

karl@orange:~$ sudo smartctl -H /dev/sda
[sudo] password for karl:

smartctl version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

Short INQUIRY response, skip product id
A mandatory SMART command failed: exiting. To continue, add one or more '-T
permissive' options.

karl@orange:~$ sudo smartctl -H /dev/sdb

smartctl version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

karl@orange:~$ sudo smartctl -H /dev/sdc

smartctl version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED