Thursday, January 31, 2008
Become An Ubuntu 'Jedi Master'
read more | digg story
Follow the istruction from the Install howto
apt-get install linux-headers-server flex
wget http://htb-tools.arny.ro/request.php?16
request.php\?16 HTB-tools-0.3.0a.tar.gz
tar HTB-tools-0.3.0a.tar.gz
cd HTB-tools-0.3.0a/
mkdir include/asm
ln -s /usr/src/linux-headers-2.6.22-14-server/include/linux/bitops.h include/asm/
make
make full
bin/cp -v docs/man/q_show.8 /usr/local/man/man8/
`docs/man/q_show.8' -> `/usr/local/man/man8/q_show.8'
sys/install.sh
Installing HTB-tools ...
`q_parser' -> `/sbin/q_parser'
`q_show' -> `/sbin/q_show'
`q_checkcfg' -> `/sbin/q_checkcfg'
`sys/scripts/htb' -> `/sbin/htb'
`sys/scripts/htbgen' -> `/sbin/htbgen'
Installing default config files in /etc/htb...
Creating directory /etc/htb ...
Installing default config files ...
eth0-qos.cfg NOT FOUND, installing ...
eth0-qos.cfg installed.
eth1-qos.cfg NOT FOUND, installing ...
eth1-qos.cfg installed in /etc/htb.
Config files installation DONE.
Installing rc.htb init script. Please enter the corect init scripts path:
( slackware type init should use /etc/rc.d; RedHat type init should use /etc/init.d )
/etc/init.d
Try again, directory /etc/init.d does not exist on your system. Exiting.
web/install.sh
Enter the directory where you want to install q_show web.
ex: /var/www/htdocs
directory:
/var/www
Installing files ...
Done.
Then read howto configure it
Wednesday, January 30, 2008
Using Perl module 'CGI::Application'
read more | digg story
Tuesday, January 29, 2008
http://www.lulu.com/en/services/marketing/index.php
and they are using bitweaver
Seems that for an romanian firebird sites the cms list would be :bitweaver, drupal , typo3 , wordpress
I don't like the software that doesn't write to an data abstraction layer like
phpado http://adodb.sourceforge.net/
or mdb2
Morfik is precompiling the application into an cgi using pascal (fpc)
I was thinking what if the fastcgi can be used to run an pascal program precompiled with lazarus(fpc)
The main issue is that main scripting languages migrate to fastcgi: php , python, perl
and light httpd servers (nginix,lighttpd,apache+fastcgi module)
Why they migrate ? because apache threading doesn't work for scripts and we are back to cgi and share nothing architecture (kiss philosophy )
Monday, January 28, 2008
I have dist-upgraded my server from gutsy to hardy
I needed for php > 5.2.3
and the server says
Apache/2.2.6 (Ubuntu) PHP/5.2.4-2ubuntu4 with Suhosin-Patch
Sunday, January 27, 2008
perl links roundup for 2008-01-21 on perlbuzz
read more | digg story
Can dynamic languages scale?
read more | digg story
Your favorite language sucks
read more | digg story
Friday, January 25, 2008
Via launches 64-bit architecture
read more | digg story
An advanced ham radio logger based on Firebird database. Provides radio control based on hamlib libraries (currently support of 140+ radio types and models), DX cluster connection, QRZ callbook (web version), a grayliner, ON6DP QSL manager database etc.
http://sourceforge.net/project/showfiles.php?group_id=206170
Thursday, January 24, 2008
DAG: Dstat: Versatile resource statistics tool
Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat and ifstat. Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility. Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting.DAG: Dstat: Versatile resource statistics tool
all you need to do is to apt-get install dstat and you will see an colored and nicer tool than vmstat , nfstat ..
Blogged with Flock
Wednesday, January 23, 2008
Matrix Simulation in Console: CMatrix
read more | digg story
How to run KDE applications on Windows
read more | digg story
How to disable SELinux
You've setup a new system, or installed something new on your Linux system and its not working. You get the feeling that SELinux is the cause of the problem. This page was written to help.How to disable SELinux
[SeLinux is the most fschked system for "securing an system" here is how to disable it on any server]
Blogged with Flock
JVCS 2.50 Beta 1 released - 1st branching support release!
read more | digg story
Will there be another Java?
read more | digg story
While you’re waiting, don’t save in OOXML format
read more | digg story
Tuesday, January 22, 2008
Mark Pilgrim looks back on his switch from Mac OS to Linux
read more | digg story
you need to install the xawtv (apt get install xawtv)
then set the composite video input in case you have an camera attached to the a/v input
v4lctl setinput Composite1
cool stuff you can watch your tv station from home using X forward protocol (also you can record it )
ssh -X machine_with_tunner
xawtv -remote
you can check the card inputs with
v4l-info
xawtv - Wikipedia, the free encyclopedia
Blogged with Flock
Mercurial Eclipse Howto
instamm mercurialMercurialEclipse – Trac
sudo apt-get install mercurial
There is a Eclipse Update site, In Eclipse this should be added in eclipse under "Help"->"Software Updates"->"Find and install..." select "Search for new features to install" and then in the new window select the "New Remote site..." button and add this
Name: MercurialEclipse development site
URL: http://home.zingo.org/eclipse-betaupdate/
Next is to read the documentation and create an local repository
Blogged with Flock
This article is about compiling a kernel on Ubuntu systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution.How To Compile A Kernel - The Ubuntu Way | HowtoForge - Linux Howtos and Tutorials
cd /usr/src
wget --continue http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.14.tar.bz2
tar jxvf linux-2.6.23.14.tar.bz2
ln -s linux-2.6.23.14 linux
cd linux
cp /boot/config-`uname -r` ./.config
make menuconfig
make-kpkg clean
fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
cd ..
dpkg -i linux-image-2.6.23.14-custom_2.6.23.14-custom-10.00.Custom_i386.deb
shutdown -r now
you can install the headers too from /usr/src/linux-headers-2.6.23.14-*
Blogged with Flock
Monday, January 21, 2008
What can you do with Perl 6 today?
read more | digg story
Sunday, January 20, 2008
Ubuntu Weekly Newsletter #74
read more | digg story
encoding server ---> upd stream ---> streaming server (listen on 1212 port)
i assume the card is installed we will need to use the /dev/video0 interface and stream from it in mpeg4 or
flash streaming
On the streaming server or computer i do
vlc udp:@:1212 and i listen to the port (later i will do an relay to the stream and send it to the clients)
On the encoder server:
Here is how i do the encoding from the command line (and i send the stream to the 192.168.0.1:1212 server)
vlc -vvv --color v4l:/dev/video0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=udp,mux=ts,dst=192.168.0.1:1212}' --ttl 12
Parrot 0.5.2 released, now with "make perl6"
read more | digg story
Saturday, January 19, 2008
How to run php4 and 5 on the same server
http://techome.wordpress.com/2008/01/18/running-php4-and-php5-concurrently/
and here is how to use perl when replacing strings in files
Perl commandline search and replace
http://techome.wordpress.com/2007/12/22/perl-commandline-search-and-replace/
[Announce] Development release 0.1 of the LatencyTOP tool
read more | digg story
Friday, January 18, 2008
Firebird on Solaris 10 (sparc) - howto
read more | digg story
What do you think about FirebirdSQL.org?
read more | digg story
Thursday, January 17, 2008
[linux-dvb] leadtek pvr2200 and cx23885 driver on ubuntu server
I try to use it on my ubuntu hardy machine for video capture mainly and mpeg2 stream encoding (have no interest in using tvtuner yet) chipset seems to be Conexant CX23885+CX23416 and xceive3028 http://www.leadtek.com/eng/tv_tuner/specification.asp?pronameid=351&lineid=6&act=2[linux-dvb] leadtek pvr2200 and cx23885 driver
Blogged with Flock
Tentakel - useful for distributed ssh command
Tentakel is a program for executing the same command on many hosts in parallel using ssh.Tentakel Homepage
On my ubuntu i installed this way ( stable version had some issues with python2.5)
1.take the code from svn
svn co http://svn.tuebingen.mpg.de/tentakel/trunk/
cd trunk/tentakel/
2. install
make; make install
3. configure all your groups and hosts hosts (and split them in groups: web, db, local)
sudo cp tentakel.conf.example /etc/tentakel.conf
Here is how can be used this command line
tentakel -g localhosts 'df -h'
Blogged with Flock
Perl 6 on Parrot is now known as Rakudo
read more | digg story
Wednesday, January 16, 2008
Customize Your Ubuntu …
I’m posting this, mostly because some people showed interest in how do I customized my Ubuntu’s look and feel. So here we go … an image worths more than 1 million words … ha!Me, I and Myself
Blogged with Flock
Tuesday, January 15, 2008
MacBook Air: top 10 things wrong with it
read more | digg story
xwiki installation on jboss using firebird
read more | digg story
The firebird 2.1 RC1 release is currently being tested
read more | digg story
Monday, January 14, 2008
Strawberry Perl easy install on Win32
read more | digg story
What the Perl 6 and Parrot hackers did on Xmas
read more | digg story
Dinky mobile PC boasts 1GHz x86 processor, digital TV
read more | digg story
Evaluating open-source DBs -Is Firebird Enterprise ready ?
read more
Sunday, January 13, 2008
perl6 is now self hosted in the next parrot release 0.5.2
Now you check out the parrot vm from svn and test the perl6 vm/compiler
here is the quote from the NEWS file
New in 0.5.2
- "make perl6" now builds a Perl 6 executable
Here is the howto
1.check out the code
svn co https://svn.perl.org/parrot/trunk parrot
2.run the Configure script
cd parrot
perl Configure.pl --prefix=/opt/parrot
3. Make the perl6
make perl6
.... [skip the compile lines]...
languages/perl6/perl6 -e'say "Hello, world!"'
Hello, world!
4 Make perl6 to be executable file and then run the hello world again :)
chmod +x perl6
./perl6 -e'say "Hello, world!"'
5. create an file goodbyeworld.pl with this content
vim goodbyeworld.pl
say "Hello, world!"
./perl6 godbyeworld.pl
All you need to do now is to test the new mod_parrot apache module or the .... php compiler for perl6!!!
cd languages/plumhead
make ; make test
go to the parrot root source directory
cd ../../
./parrot languages/plumhead/plumhead.pbc languages/plumhead/t/hello_1.php
Hello, World!
Strawberry Perl easy install on Win32 or wine
read more | digg story
My firm experience is that the default 64 bits Java-plugin for Firefox... does not work properly. The plugin uses the GNU's famous Java VM...that crashes
I have testet the plugin here... and it does not show any signs of life.
[ED i also tested the scrabulous.com scrable game and didn't worked so i installed the new icedtea-java7 and all is ok now ]
http://www.futuredesktop.com/java-plugin-64-bits-ubuntu.html
Thursday, January 10, 2008
Oops, Look At That Phoenix, Rising From The Ashes
read more | digg story
Wednesday, January 09, 2008
Firebird is alive and secure
read more | digg story
gOS 2.0 Rocket is Now Available
read more | digg story
Using new features of the Firebird 2.1 in the ADO .Net.
read more | digg story
Open Source Code Contains Security Holes - Firebird moribund
read more | digg story
Tuesday, January 08, 2008
Kernel Hackers' Guide to git
Installing git from tarballKernel Hackers' Guide to git
tarball build-deps: zlib, libcurl, libcrypto (openssl)
here is how to install tarball:
mkdir -p /opt/build
cd /opt/build
wget http://kernel.org/pub/software/scm/git/git-1.5.3.7.tar.bz2
tar -jxvf git-1.5.3.7.tar.bz2
cd git-1.5.3.7
./configure --prefix=/usr
make
sudo make install
cd ..
git-clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6
Blogged with Flock
Retro: booting Linux kernel 0.01 on modern hardware! with screenshots
read more | digg story
Saturday, January 05, 2008
How to run Safari in Linux using Wine
read more | digg story
download
wget http://draconux.free.fr/download/os-dev/linux0.01/Image/hd_oldlinux.img.zip
wget http://draconux.free.fr/download/os-dev/linux0.01/Image/linux0.01-3.3.img
install qemu
sudo apt-get install qemu
unzip hd_oldlinux.img.zip
start the linux 0.0.1 kernel
qemu -hdb hd_oldlinux.img -fda linux0.01-3.3.img -boot a
read more about this kernel dusting from kernel trap
Stop worrying and learn to love Perl 6
read more | digg story