
linux
Calculer l’etat d’avancement d’un encodage ffmpeg avec php | Stéphane Reuille
28 juillet 2010 8 commentaires Dans cet article nous allons voir comment lancer un encodage de vidéo avec le logiciel ffmpeg et calculer l’état d’avancement du travail avec php. Je vous laisse juges du champs d’application. Personnellement, je l’utilise afin d’afficher une barre de progression pour chaque encodage en cours dans une interface utilisateur. Le script d’encodage est exécuté en mode CLI , les tâches d’encodage pouvant prendre du temps cela permet de s’affranchir de la limitation d’exécution de php.Linux: Find Out Which Process Is Listening Upon a Port
H ow do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux? You can the following programs to find out about port numbers and its associated process: netstat - a command-line tool that displays network connections, routing tables, and a number of network interface statistics. fuser - a command line tool to identify processes using files or sockets. lsof - a command line tool to list open files under Linux / UNIX to report a list of all open files and the processes that opened them.Debirf - Build a kernel and initrd to run Debian from RAM
debirf (DEBian on Initial Ram Filesystem) is a set of tools designed to create and prepare a kernel and initial ram filesystem that can run a full-blown Debian environment entirely from RAM. The kernel and initramfs pair created by debirf can be used for a myriad of purposes, from quick-and-easy system repair to diskless thin clients. The kernel and initrd can be placed in your system boot partition, burnt to read-only media, or supplied by a netboot server.Redmine is a web based project management application written in Ruby, and is based on the Ruby on Rails (RoR) framework. It has a very clean user interface and comes with a good list of features. It is probably the easiest to use and the most complete web based (software) project management tools available. Redmine package is available in Ubuntu, which makes installation easy. It is however not very straightforward, and this tutorial will guide you step-by-step in installing Redmine in your Ubuntu machine. This tutorial is based on Ubuntu 10.10, though it might be compatible with other release as well.
How to install Redmine in Ubuntu
Simple NAT punch-through
Several people have asked me about the system monitor running on the root window of my ThinkPad X60s’ X11 desktop – not many of them had spotted that is was actually just conky with an advanced configuration and a custom wallpaper: My ~/.conkyrc can be downloaded from here . The panel at the bottom center is from FluxBox , my window manager of choice. The panel to the left is fbpager , a desktop pager for use with FluxBox. <p style="text-align:right;color:#A8A8A8"></p>

