Install Subversion on CentOS

1. Install subversion

$(sudo) yum install mod_dav_svn subversion

2. check functions provide by the svn:
$ svn --help

2. make a local directory to hold the content checked out from the repository
$ mkdir ~/repository

3.Go to the newly made directory and check out the content you want from the internet
$ cd ~/repository
$ svn co URL_to_Content_on_Internet

credit to : http://wiki.centos.org/HowTos/Subversion

Install Subversion on CentOS

1. Install subversion

$(sudo) yum install mod_dav_svn subversion

2. check functions provide by the svn:
$ svn --help

2. make a local directory to hold the content checked out from the repository
$ mkdir ~/repository

3.Go to the newly made directory and check out the content you want from the internet
$ cd ~/repository
$ svn co URL_to_Content_on_Internet

credit to : http://wiki.centos.org/HowTos/Subversion

Install perl TimeDate and DateManip modules in CentOS

The command used to install the TimeDate module is:
$(sudo) yum install perl-TimeDate

The command used to install the DateManip module is:
$(sudo) yum install perl-DateManip

There is no support installation throught CPAN yet.

Install perl TimeDate and DateManip modules in CentOS

The command used to install the TimeDate module is:
$(sudo) yum install perl-TimeDate

The command used to install the DateManip module is:
$(sudo) yum install perl-DateManip

There is no support installation throught CPAN yet.

How to reset your password in Ubuntu

1. Boot into Safe mood of Ubuntu by holding either shift or ESC key.
a. (Ubuntu is the only operating system on your computer), to get the boot menu to show, you have to hold down the Shift key during bootup.
b. For older versions of Ubuntu (9.04 and 8.04), you can press the Escape key during bootup in order to see the boot menu.

2. Select "Drop to root shell prompt option" to go to root shell.
3. ls /home will show all the current users in your Ubuntu.
4. passwd username to change username's password.
5. type "exit" to exit root shell.

How to reset your password in Ubuntu

1. Boot into Safe mood of Ubuntu by holding either shift or ESC key.
a. (Ubuntu is the only operating system on your computer), to get the boot menu to show, you have to hold down the Shift key during bootup.
b. For older versions of Ubuntu (9.04 and 8.04), you can press the Escape key during bootup in order to see the boot menu.

2. Select "Drop to root shell prompt option" to go to root shell.
3. ls /home will show all the current users in your Ubuntu.
4. passwd username to change username's password.
5. type "exit" to exit root shell.

Change Screen Resolution for Ubuntu in VirtualBox

Re: VirtualBox - How can I Increase Screen Resolution??
There's a great new simple solution to the screen size problem since the release of VirtualBox version 1.6.2.
Here is a solution for changing the screen resolution of Ubuntu running in VirtualBox:

It's a new VBoxManage command, explained in the Help Contents/ User Manual at section 9.12 under the heading "Configuring the maximum resolution of guests when using the graphical frontend".

As the default screen resolution option was unsatisfactory for me, I found by trial and error that the perfect resolution for a Guest on my Host's desktop (with a 19 inch LCD) is 1272 x 920. So in my HOST system, I shut down VirtualBox, then opened a terminal and typed:

VBoxManage setextradata global GUI/MaxGuestResolution 1272,920

This worked perfectly. Now when I run any guest machine in Virtualbox, the guest immediately opens to my desired screen size (1272x920) and it works consistently time after time. You can set any screen size you want this way. Absolutely no adjustments are required inside the guest machine's settings.

Credit to:Ubeaut at "http://ubuntuforums.org/showthread.php?p=5145028#post5145028"

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...