Nietzsche says "God is dead" God says "Nietzsche is dead "
Header image

some apt-get commands Here is quick cheat sheet you will find handy while using apt-get at shell prompt: Syntax Description Example(s) apt-get install {package} Install the new package. If package is installed then try to upgrade to latest version apt-get install zipapt-get install lsof samba mysql-client apt-get remove {package} Remove/Delete an installed package except configuration … Read more

if you are taking a warning such as; Notice: Use of undefined constant _HC_PKG_THEME – assumed ‘_HC_PKG_THEME’ in ~\phpcoin\config.php on line 141 Notice: Use of undefined constant DIR – assumed ‘DIR’ in ~\phpcoin\config.php on line 146 Notice: Use of undefined constant _HC_PKG_LANG – assumed ‘_HC_PKG_LANG’ in ~\phpcoin\config.php on line 153 find this in php.ini error_reporting … Read more

While i was trying to configure postfix, i learnt to sending e-mail in ssh. There are some script to do this and i choose sendEmail to install sendemail type: sudo apt-get intstall sendemail then you can type sendemail -f {from} -t (emailto} sendEmail -f ADDRESS [options] Required: -f ADDRESS                from (sender) email address * At … Read more

I have to share this  ! Let’s dance & drink   : )) But first drink to dance. The Rocky Road To Dublin (Sherlock Holmes Movie) Related posts No related posts.

I needed a function to get  (learn) url with php. Here are the codes. <?php function curPageURL() { $pageURL = ‘http’; if ($_SERVER["HTTPS"] == “on”) {$pageURL .= “s”;} $pageURL .= “://”; if ($_SERVER["SERVER_PORT"] != “80″) { $pageURL .= $_SERVER["SERVER_NAME"].”:”.$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } return $pageURL; } ?> To use this function write … Read more

The best text editor: Vim

Vim is the best text editor, i have ever used.  I’m using vim while coding with pyton,html and css. How to install vim sudo apt-get install vim vim-common vim-gnome Usage and some features You can open a file with using: vi open_me.txt Command mode: letters or sequence of letters interactively command vi. Commands are case … Read more

Google Go !

Posted by ALonon in Google - (0 Comments)
Google Go !

Google Go ! Yeni ürün ve hizmet duyuruları ile adını sık sık duyduğumuz, büyük firmaları kendi bünyesine katarak hızla büyüyen Google; Android, Chrome derken şimdi de yeni bir programlama dili ile karşımızda. Robert Griesemer, Ken Thompson ve Rob Pike’ın 2007′nin sonlarına doğru geliştirmeye başladıkları Go dili 2008′in ortalarına doğru bir şekil almaya başlamış. Bu yazıda … Read more

command: sudo apt-get install php5-gd Don’t forget to restart apache service apache2 restart Related posts installing apache php and mysql on Pardus (0) install php apache mysql phpmyadmin (3) Unlimited Subcategory with Adjacency List Model (8) Notice: Use of undefined constant/variable (0) mysql_insert_id (0)

# change a hexadecimal string to decimal number and reverse # check two different representations of the hexadecimal string # negative values and zero are accepted # tested with Python24        vegaseat     11oct2005 def dec2hex(n): “””return the hexadecimal string representation of integer n””” return “%X” % n def hex2dec(s): “””return the integer value of a hexadecimal … Read more

Ubuntu 9.10, Karmic Koala, released‎

Ubuntu 9.10 has released, it has some new faetures, i shared a few of them. For more Store, sync and share Integrated “Ubuntu One” technology gives you 2 GB of online storage for free. Easily share files between your own and your friends’ computers. Upgrade at low cost for more storage if you need it. … Read more