Friday, 16 September 2016

EZ ROBOT

Make a Robot!

Learn how to build a robot that can do almost anything.

DJ Sures


The Revolution Six Robot arrived (mostly) fully assembled.

EZ-Robots has a full product line of ‘Revolution Robots’, parts, software and a robust



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)!

Trackr

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..
trackr-bravo-4
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.

How to buy it?
That’s easy, you can buy it from the website.
Update
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:
  • Step 1: Get Trackr Bravo from this website,, you’ll get it delivered to your home in about 1 week.
  • Step 2: Link Trackr Bravo with your Smartphone (iPhone or Android) and hide it in your car.
  • Step 3: Download the app and always have in hand the location of your valuables.
As Simple As That 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)!



Google launches self-driving bicycles in the Netherlands

Google's Self-Driving Bike

Image result for google bicycle
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:
Image result for google bicycle


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

How to Install and Use Wine to Run Windows Applications on Linux


Image result for how to install wine on linux
To installing WineHQ packages you 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):
sudo dpkg --add-architecture i386 
Add the repository:
sudo add-apt-repository ppa:wine/wine-builds
Update packages:
sudo apt-get update
Install
Eg: for the development branch
sudo apt-get install --install-recommends winehq-devel
If is Staging branch that you want, replace `winehq-devel` with `winehq-staging` in the line above.
If apt-get complains about missing dependencies, install them, then repeat the last two steps (update and install).



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)!

Run Windows Programs Using Wine

Run Windows Programs Using Wine

Image result for how to install wine on mac

(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)!

How To Uninstall Wine From Mac OS X

Uninstalling Wine and Homebrew

Image result for how to install wine on macIf 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

Installing Wine on Mac OS X

 How To Install Wine On Mac


Image result for how to install wine on mac    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 

Image result for how to install wine on mac

Install Xcode
Xcode is an app that is used to compile source code made by Apple.
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
Image result for how to install wine on macHomebrew 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:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

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

Java and XQuartz 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)!