Home
Home
    • Blog
    • Clinic
    • Contact
    • Download
    • Video
    • Login

Poll

Favourite console text editor in Ubuntu:

LXer -- Linux and Open Source News

  • Ubuntu's new look
  • Shotwell Photo Manager 0.5 To Bring PicasaWeb Publishing, Tags, Printing And More
  • Good Artists Copy, Great Artists Steal
  • Yellow Dog Linux licks CUDA
  • Last Day At Sun
more

Linux Today

  • Open Source Saves the Day (and Lots of Dosh)
  • Manage your projects with KPlato
  • Copyright infringement - inside the legal minefield
  • Open Source CouchDB Heads to the Cloud
  • March 2010 Issue of The NEW PCLinuxOS Magazine Released
more

Linux Insider

  • New Project Puts Open Source Spin on Data Center Design
  • AT&T Makes Room for Android Backflip
  • Microsoft and the Incredible 'Internet Usage Tax'
  • iPhone Gets Down to Business With Open Source BI App
more

Blog

How to Install 64bit flash on Ubuntu

Submitted by k4tz on Tue, 03/09/2010 - 14:27
  • Blog
  • Flash
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1423423

I have tested this on the following:

Ubuntu 9.04 (GNOME)
Ubuntu 9.10 (GNOME)

Please tell me If it has worked out on another version/DE.

  • k4tz's blog
  • Add new comment
  • Read more

How to PXE booting Ubuntu Installer

Submitted by k4tz on Tue, 02/23/2010 - 10:48
  • Blog
  • Networking
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1413126

Hi,

I looked around for a tutorial on this but couldn't find one. So I wrote this myself. This setup worked for me. Hope it works for you too. Let me know if you face any issues.

UBUNTU PXE BOOT INSTALLATION

Ubuntu is usually installed on a system using a Live CD. Another method of installing it is over the network! PXE stands for Preboot eXecution Environment which is an environment for booting the Ubuntu installer off the network.

  • k4tz's blog
  • Add new comment
  • Read more

How to Install Debian onto your Nexus One using Ubuntu

Submitted by k4tz on Tue, 02/23/2010 - 10:26
  • Blog
  • Debian
  • Hardware
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1413313

1) Introduction

Here's a longish guide to unlock, root and run Debian on your Nexus One.

It's based on various guides and forum posts around (see embedded links), but with more details, with some missing pieces and corrected mistakes, all compiled into a (hopefully) newb-friendly step by step guide.

  • k4tz's blog
  • Add new comment
  • Read more

(Re) Install a Linux Kernel

Submitted by k4tz on Tue, 02/16/2010 - 13:25
  • Blog
  • Kernel
  • Linux
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1407598

We had an OP who had gotten a little carried away with removing old kernels via Synaptic .. Yeah, you're well ahead of me on this one

Took a little while, and a couple of attempts.. But, this works.. As just as it was written, we had another OP who'd aborted an upgrade to Media after installing the RT kernel, they got his 'normal' kernel back as well. May help someone else

  • k4tz's blog
  • Add new comment
  • Read more

Easy Way To Sync Your iPhone & iPod touch In Ubuntu

Submitted by k4tz on Tue, 02/16/2010 - 11:37
  • Blog
  • Multimedia
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1393576

Like WebUpd8 reader StoneCut said in a comment on it's previous tip, he wrote yet another post for iPhone & iPod touch owners which use Linux. So here it is:

In our previous tutorial we showed how you to access the iPhone & iPod touch OS 3.x filesystem and read/write to its music database using iFuse and by compiling our own libgpod4. Then we had to create a file on the iPhone & iPod touch, manually mount the iPhone & iPod touch each time and so on. Maybe a bit complicated for an average user.

  • k4tz's blog
  • Add new comment
  • Read more

How to install OpenOffice 3.2 on Ubuntu Linux

Submitted by k4tz on Fri, 02/12/2010 - 10:12
  • Blog
  • OpenOffice
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1404156

Firstly, go to the OpenOffice website: http://download.openoffice.org/ and download the Linux .deb file.

1 - Once you have done that, extract the .deb file,

  • k4tz's blog
  • Add new comment
  • Read more

How to Install HP Deskjet F4440 All-In-One in Ubuntu 9.10 Karmic Koala

Submitted by k4tz on Mon, 02/08/2010 - 13:11
  • Blog
  • Hardware
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1398554

This all-in-one is supposed to work out of the box in Ubuntu 9.10 but the scanner didn't work when I plugged it in. In fact, scanimage -L didn't even list it.

Karmic comes with hplip 3.9.8 which should support the f4440. I tried installing the newest version of hplip from http://hplipopensource.com (3.9.12 at the time of writing this) but the script kept aborting due to an error when it was running the make command. So here is what I did to get the all-in-one working.

  • k4tz's blog
  • Add new comment
  • Read more

How to install Cairo-Dock in Ubuntu

Submitted by k4tz on Mon, 02/08/2010 - 12:58
  • Blog
  • Desktop
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1399975

Current Stable Release

1) Enable the PPA in your list of repositories.

Code:
sudo -v
echo "deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
sudo apt-get update
  • k4tz's blog
  • Add new comment
  • Read more

HowTo: Projectors (Beamers) and Netbooks in Ubuntu

Submitted by k4tz on Wed, 02/03/2010 - 11:51
  • Blog
  • Hardware
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1395876

This how-to is based on a German wiki, the man page of randr and some own experiments. It addresses some projector detection and configuration problems in Karmic:

I just upgraded a first generation Atom netbook from Jaunty to Karmic. It has the ordinary Intel GMA950 integrated graphics,
lspci | -grep VGA gave me:

  • k4tz's blog
  • Add new comment
  • Read more

How to setup a multiboot system with multiple partitions and HDDs for a Desktop in Ubuntu

Submitted by k4tz on Wed, 01/13/2010 - 10:24
  • Blog
  • Linux
  • Ubuntu
  • Windows

Source: http://ubuntuforums.org/showthread.php?t=1378125

We will be work with Ubuntu 9.10, which comes with grub2 (referred to here as just grub), the boot loader program we will be working with. Using its Live CD, use GParted to make your partition table. It is advisable that you use a ext3 format for all your linux partitions, at least for the ones that will primarily be using Ubuntu. When setting up a partition table, try to keep your OSs on the SATA hard drive as the ATA HDDs (HDD = hard drive) can be slower at reading, writing, and loading data. Feel free to put things anywhere you like, with the following constraints.

  • k4tz's blog
  • Add new comment
  • Read more
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Recent blog posts

  • How to Install 64bit flash on Ubuntu
  • How to get Wireless LAN (Broadcom) on Acer Aspire 4720Z working with Ubuntu 9.10
  • Quick loot at Ubuntu 10.04 Lucid Lynx Alpha 3
  • System testing and benchmarking under Ubuntu 9.10
  • How to PXE booting Ubuntu Installer
  • How to Install Debian onto your Nexus One using Ubuntu
  • (Re) Install a Linux Kernel
  • Easy Way To Sync Your iPhone & iPod touch In Ubuntu
  • How to install OpenOffice 3.2 on Ubuntu Linux
  • How to install and set up Urban Terror game on Ubuntu
more

Linux World

  • Making a videoloop with Kino and Audacity
  • So is ChromeOS a desktop winner? I think not
  • Firefogg: Transcoding videos to open web standards with Mozilla Firefox
  • The Morevna Project: Anime with Synfig and Blender
Archive Syndicate content

Recent comments

  • Re
    9 weeks 1 day ago
  • Re
    9 weeks 1 day ago
  • Re
    10 weeks 1 day ago
  • Re
    10 weeks 4 days ago
  • Re
    11 weeks 2 days ago
  • Re
    11 weeks 2 days ago
  • Re
    11 weeks 4 days ago
  • iwl3945
    13 weeks 1 day ago
  • HomeBank
    25 weeks 2 days ago
  • KMyMoney and direct connect to banks
    29 weeks 3 days ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme