Archive

Posts Tagged ‘software’

Windows 25 Years old

November 22nd, 2008

Completely forgot about a birthday, Windows turned 25 on the 10th of November.

On November 10th, 1983, Bill Gates first unveilled Microsoft Windows (v1.0) to the world at an unprecedented elaborate event at the Helmsley Palace Hotel (Wikipedia) in New York City. Windows 1.0 boasted a graphical user-interface to the MS-DOs world with menus, icons and multi-tasking. Not that I was around back then (I was born just under a year later) but here’s some screenies for your pleasure.

Windows 1.0 Boxshot

Windows 1.0 Boxshot

All for a cheap $99 and it even comes with Reversi. Steve Balmer, crazy back then, still a crazy guy today.

Belated Happy Birthday.

Developer, Operating Systems, Windows, software , , , , , , , ,

HOWTO: Network Monitoring with nTop in Ubuntu

September 28th, 2008

ntop is a network probe that shows how much the network is being utilised with very little overhead and impressive graphical representation via the web. Its definately a must-have tool if you run a fileserver.


The version of ntop on the ubuntu mirrors is 3.2.x, so I set out to update to the latest release this weekend (3.3.x released in June last year).

This install is being done on Ubuntu 7.10 using ntop 3.3.7.

First up lets download the distribution of ntop we’re going to be installing. This is the internode mirror in Australia, but you can find your closest mirror via sourceforge.


$ wget http://internode.dl.sourceforge.net/sourceforge/ntop/ntop-3.3.7.tar.gz

Next we need to extract the files to a folder.


$ tar -xvf ./ntop-3.3.7.tar.gz

Next up lets install/make sure we have all the dependencies we need to build this version.


$ sudo aptitude update
$ sudo aptitude install build-essential linux-headers-$(uname -r) librrd2-dev libtool libpcap-dev tcpdump librrd2 rrdtool rrdtool-tcl libgdbm-dev libgdbm3 automake autoconf automake1.7 debhelper gettext html2text intltool-debian libgd2-noxpm-dev libjpeg62-dev libncurses5-dev libssl-dev libwrap0-dev po-debconf

Once the dependencies are installed you can go into the extracted folder and tell it to setup the environment and configure it.


$ cd ./ntop-3.3.7/
$ chmod +x ./autogen.sh
$ ./autogen.sh

This will make sure your environment is correctly setup and configure to build the necessary make files. There shouldn’t be any errors at this point as you have installed all the correct dependencies. Nextup we need to build the application and install it.


$ make
$ sudo make install

Then you can start nTop by running the following command:


$  sudo ntop -P /usr/local/lib/ntop/

There we have it, browse to http://localhost:3000 and you’ll be running the latest and greatest ntop.

Linux/Unix, Operating Systems, software , , , ,

VWMare Fusion 2.0 out, comes with *FREE* McAfee Virus Scan to protect your Windoze…

September 17th, 2008

VMWare just released Fusion 2.0 which is a free update for 1.x users of the fruity OS, among the enhancements…

  • Greatly improved 3D performance and compatibility with DirectX 9.0c and Shader Model 2 software and games. (VMware Fusion runs best with the latest graphics hardware, like the NVIDIA 8800 GT, ATI Radeon HD 2600, and ATI Radeon HD 3870.)
  • When playing high-definition video (720p, 1080i, 1080p) in a Windows XP or Windows Vista virtual machine, VMware Fusion now uses hardware acceleration for smooth video playback

Which is quite a feat, whilst I’m not a Fusion user - No Apple, It just Works!!! - it seems the Fusion Hypervisor is doing some serious legwork now. Whats more (heh) VMWare even ‘collaborated’ with McAfee to give those Apple users a little something something for their Windoze experience:

Virus Protection and Firewall Included for Windows XP and Vista Virtual Machines

  • To keep your Windows-on-Mac experience as safe as possible, VMware Fusion includes a complimentary 12-month subscription to McAfee VirusScan Plus to protect your Windows investment

Funny.

Developer, Operating Systems, Tools / Products, Windows, humour, software , , , , , ,

VLC 0.9.2 Released!!!

September 15th, 2008

One of the most kick-ass players out there has just released a new version after more than 2 years in development. VLC 0.9.2 which comes with a spanking new UI and a host of cool new features.

enuff chit-chat, go download and install.

NOTE: The server is no doubt being hammered right now, so be patient.

