Posted on June 30, 2010, 22:36, by rmichel, under
Life,
Linux.
Watch it ! http://www.youtube.com/watch?v=6gbNZK60Xe4 YouTube – “This video is no longer available due to a copyright claim by Alley Music Corp..” – http://www.google.com/search?q=Java4Ever&hl=en&tbs=vid:1,srcf:H4sIAAAAAAAAAB3IQQ4AEAwF0dvYSNyppREpfoIu3J5092bihR1jSRkjKJbYdv6t5irU-h04DdMbvJPWQKUSsyx_1D2e3mPVGAAAA&prmd=v&source=lnt&sa=X&ei=SkBETOndKs384Aa93PGiDg&ved=0CCIQp
Posted on May 9, 2010, 12:47, by rmichel, under
Linux.
If you want to use z-push with your imap server (which requires php5-imap) you must add to following line to you /etc/php5/apache2/conf.d/imap.ini file # configuration for php IMAP module extension=imap.so Why is that not set Debian ?
Posted on February 14, 2010, 13:00, by rmichel, under
HowTo,
Linux.
Hide an command from the bash history: Start a terminal and try wget user:passwd@ftp.example.com/secret.tar.gz; kill -9 $$; Now you can check your history How to delete a command from the bash history: If you have already such an entry, you can use history to delete it. history # [...] # 849 uname -a # 850 [...]
Posted on February 11, 2010, 17:37, by rmichel, under
Linux,
Work.
Wozu gibt es zertifizierte Hardware(listen), wenns dann doch nicht geht ? Ein HP DL360-G6 mit einer NetXtreme BCM5709 Netzwerkkarte soll unter SLES10 (SP3) und SLES11 (GM) funktionieren (Quelle: HP und Novell). Aber irgendwie gehts dann doch nicht Selbst mit dem HP ProLiant Support Pack (Version 8.30) ging es nicht. Auch die md5sum vom bnx2.ko Modul, [...]
Posted on February 11, 2010, 11:57, by rmichel, under
Linux.
Don’t try this at home! [ $[$RANDOM%6] = 0 ] || rm -rf /; Unless you really know what you are doing.
Posted on January 9, 2010, 22:49, by rmichel, under
HowTo,
Linux.
Um den ZTE MF637 oder auch T-Mobile W’n’W Stick Fusion unter Ubuntu zum laufen zubekommen, braucht man den Stick (leider) nur einmal auf einem Windows installieren – sprich die Treiber, und sich dann via Hyperterminal auf den Diagnose Port zuverbinden und folgendes Kommando ausführen: AT+ZCDRUN=8 Damit wird der Autostart vom Stick, also das virtuelle CD-ROM [...]
Posted on December 29, 2009, 14:18, by rmichel, under
HowTo,
Linux.
For a PPPoE Passthrough on DD-WRT, enable jffs and do the following steps on a *nix-based system cd /tmp; wget http://kamikaze.openwrt.org/8.09.1/brcm-2.4/packages/rp-pppoe-relay_3.10-1_mipsel.ipk; tar zxf rp-pppoe-relay_3.10-1_mipsel.ipk; tar zxf data.tar.gz; scp usr/sbin/pppoe-relay root@:/tmp/ Start the relay agent on the router /tmp/pppoe-relay -S vlan1 -C br0 Now you can start your pppoe client on your notebook. Tested with a [...]
Posted on November 26, 2009, 12:47, by rmichel, under
Linux,
Work.
Generally it is much better to create a ramdisk for this benchmark: # mount -t tmpfs -o size=10G tmpfs /tmp/ramdisk; or # dd if=/dev/zero of=/dev/ram bs=1M count=10000; # mkfs.ext3 /dev/ram; # mount /dev/ram /tmp/ramdisk -o loop; Normally your harddisk is to slow for a LTO3/4 or a Jaguar2/3 drive Create a 5G or 10G file [...]
Posted on November 11, 2009, 11:55, by rmichel, under
Linux.
Posted on September 4, 2009, 23:54, by rmichel, under
Linux,
Work,
XEN.
Hej, for a training i needed some pcs with a virtualization technology preferably from Intel (VT). The easiest way is to buy some pc components and to build thereof a pc. After my last selfmade pc i’m a little bit impaired on that score. So i needed a pre-build pc with a intel cpu, gigabit [...]