Archiv
Aptana unter Ubuntu
Hat mir gerade sehr geholfen.
Als kleiner Merkzettel für mich Installation von Aptana Studio unter Ubuntu.
Es ist nicht nur entpacken und los. Xulrunner ist im neuen FF3 mit dabei aber auch unter dem beschriebenen Pfad zu finden wenn man FF installiert.
zusätzlich: update-alternatives –config java
Phusion Passenger 2.2.1 released
Wie ich heute entdeckt habe, gibt es jetzt eine ernsthafte Konkurrenz zu meiner favorisierten Rails-Hosting-Lösung Nginx + Thin.
Die da heißt Nginx + Phusion Passanger a.k.a. Mod_Rails.
For further Information klick here.
Für einen Praxistest hatte ich bis jetzt leider noch keine Zeit.
Try Linux: TestDisk
Hat mir jetzt schon mehrmals bei totgeglaubten Platten geholfen: TestDisk
TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.
Heute entdeckt: Unterschiede Ruby – Php
From PHP to Ruby – 30 similarities and differences: Klick Here
Autor: Reinhold Weber
Tipp: vsftpd – User ohne Shell
Setzt man in der /etc/passwd die Shell eines FTP-Users auf false, um zu verhindern, dass er sich per SSH am System anmelden kann, so kann es z.B. mit Ubuntu vorkommen, dass sich die User auch nicht mehr auf dem FTP-Server anmelden können.
Ein einfaches Hinterlegen von /bin/false in der /etc/shells schafft hier Abhilfe.
(Gibt auch andere Wege aber wenn z.B. PAM mit installiert ist, ist dies der naheliegendste Weg, da hier z.B. die vorgesehene conf-Option nicht zieht.)
MfG
Heute entdeckt: MySQL-Tuner
Beschreibung (Wiki-Auszug):
MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.
It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.
http://wiki.mysqltuner.com/MySQLTuner