

at the beginning i thought it was an bug in the arora browser rendering
but no the default theme is now enabled
Programmer 4 life
SQL> create database "/var/lib/firebird/2.5/data/phpbb3.fdb" pagesize 8192 user 'SYSDBA' password 'SYSDBAPASSWORD'; SQL> quit CON>;
wget http://www.phpbb.com/files/release/phpBB-3.0.11.tar.bz2
tar -jxf phpBB-3.0.11.tar.bz2 chown -R www-data.www-data phpBB3

rm -rf install
Anyway, here is how you can track your /etc directory with git, and have apt update it
automatically each time a package is installed.
The following steps require root access:
install git
apt-get install git-core
initialize /etc to be a git repo
cd /etc
git init-db
chmod og-rwx .git
ignore a few files
cat > .gitignore
*~
*.dpkg-new
*.dpkg-old
commit the current state
git add .
git commit -a -m"initial import"
install a snapshot script for apt to call
cat > apt/git-snapshot-script
#!/bin/bash
set -e
caller=$(ps axww | grep "^ *$$" -B3 | grep " apt-get " | head -n1 | sed 's/^.*\(apt-get .*\)/\1/' )
git-add .
git-commit -a -m"snapshot after: $caller"
... make it executable ...
chmod +x apt/git-snapshot-script
configure apt to track changes
cat >> /etc/apt/apt.conf
DPkg {
Post-Invoke {"cd /etc ; ./apt/git-snapshot-script";};
}
track these two files
git add .
git commit -a -m"apt will track /etc automagically using git"
... and you're done.
Note that the chmod og-rwx /etc/.git step is very important. Your /etc/.git directory should
only be accessible to root. If not, it's as good as giving everyone access to your /etc/shadow
and other secrets that hide in /etc. Should you clone this repository to another box, you
have to make sure that the same precautions are taken.
Now when you install a package, it will be tracked in the git repository.
# apt-get install mercurial
...
Created commit daa7de7264b65cd073a1ef0f75ba50aa488d5af2
3 files changed, 409 insertions(+), 0 deletions(-)
create mode 100644 bash_completion.d/mercurial
create mode 100644 mercurial/hgrc
create mode 100644 mercurial/hgrc.d/hgext.rc
You can see what changed...
# git whatchanged -1
commit daa7de7264b65cd073a1ef0f75ba50aa488d5af2
Author: Bart Trojanowski <bart@jukie.net>
Date: Mon Mar 12 16:09:18 2007 -0400
snapshot after: apt-get install mercurial
:000000 100644 0000000... a7f4740... A bash_completion.d/mercurial
:000000 100644 0000000... dfc3400... A mercurial/hgrc
:000000 100644 0000000... 8f2d526... A mercurial/hgrc.d/hgext.rc
And lastly, it should be noted that debian now has an etckeeper that trackes /etc in git.

$ cpufreq-set -g ondemand
Most of the time you have to rewire and damage your brain for c++
but pascal is focused to be an learning tool and it’s easier for the brain it seems close to pseudo code and the way brain works
Just go in an computer science class and ask students what they like:c++ or pascal
I’m not talking about the genius but the average guy
The same is with php or java script it’s easier to catch and learn them than java or c++
Check the tiobe index and you will see how the scripting languages take over the work
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
The Mono team has released their better version so far, including a number of huge improvements such us .NET 2.0 compatibility (yes, generics and everything), the initial Moonlight (Silverlight for Linux) and many more.
But the best is yet to come: they already have LINQ and lambda expressions (.NET 3.5) almost there, ParallelFX (the multi-core .NET library) and totally new stuff.
When people talk about Mono, they normally focus on its compatibility with the .NET platform and how good it is for a number of companies tied to the Microsoft stack. But let me look at it from a different perspective.
[I like their new C#shell, and the fact that it works ok with firebird 2.1 on all platforms:macosx,linux,windows ]
http://dobbscodetalk.com/index.php?option=com_myblog&show=Its-not-monkey-business.html&Itemid=29


# apt-get update -t experimental # apt-get install -t experimental firebird2.1-classicor install super-server
# apt-get install -t experimental firebird2.1-classicInstall examples and flamerobin
apt-get install -t experimental firebird2.1-examples flamerobin

-rc kernel patches are generated from the base stable release.
For example: to create the 2.6.27-rc9 kernel, you must:
Yes, you want 2.6.26 not 2.6.27. Remember, that's an -rc kernel, as in, 2.6.27 doesn't exist yet. :)




ScrollKeeper is a cataloging system for documentation on open systems. Hardly anyone ever uses it and it takes ages every time you install anything. Disable it and your installs will fly! Finally add a diversion to stop dpkg from overwriting your changes.
sudo mv /usr/bin/scrollkeeper-update /usr/bin/scrollkeeper-update.real
There are various methods that will help you make better use of the Cloudbook's small screen. One of the most important is being able to move windows that are too large to fit on the screen at once. To move a hidden part of the window into view, click and drag with the left mouse button on any part of the window while holding down the ALT key. However, you won't be able to drag windows so the top of the window is above the top of the screen. To fix that, enter the following in a terminal window:
gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0
inspired by this page
https://help.ubuntu.com/community/AspireOne#Step%203:%20Tweak%20/%20Fix

#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/opt/apache2.2/bin/apxs' \
'--prefix=/opt/php5.1' \
'--with-xml=shared' \
'--with-pdo-mysql=/opt/mysql-5.0.18/' \
'--with-pdo-firebird=/opt/firebird' \
"$@"
To fully appreciate Nginx, the web server, it helps to understand Batman, the comic book character.
Batman is fast. Nginx is fast. Batman fights crime. Ngine fights wasted CPU cycles and memory leaks. Batman performs well under pressure. Nginx, for its part, excels under heavy server loads.
But Batman would be almost nothing without the Batman utility belt.
Start to learn Batman utilities
http://emiller.info/nginx-modules-guide.html
full 3d acceleration in the pocket , is an amazing thing to have the q2 in the pocket :)
ScrollKeeper is a cataloging system for documentation on open systems. Hardly anyone ever uses it and on the AAO's slow SSD it takes ages every time you install anything. Disable it and your installs will fly! Finally add a diversion to stop dpkg from overwriting your changes.
sudo mv /usr/bin/scrollkeeper-update /usr/bin/scrollkeeper-update.real
sudo ln -s /bin/true /usr/bin/scrollkeeper-update
sudo find /var/lib/scrollkeeper/ -name \*.xml -type f -exec rm -f '{}' \;
sudo dpkg-divert --local --divert /usr/bin/scrollkeeper-update.real --add /usr/bin/scrollkeeper-update