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

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 Center Alpha 1
Ubuntu Center is a web based interface for accessing all kinds of information thats being stored on your computer. more>>
Ubuntu Center is a web based interface for accessing all kinds of information thats being stored on your computer running Ubuntu Breezy, XUbuntu, Kubuntu or even nUbuntu box.
Ubuntu Center accomplishes all of this by integrating PHP software licensed under the GPL license in one giant package suitable for use on a Ubuntu computer. This release adds tons of new features and bug fixes and is suitable for everyday use.
Enhancements:
- A Web-based installer was implemented and an admin area was added.
<<lessUbuntu Center accomplishes all of this by integrating PHP software licensed under the GPL license in one giant package suitable for use on a Ubuntu computer. This release adds tons of new features and bug fixes and is suitable for everyday use.
Enhancements:
- A Web-based installer was implemented and an admin area was added.
Download (5.2MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1265 downloads
Ubuntu Ultimate Gamers Edition
Ubuntu Ultimate Gamers Edition it is an Ubuntu Edgy Eft based Linux distribution with a lot of games preinstalled. more>> <<less
Download (MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
765 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 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)
License:GPL (GNU General Public License)
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)
Ubuntu Common Hooker 0.1
Ubuntu Common Hooker aims to provide an interface for unknown file extensions to automatically install a certain packages. more>>
Ubuntu Common Hooker project aims to provide an interface for unknown file extensions to automatically install a certain packages when its called.
Use cases
Eduard is a schizophrenic, however his only obession and a way to calm him down is listening to "Veronika Plays Piano, volume 1" which is encoded in MP3. Veronika is his friend who recently got a copy of Ubuntu Linux, and tried it on Eduards computer. However, Eduard just find out that he cant play his MP3s.
Dr. Igor use ".rar" extension to compress his research, however, Villete decides to migrate to Ubuntu Linux. But when Dr. Igor tryies to open "Vitriol.rar, and Zedka.rar", it says "Error cannot open file!"
Okonkwo tried Ubuntu Linux for the first time, however, when he tried to open "Wresting with Amalinze.mpg", he is prompted that "there are no codecs to view this file", However, Okonkwos father Onuka had no problems opening .mpg files, but Okonkwo doesnt like to use Windows like his father did.
<<lessUse cases
Eduard is a schizophrenic, however his only obession and a way to calm him down is listening to "Veronika Plays Piano, volume 1" which is encoded in MP3. Veronika is his friend who recently got a copy of Ubuntu Linux, and tried it on Eduards computer. However, Eduard just find out that he cant play his MP3s.
Dr. Igor use ".rar" extension to compress his research, however, Villete decides to migrate to Ubuntu Linux. But when Dr. Igor tryies to open "Vitriol.rar, and Zedka.rar", it says "Error cannot open file!"
Okonkwo tried Ubuntu Linux for the first time, however, when he tried to open "Wresting with Amalinze.mpg", he is prompted that "there are no codecs to view this file", However, Okonkwos father Onuka had no problems opening .mpg files, but Okonkwo doesnt like to use Windows like his father did.
Download (0.020MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1241 downloads
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)
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
Ubuntu Live Chat Support 0.3.14-7
UbuntuLiveChatSupport aims to provide an interface to communicate to other ubuntu users with the same language & location. more>>
The UbuntuLiveChatSupport aims to provide an interface to communicate to other ubuntu users with the same language & location, as well as to connect to the official ubuntu channel in Freenode.org. Ubuntu Live Chat Support also aims to get live chat support from ubuntu users right into the desktop menu, via "System > Help > Live Chat Support".
Rationale
People who dont speak english and want local support in their language will face a challenge to gain help in existing documentations, specially when there are just a few documentations for their language. But if they speak to someone that can understand their language, they can talk to an experienced user to provide them with answers. It might as well be positive, because there might be a good chance that they will collaborate on translation of documentations and software for their language, as well as contributing to the Ubuntu work.
Another problem with the current way of getting help in Ubuntu requires the user to read and browse documentations, but what most users really want is getting the right answers to the questions straight. Browsing and reading documentations sometimes require one to research on a particular problem. But to get the right answer from an experience user is the most easiest way.
Scope
This will use Gaim as an IRC client, but will not alter the main Gaim configurations. It will add the IRC channels defined in InternetRelayChat in Gaim buddy list, namely, Localized Channels, Support Channels, and Team Collaboration Channels.
Enhancements:
- Change the name "Auto-Join Default" to "Default"
- Overhaul the Local Channel names
- A new channel will be autojoined based on language.
- Added the language to "Local Languages" group
- Change the name of "Local Ubuntu Channels" to "Local Channels"
- UI improvements, in Nick registration, add a "Passwords do not match" warning.
- Impliment a settings in login page to choose from 2 different layout, the default top channels tab and alternative left channels tab. The static xchat-gnome look is removed.
- Add a new checkbox for privacy, when registration.
- Impliment registration privacy when the checkbox is toggled.
<<lessRationale
People who dont speak english and want local support in their language will face a challenge to gain help in existing documentations, specially when there are just a few documentations for their language. But if they speak to someone that can understand their language, they can talk to an experienced user to provide them with answers. It might as well be positive, because there might be a good chance that they will collaborate on translation of documentations and software for their language, as well as contributing to the Ubuntu work.
Another problem with the current way of getting help in Ubuntu requires the user to read and browse documentations, but what most users really want is getting the right answers to the questions straight. Browsing and reading documentations sometimes require one to research on a particular problem. But to get the right answer from an experience user is the most easiest way.
Scope
This will use Gaim as an IRC client, but will not alter the main Gaim configurations. It will add the IRC channels defined in InternetRelayChat in Gaim buddy list, namely, Localized Channels, Support Channels, and Team Collaboration Channels.
Enhancements:
- Change the name "Auto-Join Default" to "Default"
- Overhaul the Local Channel names
- A new channel will be autojoined based on language.
- Added the language to "Local Languages" group
- Change the name of "Local Ubuntu Channels" to "Local Channels"
- UI improvements, in Nick registration, add a "Passwords do not match" warning.
- Impliment a settings in login page to choose from 2 different layout, the default top channels tab and alternative left channels tab. The static xchat-gnome look is removed.
- Add a new checkbox for privacy, when registration.
- Impliment registration privacy when the checkbox is toggled.
Download (0.077MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1258 downloads
Ubuntu Linux 5.10
Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. more>>
Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.
The Ubuntu community is built on the ideas enshrined in the Ubuntu Manifesto: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit.
These freedoms make Ubuntu fundamentally different from traditional proprietary software: not only are the tools you need available free of charge, you have the right to modify your software until it works the way you want it to.
The team behind Ubuntu makes the following public commitment to its users:
* Ubuntu will always be free of charge, and there is no extra fee for the "enterprise edition", we make our very best work available to everyone on the same Free terms.
* Ubuntu includes the very best in translations and accessibility infrastructure that the Free Software community has to offer, to make Ubuntu usable by as many people as possible.
* Ubuntu is released regularly and predictably; a new release is made every six months. You can use the current stable release or the current development release. Each release is supported for at least 18 months.
* Ubuntu is entirely committed to the principles of free and open source software development; we encourage people to use free and open source software, improve it and pass it on.
Ubuntu is suitable for both desktop and server use. The current Ubuntu release supports Intel x86 (IBM-compatible PC), AMD64 (Hammer) and PowerPC (Apple iBook and Powerbook, G4 and G5) architectures.
Ubuntu includes more than 1,000 pieces of software, starting with the Linux kernel version 2.6 and Gnome 2.8, and covering every standard desktop application from word processing and spreadsheet applications to internet access applications, web server software, email software, programming languages and tools and of course several games.
<<lessThe Ubuntu community is built on the ideas enshrined in the Ubuntu Manifesto: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit.
These freedoms make Ubuntu fundamentally different from traditional proprietary software: not only are the tools you need available free of charge, you have the right to modify your software until it works the way you want it to.
The team behind Ubuntu makes the following public commitment to its users:
* Ubuntu will always be free of charge, and there is no extra fee for the "enterprise edition", we make our very best work available to everyone on the same Free terms.
* Ubuntu includes the very best in translations and accessibility infrastructure that the Free Software community has to offer, to make Ubuntu usable by as many people as possible.
* Ubuntu is released regularly and predictably; a new release is made every six months. You can use the current stable release or the current development release. Each release is supported for at least 18 months.
* Ubuntu is entirely committed to the principles of free and open source software development; we encourage people to use free and open source software, improve it and pass it on.
Ubuntu is suitable for both desktop and server use. The current Ubuntu release supports Intel x86 (IBM-compatible PC), AMD64 (Hammer) and PowerPC (Apple iBook and Powerbook, G4 and G5) architectures.
Ubuntu includes more than 1,000 pieces of software, starting with the Linux kernel version 2.6 and Gnome 2.8, and covering every standard desktop application from word processing and spreadsheet applications to internet access applications, web server software, email software, programming languages and tools and of course several games.
Download (641MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1500 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 hardy 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