Archive for the 'ubuntu' Category



Install Graphical Bootloader (GFXBoot/GFXMenu ) on a Ubuntu

Friday 28 August 2009 @ 6:24 pm

Install Graphical Bootloader (GFXBoot/GFXMenu ) on a Ubuntu- The GNU GRUB Graphical Menu is developed by Colin Bennett, which is what we’ll be using along the way. As of now, the project hasn’t made its way to the official repos, hence it isn’t possible to get it using apt-get/aptitude/synaptic ( at least not from the official repos ), so we’ll have to fetch the packaged files. Continue Reading »
Install Graphical Bootloader (GFXBoot/GFXMenu ) on a Ubuntu

Incoming search terms for this article:

ubuntu gfxmenu (23)gfxmenu ubuntu (19)gfxboot ubuntu11 (11)grub4dos gfxmenu (11)gfxmenu themes (7)gfxboot editor not working (7)gfxmenu install (6)gfxmenu theme create (6)gfxmenu (6)grub2 gfxboot (5)install gfxmenu (5)how to install gfxmenu (5)grub gfxmenu ubuntu (5)gfxboot editor (4)ubuntu grub graphical (4)graphical bootloader ubuntu (4)gfxmenu editor (4)ubuntu gfxboot (4)gfxmenu theme (3)gfxboot grub4dos (3)



Pysdm – Graphical Storage Device Manager

Monday 20 July 2009 @ 1:39 pm



PySDM is a PyGTK Storage Device Manager that allows full customization of hard disk mountpoints whitout manually access to fstab. It also allows the creation of udev rules for dynamic configuration of storage devices
(…)
Read the rest of Pysdm – Graphical Storage Device Manager (114 words)


© admin for Ubuntu Geek, 2009. |
Permalink |
ubuntugeek.com/pysdm-graphical-storage-device-manager.html#comments”>No comment |
Add to
del.icio.us


Post tags: , , , , ,

Related Articles

Incoming search terms for this article:

pysdm opensuse (5)opensuse pysdm (4)storage device manager rpm (2)pysdm 64 (2)gparted opensuse (1)storage device manager opensuse (1)pysdm rpm 64 (1)PySDM rpm (1)pysdm kde (1)opensuse storage device manager (1)open suse kde pysdm (1)kde storage device manager (1)storage device manager rpm opensuse (1)



Pysdm – Graphical Storage Device Manager

Monday 20 July 2009 @ 1:38 pm



PySDM is a PyGTK Storage Device Manager that allows full customization of hard disk mountpoints whitout manually access to fstab. It also allows the creation of udev rules for dynamic configuration of storage devices
(…)
Read the rest of Pysdm – Graphical Storage Device Manager (114 words)


© admin for Ubuntu Geek, 2009. |
Permalink |
ubuntugeek.com/pysdm-graphical-storage-device-manager.html#comments”>No comment |
Add to
del.icio.us


Post tags: , , , , ,

Related Articles

Incoming search terms for this article:

pysdm opensuse (21)opensuse PySDM (9)suse storage device manager (3)linux pysdm (3)storage device manager opensuse (3)pysdm suse (2)pysdm open suse (2)pysdm debian (2)pysdm on suse (1)suse instalar pysdm (1)suse gnome#sclient=psy-ab (1)storage devie manager opensuse (1)storage device manager mandriva (1)storage device manager linux (1)Storage Device Manager in Suse (1)set dynamic configuration rules with storage device manager (1)pysdm ubuntu 11 04 (1)pysdm linux suse (1)PySDM mandriva (1)pysdm opensus (1)



Installing VirtualBox 3.0 On Ubuntu 9.04 jaunty

Wednesday 8 July 2009 @ 1:45 am

Installing VirtualBox 3.0 On Ubuntu 9.04 jaunty is very simple to do, here you can try to install virtualbox on your desktop by following this tutorial:

Installing VirtualBox From Precompiled Binaries Continue Reading »
Installing VirtualBox 3.0 On
Ubuntu 9.04 jaunty

Incoming search terms for this article:

ubuntu 9 04 virtualbox 3 0 (1)virtualbox for jaunty laptop (1)Virtualbox Installation (1)



New great themes ubuntu 9.04

Friday 19 June 2009 @ 11:40 pm

these ara the new great themes for your ubuntu jaunty jackalope 9.04, the best theme that i know (perhaps), very cool and so beautiful…

Now i will show you the steps you have to follow to install the themes.

To add the repository ,open the source list :

Continue Reading »
New great themes
ubuntu 9.04

Incoming search terms for this article:

great themes laptop (2)ubantu themes (1)theme hot for ubuntu (1)notebook themes for ubuntu linux (1)laptop themes for ubuntu (1)laptop hot themes (1)hottest themes latest themes for laptop (1)hot ubuntu themes (1)hot themes laptop (1)hot themes for ubuntu (1)ubuntu minimal window decorations (1)



Installing new fonts ubuntu 9.04

Monday 15 June 2009 @ 9:57 am

wanna install fonts ubuntu?this is one of my favorite fonts on my ubuntu jaunty 9.04, here are the example

you can install it “online” by type on your terminal:

$sudo apt-get install ttf-sil-gentium ttf-dustin ttf-georgewilliams ttf-sjfonts sun-java6-fonts ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon ttf-aenigma ttf-liberation msttcorefonts

Incoming search terms for this article:

asus ttf (3)how to install new fonts in samsung notebook laptop (1)install font in ubuntu 9 04 (1)install fonts in ubuntu 9 04 (1)not common fonts sample (1)ttf font (1)



Upgrade Alsa (1.0.20), sound problem solution ubuntu jaunty

Sunday 14 June 2009 @ 2:31 am

Upgrade Alsa (1.0.20), sound problem solution ubuntu jaunty 9.04

To do this, we must begin by determining our version of alsa as follows :

cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
We must then install the necessary tools to compile along with the kernel headers :

sudo apt-get -y install build-essential ncurses-dev gettext xmlto
sudo apt-get -y install linux-headers-`uname -r`

Then, we go in our personal folder and download alsa-driver, alsa-lib and alsa-utils :

cd ~
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2

After that, we create a new folder for the compilation and installation of the 3 files. Then, we move the 3 tar files that we just downloaded in this folder :

sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp ~/alsa* .

Unpack the 3 tar files :

sudo tar xjf alsa-driver*
sudo tar xjf alsa-lib*
sudo tar xjf alsa-utils*

We compile and install alsa-driver :

cd alsa-driver*
sudo ./configure –with-cards=hda-intel –with-kernel=/usr/src/linux-headers-$(uname -r)
sudo make
sudo make install

We compile and install alsa-lib :

cd ../alsa-lib*
sudo ./configure
sudo make
sudo make install

We compile and install alsa-utils :

cd ../alsa-utils*
sudo ./configure
sudo make
sudo make install

Then, we remove the 3 tar files in our personal folder that are not anymore necessary :

rm -f ~/alsa-driver*
rm -f ~/alsa-lib*
rm -f ~/alsa-utils*

Incoming search terms for this article:

alsa-driver-1 0 18rc3 tar bz2 (1)uninstall alsa 1 0 20 ubuntu (1)



Next Posts »» «« Previous Posts

Stats