Reset Winsock for Windows 7
1.click start menu,type cmd in Start Search box right-click cmd.exe click Run as Administrator,
and then press continue.
2.Type netsh winsock reset at the command prompt, and then press ENTER .
3.Type exit, and then press ENTER.
Dengan semakin banyak dan berkembangnya Sistem Operasi Linux, terutama banyaknya distro Linux gratis yang bisa kita gunakan seperti Ubuntu, Kubuntu, Fedora, PCLinuxOS dan lainnya, mungkin membuat sebagian yang belum pernah mencoba penasaran. Bagi pengguna Windows, ada alternatif untuk mencoba tanpa harus install di komputer, dengan menggunakan USB Flashdisk, yaitu Linux Live USB Creator (disingkat LiLi ). Linux Live USB Creator mendukung berbagai distro Linux, selengkapnya bisa dilihat di Supportes Linuxes. Selain bisa membuat bootable USB Linux, dengan Lili ini, kita juga bisa membuat Linux langsung berjalan di windows tanpa harus booting.
Label: linux
This Gem is a wrapper around an useful open-source library for creating QR Codes, a two-dimensional bar code format popular in Japan (and readable by cell phones even) created by the Denso-Wave Corporation in 1994. These bar codes look like the following:
can you see what the secreet in this picture..?
This how to make make and read CODE QR:
How to make:
install GR CODE:
# sudo apt-get install qrencode
Make QR CODE:
# qrencode -o namecodeqrcode.png 'text'
or you won the big pict
# qrencode -o namecodeqrcode.png -s 20 -m 1 'text'
it mean size=20 margin=1
How to read the code:
download kaywareader
chose what your type phone:
and install it
good luck!!
Label: linux