LiVES is a Video Editing System. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features. And the most important thing is … LiVES is a Free, Open Source video editor *and* a VJ tool. Source: http://lives.sourceforge.net/
Archive for the 'GNU/Linux' Category
LiVES – Because the media should be open
Published November 18th, 2009 in GNU/Linux and Unix. 0 CommentsScribus – Open Source Desktop Publishing
Published September 23rd, 2009 in FreeBSD, GNU/Linux, Software and Unix. 0 CommentsScribus is an Open Source program that brings award-winning professional page layout to Linux/UNIX, Mac OS X, OS/2 Warp 4/eComStation and Windows desktops with a combination of “press-ready” output and new approaches to page layout. Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, Spot Colors, ICC [...]
shebang/hashbang/haspling is… #!
Edit your .vimrc settings file to include the following line: set enc=utf-8 And you should be able to edit a UTF-8 file in Windows using gvim. For Linux, just set the locale to utf-8 such as: export LANG=en_SG.UTF-8 Source: http://research.mosuma.com/faq/howto/vim-utf8
Some times we need to limit the traffic that uses some applications. In my case, when I download big files. So: If we use wget, It is doted with –limit-rate option that permits set the limit of traffic. Example: # wget –limit-rate=50k http://lexo.lx-networks.net/testingfile.gz This example limits wget to uses 50KBps maximum of download traffic. But [...]
Failed to open pcm/dsp device: Device or resource busy
Published February 18th, 2009 in GNU/Linux and Unix. 0 CommentsIf you have this problem maybe other program is using the snd resource, so, you need know which is the program is using it. You can do it with lsof, and kill the process. ~# lsof | grep pcm ; lsof | grep dsp xmms 17613 lexo mem CHR 116,8 12785 /dev/snd/pcmC0D0p xmms 17613 lexo [...]
http://dev.mysql.com/doc/refman/5.0/es/adding-users.html
http://dev.mysql.com/doc/refman/5.0/es/secure-grant.html
Como cambiar la mac address de una interfaz de red
Published October 3rd, 2008 in GNU/Linux and Unix. 0 Commentshttp://www.irongeek.com/i.php?page=security/changemac
http://www.tech-faq.com/change-mac-address.shtml
http://www.village-elder.com/blog/archives/6-How-to-spoof-your-MAC-address-under-Linux.html
MPlayer Doc
http://web.njit.edu/all_topics/Prog_Lang_Docs/html/mplayer/
Para distros basadas en Red Hat tenemos el archivo /etc/redhat-release, para Slackware tenemos /etc/slackware-version, y bueno creí que en Ubuntu sería algo así(/etc/debian-* o tal vez /etc/ubuntu-*), pero no, la manera en que podemos ver que versión se encuentra instalada es con la ayuda del siguiente archivo: /etc/lsb-release Así es que con un: cat /etc/lsb-release [...]
The file-max file /proc/sys/fs/file-max sets the maximum number of file-handles that the Linux kernel will allocate. We generally tune this file to improve the number of open files by increasing the value of /proc/sys/fs/file-max to something reasonable like 256 for every 4M of RAM we have: i.e. for a machine with 128 MB of RAM, [...]
When you have CentOS and try to replace files we need confirmation by default. Maybe you are thinking use –force option, but it not works ok because by default CentOS has “cp -i” alias. Now if we won’t it, we need use: “unalias cp” for alias remove.
¿Alguna ves te has preguntado como ejecutar un AGI mientras generas un Dial()? A continuación propongo una manera de hacer eso que a muchos nos es muy útil en muchos de los casos. Bien, pues como saben con Dial() podemos generar llamadas al mismo tiempo utilizando & entre cada destino. Haciendo uso de esto podemos [...]
There is an example of how to generate dial from CLI and playback a message when user answer. CLI> originate SIP/user application Playback hello-message
sk98lin – Marvell/SysKonnect Gigabit Ethernet
Published December 24th, 2005 in GNU/Linux and Unix. 0 Commentssk98lin – Marvell/SysKonnect Gigabit Ethernet driver v6.21 SYNOPSIS insmod sk98lin.o [Speed_A=i,j,...] [Speed_B=i,j,...] [AutoNeg_A=i,j,...] [AutoNeg_B=i,j,...] [DupCap_A=i,j,...] [DupCap_B=i,j,...] [FlowCtrl_A=i,j,...] [FlowCtrl_B=i,j,...] [Role_A=i,j,...] [Role_B=i,j,...] [ConType=i,j,...] [Moderation=i,j,...] [IntsPerSec=i,j,...] [PrefPort=i,j,...] [RlmtMode=i,j,...] DESCRIPTION sk98lin is the Gigabit Ethernet driver for Marvell and SysKonnect network adapter cards. It supports SysKonnect SK-98xx/SK-95xx compliant Gigabit Ethernet Adapter and any Yukon compliant chipset. When loading the [...]

