Occidentalis, not only in my case, will not boot by default on newer Raspberries. The (or one) Solution is simple: Check out this Github-Repository: rpi-firmware. Simply clone it (but beware, currently it has 992Mb), or, which is even better, download the files as zip (currently 31Mb). Back to Occidentalis: After flashing the image on the… Read more »
Posts Categorized: Allgemein
Matrix: Appcelerator Titanium Platform Support
Since there is no matrix that visualizes, which features of Appcelerator Titanium are supported on what platform, I made on. See it here: Matrix: Appcelerator Titanium Platform Support
Adding a Repository To Gitosis
To add a repository to your Gitosis-installation, follow these steps: Check out the gitosis-admin-repository. Open gitosis.conf and add the new repository: [group foo] members = foo@bar writable = foo Commit your changes and push them. git commit -m “added repository foo” gitosis.conf git push Now the repository exists on the remote server. Time to create… Read more »
Python – Find Strings in a Text
Some Benchmarks about finding a specific String in a big Textfile with Python: The File: $ du -sh .index 22M .index $ file .index .index: ISO-8859 text $ wc -l .index 214183 .index The Code: http://paste.hihn.org/1038/ Boyer-Moore The Results (with count=100): regex: 56.4998650551 in line: 6.72753286362 grep: 0.508712053299 bayer-moore: 8.77967596054 Comments are closed, you can… Read more »
OpenBSD auf einem Alix-Board installieren
Dies ist eine kleine Anleitung wie man eine normale Installation für / auf einem Alix-Board durchführt. Anleitung für die Installation mittels flashrd 1. OpenBSD-Installationsmedium booten (z.B. install51.iso in einer Virtuellen Maschine) 2. CF-Karte an die VM weiterreichen 3. Bei der Wahl des Installationsmediums die CF auswählen (z.B. sd0 statt wd0) 4. Installation normal durchführen 5…. Read more »
OpenBSD – Nachträglich libraries installieren
Wenn mann OpenBSD mit der minimalen Anzahl an an Sets installiert hat kann es vorkommen, das manche Pakete aufgrund fehlender Libraries nicht installiert werden können: Can’t install gd-2.0.35p0 because of libraries |library fontconfig.7.0 not found | not found anywhere |library freetype.18.1 not found | not found anywhere Direct dependencies for gd-2.0.35p0 resolve to png-1.5.6p0 libiconv-1.14… Read more »
OpenBSD auf einem Alix-Board installieren [flashrd]
Das Alix-Board ist ein kleiner feiner x86-Computer der sich dank seiner 3 Netzwerkkarten ideal als Router/Firewall zu Hause nutzen lässt. Als Betriebssystem eignet sich gut OpenBSD, das mittels flashrd installiert werden kann. Original-Installationsanleitung: Teil 1, Teil 2. Die Vorbereitung bzw. Installation sollte selber auf einem OpenBSD-System durchgeführt werden, da man sonst nicht die Größe des… Read more »
QoS mit OpenBSD
Flo Rosenkranz und ich haben eine Dokumentation über Banbreitenmanagement (QoS) mit dem pf von OpenBSD geschrieben: Download
(Un)bekannte Tastenkombinationen
Da an anscheinend viele Leute nicht wissen, dass man mit Strg+F nach Wörtern suchen kann, hier mal eine Übersicht der wichtigsten Tastenkombinationen: Strg + a Den gesamten Text markieren. Strg + x Markierten Text ausschneiden. Strg + c Markierten Text kopieren. Strg + v Text einfügen der vorher ausgeschnitten oder kopiert wurde. Strg + f… Read more »
FruPic for Android
Mein Android-Uploader für FruPic ist (soweit) fertig. FruPic ist ein Programm mit dem man Bilder von seinem Android auf den Bilder-Upload-Service von Frubar hochladen kann. Download: Github Source: Github Android Market: FruPic