Archive for the 'Linux' Category

Google Chrome OS beta is ready to download

As many of you had seen a preview of Google Chrome OS on my blog about a month back. I am glad to announce that a beta has just been released to public. The announcement has been made on Google Chrome Website & can be found at:  Google Chrome OS Beta release announcement . Ah not to mention I love the idea of google providing a virtual appliance to run on VMware Player for people to try their OS without having to install it. I believe it is a quite smart idea & will help the testing to spread a lot faster. Ah they still offer an installable version of the beta though :). So enjoy the ride.

Google Chrome OS preview

Google seems eager to obtain a share of the Operating system market & cut a bit of the large cake Microsoft was keeping for itself for a long time.

Google are currently working on a web focused Operating System. As the web applications seems to be the future, Google new OS might strike the market.
:
Would history repeat it self? & google hit Microsoft Monopoly like Microsoft hit IBM monopoly in the early 90s where Mainframes where the solution.

:

As the new google OS is based on Linux and revamped around their new browser Chrome I thought it might be worth showing the demo on here :). Check out a sneak peak of the most kept secret OS at the moment below:

Top 30 Linux Command Line Cheat Sheets

Cheat sheets is a great way of learning for new concepts, but they are invaluable when trying to learn command line for Linux. Below is a great collection of Linux Command Line Cheat sheets:

  1. UNIX/LINUX REFERENCE CARD
  2. The Humble Linux Cheat Sheet
  3. DOS to Linux Cheat Sheet
  4. Evelyn’s Linux Cheat Sheet
  5. Luke’s Cheat Sheet for Linux
  6. The One Page Linux Manual
  7. Linux Security Quick Reference Guide
  8. LINUX System Call Quick Reference
  9. LINUX Admin Quick Reference
  10. Alphabetical Directory of Linux Commands
  11. Linux Cheat Sheet
  12. Linux Command-Line Cheat Sheet
  13. Linux Quick Reference Guide
  14. Linux Command Line Reference For Common Operation
  15. TCP Ports List
  16. Linux Cheat Sheet

Ubuntu Desktop apparently frightens Microsoft

The Open Source community should be highly proud of Ubuntu. It seems to be the distro which most worry Microsoft in the Desktop market which is Microsoft Lead market. Actually Microsoft has posted for “Director Open Source Desktop Strategy at Microsoft” at linkedin. I was suprised that Microsoft are looking to hire some one at that high level just to put a plan to compete with Ubuntu on the Desktop market. Seems the Ubuntu buzz is floating the market. With Ubuntu 9.04 approaching, Ubuntu has proven it self as a great Open Source alternative for Windows in the Desktop arena.

Let us know what do you think of Ubuntu in the comments area.

Microsoft and Red Hat, united by virtualization

Ah it seems virtualization is what going to unite the largest competing vendors. Yes, I am talking about Microsoft, Redhat, and Novell. Not too long back Novell who purchased SUSE has got in an agreement with Microsoft in regards of Virtualization. So with SUSE making the lead seems REDHAT is going the same route as well. I guess there is things where the big players in the IT market have to get a long, and virtualization seems to be  one of the biggest at the moment.

Redhat has surprisingly announced the joint of Microsoft in the virtualization market, and they will provide a validation and certification programs for virtualization solutions. As Redhat announced a good validation & Certification program will allow the customers to deploy a heterogeneous solutions from Microsoft & Red Hat. It seems in few years virtualizations will unlock the boundaries between many competing vendors.

Ubuntu 9.04, 20% faster than Ubuntu 8.10

The next version of Ubuntu, whose development has reached the alpha stage 4, is surprisingly fast compared to its predecessor and Ubuntu 8.10 even without implementing the filesystem EXT4.

You can notice the speed difference from the moment you boot up the system. On our test machine Ubuntu 9.04 were able to boot up in just less than 20 seconds where Ubuntu 8.10 required just a bit more than 27 seconds on the same exact system. Ubuntu 9.04 seems to further highly enhance the I/O operations by as much as 20% from Ubuntu 8.10. Further more compilation from source code was more efficient on Ubuntu 9.04 than Ubuntu 8.10 by almost 19%. Our egg drop compilation took around 5 minutes less than it took on Ubuntu 8.10 with the same hardware.

Redhat / Fedora Using yum with a proxy

Most companies these days restrict their internet access by forcing the usage of web proxy. If your company is forcing a proxy policy & you are running Redhat/CentOs/Fedora you will have to update your yum.conf to be able to update your desktop or server using yum over a proxy connection. Luckily setting up yum to run over a proxy is an easy task. below is the few steps you need to follow to establish just that.

Edit the file /etc/yum.conf and add the following lines:

  # The proxy server - server: port
  proxy=http://proxy.mydomain.com:3128
  # If proxy authentication is required
  proxy_username=yum_user
  proxy_password=yun_user_password 

The next step is to declare the variable http_proxy to run
when the yum rpm get executed to avoid the below error:

warning: rpmts_HdrFromFdno: Header V3 DSA signature: nokey, key
ID e8562897

To declare the variable http_proxy run:

ext4fs Fedora 11 (and RHEL 6?)

I have noticed that Fedora 11 (Leonidas) used ext4fs as file system by default.

Ext4fs main features are:

  • Compatibility with ext3FS
  • Larger file system support (> 16T)
  • larger File Size Support (> 2T)
  • Scalability of subdirectories
  • Extents
  • Multi Allocation
  • Delayed allocation
  • fsck faster
  • Checksum Journal
  • Journal mode
  • Online defragmentation
  • Persistent pre-allocation
  • Barriers

Being Fedora 11 is the base for the development of the new version of RHEL, we can expect a great upcoming Linux distribution.

So I recommend Red Hat rather than Windows for your Enterprise :). Please leave a comment with your Linux Success stories :).

Fedora 11 codename is Leonidas

With a total of 1108 votes of 2480 possible, the code name of Fedora 11 is as follows:

Leonidas

The other candidates names were untamed, Claypool, Brasília, Blarney, Duchess, Zampone, Euryalus.

The original note https: / / www.redhat.com/archives/fedora-announce-list/2009-January/msg00010.html.

Red Hat Enterprise Linux 5.3 is out

Red Hat, Inc., the leading global provider of open source solutions, has announced the global availability of Red Hat Enterprise Linux 5.3 on the 20th of Jan 2009.

This third update of Red Hat Enterprise Linux 5 provides a wide range of improvements, including virtualization, significantly increased scalability, expanded hardware platform and supported the inclusion of OpenJDK Java technologies.

The new version is available for immediate download from Red Hat Network.

The original Red Hat Press.

Ah again I need to upgrade my servers :). Don’t You!!