marți, 3 august 2010



Decorate Grub 2 boot loader using BURG



BURG is a program based-on Grub 2,BURG uses new menu list,screen layout and shortcut keys that all easily customized.Following is tested in Ubuntu Karmic.
1.Install BURG
Edit source.list file(Open terminal from Applications/Accessories/Terminal):

sudo gedit /etc/apt/sources.list

add following into the file and save it.

deb http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main deb-src http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main

Add GPG key:

gpg --keyserver subkeys.pgp.net --recv 55708F1EE06803C5 gpg --export --armor 55708F1EE06803C5 | sudo apt-key add -

update and install:

sudo apt-get update sudo apt-get install grub-pc

Then,write the new startup code into MBR:

sudo grub-install "(hd0)"

2.Download themes:

wget http://grub4dos.sourceforge.net/themes.tar.bz2

Extract it to /boot/grub/themes:

sudo tar -xjf themes.tar.bz2 -C /boot/grub/themes/

Then,edit /etc/default/grub:

sudo gedit /etc/default/grub

delete the “#”(without quotes) before this:

GRUB_TERMINAL=console

3.Now,edit /etc/grub.d/40_custom:

sudo gedit /etc/grub.d/40_custom

copy and paste following into this file:
set gfxmode="640x480"
set gfxfont="Unifont Regular 16"
loadfont /boot/grub/themes/fonts/unifont.pf2
loadfont /boot/grub/themes/fonts/aqui.pf2
loadfont /boot/grub/themes/fonts/edges.pf2
loadfont /boot/grub/themes/fonts/lime.pf2
loadfont /boot/grub/themes/fonts/7x13B.pf2
loadfont /boot/grub/themes/fonts/smoothansi.pf2
loadfont /boot/grub/themes/fonts/Helvetica-Bold-14.pf2
insmod vbe
insmod png
insmod coreui
load_config /boot/grub/themes/proto/theme.txt

the last line will load the theme.You can change this line to :
ubuntu theme:
load_config /boot/grub/themes/ubuntu/theme.txt
winter theme:
load_config /boot/grub/themes/winter/theme.txt
proto theme:
load_config /boot/grub/themes/proto/theme.txt
Now,use this command to create grub.cfg file:

sudo update-grub

grub2_theme

ubuntu

grub2_theme_1

proto

grub2_theme_2

winter

For more Burg details see:https://help.ubuntu.com/community/Burg/


Super Grub disk Live CD


Super Grub Disk To The Rescue!
What's a GRUB?


HostLocationDownload
download.berlios.deBerlin, GermanyDownload
download2.berlios.deBerlin, GermanyDownload

Tutorial: Super Grub Disk To The Rescue!


If you've ever tried to set up a dual boot system, more than likely you have also managed to mangle the master boot record (MBR) of your main system drive at least one time. Once corrupted you typically have a couple of options. One of the most obvious ways is to boot from a CD-ROM distribution and reinstall the OS. It's probably not the quickest fix but it usually does work. You could accomplish basically the same thing with a bootable USB disk if you happen to have one.

The rest is at LinuxPlanet.com.








Download Webmin 1.510

Webmin Documentation

Downloading and Installing

The current Webmin distribution is available in various package formats for download from:

Unix tar/gzip format
http://prdownloads.sourceforge.net/webadmin/webmin-1.510.tar.gz 14M

RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux
http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.noarch.rpm 15M

Debian package suitable for Debian, Ubuntu or other derived Linux
http://prdownloads.sourceforge.net/webadmin/webmin_1.510-2_all.deb 14M

Source RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux
http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.src.rpm 14M

Solaris package format
http://prdownloads.sourceforge.net/webadmin/webmin-1.510.pkg.gz 14M

ZIP format suitable for Windows
http://prdownloads.sourceforge.net/webadmin/webmin-1.510.zip 18M

Minimal version of Webmin, Unix tar/gzip format
http://prdownloads.sourceforge.net/webadmin/webmin-1.510-minimal.tar.gz 1.6M

You can also download recent versions of Webmin. Check out the change log for a list of new features in this version and in older releases.


Docs for Webmin

This wiki is intended to be a complete set of documentation for Webmin and all of its modules. We've seeded it with imported content from Jamie Cameron's book Managing Linux Systems with Webmin: System Administration and Module Development, Joe Cooper's book The Book of Webmin or: How I Learned to Stop Worrying and Love UNIX, and various FAQs and articles previously written by Jamie and Joe. All told, it's about 1,000 printed pages worth of documentation. But, it's not finished. In fact, it's just begun! Now, it's your turn. Wikis are all about users like you taking part in the process. Get Involved!

Documentation

Developer Docs

See Also


VirtualBox binaries

The binaries in this section are all released under the VirtualBox Personal Use and Evaluation License (PUEL). By downloading, you agree to the terms and conditions of that license.

  • VirtualBox 3.2.6 for Solaris and OpenSolaris hosts x86/amd64

See the changelog for what has changed.
You might want to compare the MD5 sum to verify the integrity of downloaded packages.

Note: After upgrading VirtualBox it is recommended to upgrade the guest additions as well.

User manual

The VirtualBox User Manual is included in the VirtualBox binaries above. If, however, you would like to take a look at it without having to install the whole thing, you can download it in PDF format here:

You will need a PDF reader such as Adobe Reader to view this file. Most Linux systems will have a PDF reader installed by default.

Here you can read the User Manual online.

You may also like to take a look at our frequently asked questions list.