With advancement of wireless technology, bluetooth has become a de facto standard for transferring files (and synchronizing data) between mobile devices (PDA, smartphone) and personal computer.
Tag: linux
Ubuntu lamp server installation
Some basic steps for Ubuntu Web Server installation. Each step is well explained. The truth is I stolen all these materials from the Internet (and to be honest), I don’t remember the resource :)
Read More
Track your Dynamic IP
For several reasons I’d like to keep my dynamic IP instead of install a static IP, but I had to use a service such as easydns.com, no-ip.org etc. The only thing I was needed was just the current IP of my home router. So, I had this simple idea which when the linux box detects an IP change, then the script updates the web page. So, when I want to get informed about the ip of my home router, I’m visiting the address example.com/myip/index.php. For this, I made a php script which runs nicely. Read More