Getting Specific Memory Usage Per Process
This Bash command does the job pretty well...
ps axo com,sz
This Bash command does the job pretty well...
ps axo com,sz
So apparently Gmail knows I'm Chinese. Or so I think. In the past when I log out of Gmail, it will say "Please wait..." Recently, perhaps through some heavy-duty data mining, it told me to "请ç¨ç‰..." (Chinese for "please wait") instead. I thought that I had turned some settings in Firefox to display Web pages in Mandarin or I revealed through my emails that I'm Chinese - in which case that would be a serious case of privacy invasion, I think.
If you are using Linux and are facing problem with Java applets running correctly on Firefox, AND you have googled to the ends of the earth but still can't solve the problem, check this post out. The solution in my scenario is remarkably simple.
While openSUSE is a great Linux distribution, I can't say the same for the mailing list's search function. For many weeks now, the only result that came back from the search is:
Sorry, the search is disabled! Come back later
This is one of the most amazing video of nature I have ever seen. Over the years I've watched countless nature documentaries, many of which are on the savanna with the lions, buffaloes, giraffes, and elephants roaming free. This video clip from YouTube below beats them all.
How many times have you wanted to change the page numbering for your document but didn't know how to? After 10 minutes of trying all options that you know, twice, to no avail? At the end of all that frustration and time wasting, you decide that, "Hey, maybe I didn't really need to change the page sequence. Nobody will notice. Much.."
Fret no more, here's help.
If you're confused with the many different types of creative commons licenses out there, here's a gem for you. Take a look at this pictorial show (http://wiki.creativecommons.org/Sharing_Creative_Works). It explains in a near idiot-proof way what the differences between the creative commons licenses are. It's very easy reading, so take 5 minutes to boost your knowledge.
I'd like to follow up on my previous
post on configuring OES 1 for a 2-node failover cluster. I did
not mention that the patch to the system included a function called
activate_evms_container. This bash function is part of
the script /opt/novell/ncs/lib/ncsfuncs
I've installed the reCAPTCHA plugin for Wordpress today. The whole process is very simple - took me less than 15 minutes. Simply follow the instructions on the download page. I like reCAPTCHA because not only does it help to prevent comment spam, it helps digitize books as well. I don't know how it works exactly but the basic premise is that words are scanned from books and used in the pictures for reCAPTCHA. How the system tells whether the entered words are correct or not, I don't know. All I know is it works and that's good enough for me.
Preamble: This is a post on documenting the steps that I took to deploy a 2-node fail-over cluster for a client. No identifying information specific to the client is contained in this post. The deployment was done in August 2007 and I'm only posting it in December, nearly four months since the date I said I would put it online. Well, now that Open Enterprise Server (OES) 2 is already available, this post might not be that useful to others. Nevertheless, perhaps this will help someone somewhere out there ;-)