Tag Archives: Windows

Arduino the Open Source hardware

If you are a thinker, a mad scientist in the making or just a curious ADD person like me, the Arduino boards are just what you are missing in life.

Arduino Uno BoardArduino is an open-source physical computing platform based on a simple micro controller board, and a development environment for writing software for the board.

Arduino can be used to develop interactive objects, taking inputs from a variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs. Arduino projects can be stand-alone, or they can be communicate with software running on your computer .

Arduino hardware can be used in Windows, Mac or Linux. The boards can be assembled by hand or purchased pre-assembled and the open-source IDE (programming environment) can be downloaded for free.

There’s a great starting guide at http://arduino.cc/en/Guide/HomePage, but I have also been recommended this book:

30 Arduino Projects for the Evil Genius

This guide shows you how to program and build a variety of projects with the Arduino microcontroller development system. Covering Windows, Mac, and Linux platforms, it gets you up to speed with the simplified C programming you need to know–no prior programming experience necessary.

You can find more books and arduino boards and components on here.

Examples of what one can accomplish with Arduino:

 

 

 

 

Technorati Tags: , , , , , , , , , , , ,

Has the iPad really overtaken Linux?

According to numbers from StatusCounter,  the iPad has bypassed Linux in terms of web surfing in the US, Canada, UK, Australia and The Netherlands.  As a Linux enthusiast I find it disturbing but at the same time it makes complete sense.

The OS battle is between Windows, Apple and Linux. Windows and Apple dominate but Apple has a very strong grip in the market, due to its great fan/user base.

I would say, with no fear of being wrong, that most users browsing the web with an iPad, do also from their Mac[add here you preference] computer. Without playing down the quality of the product, I believe the iPad is basically taking a piggy-back ride.

Initial source: http://royal.pingdom.com/2011/04/20/ipad-used-more-than-linux-computers/

Technorati Tags: , , , ,

Removing the Windows XP Security 2011 malware

There has been a surge in computers infected with the Windows XP Security spyware. The user is normally affected by clicking on a very convincing fake Windows XP security warning displayed on infected websites.   Once the malware is installed, it continues to display pop-ups with security warnings and installs a heap of trojans  on the computer. This malware also disables all .exe files, making it impossible for the user to run anti virus scanners and malware removers. Here is how I recently removed this pest.

  1. Disconnect your computer from the internet, this malware installs trojans which will make your computer vulnerable to remote access. Use another computer to download the following programmes, then run/install them on your infected computer in the following order.
  2. RKILL stops the malware process ( http://www.bleepingcomputer.com/download/anti-virus/rkill )  – Note, the malware process did come back, but this gave me enough time to execute the next  step.
  3. xp_exe_fix.reg ( you can read more about it here ) – This will fix your registry and enable the running of .EXE files, so you can install a malware remover and run your virus scan.
  4. Malwarebytes’ Anti-Malware – it’s a simple and easy to use anti-malware by Malwarebytes. Install and run, it will ask you to update, reconnect the internet and allow it to update, disconnect internet after update is done. Run the full scan.
  5. After malware scan finishes, click on “Remove Selected” to remove all malware from your computer.  After removal, reboot as instructed and your computer should be free.

 

Technorati Tags: , , , , , ,

IPV4 is almost exhausted.. time for IPV6?


UK or US

According to Vint Cerf, vice-president of Google and the man dubbed “the godfather of the net”, Europe will run out of IPV4 addresses by mid 2011.  It’s time to switch to IPV6.

IPv6 was developed by the Internet Engineering Task Force (IETF), and is described in Internet standard document RFC 2460, published in December 1998. It has the capacity to provide 3.4×1038 IP addresses (around 340 trillion, trillion, trillion), probably making NAT (Network Access Translation) something of the past.

Are network and system administrators ready for the change over? Are SMEs ready for the change over? It’s time for a bit more reading I guess.

Technorati Tags: , , , , , , ,

The future of gaming is OpenGL

As a Linux user and Open Source enthusiast I always want to see people moving away from the proprietary stuff and into the Open Source world, but sometimes it’s easier to keep them where they are (stuck to Windows), specially when it comes to gaming. I am not a gamer, and would rather spend my time on other more fulfilling tasks like testing a ClearOS installation, but when it comes to helping people migrate from Windows to Linux, there’s always that dreaded question  “Will my games work?”  The answer could easily be “yes very well, better than before!”  but in reality a majority of the games won’t. Why? The proprietary monster that is Microsoft has allured programmers, graphic card manufacturers and the common citizen into the idea that DirectX is the best, and it could not e further from the truth. While DirectX only runs on Windows, OpenGL offers equal or better results and runs on every platform. 

But don’t let me talk to you about this, as I said I am not a gamer, let those who know what they are talking about tell you. This great article will help you understand Why should you use OpenGL and not DirectX (Wolfire Blog), and you may also enjoy reading this article Commercial Gaming coming to Linux?  from the Linux Magazine.

Technorati Tags: , , , , , , ,