Kindle: Jailbreak und SSH Zugriff

Um ein Kindle der 4. Generation zu jailbreaken nutzt man am besten folgende Anleitung : Klick!

Hat bei mir wunderbar funktioniert.

Danach den Netzwerkhack installieren, für das Kindle 4 ist es die Datei “kindle-usbnetwork-0.54.N-k4.rar” in folgendem Thread: Klick!

In dieser Datei ist eine Anleitung enthalten, wie der Hack installiert wird.

Die default Kindle IP-Adresse ist 192.168.15.244 (bei der Telnet Verbindung über USB). Nutze ich aber nicht. Sondern SSH über WLAN. USB Netzwerk deaktiviere ich.

Im Ordner usbnet/ befindet sich eine Datei mit dem Namen “DISABLED_auto”, diese benennt ihr in “auto” um. Damit startet usbnet beim Start eures Kindles automatisch.

Im Ordner usbnet/etc/ ist die Datei config zu finden.

Diese bearbeiten (z.B. mit Notepad++), meine sieht wie folgt aus:

Rechnungen erstellen – InvoiceNinja

Ich bin heute auf ein sehr interessantes Projekt gestoßen: InvoiceNinja

2014-04-17 19_51_58-Invoice Ninja - Free Online Invoicing

Mit diesem Dienst lassen sich sehr einfach Rechnungen erzeugen. Bis dato ist die Rechnung in Englischer Sprache, aber eine Übersetzung ist bereits in Planung. Das Projekt ist Open Source und auf GitHub vertreten. Man kann es auch auf dem eigenen Server installieren, wenn man seine Daten lieber selbst verwalten möchte.

Mosh: mobile shell (ssh replacement) with roaming support and supporting intermittent connectivity

Recently I was confronted with very low data throughput on my mobile data connection. Because of the high latency you have to wait a long time for the server reply before you can even see you your own typing. That’s really awful. In addition, dropping connections can really be a problem.

The solution is Mosh – the mobile shell. The key features are:

– allows roaming
– supports intermittent connectivity
– provides intelligent local echo and line editing of user keystrokes

The installation is easy. For debian type

 apt-get install mosh

That’s it.

Now you have to open a suitable port (UDP) in your firewall. I chose 63310.

OpenWRT wireless non-spooling printserver

With p910nd, a small daemon acting as non-spooling printserver, it’s easy to get non WiFi or non Ethernet Printers in your network. I use this configuration for a Brother (QL-500) labelprinter. You must have installed the regular printer drivers on your PC.

At first you have to install a few packages:

opkg update

opkg install kmod-usb-printer p910nd

 

Then you can connect your printer and turn it on. Run dmesg and look for entries like

[ 10.530000] usb 1-1: new full-speed USB device number 2 using ehci-platform

[ 10.570000] usbcore: registered new interface driver usblp
[ 10.750000] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x2015

 

Change the config file /etc/config/p910nd to the following (assuming you connect a usb printer to the OpenWRT device):