
The Ubuntu developers are moving very quickly to bring you the absolute latest and greatest software the Open Source Community has to offer. Hardy Heron Alpha 4 is the fourth alpha release of Ubuntu 8.04, and with this new alpha release comes a whole host of excellent new features.
Features : -
- Xorg 7.3 : – The latest Xorg is available in Hardy, Xorg 7.3, with an emphasis on better autoconfiguration with a minimal configuration file.
- Linux kernel 2.6.24 : - Alpha 4 includes the 2.6.24-5.8 (2.6.24-rc8-based) kernel. This brings in significant enhancements and fixes that have been merged in the last few months into the mainline kernel. Among these is the introduction of dynticks support for amd64, bringing the same power savings already available on 32-bit systems to 64-bit laptops and desktops.
- PulseAudio : - Alpha 4 includes [WWW] PulseAudio enabled by default. Some non-GNOME applications still need to be changed to output to pulse/esd by default and the volume control tools are still not integrated.
- PolicyKit : – With Alpha 4, PolicyKit integration is visible in the administrative user interfaces. PolicyKit makes it possible to run administrative applications as a normal user, and have them get a particular set of extra privileges for certain operations, which allows fine-grained control over user permissions and enhances usability, as well as eliminating the security implications of running the whole application as root.
Firefox 3 Beta 2 : – The latest Firefox 3 beta is packaged in the repositories, bringing much better system integration including icon and colour theming that matches the system, as well as GTK2 form buttons and open dialog.
Transmission : – The GTK version of the popular Transmission BitTorrent client comes with Alpha 4. It’s set to replace the Gnome BitTorrent downloader.
Vinagre :- The new Vinagre VNC client is installed by default in Alpha 4, replacing xvnc4viewer.Vinagre allows the user to view multiple machines simultaneously, can discover VNC servers on the network via Avahi, and can keep track of recently used and favorite connections.
Brasero :- The Brasero CD/DVD burning application, which will complement the CD/DVD burning functions of Nautilus and replace the Serpentine audio CD burning utility, is installed by default in Alpha 4.
World Clock Applet :- Integrating the features of the intlclock applet, the GNOME panel clock in Alpha 4 can display the time and weather in multiple locations.
GVFS :- Nautilus 2.21.6 in Alpha 4 uses GVFS, the virtual filesystem abstraction layer that’s set to replace the aging GnomeVFS in GNOME 2.22, as its backend. In the near future, GVFS will make it possible to fix shortcomings of Nautilus such as the inability to restore files from trash, pause and undo file operations, and make it possible to escalate user privileges for certain operations using PolicyKit for authentication. It also brings a significant performance boost to many operations.
GNOME System Monitor : – The GNOME System Monitor has a revamped “Resources” tab, with Cairo graphs that scroll and scale smoothly, and brand new widgets.
Virtualization :-
- KVM is now officially maintained within the Ubuntu kernel.
- libvirt and virt-manager have been adapted to Ubuntu. They allow for easy guest creation and basic management out of the box. Virt-manager can be used to remotely administer guests on a remote server. They also work with XEN, even though it is not officially maintained.
- The kernel also includes the virtio modifications which should greatly improve guest I/O access.
Firewall .:- ufw (Uncomplicated Firewall) is a new firewall application designed to make administering a firewall easier for end-users while not getting in the way of network administrators. Currently, ufw is a command-line interface for administering host-based firewalls.
Download Hardy Heron Alpha 4 : -
- Ubuntu 8.04 LTS (Hardy Heron) Alpha 4 (Ubuntu)
- Kubuntu 8.04 (Hardy Heron) Alpha 4 (Kubuntu)
- Edubuntu 8.04 LTS (Hardy Heron) Alpha 4 (Edubuntu)
- Ubuntu-JeOS 8.04 (Hardy Heron) Alpha 4 (Ubuntu JeOS)
- http://cdimage.ubuntu.com/xubuntu/re…hardy/alpha-4/ (Xubuntu)
- Gobuntu 8.04 (Hardy Heron) Alpha 4 (Gobuntu)
- Ubuntu-Studio 8.04 (Hardy Heron) Alpha 4 (UbuntuStudio)




February 2, 2008 at 10:50 am
[...] enigmax wrote an interesting post today on Ubuntu 8.04 Alpha 4 comes with great new applications..Here’s a quick excerptUbuntu 8.04 Alpha 4 comes with great new applications.. Posted by Dark Star on February 2, 2008 The Ubuntu developers are moving very quickly to bring you the absolute latest and greatest software the Open Source Community has to offer. Hardy Heron Alpha 4 is the fourth alpha release of Ubuntu 8.04, and with this new alpha release comes a whole host of excellent new features. Features : – Xorg 7.3 : – The latest Xorg is available in Hardy, Xorg 7.3, with an emphasis on better autoconfigurat [...]
February 2, 2008 at 8:56 pm
Very good run-down of all the apps! Everyone’s covering this story, but yours is the best blow-by-blow I’ve seen. Thanks.
February 4, 2008 at 2:47 pm
[...] desde tuxenclave aqui os coloco una lista de programas nuevos y novedades introducidos con el nuevo [...]
February 4, 2008 at 11:20 pm
[...] * Ubuntu 8.04 Alpha 4 comes with great new applications – Dark Star gives us another look at some of the new features in Hardy Alpha 4. They include: Xorg 7.3, Pulse“Audio, Policy“Kit, Firefox 3, Transmission, Vinagre, Brasero, World clock applet, GVFS, a new Gnome system monitor, KVM virtualization, and ufw (a new uncomplicated firewall application). Visit this link to see screen shots and details of the new applications in Hardy Alpha 4. http://tuxenclave.wordpress.com/2008/02/02/ubuntu-804-alpha-4-comes-with-great-new-applications/ [...]
February 7, 2008 at 4:01 am
[...] Ubuntu 8.04 Alpha 4 est sortie avec de nouvelles applications épatantes – Dark Star nous donne un autre regard sur quelques unes des nouvelles fonctionnalités de Hardy Alpha 4. [...]
February 9, 2008 at 4:06 pm
Great! Can’t wait for the final!
February 11, 2008 at 6:37 pm
where is wine
February 11, 2008 at 9:57 pm
Wine is a 3′rd party application you can install WIne in Ubuntu 8.04 by suod apt-get install wine .. It will not come pre-installed in Ubuntu
May 14, 2008 at 2:07 pm
You cant apt-get it until you uncomment these 2 lines in
/etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu hardy universe
deb-src http://archive.ubuntu.com/ubuntu hardy universe
So do the next commands:
user@station:~$sudo nano /etc/apt/sources.list
–uncomment those 2 sources, ctrl+x, (y), enter
user@station:~$apt-get update
user@station:~$apt-get install wine.
That would be all…