FlowPlayer is a Flash media player. You can use it on your HTML pages to play video files. “It is your personal YouTube”. It is highly customizable which upports all the features you’ll possibly need and these features can be configured the way you like. FlowPlayer’s skin is flexible and will smoothly melt into your site. Progressive downloading, solid streming, long play features, playlists,
Saturday, January 31, 2009
Tuesday, January 27, 2009
How to secure PHP with Suhosin
Posted on 5:30 AM by Unknown
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format
Monday, January 26, 2009
How to install and use chkrootkit
Posted on 8:26 AM by Unknown
Here are steps used to manually install chkrootkit on a Linux system:1. # wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz2. # tar zxvf chkrootkit.tar.gz3. # cd chkrootkit-version_number4. # make5. Copy chkrootkit and associated executables into /usr/local/bin# find . -type f -perm +001 -exec cp {} /usr/local/bin \;Next, create a root crontab entry to run chkrootkit daily.0 3 *
The 5 real reasons to avoid iPhone 3G:
Posted on 6:49 AM by Unknown
iPhone completely blocks free software. Developers must pay a tax to Apple, who becomes the sole authority over what can and can't be on everyone's phones.iPhone endorses and supports Digital Restrictions Management (DRM) technology. iPhone exposes your whereabouts and provides ways for others to track you without your knowledge.iPhone won't play patent- and DRM-free formats like Ogg Vorbis and
Saturday, January 24, 2009
HowTo use Crontab (Basic commands)
Posted on 9:14 AM by Unknown
open the crontab editor:# crontab -eyou can use this variables:1 = Minute after the hour2 = the hour you want it done3 = Day of the Month4 = Month of the Year5 = Day of the week6 = 'command you want to execute'* = ALLExample:30 0 * * * /usr/local/aplicationIt will run the application every day at 12:30 AM.* * * - means all day of the month, all month of the year, all day of the weekOther
Friday, January 23, 2009
Configuring a DHCP Client
Posted on 9:10 AM by Unknown
The /etc/sysconfig/network file should contain the following line:NETWORKING=yesThe NETWORKING variable must be set to yes if you want networking to start at boot time.The /etc/sysconfig/network-scripts/ifcfg-eth0 file should contain the following lines:DEVICE=eth0BOOTPROTO=dhcpONBOOT=yesA configuration file is needed for each device to be configured to use DHCP.
Linux Commands to Monitor Memory Usage:
Posted on 8:40 AM by Unknown
vmstat Monitor virtual memoryfree Display amount of free and used memory in the systempmap Display/examine memory map and libraries (so). Usage: pmap pidtop Show top processessar -B Show statistics on page swapping.time -v date Show system page size, page faults, etc of a process during execution. Note you must
Subscribe to:
Posts (Atom)