Blog
This blog entry show you how to use pivot or portre mode on your LCD monitor under Linux. I know the way that NVidia card owners can rotate their screen. You have to use official NVidia driver for this method.
You can use Google's browser on Linux. The early access release of Chrome .deb package is available from site of Chromium.
Antialased fonts will be after this 3 easy step in Emacs (Ubuntu 8.10).
I'm looking for silent PC parts for totally noiseless desktop computer. I will use this PC for software development. This PC need to be silent, fast and video card need to drives 2 monitor over 2 DVI port. I will use 4 monitor with an additional video card in the far future.
The well known way is svn export. Some times this command is not applicable. You can use this simple shell command in this case (Linux/*nix only).
I've got the next error message from Oracle server, when I try to insert new record:
ORA-01653: unable to extend table OWNER.TABLE_NAME by BYTE in tablespace TABLESPACE
I've made a CAPTCHA system what is ease of use for any PHP website. This is a full object oriented class library. Ease of use and ease of customisation. Try it! Feel free to download and use it. Please leave a comment.
Features
- Very minimal software requirements
- Ease of customisation (parameters or class extending)
- Full object oriented library
- One file one class
Almost all beginner Java Swing programmers meet these issues. I have written some code example for representing the solution. This issue collection is useful for some situation, but please comment it.
Maximize a Java Frame
How to maximize the JFrame (main window) from code:
import java.swing.JFrame; public class MyFrame extend JFrame { public MyFrame() { // the application window is run as maximized this.maximize(); // some code ... } /** * Maximize the Frame. */ public void maximize() {
When I upgraded my Ubuntu Linux from "Gutsy Gibbon" to "Hardy Heron" my gnome-terminal not shown some characters correctly anymore. I tried change the character encoding to UTF-8, but next time back again to ANSI_X3.4-1968. And I have found the solution.
One World, One Dream
“One World, One Dream” is China's Olympic slogan. But the reality of China's occupation of Tibet is a nightmare. Right now thousands of Tibetans are being arbitrarily detained, beaten and killed for speaking out for freedom.
The Game is Over.
On March 24th, China launched its Olympic Torch Relay. In
the next two months, the torch will travel to cities around the world in a blatant attempt by the Chinese government to gain international acceptance and to divert attention away from its illegal occupation and current military crackdown inside Tibet.

