Rebooting the hard way

Post by: tom on March 23rd, 2010 | File Under Hardware, Memento

Because I always forget:

When a process is not responding or your harddrive(s) fail,
this is a fast way to reboot your system:
echo b > /proc/sysrq-trigger

as seen on:
http://www.linuxjournal.com/content/rebooting-magic-way


Comments (No responses yet)



DNS-Server bei FRITZ!Box umstellen

Post by: tom on June 5th, 2009 | File Under Hardware, Politics, Security
Tags: , , , ,

Getestet mit FRITZ!Box Fon WLAN 7170 & Firmware-Version 29.04.70
 
Wenn man etwas sucht, findet man schon einige Anleitungen, daher hier nur die Kurzfassung..
 
Telnet-Server auf der FRITZ!Box aktivieren (via Telefon):
#96*7* -> telnetd an
 
Via telnet konnektieren und mit dem Kennwort der Weboberfläche einloggen.
In der Konsole in das Verzeichnis /var/flash/ wechseln und mit nvi die Datei ar7.cfg bearbeiten.
Hier gibt es (bei meiner Box vier) Einträge für overwrite_dns.
Diese entsprechend anpassen (z.B. für OpenDNS):
  overwrite_dns1 = 208.67.220.220;
  overwrite_dns2 = 208.67.222.222;

 
Speichern, beenden und anschliessend die Box mit reboot neustarten.
 
Aus Sicherheitsgründen Telnet-Server auf der Box wieder deaktivieren:
#96*8* -> telnetd aus
 
Ob das ganze geklappt hat, sieht man bei OpenDNS z.B. beim Aufruf der Startseite.
Hier sollte jetzt ein Hinweis “You’re using OpenDNS!” angezeigt werden.
 
PS: Basics über den Texteditor vim (oder dessen Ableger) sollten vorhanden sein.


Comments (No responses yet)



HP Scanjet G2710 w/ Ubuntu 8.04 (Hardy Heron)

Post by: tom on June 11th, 2008 | File Under Distributions, Hardware, Multimedia
Tags: , , , , , , , ,

Today, I bought a new scanner – of course without checking linux compatibility : /
hp – a well known brand. Description says “Works with Max OS X, Win Vista, XP, 2000″.
Linux wasn’t mentioned, but that’s not unusual at all.

The default xsane backend package (<- v.1.0.19 [delivered with Ubuntu Hardy])
didn’t find a device, so I tried installing the beta release of the hp3900 sane backends (drivers).
This version is still beta status, but got my new scanner up and running : )

Read More »


Comments (12 responses so far)