Archive for the ‘News’ Category

Ubuntu 8.04 “Hardy Heron” first alpha is out

Thursday, December 6th, 2007


The ubuntu developers just announced the first alpha release of the next Ubuntu version - 8.04 (codenamed “Hardy Heron”). major changes include:

  • The latest Xorg version - Xorg 7.3, with an emphasis on better autoconfiguration without config files.
  • Massive merge from Debian - every release cycle brings lots of updates and new packages from debian

More information.
Now go get it, test and bug report ;)

Edit:
yep, it’s definitely not 8.10

Putty 0.60 released

Tuesday, May 1st, 2007

Putty, a free implementation of Telnet and SSH for Win32 and Unix platforms, is out with a new version - 0.60 with some important bug fixes:

  • Pressing Ctrl+Break now sends a serial break signal.
  • Serial ports higher than COM9 now no longer need a leading \\.\.
  • You can now store a host name in the Default Settings.
  • Bug fix: serial connections and local proxies should no longer crash
    all the time.
  • Bug fix: configuring the default connection type to serial should no
    longer cause the configuration dialog to be skipped on startup.
  • Bug fix: “Unable to read from standard input” should now not happen,
    or if it still does it should produce more detailed diagnostics.
  • Bug fix: fixed some malformed SSH-2 packet generation.
  • Other minor bug fixes.

If you don’t know where to find it, this is the primary putty website

Intel price cuts - April’s Edition

Friday, April 27th, 2007

According to a recent article at The Inquirer, chip firm Intel was getting ready to do some very noticeable price cuts on the Core 2 Duo and Core 2 Quad lines, some up to 40%.

According to a few sources, the new prices are already in the wild, so if you are looking to buy a new Intel CPU, now would be a good time.

For a full price quote of Intel’s server and desktop princing for April 2007, visit the folks at digitimes, but here are some of the big cuts:
(more…)

Linux Kernel 2.6.21 Released

Friday, April 27th, 2007

Linux Kernel 2.6.21 has just been announced by Linus Torvalds.
2.6.21 improves the virtualization features merged in 2.6.20 with VMI (http://lwn.net/Articles/175706), a paravirtualization interface that will be used by Vmware (and maybe -probably not- Xen) software.
KVM does get initial paravirtualization along with live migration and host suspend/resume support (http://lwn.net/Articles/223839).
2.6.21 also gets a tickless idle loop mechanism called “Dynticks” (http://lwn.net/Articles/223185), a feature built in top of “clockevents” which unifies the timer handling and brings true high-resolution timers.
Other features are: bigger kernel command-line, optional ZONE_DMA; support for the PA SEMI PWRficient CPU, for a Cell-based “celleb” architecture from Toshiba, better PS3 support: support for NFS IPv6, IPv4 <-> IPv6 IPSEC tunneling support, UFS2 write support, kprobes for PPC32, kexec and oprofile for ARM, public key encription for ecryptfs, Fcrypt and Camilla cipher algorithms, NAT port randomization, audit lockdown mode, many new drivers and many other small improvements.



The top 20 PHP App Insecurity

Tuesday, April 24th, 2007

Ed Finkler, for the past couple of weeks, has been collecting data from the NIST NVD to get stats on PHP application vulnerabilities. In his blog,
he released the top 20 PHP security issues statistics.

The data covers only reported vulnerabilities, between April 1 2006 and April 1 2007.

Thanks for the nice work!