Howto Upgrade Ubuntu Dapper to Edgy Eft

If you already have Ubuntu Dapper 6.06 LTS installed, and you’re kinda lazy to perfom a fresh installation of Ubuntu Edgy Eft, you can perform distribution upgrade from your Dapper Drake installations to Edgy Eft.

Here’s a quick way to do it :

Goto terminal ( From Desktop, goto Applications->Accessories->Terminal )

user@desktop:~$ sudo sed -e 's/dapper/ edgy/g'
-i /etc/apt/sources.list
user@desktop:~$ sudo apt-get update
user@desktop:~$ sudo apt-get dist-upgrade

Then lay back while your distro upgrades itself.

Note: My X won’t start after upgrading from Xubuntu Dapper to it’s Edgy Eft counterpart. I fix it by doing “sudo apt-get install xubuntu-desktop”.

Updates (from Xubuntu website):

Xubuntu 6.10 has not yet officially been released, but you can already download the final stable .iso image here. Be aware though, that there may be some problems upgrading from the Dapper Drake version when using update-manager.
Similarly, if you use the default Ubuntu installation with GNOME, you may want to use “apt-get install ubuntu-desktop” *IF* your X won’t start after upgrading (might not affect you, btw).

Happy upgrading!

(thanks to johnny)

[tags]ubuntu,dapper,edgy eft, linux, debian, opensource, open source, gnu/linux[/tags]

Ubuntu 6.10 Edgy Eft (and Fedora Core 6) Released!

I’m downloading the Ubuntu 6.10 Edgy Eft iso as I’m typing this post right now. I’m going to install Edgy Eft on the laptop in my house, to see if it can use the broadcom based wireless internet out from the box. So expect some post about it around next week (yes i’m very busy!)

Previously (like 4 hours ago) , I’ve upgraded my dad’s xubuntu pc via “apt-get dist-upgrade”, everything went smoothly, except X won’t start after upgrading, I’ve to do “apt-get install xubuntu-desktop” to get it running again.

You can download Ubuntu Edgy Eft from its official website.

Read about the new features included in the latest release.

Ah, before I forget, Fedora Core 6 also has been released. As of this writing, you can get FC6 DVD and CD from a list of mirrors or via Bittorrent.

[tags]ubuntu,linux,gnu/linux,debian,fedora,edgy eft,edgy,open source,opensource,downloads[/tags]

Elinks : the best text-based web browser

If you like to browse the internet, and suddenly have to work in a text-based only environment, then I suggest that you use the Elinks web browser.

It is the best text-based web browser i ever used besides the infamous lynx. I has features that can be found in other GUI-based popular browser like :

  • Table and frames rendering
  • Tabbed Browsing
  • IPV6 support
  • CSS support
  • Javascript support
  • Colour support
  • Support http, https, ftp and smb protocol
  • History browsing

With these kind of features, I dont think you will miss browsing from a GUI based browser much. In Ubuntu, Elinks also available as a lite or normal package, the normal package is part of the Ubuntu main repository while the lite package without extra scripting support is available in the Universe repo.

I recommend Elinks for hardcore internet surfers that have to work under text-based environment, because I’m sure they’ll appreciate every bit that elinks has to offer.
[tags]browser,internet browser,elinks,linux,ubuntu,internet,surf[/tags]

Ubuntu 6.10 Edgy Eft unavailable for Ship It

With the release of Ubuntu Edgy Eft is approaching (October 26, 2006), I’ve a not so great news to those who are used to get free Ubuntu CDs from ShipIt. Canonical has no plan to make Edgy Eft available on Ship It as Dapper Drake is a long supported release.

So for those who wanted to get Ubuntu Edgy Eft, you can always try the old fashion way by downloading the ISO from Ubuntu Download website and/or buy it from your local cd store.

[Source]

[tags]ubuntu,edgy eft, dapper drake, debian, linux, distro, gnu/linux [/tags]

Ubuntu 7.04 Feisty Fawn Announced

With the official release date of Ubuntu 6.10 (Edgy Eft) approching, Mark Shuttleworth announced the name of the next release of Ubuntu due in April. The release will be named Feisty Fawn “in the spirit of a young deer that sets out to explore a world that is new and exciting”.

Unlike Edgy Eft which have a slightly short development cycle, the Feisty Fawn returned to its six-month development cycle with focussed improvement on multimedia application and desktop effects, improved laptop support and and aggressive adoption of emerging desktop technologies.

Meanwhile, stay tuned for the final release? of Ubuntu Edgy Eft due on 26th October 2006, with faster startup process!

[source]

[tags]ubuntu,debian,linux,edgy eft,distro,shuttleworth[/tags]

Linux Command by Examples

Today I want to introduce you to another excellent website from a bunch of nice people that I know, Linux by Examples. Unlike other GNU/Linux related site, this blog teaches you on how to use common Linux command by giving simple, practical example that are easy to follow.

The GNU/Linux commands are also grouped by categories according its functionalities such as :

  • Administration
  • Archive
  • Developer
  • Network
  • Text Manipulation

and other common commands.

The examples presented in the blog itself are easy and simple to follow, and is accompanied by step-by-step explanations from writer.

I suggest that you have a look at Linux By Examples website and bookmark it for future reference, because it can be a handy in the future :)

[tags]linux,tutorial,guides,example, command-line, linux howto, howto[/tags]