Archiv

Archiv für die Kategorie ‘IT’

Evolution mit Google Apps synchronisieren

22. Mai 2009 basti Keine Kommentare
KategorienIT, Linux, Software Tags:

Aptana unter Ubuntu

21. Mai 2009 basti Keine Kommentare

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

KategorienIT, Software Tags:

Phusion Passenger 2.2.1 released

20. April 2009 basti Keine Kommentare

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.

KategorienIT, Linux, Software Tags: ,

Ubuntu 9.04 – Countdown

19. April 2009 basti Keine Kommentare

KategorienLinux, Software Tags:

Try Linux: TestDisk

9. April 2009 basti Keine Kommentare

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.

KategorienSoftware Tags:

Heute entdeckt: Unterschiede Ruby – Php

9. April 2009 basti Keine Kommentare

From PHP to Ruby – 30 similarities and differences: Klick Here

Autor: Reinhold Weber

KategorienSoftware Tags: ,

Tipp: vsftpd – User ohne Shell

28. März 2009 basti Keine Kommentare

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

KategorienLinux, Software Tags: ,

Heute entdeckt: MySQL-Tuner

22. März 2009 basti Keine Kommentare

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


KategorienLinux, Software Tags: