Ubuntu-news is about one simple thing - news about Ubuntu GNU/Linux, so you can find them all in one place.

How To Compile rTorrent From SVN In Ubuntu 9.10 Karmic Koala / Debian 5 Lenny With Magnet Link Support

rTorrent is a popular command line based bittorrent client. It provides very powerful features yet it is very light on the system – contrary to other bittorrent clients like Vuze.

Difference Between Ubuntu and Debian

Debian is one of the earliest distributions that has existed for almost two decades and spawned a lot of other distributions. One of the distributions that spawned from Debian was Ubuntu

Debian Etch and Ubuntu Feisty: a comparison

If Ubuntu is based on Testing or is a snapshot of Debian unstable then it should be fine not to actually provide any software other then what is in Ubuntu main and then just have people pull directly from Debian repositories.

5 Simple APT Tips for Debian and Ubuntu, Part II

Several months ago I created an article with 5 APT (Advanced Packaging Tool) tips for both Debian and Ubuntu available here. APT is the package manager in Debian and Debian-based distributions, like Ubuntu. Here’s part two of that article, with 5 more tips and tricks for APT.

MySQL backup on Ubuntu or Debian

This guide is for Sys Admins–or people who have a bit of Sys Admin skills. While there is a plethora of database backup products for MySQL that exist, this post is not about those products. We’ll use the built-in tools of MySQL for the backup process–it is in fact, a very simple process.

Sysvinit vs. Upstart: Boot Performance for Debian and Ubuntu

Developers from Debian and Ubuntu met and discussed ways to improve boot performance at Canonical’s London headquarters.

Xubuntu 9.04 vs Debian 5.0.1 Xfce

Instead of a review of what everyone already knows, this week I thought we’d take a look at how the newly released Xubuntu 9.04 compares to Debian Lenny with an Xfce desktop.

Starting Apache Web Server at every Reboot (for Ubuntu / Debian Linux)

If you compiled and installed Apache on a Debian/Ubuntu Linux machine and want the Apache service run every time you reboot your machine this short tutorial is for you.

HP servers still half-cold to Ubuntu

Recently, a reader told us that server maker Hewlett-Packard was no longer offering support for the Debian distribution of Linux on its servers. And according to HP’s website, that appeared to be the case. But as it turns out, HP is still supporting Debian (in a sense). What it doesn’t offer is formal support for [...]

Getting to the root of Ubuntu.

Just the other day as I was squeezing my personal installation into the latest testing mold it struck my mind that if I could do this sort of work easily with aptitude then why not try and convert Ubuntu to Debian.

The Perfect Linux Distro

Debian or Ubuntu. This is the most widely used base on the desktop. Debian stock, Ubuntu and Linux Mint make up for a huge percentage of Linux Desktop usage. So this simply makes sense.

GRUB error 15 ( Debian/Ubuntu )

The reason for grub error 15 is very simple and so is the solution. The error gives you a message “Error 15: File not found!” simply because the file grub wants is not there. why? because grub is looking into a wrong device.

Health Check: Ubuntu and Debian’s special relationship

The H looks at the history of the popular Linux distro and the details of its relationship with Debian

5 Must Try Linux Distros

I’m going to gather some well known info about these five popular Linux distribution to give you small preview of Linux operating systems. This is not a top five, rather five distributions I know about. This article should give you an overview on what to choose.

How-To: Enable Last.fm Song Submission in CMus in Debian and Ubuntu

CMus is a very powerful audio player for the console with a ncurses-based interface, support for themes and highly configurable.

Is Ubuntu Bigger than Debian now?

Debian is the basis for Ubuntu, but in some ways you can argue that Ubuntu has at this point, exceeded Debian. The great ‘failure’ of Debian is also it’s great strength. Debian hasn’t been able to put out releases in a regularly scheduled format in years — something developers will commonly attribute to not making [...]

Switching To Debian

As you notice in the headline i am switching my linux distro to Debian.I am currently about 2 year Ubuntu user.Ubuntu is a best solution for who is new to linux OS.

Upgrading MySQLdb on Ubuntu/Debian

Like I wrote about last week the stable version of MySQLdb leaks memory and it will crash your long running processes. These leaks are fixed in the upcoming version – which is 1.2.3c1 currently.

Preventing a service from starting on Debian or Ubuntu

I have been tending to run MySQL on my computers for the purpose of Rails app development. However, for my laptop especially, I prefer if MySQL is not started by default. I prefer to start it manually if it’s needed.

Backporting Debian packages with pbuilder

I run Ubuntu 8.04 “hardy” on my servers. Hardy is almost a year old now, and although it has up to date security fixes it no longer has the latest releases of software. This is fine for most purpose, but sometimes I want an updated version of some software and I’m willing to risk the [...]

How to Recover Deleted Files in Ubuntu / Debian with Scapel and Foremost

Foremost and Scalpel are not interested in the underlying filesystem. They simply expect the data blocks of the files to reside sequentially in the image under investigation.

Linux Kernel 2.6.29 installation guide for Ubuntu and Debian Linux

The Ubuntu kernel guys have released an “official” build of the 2.6.29 Linux Kernel which came out tonight. The .deb files work for both Ubuntu and Debian! (and outdated, stable and test releases like Ubuntu 9.04 jaunty jackalope.

MySQL at Debian and Ubuntu

Good news, mysql-server package doesn’t suck miserably on Debian 5.0 or Ubuntu 8.10, unlike previous versions did

How-To: Compile and Install Wesnoth 1.6 from Source in Debian Lenny and Ubuntu 8.10

The Battle for Wesnoth is a free turn-based strategy game licensed under the GPL. After over one year of constant development, a new stable version, 1.6, was released on March 22, 2009, featuring many graphics and gameplay improvements.

Record Installed .deb Packages In A Text File (Ubuntu/Debian)

This short guide shows two methods of recording all your installed .deb packages in a text file that you can then use on another computer to install the same packages there. This is useful if you want to install the same set of packages on more than one computer.

Ubuntu Netbook Remix and Debian Lenny on the Samsung NC10

I like Debian for its stability and predictability. And I like Ubuntu Netbook Remix for its suitability for small screen devices like the NC10. Running Ubuntu is in some sense like gambling – you never know if the next update will be a winner or a loser.

How To Configure Debian/Ubuntu Runlevels

Linux uses runlevels to configure startup services. I prefer openSUSE way of doing this. Which is to start system in runlevel 5 with full graphical desktop support. If you need to start system without graphical desktop just switch it to runlevel 3.

Debian, Ubuntu, Mint and More

One of the reasons Newcomers to Linux are scared off is the sheer number of choice-Ubuntu, Fedora, SUSE, Arch, Debian, Mandriva, PCLinuxOS…And all the variants and amateur releases and specialties and on and on…

Watching Hard Drive Activity With iotop On Ubuntu 8.10 And Debian Lenny

This article shows how you can watch your hard drive activity with iotop on Ubuntu 8.10 and Debian Lenny. iotop watches I/O usage information output by the Linux kernel (requires 2.6.20 or later) and displays a table of current I/O usage by processes or threads on the system. iotop displays columns for the I/O bandwidth [...]

SNMP Software Inventory for Debian and Ubuntu machines

In a recent forum post, user ‘rmk’ came up with a Perl script to expose the software inventory through the SNMP hrSWInstalled OID for Debian and Ubuntu machines. User ‘zarxcky’ wrote up detailed instructions for deploying the solution and getting it to work with Ubuntu.

« Previous Entries


Technorati Profile
Ubuntu-News is not related to the Ubuntu Project.
All logos and trademarks on this site are property of their respective owners.