Customize your Desktop with Rainmeter.

You may used to use Rocketdock, Objectdock and other software to customize your Desktop, but today I recommend you to use Rainmeter instead.

Hack Candy Crush Saga by Using Firefox extension

Infinite lives and boosts, all unlocked charms are bought, so what are you waiting for ?

Fake CPU's name with regedit in Windows 7 and Windows 8

It looks so funny when I changed my Processor's Name to Intel(R) Core(TM) i7-2329 @ 3.00GHz. In fact, my processor is Intel(R) Pentium(R) CPU B960 @ 2.20GHz.Let's try together!

Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Wednesday, March 19, 2014

How to build Wireless Mesh Kalua

Here are some steps of installing Wireless Mesh Network:

0)
* Click/Open ‘Models’
* Look at the router model # on the back of your router e.g. TL-WR1043ND
* Click/Open TP-LINK TL-WR1043ND
* Click/Open ‘Stable’
* Download ‘factory-image’ file (the link that contains ….image=factory at the end)
* rename the file to ‘firmware.bin’

1)
Unpack the router which comes from factory, apply the antennas and power-supply

2)
Connect your computer with a network-cable to the LAN-Ports of the router
and disable your wireless connection (often the LAN-Ports are grouped together and are yellow)

3)
Open your browser and use the IP-Address which is labeled on the bottom
of the device, e.g. http://192.168.1.1 - use the password which is also on this sticker

4)
go to the menu: SYSTEM-Tools -> FIRMWARE-UPGRADE
and select the already downloaded software-file and press Upgrade and wait 3 minutes (wait until the light on the router stops blinking)

5)
open in your browser this URL: http://192.168.1.1/admin.html and complete your configuration page. This router is now ready for usage.

6)
For advanced users, please visit http://192.168.1.1/index.html for more configuration options, e.g. special WAN-Options

A Very First Fedora Event in Cambodia

Our first event in Cambodia

Thank you for visiting our booth at DevInnoExpo yesterday. We were so excited to introduce you to Fedora Project. Fedora Project was first introduced to Cambodia in the last three weeks at FOSSASIA 2014 Phnom Penh at Open Institute and sponsored by the Development Innovations.

Chief of Party, Greata House was introducing Fedora Project and its history in Cambodia to Minister of Ministry of Education, Youths and Sport.


Our fans were holding I <3 Fedora tags and taking photos with smile.


What is Fedora Project?
Fedora is a Linux-based operating system, a collection of software that makes your computer run. You can use Fedora in addition to, or instead of, other operating systems such as Microsoft Windows™ or Mac OS X™. The Fedora operating system is completely free of cost for you to enjoy and share.
The Fedora Project is the name of a worldwide community of people who love, use, and build free software. We want to lead in the creation and spread of free code and content by working together as a community. Fedora is sponsored by Red Hat, the world's most trusted provider of open source technology. Red Hat invests in Fedora to encourage collaboration and incubate innovative new free software technologies.

Building Fedora Community

Since Fedora Project is the new project in Cambodia, and we would like to build a strong and big community to give support to our Fedora users and administrators. We are looking for people, who are currently using Fedora for their daily use, design project and web administrator and other related work to join our community.

If you are interested in our Fedora Community, please sign up here.

Wednesday, February 12, 2014

How to download torrent files with Internet Download Manager using Boxopus



Hi folks, today, I want to show you guys how to download torrent files with Internet Download Manager using boxopus. Boxopus is a new service that enables all users to download torrent directly. With clever use of Dropbox's API, BitTorrent users can add torrent files totally anonymously and without the need for a BitTorrent client. Torrent sites can add Boxopus as a new download option for their users, which some already have. Now lets start using boxopus.

  • Now let go to boxopus website and sign in.
  • You have two options to sign in into boxopus.
    • Sign in using facebook.
    • Sign in using email account.
  • Now, you have logged in into boxopus with your account. Take a look at the top-left side of the website and you will see one button named Add New Torrent.
  • To add torrent, you have two choices either.
    • Add torrent using torrent file (.torrent)


    • Add torrent using magnet link or URL.
  • After you have uploaded your torrent using two different methods as detailed above, boxopus will upload files from torrent into the cloud automatically, and it will generate link for your files. Unfortunately, there are plenty of people using boxopus, so uploading your files into cloud will take a time. Boxopus can't download all the torrents simultaneously. When all the previously added by other users torrents will be downloaded boxopus will carry about this one. It wont take much time, boxopus will notify you by email. Sometimes, boxopus will allow you to download files immediately.


  • OK, now, it is time to download by click button Download as screenshot.


  • Note: Boxopus gives you guys only 2 days for downloading your uploaded-file. Therefore, your file will be delete automatically.
    Thanks for reading my blog :)



