wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.0.tar.gz
tar -zxvf ntp-4.2.0.tar.gz
cd ntp-4.2.0
./configure --prefix=/opt/ntpd
and then if all ok add it to cron
.::.linux::.::windows.::.
Programmer 4 life
The latest issue of the IBM Systems Journal is all about open source. You can download pdfs of the article from the link
Saw it on this blog
Yah i was nasty clicked the ad link prompted to me while searching
Look what people have done before working at google:
A bug's life , Alpha cpu's ...etc
http://labs.google.com/why-google.html
"Welcome to the Streamripper , an Open Source (GPL) application that lets you record streaming mp3 to your hard drive "
Niice application :)
http://streamripper.sourceforge.net/
Seems they enabled DRM on their chips
"Microsoft and the entertainment industry's holy grail of controlling copyright through the motherboard has moved a step closer with Intel Corp. now embedding digital rights management within in its latest dual-core processor Pentium D and accompanying 945 chipset."
Full story about DRM enabled Interl chips
http://www.digitmag.co.uk/news/index.cfm?NewsID=4915
Starting with Fyracle
Some friend wants to start with PLSQL and fyracle and i see that some
guides are available
http://www.janus-software.com/fyracle_docs.html
http://www.devshed.com/c/a/Oracle/Database-Interaction-with-PLSQL-part1/
And He will program it with jdbc
Runtime is enough to start with ?
http://www.janus-software.com/runtime_dl.html
I asked this on this list because other developers could want to try it
on a low end machine , instead of oracle
#resolve_logs.pl
my $dir="/opt/Apache/logs/";
opendir(DIR, "$dir");
@files = sort(grep(/access200506/, readdir(DIR)));
closedir(DIR);
foreach (@files) {
my $LogFile,$LogFileResolved;
$LogFile = "$dir"."$_";
$LogFileResolved = "$dir"."resolved_"."$_";
# print("$_\n") unless -d;
print ("$LogFile\n");
system("/usr/sbin/logresolve <$LogFile>$LogFileResolved");
print ("$LogFileResolved\n");
}
use strict;
use constant ONE_DAY => 60*60*24;
my ($s,$m,$h,$day,$month,$year,$wd,$yd,$dst);
my $key;
my ($value,$monthstr,$daystr);
my $yesterday = time () - ONE_DAY;
($s,$m,$h,$day,$month,$year,$wd,$yd,$dst) = localtime($yesterday);
$month++;
if ($month < 10) {$monthstr = "0$month"} else {$monthstr = "$month"};
if ($day < 10) {$daystr = "0$day"} else {$daystr = "$day"};
$year = $year + 1900;
print "\n$day,$monthstr,$year\n";
my %hosts =(
example=>'example.com',
);
my %stats_dirs=(
example=>'/stats_dir/webdruid',
);
while (($key, $value) = each(%stats_dirs))
{
my $LogFile;
#print("$key = $value\n");
#print("$key = $hosts{$key}\n");
#print("$key = $stats_dirs{$key}\n");
$LogFile = "/opt/Apache/logs/$key"."_access$year$monthstr$daystr.log";
print "$LogFile\n";
system("logresolve <$LogFile >$LogFile". "resolved");
system("webdruid -c webdruid_example.conf -o $stats_dirs{$key} $LogFile"."resolved");
system("rm $LogFile". "resolved");
}
Had one problem installing wine on Hoary
sudo apt-get install wine
Package wine is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source
now i found this repository
"It's standard gzip/zlib compression still, the b stands for big."
Good to know it , saw it on linux-tiny ml
Programming the cell from sony research . And many links on http://cell.raw.net including some cell linux kernel patches
Pugs is an implementation of Perl 6, written in Haskell. It aims to implement the full Perl6 specification
and now there is an livecd
Cuba to switch computers to Linux, dumping windows
Lenn Pryor, "Director, Platform Evangelism" at Microsoft, is leaving the software company to join hot Internet telephony firm Skype, Pryor announced recently on his blog.
Very nice indeed
"I recommend you take a look at Webdruid, a clone of
webalizer that generates a graph with the paths taken
by visitors. This should be more useful than the
number of visits per URL."
yep darth vader is a good blogger ;-)
well i forgot to make initrd when compiling new kernel
http://www.linuxforums.org/forum/topic-35590.html
me eager to try it ;)
http://www.gnu.org/software/gcc/projects/tree-ssa/vectorization.html
debian is doing good these days ;)
http://distrowatch.com/weekly.php?issue=20050516
and look bug count is going down
when spoken with a comedy French accent, Inspector Clouseau-style?
UnCare ? (the don't care )
The new ranking formula for source forge projects
If you want more http://sourceforge.net/forum/forum.php?forum_id=465092
Is me or seems a little bit complex this formula - got to learn more maths ;)
Then will be : too simple for me
to use gmail as im server and store messages(history) there
Maybe i will submit as gaim pluggin
ibm buys geronimo consulting firm
i think they had one less layer to add (thouse peers in the image) and no backward compatibility (awt) so is:
1.faster
2.simpler
3.better
http://odonata.tangency.co.uk/documents/gui-toolkits-java-platform.png
ps: i can make analogy with alpha cpu's history
they (DEC) created an 64bit RISC cpu from zero - no legacy
that is way faster than itanic , or x86 (at least was until was killed)
old and good http://www.artima.com/intv/anders.html
ps: the interview is old ;)
http://xrl.us/f2e8 (Link to www.amazon.com)
Is romanian translation that i will have
"They breed in winter, the females compete for the males, and theyĂ¢??re notoriously unfaithful. TheyĂ¢??re the most bizarre birds IĂ¢??ve ever met."
Quote From wikipedia
is ...siemens A55 ;)
it's smaller than old nokia (build in 1999) , bad thing is working only for orange
also tempted by an 6310i (400 RO Heavy Lei)
Maybe i should start learning python
Wait, that didn't come out quite right. Let's try again.
Sarge is now frozen! Wheeeeeee!!!