PHP, HTML, CSS, JQUERY, MYSQL Tutorials

999Tutorials.com – Your Tutorial Spot

Entries for the ‘Linux/Unix’ Category

Svn relocate, Move your repository

What happens when your svn server changes location / domain name or the administrator changes the url pattern for your repository? You need to tell your working copy to look elsewhere for the repository. Relocate is your friend!

Schedule scripts to run

Schedule your daily work like checking logfiles, cleaning up old data in your web systems. Let automated scripts take care of this, learn how to use “Cronjob” for this.
We developed a site where the visitors can sell their used stuff. The add process is made up by three steps, and for some reason some people [...]

Change php.ini in scripts

Sometimes you need to change the way php.ini is configured. But if you are on a shared host, there will be no possibilities to get them to change, because that affects all their sites.
But of course there are ways to handle this for you any way