Mar 15
Most Hacked O/S
icon1 admin | icon2 FreeBSD, Linux, Security | icon4 03 15th, 2008| icon3No Comments »

Zone-H has published its statistics from 2005-2007 on hacks by OS, and more. Topping the list was Linux, with two Windows variants below.

Operational System   Year 2005   Year 2006   Year 2007 
Linux 276.350 446.311 306.076
Windows 2003 72.377 183.953 114.137
Windows 2000 101.151 69.754 23.838
FreeBSD 23.653 31.075 18.542
Unknown 2.834 3.802 9.314
SolarisSunOS 6.193 9.797 5.226
Windows NT/9x 5.921 4.023 1.204
MacOSX 2.139 2.247 1.488
Windows XP 498 393 323
HP-UX 667 166 259
AIX 367 101 124
SCO UNIX 19 5 92
Unix 7 134 79
Tru64 54 25 40
OpenBSD 21 13 39
NetBSDOpenBSD 366 229 36
IRIX 771 211 34
BSDOS 498 49 26
NovellNetware 30 24 9
OpenServer 0 0 7
OS390 1 3 3
MacOS 27 6 3
OS2 9 9 2
Compaq Tru64 23 13 1
NetBSD 31 14 1
Digital UNIX 2 3 1
Windows .NET 10 1 1
VM 1 0 0

Mar 11

Not a bad list of “10 Linux Commands You’ve Never Used“. Obviously most of these are application to any nix variant, so are worth checking out.

My personal favourite tool –

 ldd, want to know which Linux thread library java is linked to?

# ldd /usr/java/jre1.5.0_11/bin/java
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00bd4000)
libdl.so.2 => /lib/libdl.so.2 (0x00b87000)
libc.so.6 => /lib/tls/libc.so.6 (0x00a5a000)
/lib/ld-linux.so.2 (0x00a3c000)

Mar 10

Lifehacker has the link to an Ubuntu Tutorial on Installing Plugins for Gnome-Do the launcher. If you don’t know, Gnome-Do is a powerful application launcher, much like some of the apps available for Windows.

gnome_plugin_cropped.jpg

 … extend Gnome-Do’s powers to music management, Gmail, system functions, and other tasks, Ubuntu Tutorials has put together a simple guide to installing plug-ins for the launcher, a trick that’s not readily apparent for first-time users …

Mar 10

Try Linux Without Installing It ?%

Want to learn or play around with Linux but don’t want to mess up your PC? A live CD is a bootable CD which will (in this case) let you run Ubuntu Linux (the current popular flavour) without installing anything! It all runs off the cd, so its perfect for the first time user — get more details here.

Mar 10

There was a time when few knew about Tux the Linux mascot, but nowadays people are dressing there babies to match (see picture below).

The History of the Best Known Pengiun (Tux)%

If you’re interested in the history of the pengiun that could, check out sjbaker.org’s wiki entry on its history. One of the most interesting posts, is the origin of the name –

Re: Let's name the penguin! (was: Re: Linux 2.0 really _is_ released..)
.
James Hughes (jamesh@interpath.com)
Mon, 10 Jun 1996 20:25:52 -0400
.
(T)orvolds (U)ni(X) --> TUX!

Who knew!

Mar 10

Whether you are interested in specific apps, or you want a chance to learn but need to keep running Windows or whatever the reason, andLinux is an interesting project.

andLinux: Run Linux in Windows%

As you can see above, andLinux runs natively under Windows, allowing you to execute Linux applications (like XFCE) on your Windows machine.

andLinux is a complete Ubuntu Linux system running seamlessly in Windows 2000 based systems (2000, XP, 2003, Vista; 32-bit versions only). This project was started for Dynamism for the GP2X community, but its userbase far exceeds its original design. andLinux is free and will remain so, but donations are greatly needed.

andLinux uses coLinux as its core which is confusing for many people. coLinux is a port of the Linux kernel to Windows. Although this technology is a bit like running Linux in a virtual machine, coLinux differs itself by being more of a merger of Windows and the Linux kernel and not an emulated PC, making it more efficient. Xming is used as X server and PulseAudio as sound server.

Read more and try it out at the project site www.andLinux.org.