ubuntu tweak fast
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2109

Ubuntu Tweak 0.4.3
Ubuntu Tweak is an application designed to config Ubuntu easier for everyone. more>> <<less
Download (823KB)
Added: 2009-04-27 License: Freeware Price:
179 downloads

Ubuntu 9.10
Ubuntu is regarded as such a beneficial and vital system for laptops, desktops and servers. more>> <<less
Download (700MB)
Added: 2009-10-08 License: Freeware Price:
downloads
Other version of Ubuntu
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
Ubuntu Multimedia Center RC1
Ubuntu Multimedia Center is a complete Linux-based operating system, freely available with community and professional support. more>>
Ubuntu Multimedia Center is a complete Linux-based operating system, freely available with community and professional support. Ubuntu Multimedia Center is developed by Zach Thibeau but I want you to participate too!
WARNING! Users in countries that dont allow use of mp3 playback or DVD playback are advised to remain using the regular release of Ubuntu.
<<lessWARNING! Users in countries that dont allow use of mp3 playback or DVD playback are advised to remain using the regular release of Ubuntu.
Download (660.5MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
865 downloads
Ubuntu LiveCD Creator
Ubuntu LiveCD Creator proposes a set of tools and graphical user interface to create and maintain custom Ubuntu LiveCDs. more>>
Ubuntu LiveCD Creator proposes a set of tools and graphical user interface to create and maintain custom Ubuntu LiveCDs.
LiveCD tools should provide a robust enough environment for the Ubuntu developers to generate the official CDs from them. Required functionality includes:
- Creating LiveCDs based on templates, such as bare minimum installing ubuntu-minimal
- Selects repositories
- Selects default packages
- Adjusting the packages on the LiveCD by adding or removing through a Synaptic-like interface
- Adding files directly to the LiveCD just before finalizing
- Modifying the default X11 environment
- Execute a GNOME, KDE, or XFCE log-in in Xnest
- Save the home directory as the /etc/skel
- Saving and updating LiveCD templates
- Save the package list, /etc/skel, and additional files
- Update by adjusting repositories and performing upgrades or dist-upgrades
- Adding the Ubiquity installer
<<lessLiveCD tools should provide a robust enough environment for the Ubuntu developers to generate the official CDs from them. Required functionality includes:
- Creating LiveCDs based on templates, such as bare minimum installing ubuntu-minimal
- Selects repositories
- Selects default packages
- Adjusting the packages on the LiveCD by adding or removing through a Synaptic-like interface
- Adding files directly to the LiveCD just before finalizing
- Modifying the default X11 environment
- Execute a GNOME, KDE, or XFCE log-in in Xnest
- Save the home directory as the /etc/skel
- Saving and updating LiveCD templates
- Save the package list, /etc/skel, and additional files
- Update by adjusting repositories and performing upgrades or dist-upgrades
- Adding the Ubiquity installer
Download (MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
645 downloads
Booting Ubuntu To RAM
Booting Ubuntu To RAM is an article aims to document the process of creating a customized Ubuntu that loads an image in RAM. more>>
Booting Ubuntu To RAM is an article aims to document the process of creating a customized Ubuntu that loads an image from the hard disk to RAM, then boots an entire Ubuntu session out of RAM. It is intended for intermediate to advanced Ubuntu users who are familiar with the shell, and may have limited experience customizing the livecd (LiveCDCustomization) and shell scripting. We will customize a LiveCD and copy it to the hard drive, and make a few modifications to bootup scripts so that it copies to RAM via our good friend tmpfs.
WARNING: The author asserts that this procedure works for him, but cannot guarantee that this procedure works for anyone else. Although this procedure is meant to be 100% safe, it is feasible that there may be mistakes, or a chance of misunderstanding the instructions in a manner that causes loss of data. Please make a backup and do not attempt on mission critical systems. Read through this article thoroughly, and do not attempt if you do not comprehend or feel comfortable about any of the instructions!
CAUTION: I hope this is intuitively obvious, but Ill humor you and state it bluntly: Changes you make under the live session are NOT saved and WILL BE LOST when you reboot or shut down. Dont save anything important to the "home directory" and expect it to still be around! If you want to save data permanently, mount a permanent medium (such as your hard drive), plug in a thumbdrive, or use some network functionality built into Ubuntu to save your data to a non-volatile destination.
There are many cases where one would like to boot Ubuntu to RAM:
- Performance: The desktop performance is dramatically improved. A 400MB squashed filesystem in RAM, that holds 1200MB of data, is read back on a 1.6GHz Core Duo in about 3 seconds, including decompression time.
- Power, Noise, Durability: Although modern hard disks dont use much power compared to other system components, this may still be important for some. In laptops, hard disks are often the noisiest components, so this setup can reduce system noise. With the hard disk spun down, a laptop can potentially withstand greater shocks without damage.
- Abrupt poweroff: Since the hard disk is only momentarily used in read-only mode during boot, then never touched again, there are few or no negative consequences of an abrupt poweroff. If a system is used where power is inconsistent, or the system is regularly used in a context where fast shutoffs are required, this is very handy.
- Privacy: Anything you do in this session are lost when you reboot or power off. This is great for kiosks or other systems where permanent modification are not desired. (Note that by default the livecd user has full sudo access, so potentially a malicious user can still make permanent changes by mounting the hard drive and following this HOWTO)
<<lessWARNING: The author asserts that this procedure works for him, but cannot guarantee that this procedure works for anyone else. Although this procedure is meant to be 100% safe, it is feasible that there may be mistakes, or a chance of misunderstanding the instructions in a manner that causes loss of data. Please make a backup and do not attempt on mission critical systems. Read through this article thoroughly, and do not attempt if you do not comprehend or feel comfortable about any of the instructions!
CAUTION: I hope this is intuitively obvious, but Ill humor you and state it bluntly: Changes you make under the live session are NOT saved and WILL BE LOST when you reboot or shut down. Dont save anything important to the "home directory" and expect it to still be around! If you want to save data permanently, mount a permanent medium (such as your hard drive), plug in a thumbdrive, or use some network functionality built into Ubuntu to save your data to a non-volatile destination.
There are many cases where one would like to boot Ubuntu to RAM:
- Performance: The desktop performance is dramatically improved. A 400MB squashed filesystem in RAM, that holds 1200MB of data, is read back on a 1.6GHz Core Duo in about 3 seconds, including decompression time.
- Power, Noise, Durability: Although modern hard disks dont use much power compared to other system components, this may still be important for some. In laptops, hard disks are often the noisiest components, so this setup can reduce system noise. With the hard disk spun down, a laptop can potentially withstand greater shocks without damage.
- Abrupt poweroff: Since the hard disk is only momentarily used in read-only mode during boot, then never touched again, there are few or no negative consequences of an abrupt poweroff. If a system is used where power is inconsistent, or the system is regularly used in a context where fast shutoffs are required, this is very handy.
- Privacy: Anything you do in this session are lost when you reboot or power off. This is great for kiosks or other systems where permanent modification are not desired. (Note that by default the livecd user has full sudo access, so potentially a malicious user can still make permanent changes by mounting the hard drive and following this HOWTO)
Download (MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
555 downloads

Ubuntu Studio 9.04
Ubuntu Studio is a fantastic project which is used for creating multimedia. more>> <<less
Added: 2009-04-23 License: GPL Price: FREE
1 downloads
Other version of Ubuntu Studio
License:GPL (GNU General Public License)
Xubuntu 7.04 (Feisty Fawn)
Xubuntu is a nice Ubuntu desktop experience with Xfce4. more>>
Xubuntu community projects aim is to provide a nice Ubuntu desktop experience (even on older hardware) by using Xfce4 as the desktop environment and GTK+ 2 applications wherever possible.
Xfce4 has been supported in Ubuntus universe by the MOTUXfce team since Hoary and Breezy. For Dapper we want to go one step further and make Xubuntu a sibling of Ubuntu, Kubuntu, and Edubuntu by having install and live CD images generated for it.
As Ubuntu has a delay of six weeks with a new release date of the first of June, Xubuntu should be released at the same time and should use the latest stable Xfce 4.X code (hopefully 4.4 will be released by then).
<<lessXfce4 has been supported in Ubuntus universe by the MOTUXfce team since Hoary and Breezy. For Dapper we want to go one step further and make Xubuntu a sibling of Ubuntu, Kubuntu, and Edubuntu by having install and live CD images generated for it.
As Ubuntu has a delay of six weeks with a new release date of the first of June, Xubuntu should be released at the same time and should use the latest stable Xfce 4.X code (hopefully 4.4 will be released by then).
Download (686MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
896 downloads
Other version of Xubuntu
License:GPL (GNU General Public License)
Kubuntu 7.04 (Feisty Fawn)
Kubuntu is an Ubuntu-derived distribution. more>>
Kubuntu is an Ubuntu-derived distribution. The Kubuntu CDs are made up of Ubuntus base plus KDE. You can get exactly the same effect by installing Ubuntu and adding the KDE packages from the Ubuntu archives.
Kubuntu is the result of several months effort to get KDE 3.4 into Ubuntus main repository and create the first major derived Ubuntu distribution. Kubuntu is not a fork of Ubuntu but an official project of it, sharing the same package archive and infrastructure. It is possible to convert an Ubuntu system to Kubuntu or vice versa.
<<lessKubuntu is the result of several months effort to get KDE 3.4 into Ubuntus main repository and create the first major derived Ubuntu distribution. Kubuntu is not a fork of Ubuntu but an official project of it, sharing the same package archive and infrastructure. It is possible to convert an Ubuntu system to Kubuntu or vice versa.
Download (695MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
932 downloads
Other version of Kubuntu
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
Edubuntu 7.04 (Feisty Fawn)
Edubuntu is a version of the Ubuntu operating system suitable for classroom use. more>>
Edubuntu is a version of the Ubuntu operating system suitable for classroom use. As an educator youll be able to set up a computer lab, or establish an online learning environment, in an hour or less -- then administer that environment without having to become a fully-fledged Linux geek.
Edubuntu is currently under development by the same development team that produces the wildly popular Ubuntu system. Edubuntu a customized version of Ubuntu.
Principal design goals of Edubuntu are centralized management of configuration, users, and processes, together with facilities for working collaboratively in a classroom setting. Equally important is the gathering together of the best available free software and digital materials for education.
<<lessEdubuntu is currently under development by the same development team that produces the wildly popular Ubuntu system. Edubuntu a customized version of Ubuntu.
Principal design goals of Edubuntu are centralized management of configuration, users, and processes, together with facilities for working collaboratively in a classroom setting. Equally important is the gathering together of the best available free software and digital materials for education.
Download (565MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
930 downloads
Other version of Edubuntu
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
Kubuntu Human Theme 0.9
Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it. more>>
Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it there. The theme is assembled from various Ubuntu style items, most of which can be found on KDE-look: Ubuntu Cristal background, Human (Revised) color scheme, nuoveXT icons, Ubuntu Kmenu icon, SoftGlow Orange kicker, default Plastik style and Crystal window deco.
Installation of .kth file thru KDE Control Center--Theme Manager--Install; then, if you want exactly the same look, get and install the above items (search on KDE-look). The Kmenu can be changed by replacing each kmenu.png in /usr/share/icons/nuovext/[SIZE]/apps/ Then refresh your icon set.
<<lessInstallation of .kth file thru KDE Control Center--Theme Manager--Install; then, if you want exactly the same look, get and install the above items (search on KDE-look). The Kmenu can be changed by replacing each kmenu.png in /usr/share/icons/nuovext/[SIZE]/apps/ Then refresh your icon set.
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
946 downloads
Build it Fast 0.4.1
Build it Fast is a PHP framework for developing Web applications quickly. more>>
Build it Fast (BIF) is a PHP Framework. It contains several classes that help you develop complex Web applications in a short amount of time.
It brings the concept of the widget to Web development. It features Cascade Skins and transparent session management.
Its meant to make PHP programers life much easier, and making better web applications.
<<lessIt brings the concept of the widget to Web development. It features Cascade Skins and transparent session management.
Its meant to make PHP programers life much easier, and making better web applications.
Download (2.1MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1633 downloads
i815 linux tweak 0.1
i815 linux tweak project is i815-family chipset tweaker and optimizer for improve performance. more>>
i815 linux tweak project is i815-family chipset tweaker and optimizer for improve performance. Remember that some settings can crash your system.
USE AT YOUR OWN RISK
Installation:
From root user tpye "./install.sh".
If success, module will compile and plased into modules directory.
Usage:
modprobe i815tweak
Without any parameters nothing changes. In /proc/i815info you can see actual chipset settings.
Or see "dmesg" for error info..
For list all module parameters check "modinfo i815tweak".
cas=[2,3]
CAS# Latency (CL)
ras2cas=[2,3]
SDRAM RAS# to CAS# Delay (SRCD)
ras=[2,3]
SDRAM RAS# Precharge (SRP)
refX=[0-7]
SDRAM Mode Select (SMS). These bits select the operational mode of the MCH DRAM interface. The special modes are intended for initialization at power up.
0 = DRAM in Self-Refresh Mode, Refresh Disabled
1 = Normal Operation, 100 MHz System memory – Refresh interval 15.6 uSec
133 MHz System memory – Refresh interval 11.7 uSec
2 = Normal Operation, 100 MHz System memory – Refresh interval 7.8
133 MHz System memory – Refresh interval 5.85 uSec
3 = Normal Operation, 100 MHz System memory – Refresh interval 1.28 uSec
133 MHz System memory – Refresh interval 0.96 uSec
4 = NOP Command Enable. In this mode all processor cycles to SDRAM result in a NOP Command on the SDRAM interface.
5 = All Banks Precharge Enable. In this mode all processor cycles to SDRAM result in an All Banks Precharge Command on the SDRAM interface.
6 = Mode Register Set Enable. In this mode all processor cycles to SDRAM result in a mode register set command on the SDRAM interface.
7 = CBR Enable. In this mode all processor cycles to SDRAM result in a CBR cycle on the SDRAM interface.
dct57=[0, 1]
DRAM Cycle Time (DCT). This bit controls the number of SCLKs for an access cycle.
0 = Tras = 7 SCLKs and Trc = 9 SCLKs.
1 = Tras = 5 SCLKs and Trc = 7 SCLKs (Default)
bnr=[0,1]
Block New Request Lookahead
agp=[0,1]
AGP4X Override
sba=[0,1]
Sideband Address Enable (SBA)
1 = Enable. The sideband addressing mechanism is enabled.
0 = Disable
fw=[0,1]
Fast Writes Enable (FW). This bit must always be programmed to 0. The chipset will behave
unpredictably if this bit is programmed with 1.
cpc=[0,1]
Command per cycle
sm=[0,1]
SM Always Bypass
hacqs=[0,1]
Host Aperture Cycle Queue Slot
0 = Default value. No dedicated queue
1 = A dedicated queue slot is reserved
clt=[0,1]
CPU Latency Timer
0 = Deferrable processor cycle will be Deferred immediately after receiving another ADS#
1 = Deferrable processor cycle will only be Deferred after in has been held in a “Snoop Stall” for 31
clocks and another ADS# has arrived (default).
dpcp=[0,1]
DRAM Page Closing Policy (DPCP)
0 = Precharge All during the service of any “Page Miss” access.
1 = Precharge All during the service of any “Page Miss” access.
magwe=[0,1]
Memory Arbiter Grant Window Enable (MAGWE).
0 = Disabled. Enforce fixed priority.
1 = 24 clocks limiting host, 24 clocks guaranteed to low priority graphics stream.
EXAMPLE:
modprobe i815tweak cas=2 ras2cas=2 ras=2 bnr=1 dct57=1
For more info about i815 chipset settings see Intel Document Reference Number 290688-001, 290693-001 and 290693-002
<<lessUSE AT YOUR OWN RISK
Installation:
From root user tpye "./install.sh".
If success, module will compile and plased into modules directory.
Usage:
modprobe i815tweak
Without any parameters nothing changes. In /proc/i815info you can see actual chipset settings.
Or see "dmesg" for error info..
For list all module parameters check "modinfo i815tweak".
cas=[2,3]
CAS# Latency (CL)
ras2cas=[2,3]
SDRAM RAS# to CAS# Delay (SRCD)
ras=[2,3]
SDRAM RAS# Precharge (SRP)
refX=[0-7]
SDRAM Mode Select (SMS). These bits select the operational mode of the MCH DRAM interface. The special modes are intended for initialization at power up.
0 = DRAM in Self-Refresh Mode, Refresh Disabled
1 = Normal Operation, 100 MHz System memory – Refresh interval 15.6 uSec
133 MHz System memory – Refresh interval 11.7 uSec
2 = Normal Operation, 100 MHz System memory – Refresh interval 7.8
133 MHz System memory – Refresh interval 5.85 uSec
3 = Normal Operation, 100 MHz System memory – Refresh interval 1.28 uSec
133 MHz System memory – Refresh interval 0.96 uSec
4 = NOP Command Enable. In this mode all processor cycles to SDRAM result in a NOP Command on the SDRAM interface.
5 = All Banks Precharge Enable. In this mode all processor cycles to SDRAM result in an All Banks Precharge Command on the SDRAM interface.
6 = Mode Register Set Enable. In this mode all processor cycles to SDRAM result in a mode register set command on the SDRAM interface.
7 = CBR Enable. In this mode all processor cycles to SDRAM result in a CBR cycle on the SDRAM interface.
dct57=[0, 1]
DRAM Cycle Time (DCT). This bit controls the number of SCLKs for an access cycle.
0 = Tras = 7 SCLKs and Trc = 9 SCLKs.
1 = Tras = 5 SCLKs and Trc = 7 SCLKs (Default)
bnr=[0,1]
Block New Request Lookahead
agp=[0,1]
AGP4X Override
sba=[0,1]
Sideband Address Enable (SBA)
1 = Enable. The sideband addressing mechanism is enabled.
0 = Disable
fw=[0,1]
Fast Writes Enable (FW). This bit must always be programmed to 0. The chipset will behave
unpredictably if this bit is programmed with 1.
cpc=[0,1]
Command per cycle
sm=[0,1]
SM Always Bypass
hacqs=[0,1]
Host Aperture Cycle Queue Slot
0 = Default value. No dedicated queue
1 = A dedicated queue slot is reserved
clt=[0,1]
CPU Latency Timer
0 = Deferrable processor cycle will be Deferred immediately after receiving another ADS#
1 = Deferrable processor cycle will only be Deferred after in has been held in a “Snoop Stall” for 31
clocks and another ADS# has arrived (default).
dpcp=[0,1]
DRAM Page Closing Policy (DPCP)
0 = Precharge All during the service of any “Page Miss” access.
1 = Precharge All during the service of any “Page Miss” access.
magwe=[0,1]
Memory Arbiter Grant Window Enable (MAGWE).
0 = Disabled. Enforce fixed priority.
1 = 24 clocks limiting host, 24 clocks guaranteed to low priority graphics stream.
EXAMPLE:
modprobe i815tweak cas=2 ras2cas=2 ras=2 bnr=1 dct57=1
For more info about i815 chipset settings see Intel Document Reference Number 290688-001, 290693-001 and 290693-002
Download (0.005MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
875 downloads
AntTweakBar 1.03
AntTweakBar allows programmers to quickly add a light and intuitive graphical user interface into graphic programs. more>>
AntTweakBar allows programmers to quickly add a light and intuitive graphical user interface into graphic programs to interactively tweak them. AntTweakBar is a small and easy to use library that can be readily integrated into OpenGL and DirectX applications.
Program variables can be linked to a graphical control that allows users to modify them. Thus, parameters exposed by programmers can be easily modified. They are displayed into the graphical application through one or more embeded windows called tweak bars.
Design and integration:
The library is designed to minimize programmer work while offering a fast, clean, intuitive and non-invasive graphical interface. For instance, numerical values are automatically mapped to a RotoSlider control for rapid editing.
It is composed of few functions. Common variables like booleans, integers, floats and enums can be directly mapped to a graphic control through pointers or callback functions. Additionnal editing informations like min and max values can be provided. Keyboard shortcuts can also be associated to controls and an help window which summurizes these shortcuts can be displayed. Programmers are not required to design the graphical interface by providing coordinates or by using a visual UI editor. Controls are automatically organized following an optional given hierarchy. In most cases, only one line of code is needed to add a new variable to a tweak bar.
The AntTweakBar library mainly targets graphical programs that need an easy way to tweak parameters and see the result in real-time like 3D demos, light inline game editors, small 3D applications, prototypes, debug facilities of weighter graphical programs, etc.
While the library itself is written in C++, its programming interface is a C interface, and then it can be directly integrated in any C++ or C program.
It has been designed with performance in mind. Embeded in a typical 3D application, its rendering time is almost insignificant. Bars can also be iconified to fully minimize their rendering time.
Enhancements:
- The medium font is antialiased.
- The code now compiles on 64-bit x86 platforms.
- A problem which occurred if the library was initialized or uninitialized more than once was fixed.
- Some other minor fixes were done.
<<lessProgram variables can be linked to a graphical control that allows users to modify them. Thus, parameters exposed by programmers can be easily modified. They are displayed into the graphical application through one or more embeded windows called tweak bars.
Design and integration:
The library is designed to minimize programmer work while offering a fast, clean, intuitive and non-invasive graphical interface. For instance, numerical values are automatically mapped to a RotoSlider control for rapid editing.
It is composed of few functions. Common variables like booleans, integers, floats and enums can be directly mapped to a graphic control through pointers or callback functions. Additionnal editing informations like min and max values can be provided. Keyboard shortcuts can also be associated to controls and an help window which summurizes these shortcuts can be displayed. Programmers are not required to design the graphical interface by providing coordinates or by using a visual UI editor. Controls are automatically organized following an optional given hierarchy. In most cases, only one line of code is needed to add a new variable to a tweak bar.
The AntTweakBar library mainly targets graphical programs that need an easy way to tweak parameters and see the result in real-time like 3D demos, light inline game editors, small 3D applications, prototypes, debug facilities of weighter graphical programs, etc.
While the library itself is written in C++, its programming interface is a C interface, and then it can be directly integrated in any C++ or C program.
It has been designed with performance in mind. Embeded in a typical 3D application, its rendering time is almost insignificant. Bars can also be iconified to fully minimize their rendering time.
Enhancements:
- The medium font is antialiased.
- The code now compiles on 64-bit x86 platforms.
- A problem which occurred if the library was initialized or uninitialized more than once was fixed.
- Some other minor fixes were done.
Download (0.87MB)
Added: 2006-10-30 License: zlib/libpng License Price:
1089 downloads
UbuntuTrinux
UbuntuTrinux seeks to integrate elements of Trinux with the Debian/Ubuntu mkinitramfs infrastructure. more>>
UbuntuTrinux seeks to integrate elements (and code, where appropriate) of Trinux with the Debian/Ubuntu mkinitramfs infrastructure to allow easy development and packaging Ubuntu binary (and ultimately package and repository) compatible ramdisk distributions using recent 2.6.x kernels. As before, the most common use is network security monitoring and analysis.
Trinux: A Linux Security Toolkit was a ramdisk-based Linux distribution that was under active development from 1998-2003.
<<lessTrinux: A Linux Security Toolkit was a ramdisk-based Linux distribution that was under active development from 1998-2003.
Download (6.3MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
850 downloads
Ubuntu Bootloader Manager 0.2
Ubuntu Bootloader Manager is a graphical user interface for configuring GRUBs menu.lst. more>>
Ubuntu Bootloader Manager is a graphical user interface (GUI) for configuring GRUBs menu.lst.
This app is still very alpha, use at your own risk and make sure to make a backup of our grub config file (/boot/grub/menu.lst).
<<lessThis app is still very alpha, use at your own risk and make sure to make a backup of our grub config file (/boot/grub/menu.lst).
Download (MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
699 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ubuntu tweak fast search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed