•October 11, 2011 •
Leave a Comment
Recently, the news has been flooded by messages such as “Anonymous attacks governmental websites” or “Hackers leaked sensitive information”. This sounds like it would come from the USA, since most attack targets are in the US, right? Well, sad news is that those goverments being attacked or information being leaked are happening in… Austria! Now you will be asking yourself, OMG Austria? The beautiful mountainous country being targeted by criminal hackers? well it looks like it!
Continue reading ‘From organized hackers to govermental spying’
Posted in Uncategorized
•October 6, 2011 •
Leave a Comment
I still remember when i got my first Mac in the year 2005. I was like most of the readers of my blog interested into new technology stuff. My mac was a iBook G4 which was a blast, I just loved it. Then as the new Macbooks and Macbook Pro’s came around i got more and more into Apple Computers. Apple products are easy to use and they are a part of history, especially the mobile technology and music industry.
Continue reading ‘Steve Jobs passed away’
Posted in Uncategorized
•February 4, 2011 •
3 Comments
What is a Buffer Overflow?
To put it simple, it is putting too much information into a limited space. For example you declare a buffer with 8 elements in it. Now a buffer overflow would be to fill the 8-byte element buffer with 65 bytes. The problem here is that the rest 57 elements will overwrite the neigbouring memory cells. This comes particularly bad if the neigbouring memory cells are cells reserved by the operating system. If that happens then the Computer either crashes or hackers can gain higher privileges, depending on which memory area is accessed.
Continue reading ‘Buffer Overflow explained’
Posted in Development, Linux, Others, Windows
•January 24, 2011 •
Leave a Comment
I know, it has been a long time since i blogged something, but now is the time to do a blog again
. so lets start with the first news.
Continue reading ‘News in the New Year’
Posted in Uncategorized
•December 8, 2010 •
Leave a Comment
I recently started with some DOS basics and batch scripting, therefore I have built this Batch script. In this blog I will tell you what it does, show you the code, and how to use it. So lets start. Continue reading ‘Killing a Windows process with Batch’
Posted in Development, Windows
•November 10, 2010 •
Leave a Comment
I am sure most of you have seen the movie “iRobot” with Will Smith, where he saves humans against the domination of the Robots. Now I know this is science fiction, BUT will it always be? I mean, if we think about it, now many people around the world have computers and there have been many experiments with building Humanoids which are robots that look or do certain things that humans also do. A big player in this field is Japan. In japan they have started with the cute looking robot called ASIMO.
Continue reading ‘Humans vs. Machines’
Posted in Others, Personal Opinions & Experiences
•August 29, 2010 •
Leave a Comment
As a programmer and computer enthusiast it is very helpful to know how numbers are stored in memory, also known as RAM. Well everybody knows that information is stored as a stream of binary digits known as Bits, that are made up of 1s and 0s. 8 of those bits build a Byte. One number type is called a Whole number, or Integer in computer terms. Those can be negative and positive, or in other words signed and unsigned respectively. Now comes the question of how to store those numbers effectively? This is what I will show you in this blog.
Continue reading ‘Storing negative numbers as binary’
Posted in Development
•May 29, 2010 •
Leave a Comment
Have you ever got this situation? You bought a new Mac, installed everything you need, but you still have your Music library on another Mac. One might say “yea well use Timemachine?”, the problem here is you cannot choose specific folders on your home directory. The simpler way is to do it directly from itunes!
Continue reading ‘How to move iTunes Library from one Mac to the other’
Posted in Apple, Mac OS
•May 10, 2010 •
Leave a Comment
Hi Folks, sorry that I hav’nt posted a blog post for ages, I had many things going on. Anyhow, now its time to write a new blog post. As the title suggests, it is about a new breed of people called Digital Natives.
Continue reading ‘Digital Natives’
Posted in Others
•March 8, 2010 •
Leave a Comment
It has been a while that I have blogged, therefore I thought it is time to start blogging again.
I have been a loyal user of the antivirus program called Avira Antivir, but on the computers of my java course I saw that they have installed this AVG Antivirus program, and i was quiet impressed with it. In this blog i want to compare the two, out of the experiences I have had with them.
Continue reading ‘Avira Antivir vs. AVG Antivirus’
Posted in Others, Windows