Programming is like kicking yourself in the face, sooner or later your nose will bleed ---Kyle Woodbury

Pirated Software used in schools, colleges and universities in the Philippines

Tagged:  

This is my own short list of popular pirated software used, evangelized and distributed in schools, colleges and universities in the Philippines. If you know other pirated software not in the list, comment it out.

Googlebot indexed my site!!!

My site is now searchable in Google search engine. I waited for two weeks after submitting my url, and now my site was indexed regularly by Googlebot--the search bot software used by google. Im waiting for Yahoo to approve my site.

google search engine

Surfing the net in the terminal

Tagged:  

I browse my site (jrgalia.com) in shell using elinks

elinks

here we go.....

elinks

is it cool?

How to Install Ubuntu-Title Font

Tagged:  

Do you like this ubuntu-title font? You want to install it in your machine? Then, open up your terminal and type sudo apt-get install ttf-ubuntu-title then press enter.

This file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file

This is a FCKEditor error when you try to upload image. FCKEditor is a WYSIWYG (what you see is what you get) HTML editor. As what the message said, file uploader is disabled so you cant use it. To enable, open the "editor/filemanager/connectors/php/config.php" file and look for the following line

$Config['Enabled'] = false ;

change to

$Config['Enabled'] = true ;

done...

Tips in Passing PhilNITS Fundamental Information Technology Engineer (FE) Exam

Tagged:  
  • pray (this is the most important!!!)
  • review, review and review (download past exams here)
  • study in small groups
  • do a mock exam using the past exams
  • get enough sleep the night before the exam
  • listen carefully to any instructions given by the proctor during exam
  • answer easy questions first
  • dont be afraid to change your first answer
  • read the problems carefully
  • don't panic, relax

ICOT-P on ICT Unofficial Website

Tagged:  

ICOTP - ICT (Income Creating Opportunities thru Technology Program - Information and Communication Technology) is a program of the Provincial Government of Leyte, Department of Education and Local Government Unit which provides free Sotfware Development training for poor but deserving high school students in Leyte, Philippines.

As part of the team, Im done administering our unofficial website. You can view it here.

How to install fonts in ubuntu

Tagged:  
  1. create a folder ".fonts" in your home directory.
    $mkdir .fonts
  2. copy the fonts to the folder .fonts
    cp <source folder/*.ttf> /home/user/.fonts
  3. fonts copied will now available if you (re)start your application.

Syndicate content