Tips & Tricks
Run cron from external server when you dont have cron support!
Cron jobs are used to execute scheduled tasks on UNIX web servers. It is similar to windows scheduled task. Using it you can performs lots of required tasks for your website or application like monthly bill payments check, updated check, clearing cache or temporary files and lots more.
In linux it is set using crontab command. If you have cpanel then it will also provide you an user interface to manage your cron jobs. Most paid hosting support these. But in most cases it is not available on free hosts. But still if you need this, to maintain a regular check or execution of something and you dont have this feature provided by your host, you can still manage to do so…
No CommentsBest web based file manager and zip upload extract and server to server transfer
Are you looking for a cool web based file manager? Are you tired of installing ftp client when ever you access server from a new pc. Looking for something that will allow you to upload a file to your server directly from another server without need to via of downloading to your local pc and uploading to server ?? This is all for you! I have got a very cool web based file manager with all these cool features.
I have just stumbled when I googled it out. It took a lots of hastles away from me. I think lots of people are looking for such a tool for long time. Hope peoples will find it useful too.
No CommentsHow to change default port of oracle after installation in ubuntu
When I was installing all apache, tomcat, oracle and mysql in my ubuntu 9.04. Apache took 80 port. Thereafter tomcat took 8080. When I setup oracle-xe I didn’t notice that. But oracle also demands 8080 port by default. That created conflict with tomcat. When I click “Applications > Oracle 10g Express Edition > Go to Database Home page” it showed an tomcat page not found error!!!
It was a really painful coz there was no way to reconfigure port for oracle neither any way to reinstall that would reconfigure. I googled for a while and found a solution.
1 Comment