Change Ubuntu Server from DHCP to a Static IP

No Comments

sometime Ubuntu Server installer is set to use DHCP, and later You want to change it Static IP, so that people can access it and it would not dynamically assigned ip.

Server usually don’t have GUI interface so we need to do it using bash commands.

Let’s open up the /etc/network/interfaces file. I’m going to use my favourite editor vi, but you can choose your own.

sudo vi /etc/network/interfaces
More

dashes vs underscores (SEO)

No Comments

Dashes or Underscore, which is best for seo point of view

if you are a web developer and want to build websites with SEO optimisation. You might face this question “which is SEO way to split words in URL, dashes or underscore?”.

I would recommend using dashes. Why? Lets find out.

More

How to change the max_execution_time time on system runing FCGID

No Comments

How to change the max_execution_time time on system runing  FCGID (run as virtual server owner)

1. Change max_execution_time in home/php5/php.ini file.
2. Now change the execution type from FCGId to Apache mod_php (run as Apache’s user).

somehow changes made in php.ini is not being reflected. so We need to change php script execution mode type to execute long scripts.

find all files between specific days (4 days old).

No Comments

find ./ -type f -mtime -4 -exec ls -al {} \;

Google I/O 2011: Keynote Day 2

No Comments

Google I/O 2011: Keynote Day One

No Comments

Older Entries