How to run cronjobs per second?

On August 21, 2010, in CentOS, Fedora, LAMP, Linux, Tricks, by Sandeep Verma

Hits: 716  Have you checked my previous article on cronjobs… http://blog.svnlabs.com/tag/crontab-command-line/ To run cronjob per second you have to execute crontab/cronjob per minute and then have to run task in cron file per second using PHP function time_sleep_until(). <?php $start = microtime(true); for($ii=0;$ii<60;$ii++) { //………………………. /// here is the tasks which need to run per second… [...]

Tagged with:  

Run Shell Commands from CGI-BIN

On April 23, 2010, in Amazon Cloud EC2 S3, CentOS, Fedora, LAMP, Linux, Open Source, Tips, Tricks, by Sandeep Verma

Hits: 306  Hey, here are some simple steps to run shell commands under cgi-bin using Apache web server (/var/www/cgi-bin), which is configured with cgi access. Apache CGI allows files with executable permission in cgi-bin directory treated as application and run on web browsers. We have to send the MIME type before outputting data to the web [...]

FFmpeg

On March 20, 2010, in CentOS, Fedora, LAMP, Linux, Open Source, Tips, Tricks, Web Application, by Sandeep Verma

Hits: 206  # ffmpeg is a command line tool to convert one video file format to another. It can also grab and encode in real time from a TV card. # ffserver is an HTTP and RTSP multimedia streaming server for live broadcasts. It can also time shift live broadcast. # ffplay is a simple media [...]

Install the Alternative PHP Cache (APC)

On February 24, 2010, in CakePHP, CentOS, Fedora, LAMP, Linux, Open Source, PHP, Tips, by Sandeep Verma

Hits: 122  The Alternative PHP Cache (APC) is a free, open, and robust framework for caching and optimizing PHP intermediate code. yum install php-pear yum install php-devel httpd-devel yum groupinstall ‘Development Tools’ yum groupinstall ‘Development Libraries’ pecl install apc http://si2.php.net/manual/en/install.pecl.php

Install Fonts in Fedora

On February 24, 2010, in CentOS, Fedora, Linux, Open Source, Tips, Tricks, by Sandeep Verma

Hits: 183   1. Log in as root or use su at command line $ su 2. Go to the font storage directory: # cd /usr/share/fonts 3. Create a subdirectory for the Arial fonts: # mkdir arial 4. Copy the Arial fonts into this directory from font sites or windows FONTS folder. 5. Make the font [...]

Linux Command Line

On December 8, 2009, in LAMP, by Sandeep Verma

Hits: 62  http://www.commandlinefu.com/commands/browse http://blog.commandlinekungfu.com/ http://www.shell-fu.org/ http://www.cyberciti.biz/ http://thecommandline.net/ http://cheat.errtheblog.com/ http://getfirebug.com/commandline.html http://xmlstar.sourceforge.net/ http://linuxcommand.org/ http://commandline.org.uk/ http://commandline.net/home.asp http://www.linuxguide.it/linux_commands_line_en.htm http://michaelminn.com/linux/command_line/ http://www.linuxclues.com/ http://www.go2linux.org/ http://www.yolinux.com/ http://www.linuxjournal.com/ http://www.linuxconfig.org/ http://www.linux.com/ http://www.howtoforge.com/ http://www.ehow.com/ http://www.yolinux.com/TUTORIALS/LinuxTutorialSysAdmin.html http://linuxsysadminblog.com/ http://librenix.com/

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...