All About TECH, CODE,ROBOT, IOT AND FUN.
This site is all about latest technology trends, news, smartphones and geeky 'how to do things' tutorials and internet of things.
How to track your all gadget using your smartphone.
New tracking method adapted to all budgets.
Lost your car and can’t remember where you parked? It happens to the best of us: wandering aimlessly through parking lots, clicking the panic button on your key chain to get your headlights to illuminate.
You don’t need some spendy radio transponder to keep tabs on your car. Uplinking your wheels to the great eye in the sky without breaking the bank is easier than you think.
Standalone GPS and radio triangulation units can cost hundreds. And that’s not counting the installation and (frequently hefty) activation and monthly fees associated with whatever service you do choose. For most of us, it’s overkill.
The good news is that some of life’s biggest problems seem to be disappearing because of new technology.. If you frequently forget where you parked your car, there is a tiny gadget and app that could be what you’re looking for.
What is it about?
It’s about Trackr, A small and discreet device the size of a coin that is revolutionizing the market..
But… How does it work?
Very easy! It will take less than five minutes to put it to work. You simply have to pair it with your smartphone and download the free application which will allow you to locate it anytime.
Once this is done, you simply have to put it on your key chain, in your wallet or in any object you want to locate always. In this case you just have to hide it in your car.
Now just have to open the application on your mobile and you can see on the map the position of your device. If you get to lose your car, simply select “find device”and you’ll get the coordinates of the new location.
With Trackr you’ll be able to locate your car at any time
In the following video you’ll be able to see it in action:
How much is it going to cost?
You’re probably thinking that this device will be very expensive…. nope. This is the best part, you can acquire one for so little, the price is about 27$. Not bad considering it gives peace of mind.
Now you can buy 2 units and get 1 free Offer ends on Friday, 13 August 2016
Other functions
Do you often forget your wallet? Forget where you left your keys? Or want to prevent your pet from escaping? With Trackr you can also track your personal belongings, just simply attach it to anything you consider important for you or easy to lose, you link it to your Smartphone (with the Trackr application) and you will find what you lost, it’s that easy!
Detailed instructions on how to use Trackr
Now that you are aware of the potential of this curious device, we will make a brief summary to clear all your doubts:
Google Netherlands YouTube channel On 31 March 2016, shared a
video demonstrating Google's development of a "self-driving
bike"
Many viewers encountered this video on the Google Netherlands
channel on April Fools' Day (and thus understood that it was spoof of
the Google Self-Driving Car Project).
Though Google Netherlands made no specific reference to
April Fools' Day when they originally posted the video, they did include
a link to a "making of" video that showed the "self-driving" bicycle
concept to be a hoax:
Before you leave, do me a favor and answer me this question:
What’s your opinion of Bitcoin?
~Is it here to stay — permanently — or is it just another passing fad?
Leave your comment below (Please! Don’t forget to use the social sharing buttons, either)!
How to Install and Use Wine to Run Windows Applications on Linux
To installing WineHQ packagesyou have to uninstall any previously installed Wine package from another repository, remove it and any packages that depend on it (e.g., wine-mono, wine-gecko, winetricks)
Enable 32 bit architecture, If your system is 64 bit(if not yet enabled):
(if what you want is how to install wine click here)
Open up the Terminal and run this to get to your Program Files folder:
cd ~/.wine/drive_c/Program\ Files/
Pick a program, and enter its directory using cd.
Note: If the folder has a space in it, you must type a \ before the space. For example, Program\ Files. If you're having problems, try using tab autocomplete. There should be a file that ends in .exe: this is the program file. Type this into Terminal:
wine $PROGRAM.exe
Where $PROGRAM is the name of the .exe file. XQuartz will open
Note: It will open full screen' to reduce it in size, go open the Window menu from the Mac OS X menu bar, and select Zoom Window. You can then resize the program normally.
Enjoy using Windows on your Mac, comment!
Before you leave, do me a favor and answer me this question:
What’s your opinion of Bitcoin?
~Is it here to stay — permanently — or is it just another passing fad?
Leave your comment below (Please! Don’t forget to use the social sharing buttons, either)!
If you use Wine and you don't like it, uninstalling it is easy. Just run this command:
brew uninstall wine
And Homebrew will helpfully remove Wine from your computer.
Note: in order to install Wine, Homebrew also install many other small programs that Wine relies upon to work correctly. if you want to remove these as well, download and run the Homebrew uninstallation script.
Wine is an awesome free, legal, and open source software that lets you run Windows apps without the Windows operating system.
To install Wine on your Mac, you will need the following:
OS X 10.9 (Mavericks) or above
Access to an Admin account, with password
An internet connection
some time
Install Xcode
Xcode is an app that is used to compile source code made byApple.
It's available on the Mac App Store. Use the Mac App Store to install Xcode, and then run it and open the Preferences. Go to the Downloads tab, and if the "Command Line Tools" are available, install them. (If not, that means is already installed.)
Install Homebrew
Homebrew is a package manager that makes installing open source programs easier. Homebrew itself is simple to install: just open up the Terminal and run this command:
Press Enter when asked to proceed . Type in the password to the Admin account on your computer if asked and press Enter. If the installation was successful, and terminal ask you to run brew doctor. Do so by running this command:
brew doctor
you'll see the message Your system is ready to brew, When everything is setup correctly,
Note: If Homebrew tells you that you need to agree to the Xcode license, do that by running:
sudo xcodebuild -license
The Xcode license will fill up Terminal window read it, type agree and hit enter to agree to the license.
Install Homebrew Cask
Homebrew Cask is a homebrew extension that it uses to install other programs. Install the Cask by running:
brew tap caskroom/cask
Install Required Casks
JavaandXQuartz are what wine needs to run correctly, install them with Homebrew Cask. Run the this command:
brew cask install java xquartz
Install Wine with Homebrew
Now we'll install the actually install Wine! Homebrew will do all the work for us, just type this command:
brew install wine
This step will probably take awhile
If you get an error message at this step that reads error: C compiler cannot create executables orFailed to locate 'make' in path, it means you forgot to install Xcode, or it installed incorrectly.
Enjoy and don't forget to comment!!!
Before you leave, do me a favor and answer me this question:
What’s your opinion of Bitcoin?
~Is it here to stay — permanently — or is it just another passing fad?
Leave your comment below (Please! Don’t forget to use the social sharing buttons, either)!