wyginwys@loginataka:~$ sudo apt-get install gcc libc6-dev python-dev python-setuptools
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
libc6-dev is already the newest version.
Suggested packages:
python2.5-dev
The following NEW packages will be installed:
python-dev python-setuptools
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 205kB of archives.
After unpacking 778kB of additional disk space will be used.
Get:1 http://tr.archive.ubuntu.com edgy/main python-dev 2.4.3-11ubuntu3 [934B]
Get:2 http://tr.archive.ubuntu.com edgy/main python-setuptools 0.6c3-1ubuntu4 [204kB]
Fetched 205kB in 5s (35.5kB/s)
Selecting previously deselected package python-dev.
(Reading database ... 81822 files and directories currently installed.)
Unpacking python-dev (from .../python-dev_2.4.3-11ubuntu3_all.deb) ...
Selecting previously deselected package python-setuptools.
Unpacking python-setuptools (from .../python-setuptools_0.6c3-1ubuntu4_all.deb) ...
Setting up python-dev (2.4.3-11ubuntu3) ...
Setting up python-setuptools (0.6c3-1ubuntu4) ...
www.python.org find the latest documents..
Cumartesi, Aralık 16, 2006
Salı, Kasım 28, 2006
TTF for Fedora Core 2
http://corefonts.sourceforge.net/ sayfasinda anlatilanlari yaptiktan sonra rpmbuild ile olusan fontlari
/usr/X11R6/lib/X11/fonts/TTF altina kopyaladim. Jpgraphdaki jp-config dosyaindaki ayari da duzellttim ve TTFler calisiyor. Tabii rpmbuild onceden yuklu degildi. cabextract da yuklu degildi falan filan
/usr/X11R6/lib/X11/fonts/TTF altina kopyaladim. Jpgraphdaki jp-config dosyaindaki ayari da duzellttim ve TTFler calisiyor. Tabii rpmbuild onceden yuklu degildi. cabextract da yuklu degildi falan filan
Cuma, Haziran 09, 2006
MathML Conference 2000: Presentations
[Burada MathML ile ilgili yapilmis bir konferans var]
Read more at www.mathmlconference.or...
Çarşamba, Mayıs 24, 2006
Çarşamba, Mayıs 03, 2006
Bir resim HTML sayfası içine nasıl gömülür?
$ echo "<img src='data:image/jpg;base64," > a.html
$ openssl base64 -in tux.jpg >> a.html
$ echo "'>" >> a.html
Pazartesi, Mayıs 01, 2006
Webalizer
Webalizerin calismasi icin once Apache icin
Options + FollowSymLinks olmali. Daha sonra webalizer
klasorune bir symlink atmaliyiz / klasorunden.
ln -s /path/to/webalizer stats. Buradaki stats da webalizer
in ismi. yani http://my.domain.com/stats/.
Options + FollowSymLinks olmali. Daha sonra webalizer
klasorune bir symlink atmaliyiz / klasorunden.
ln -s /path/to/webalizer stats. Buradaki stats da webalizer
in ismi. yani http://my.domain.com/stats/.
Pazar, Nisan 02, 2006
Cumartesi, Nisan 01, 2006
Filesize
counter=0
top=0
p=1
for index in *.wma ## * is replaced by all files in the current directory
do
echo "File " $index ## $index is the name of the current word
let "counter +=1"
#if [ "$counter" -gt 50 ]
# then
#mv $index ../
ti=`ls -l $index | awk '{ print $5 }'`
#b=`expr match $ti [0-9]*`
#a=`echo " scale 1; $ti " | bc`
#a=stat $index | grep Size | awk '{ print $2}'
#top=`expr $top+$ti`
let "top +=$ti"
echo $top "\n"
if [ "$top" -gt "692000000" ]
then
#mv $index cd$p/
#echo $p $top
let "top =0"
let "p +=1"
echo $p "p"
fi
mv $index cd$p/
# fi
done
echo $p
#echo "sayi" $counter $ti
top=0
p=1
for index in *.wma ## * is replaced by all files in the current directory
do
echo "File " $index ## $index is the name of the current word
let "counter +=1"
#if [ "$counter" -gt 50 ]
# then
#mv $index ../
ti=`ls -l $index | awk '{ print $5 }'`
#b=`expr match $ti [0-9]*`
#a=`echo " scale 1; $ti " | bc`
#a=stat $index | grep Size | awk '{ print $2}'
#top=`expr $top+$ti`
let "top +=$ti"
echo $top "\n"
if [ "$top" -gt "692000000" ]
then
#mv $index cd$p/
#echo $p $top
let "top =0"
let "p +=1"
echo $p "p"
fi
mv $index cd$p/
# fi
done
echo $p
#echo "sayi" $counter $ti
Pazartesi, Ocak 02, 2006
Emreyi gonderdik yine
Dun aksam 23:00 de Emreyi ugurladik Istanbul'a. Hayirlisiyla 4 ay 10 gununu de bitirip gelir insallah..
Kaydol:
Yorumlar (Atom)