With two simple application you can open your computer via lan. Firstly (under ubuntu) sudo apt-get install ethtool Control your ethernet card is supporting wake on lan or not. sudo ethtool eth0 if sth like that in output: Supports Wake-on: pumbg It’s ok.Than learn your mac address and write it somewhere. ifconfig | grep HWaddr … Read more
Today my all web sites that working with session was giving that error: Warning: session_start() [function.session-start]: open(/var/lib/php5/sess_1812dbcc1b2e606c5f44f7c4d277c22e, O_RDWR) failed: No space left on device (28) in /**/theme/default/header.php on line 5 After a little searching i found that i didn’t have any free space. My applications could not delete session in /var/lib/php5 folder. So i tried … Read more
PHP UPLOAD CLASS Properties You can choose type of file to be uploaded. For every type of file to be uploaded, you can choose biggest size of file which is allowed. Day, month and year choices are assigned as folder.( day/month/year or year/day depends on your wish.) Usage 1- Write type of file and the … Read more
An incredible film directed by Martin Scorsese. It has very very interesting ending. I found a lot of ideas about what was the ending of film about. Players; Leonardo DiCaprio, Mark Ruffalo, Ben Kingsley, Max von Sydow imdb http://www.imdb.com/title/tt1130884/ You should watch ! Related posts No related posts.
I found a great document about dicts,tuples and list, you can easliy understand three of them and learn differences between dicts,tuples and lists . Also in this document, you can find how to add a record for each of them. what is the difference between tuple and list in python? tuples are immutable, you can … Read more
C++ ile yazdığım telefon defterinin benzerini python ile yazdım. Dict kullandığımdan dolayı aynı isimde iki kişi olmamasına dikkat edin, dilerseniz list yapısına çevirebilirsiniz. Aynı klasörde example.txt’yi yaratmayı unutmayın ( windows için tam path girmeniz lazım.) Surname kısmını eklemek isterseniz, pdict[name] =(phone,surname) şeklinde ekleyebilirsiniz. This python phone book is about same with c++ one. I used … Read more
C++ ile yazdığım bir telefon defteri programı, Ubuntu’da yazıldığı için windows’altında çalıştırmak için dosya yolunu tam girmeniz gerekmekte ( c:\example.txt gibi) Ayrıca strcmp char kontrolu yapmadığından, isim’i tek karakter girmeyin. Bir kaydı silmek için temp dosyası kullandım. Silinicek kayıt hariç bütün kayıtlar temp’e kayıt edildikten sonra dosyanın adını değiştirdim. Umarım işinize yarar. It’s a phone … Read more
To learn your ubuntu version/ release there are two ways that i know. first sudo cat /etc/lsb-release second sudo cat /etc/issue Related posts User groups and Users in Ubuntu (0) Ubuntu 9.10, Karmic Koala, released (0) install php apache mysql phpmyadmin (3) How to learn your linux release (3) Dns Cache with dnsmasq (0)
I decided to write movies that i want to advice. Therefore, i opened a category named movies. I have just added a new post in it . Actually, i think, my english is not enough to write summary about movie, but i just want to write. Related posts After long break … (0)
http://www.imdb.com/title/tt1151359/ Director and writer: Tim Blake Nelson Players: Edward Norton, … It’s about twins, one of them is a professor other is a drug seller. One day professor receive calls and comes back to his brother. And then a new life starts for him. recommended Trailer Related posts No related posts.
