Tagalog

Learning new different language? Tagalog Language English to Tagalog Lookup Tagalog Grammar Large Tagalog Dictionary

Read more

Using prelink with KDE

LinuxQuestions.org – How to use prelink? Add also into /etc/profile [code lang=”perl”] KDE_IS_PRELINKED=1 export KDE_IS_PRELINKED [/code] Trick may or may-not work. Depends from the luck and positions of the stars… to turn off ”kdeinit”…

Read more

Setting up MySQL DB

Just for reminder… [code lang=”perl”] mysql -h localhost -p -u root [/code] [code lang=”sql”] CREATE DATABASE cookbook; GRANT ALL ON cookbook.* TO ’cbuser’@’localhost’ IDENTIFIED BY ’cbpass’; USE cookbook; [/code]

Read more

SSH without password

How to setup SSH to not ask password always: SSH Incoming from STEPHANE DURIEUX: Well everything is in the title. would like to use ssh in scripts so without entering the password. local: ssh-keygen -t rsa -b4096 -f ~/.ssh/id_rsa_to_xxssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519_to_xx When it asks for your passphrase, hit ENTER.Now (assuming…

Read more

Lost POP3 password?!?

Well, let’s take imaginary case that you have forgotten your POP3 password. Then how you could try to find it back? Answer: Set up pop3 server locally in your computer, change server address into it in mail client, and cross your fingers… Interesting… Comment writing doesn’t work anylonger. Anyway much simpler approach is (1) Take…

Read more

Xanadu

Ted Nelson’s Xanadu is interesting project indeed. I still recall when that subject was brought up long time ago when ”hyperlinks” were discussed. Xanadu. Well, at that point of time current WWW didn’t exist. Revolution of HTML was still 3-5 years ahead when I started studies in the University of Joensuu.

Read more