Developer, Tools / Products, software , , , , , ,

Sun releases VirtualBox 2.0 just couple of days after 1.6.6!

September 7th, 2008

One of the hottest Virtualisation applications going around the internets these days is Sun’s recently aquired VirtualBox software suite. The bright folks at Sun have just announced version 2.0 release which is a couple of days after the 1.6.6 maintenance release.

Being a fan of VirtualBox from around the 1.3.x days when it was owned by Innotek and seeing it mature the way it has, its been quite impressive - if not for the wide platform compatibility and the fact that its a ‘free’ product for personal use that’s competitive with commercial offerings such as VMWare - which has been my fulltime VM product (loving VMWare 6.5 btw!).

VirtualBox 2.0 brings some uber goodness to the mix (from the changelog):

    This version is a major update. The following major new features were added:

    • 64 bits guest support (64 bits host only)
    • New native Leopard user interface on Mac OS X hosts
    • The GUI was converted from Qt3 to Qt4 with many visual improvements
    • New-version notifier
    • Guest property information interface
    • Host Interface Networking on Mac OS X hosts
    • New Host Interface Networking on Solaris hosts
    • Support for Nested Paging on modern AMD CPUs (major performance gain)
    • Framework for collecting performance and resource usage data (metrics)
    • Added SATA asynchronous IO (NCQ: Native Command Queuing) when accessing raw disks/partitions (major performance gain)
    • Clipboard integration for OS/2 Guests
    • Created separate SDK component featuring a new Python programming interface on Linux and Solaris hosts
    • Support for VHD disk images

    In addition, the following items were fixed and/or added:

    • VMM: VT-x fixes
    • AHCI/SATA: improved performance
    • GUI: keyboard fixes
    • Linux installer: properly uninstall the package even if unregistering the DKMS module fails
    • Linux additions: the guest screen resolution is properly restored
    • Network: added support for jumbo frames (> 1536 bytes)
    • Shared Folders: fixed guest crash with Windows Media Player 11
    • Mac OS X: Ctrl+Left mouse click doesn’t simulate a right mouse click in the guest anymore. Use Hostkey+Left for a right mouse click emulation. (bug #1766)

    Download your copy based on your Operating System:

    • VirtualBox 2.0.0 for Windows hosts x86 | AMD64 (only on Windows x64!)
    • VirtualBox 2.0.0 for Solaris and OpenSolaris hosts x86 | AMD64

    After installing 2.0, my 1.6.x images seamlessly moved to the 2.0 release with minimal fuss, just make sure you shutdown your VMs prior to upgrading to avoid hassles.

    Not to be forgotten is VMWare’s upcoming 6.5 release which is rolling full steam ahead!

    Developer, Linux/Unix, Operating Systems, Tools / Products, Windows , , , , , , ,

    MSY Hacked! Firefox blocks!

    July 15th, 2008

    MSY(.com.au - dont go there yet!), one of the most competitive IT hardware stores in Australia recently got hacked and the site has embedded Net-Worm.JS.Aspxor.a worm. Only realised after I went to the site and Firefox blocked the page. You can read all about the hack and the effects on the Whirlpool Thread or Google Safe Browsing diagnostic page.

    Firefox Security

    Its always nice when someones got your back. Who knows MSY might actually endup making a proper website now instead of the messy FrontPage site that was.

    General, Operating Systems, Security, Windows , , , , , , , , , , ,

    Ubuntu 8.04.1 LTS Released

    July 4th, 2008

    Ubuntu 8.04 was released when I was in Japan, but it didnt stop me from downloading it - sucked it up at ~5Mbps which was bloody ridiculous!

    Now we can finally get our hands on the first update to this LTS, Ubuntu 8.04.1 which contains - amongst a slew of bug-fixed packages - Firefox 3.0 Final. More information on the changes are posted on the Ubuntu mailing list release notification.

    I’m still running 7.10 on the server at home - until I get the bawls (and time!) to redo the lovely server ZEUS has become to be! In the meantime, my Dell M1330 is upgrading to the 8.04.1 release as I write.

    Grab a copy of Ubuntu 8.04.1 today!

    On a side note, just recently saw the release of Sabayon Linux 3.5 which brings some really cool things to the table, I’ve downloaded the LiveDVD and considering giving it a go.

    Linux/Unix, Operating Systems , , , , , , , , , , , ,