Der der wo mir Unix beigebracht hat, hat mich grade mit einem interessanten Link versorgt: AndLinux – muss ich mal ausprobieren. Schon allein das Logo rockt.
Linux
Linux related stuff
Wie wird an der Uhr gedreht?
Das geht so:
- Systemuhr syncronisieren. Falls noch nicht geschehen, ntpdate installieren:
apt-get install ntpdate
, dann Zeit abgleichen:ntpdate -bu ntp1.ptb.de
- Biosuhr und Systemzeit abgleichen:
/sbin/hwclock --systohc
- Evtl. CRON-Job einrichten:
* 5 * * * root /usr/sbin/ntpdate -bsuv ntp1.ptb.de
Hier gefunden: http://www.os4.org/os/unix/ntpdate.html; Schlagworte: Server, Zeit, Zeit einstellen, Uhr
Screen ist ein tolles Tool
Screen ist mir schon länger bekannt, naja ich weiß jedenfalls seit bestimmt 5 Jahren, dass es Screen gibt. Bisher habe ich allerdings noch nicht geschafft die 6 Buchstaben s-c-r-e-e-n hintereinander auf der Kommandozeile einzugeben und danach Return zu drücken. Das war ein Fehler! Aufgestachelt durch einen Artikel in der aktuellen IX habe ichs dann heute doch mal geschafft. Ich bin ein Depp. Warum hab ich das nicht eher schon mal gemacht? Ich bin ein Hack – und was für einer.
„grep“ can highlight the text it matches in color
With --color=auto
, grep
will highlight the matching portion of the line in color when it outputs to a terminal, while avoiding the use of any potentially-harmful terminal control sequences when standard output goes somewhere else (like a file or pipe)… (Debian Administration)
Or just put a alias grep="grep --color=auto"
to .profile
SSH-Tricks
Da hat sich mal wieder jemand die Mühe gemacht SSH-Tricks zusammen zu schreiben, schön immer mal wieder daran erinnert zu werden:
A couple of tricks with the secure shell
VI/VIM Cheat Sheet
Tolle Sache, ausrucken!
http://www.viemu.com/vi-vim-cheat-sheet.gif
apt-get undo
Problem: after updating system with apt-get upgrade
a programm will not work anymore because of dependency-problems.
Solution: downgrade a package
Steps:
- find last installed version of the package, e.g. look at install trace:
...
Preparing to replace package VERSION (using .../package_NEWVERSION_i386.deb) ...
... -
if no
apt-get clean
was done the old package is still stored in the system, look at/var/cache/apt/archives/
otherwhise look at http://snapshot.debian.net/archive/ for an older package version (a look at the debian archive will show you since when the new version was integrated in debian, so you have a clue for searching http://snapshot.debian.net) - after one has found the „old“ package it can be installed with:
dpkg -i package_OLDVERSION_i386.deb
- to prevent the update of this package in funture by apt-get upgrade, set the package status to hold:
echo package "hold" | dpkg --set-selections
Aus der Reihe: „Raider heißt jetz Twix“
Meine Lieblings-Firefox-Extension heißt jetzt Foxmarks Bookmark Synchronizer, auch gut. Funktionieren tut sie noch genauso wie früher.
Neu ist, dass für Leute, die selbst keinen eigenen WebDAV-Account (trotz GMX) haben, ein Account auf deren Server drin ist!
Computergschmarr zum Wochenend
Wer Suse 10.1 und PC-BSD nicht selbst ausprobieren will, der findet hier erste Erfahrunsberichte bzw. Installationseindrücke:
http://www.onlamp.com/pub/a/bsd/2006/05/11/FreeBSD_Basics.html?page=1
http://www.heise.de/open/artikel/72966
Ich warte derweil immer noch auf die Intel IBooks, emm MacBook natürlich.