about 2 months ago - No comments
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
about 3 months ago - No comments
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 ?
about 6 months ago - 2 comments
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
about 6 months ago - 2 comments
Don’t try this at home! [ $[$RANDOM%6] = 0 ] || rm -rf /; Unless you really know what you are doing.
about 7 months ago - No comments
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
about 8 months ago - 2 comments
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
about 9 months ago - No comments
LVM is not cluster aware so be very careful ! Steps to make changes on a (shared-) lvm: other nodes: # vgchange -an master node: make changes like # lvrename other nodes: # vgscan; vgchange -ay Thats on only necessary if you have a shared storage like drbd or a SAN
about 1 year ago - No comments
Everybody know about these sweet line(s): clocksource/0: Time went backwards: delta=-5802595381342 shadow=440273248432 offset=11586903 To prevent this, add this line to your sysctl.conf xen.independent_wallclock=1 Next is, to add extra=”clocksource=jiffies” to the config of your XEN domain (like /srv/xen/build.conf). After all this, you can reboot the vm’s or to get it working for your current kernel config
about 1 year ago - 3 comments
You would like to know what Grub VGA Mode you can use ? Default is something like that Color depth | 640×480 800×600 1024×768 1280×1024 —————–+————————————- 256 (8bit)| 769 771 773 775 32000 (15bit)| 784 787 790 793 65000 (16bit)| 785 788 791 794 16.7 Mill.(24bit)| 786 789 792 795 but with hwinfo –framebuffer you
about 2 years ago - No comments
Seit 2 Tagen ist der 2.6.25 draußen. Hier die Kconfig für ein IBM/Lenovo Thinkpad R61. root@sedna ~ [0] # cat /usr/src/linux-2.6.25/.config | grep -v ^# | grep -v ^$ | wc -l 504 Viel Spass damit
about 9 months ago
Naja, bei manchen Sachen mag das stimmen. Aber was Linux für den Unternehmenseinsatz angeht, kommt es immer wieder auf die Politik des jeweiligen Unternehmens an