Saturday, August 24, 2013

W3school Offline Version Full Website(Latest Update)

Hey guys! Today I'm gonna share one best thing that’s a lot of vital for all web designer and also the students who are learning web development. This is often the simplest website that you’ll be able to learn web development free. There is all languages that you need in web designing - Html5, Php, JavaScript, Etc, all the languages that is vital for web designing . There is simple quick tutorial that is easy to use. Sometimes when you don’t have internet connection and you need to find anything from w3schools, you can’t just find anything, but don’t worry I’ll gonna give you full website that can be used easily without internet anywhere and anytime.





Link to download:
Part 1: Click here or Click here
Part 2: Click here or Click here
Password: everyday-geeks

Thanks for visiting :)


Tuesday, May 28, 2013

Share Internet connection from PC to other devices without using any software (Windows 8 only)

Unfortunately, Windows 8 has no longer make Ad-hoc network.It can, however, still an Internet connection.Now I'm going to show "How to share Internet connection from PC to other devices without using any software (Windows 8 only)".

By using Command Prompt(cmd), we can share Internet connection easily.
Now please follow a several steps:

Step 1: Check for compatibility to create hostednetwork

Right-click on Start Menu
Then click on Command Prompt(Admin)

 or
You can click on Start Menu or Press Windows Key
Then type Command Prompt or cmd
You will see the result on the left side, after that right-click on Command Prompt
Click on Run as administrator on the below tap




  

In the Command Prompt, you have to type the command to check your wireless card:
netsh wlan show drivers

After the process has finished, you need to focus on line Hosted network supported. If it equals Yes, it means you can share an Internet connect with hosted network, but it equals No, it means you can't share it.

  

Step 2: Create a hosted network


Make sure you are on Command Prompt Windows, if you aren't, just reopen it.
To create a hosted network to have to run this command:
netsh wlan set hostednetwork mode=allow ssid=networkname key=networkpassword

mode: Specifies whether to allow or disallow the hosted network.
ssid: Name of the hostednetwork.
key: The user security key used by the hosted network.

Example:I want to create a hosted network with Name=Everyday-Geeks and Password=wesharetoyou, so I have to run this command:
netsh wlan set hostednetwork mode=allow ssid=Everyday-Geeks key=wesharetoyou



After that, hosted network has been created. The next thing you have to do is start hosted network
by running this command:
netsh wlan start hostednetwork

Once  you see the line "The hosted network started", that means you created a hosted network successfully.




Step 3: Set up the network

After creating hosted network, you need to do the simple things to make it available to other devices:

  • Open "Network and Sharing Center" by right-click on network icon in system tray, then choose "Open Network and Sharing Center".


  • In Network and Sharing Network Windows, you can see Current network and Hosted Network. In my example, Current network is name "Smart Mobile" which is a Mobile Broadband connection; I have to click on its Connections: "Smart Mobile" (See the below screenshot). Additionally, I notice that my hosted network's Connections name is "Local Area Connection *12".

  • Then I should click on Properties in the new opened window.

  • In Properties window, I will choose “Sharing” tab then check the box “Allow other network users to connect through this computer’s Internet connection.
  • Below that is a drop down list, I will choose it and select “Local Area Network *12,” which is my new hosted network.
  • Finally, I just click OK button and wait for it to be finished.
In my below screenshot, I used my iPhone to connect hosted network and it works perfectly.

Enjoy together :)

Hack Candy Crush Saga by using Firefox extension

Today I'm going to show you "How to hack Candy Crush Saga by using Firefox extension".
Candy Crush Saga is a tile-matching puzzle game from King.com.
The cheat is included in the leethax.net Firefox extension.

Features

  • Infinite lives and boosts

  • All unlocked charms are bought

Notes

It's not possible to directly cheat unlocking new episodes. You'll have to bug your friends or support the game developers to unlock levels.
 This extension work for Firefox only.

How to

The thing you have to do is download Firefox extension from Leethax.net, then install it and restart Firefox is enough. :)

Now open Facebook, log into your account, and open Candy Crush Saga.

You will see what you have got. :)

Enjoy together :)


This Extension also works with:
For more details visit Leethax.net :)