By Huy Tran on February 23, 2010
Log4Tailer 2.0 http://code.google.com/p/log4tailer/ has just been released. It has been a month of some thought and testing the feasability of including tailing over SSH, and this release provides just that. It will open the door for a range of more features to control remote logs scattered across a network from a single terminal, instead of [...]
Posted in Linux, Open Source | Tagged log4tailer, network, ssh, tailing, terminal
By Huy Tran on January 11, 2010
The great Ubuntu Karmik is just around the corner. If you happen to use Eclipse from the official eclipse webpage and you see that some eclipse buttons do not work, then apply the following hack. Make yourself a one line script to execute eclipse like follows:
#!/bin/bash
export GDK_NATIVE_WINDOWS=1
./eclipse
and it will work again. For tptp (the profiling [...]
Posted in Linux, Open Source, Ubuntu | Tagged debian, java, Linux, programming, Ubuntu
By Huy Tran on November 3, 2009
Q. How do I install and start telnet service / server under Ubuntu Linux?
A. Telnet is an insecure service. It is recommended that you use ssh service. However sometime telnet server or service is needed. Here are instructions to enable telnet:
Install telnetd server
$ sudo apt-get install telnetd
Restart inetd service:
$ sudo /etc/init.d/openbsd-inetd restart
You should now be [...]
Posted in Linux, Ubuntu | Tagged service, telnet, Ubuntu
By Huy Tran on August 23, 2009
Here’s another deep chink in the armor of the braindead zealots who claim Linux is inherently more secure than Windows. Julien Tinnes and Tavis Ormandy have found what could be the widest ranging vulnerability yet discovered in the Linux kernel.
Affected versions include all Linux 2.4 and2.6 versions since May 2001. This spans 2.4.4 up to [...]
Posted in Linux, Open Source, Security | Tagged debain, fedora, kernel, Linux, redhat, security hole, Ubuntu
By Huy Tran on April 23, 2009
Ubuntu is a community developed, linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need – a web browser, presentation, document and spreadsheet software, instant messaging and much more. Ubuntu is free software. Whether you use it at home, at school or at work Ubuntu contains all [...]
Posted in Linux, Open Source, Ubuntu | Tagged Jaunty Jackalope, Linux, Ubuntu