Contributor switchgirl
Easy way of backing up/moving your documents and settings
Written by stgraber the 28 Feb 08 at 12:10.
Global category: System.
Implemented
At the moment, if someone wants to backup his documents or prepare a migration from a computer to another there isn't much more than file-roller to create a backup.
Ideally, the user should be able to run a graphic software which would ask what the user wants to backup and where (tape/usb key/remote).
Then the same tool would be able to restore the backup.
It would be useful for both backups and migration from a computer to another.
Update : See duplicates ideas which contain even more great ideas about that idea.
3619
votes
4264
4
645
39
votes
46
13
7
Selected solution (#2):
Use existing incremental backup utility and some additional scripts
Written by
mudd1 the 2 Feb 09 at 10:53.
There are already great utilities like backup2l. All that'd be needed were a good default configuration, perhaps a GUI and a couple of scripts that prevent rendering your system unusable and even unbootable after a restore: Something to fix /etc/fstab (UUIDs, I love them), /boot/grub/menu.lst (same reason) and permissions (random UIDs/GIDs on package installation), all of which is a real PITA at the moment and probably breaks every newbie's neck.
There are already great utilities like backup2l. All that'd be needed were a good default configuration, perhaps a GUI and a couple of scripts that prevent rendering your system unusable and even unbootable after a restore: Something to fix /etc/fstab (UUIDs, I love them), /boot/grub/menu.lst (same reason) and permissions (random UIDs/GIDs on package installation), all of which is a real PITA at the moment and probably breaks every newbie's neck.
305
votes
321
21
16
Selected solution (#3):
Write a GUI for rsnapshot
rsnapshot is an excellent piece of software that (much like Apple's Time Machine) allows a user to take "snapshots" of his or her system. Using rsnapshot, a user can create snapshots at any interval he wants: hourly, weekly, monthly, every 6 hours, or anything else that cron supports. Restoring from a previous snapshot is as easy as copy and paste.
The problem is that rsnapshot is not the easiest software to use, even for people who are comfortable with the command line. I suggest that Canonical write a GUI for rsnapshot and ship it with Ubuntu.
rsnapshot:
http://rsnapshot.org/
rsnapshot is an excellent piece of software that (much like Apple's Time Machine) allows a user to take "snapshots" of his or her system. Using rsnapshot, a user can create snapshots at any interval he wants: hourly, weekly, monthly, every 6 hours, or anything else that cron supports. Restoring from a previous snapshot is as easy as copy and paste.
The problem is that rsnapshot is not the easiest software to use, even for people who are comfortable with the command line. I suggest that Canonical write a GUI for rsnapshot and ship it with Ubuntu.
rsnapshot: http://rsnapshot.org/
181
votes
215
25
34
Selected solution (#4):
Wait for TimeVault to go stable
Currently in alpha, TimeVault is a snapshot backup solution integrated into Nautilus. https://wiki.ubuntu.com/TimeVault
-27
votes
30
39
57
Selected solution (#5):
Use duplicity and create a GUI for it, or use duplicati
Duplicity is an excellent piece of backup software and allows one to easily do cheap offsite backups using Amazon's S3 service.
Duplicati (
http://code.google.com/p/duplicati/ ) seems to be the only GUI front-end for it, and it seems to be in early development.
Duplicity is an excellent piece of backup software and allows one to easily do cheap offsite backups using Amazon's S3 service.
Duplicati ( http://code.google.com/p/duplicati/ ) seems to be the only GUI front-end for it, and it seems to be in early development.
-73
votes
41
30
114
Selected solution (#6):
integrate Dropbox
Written by
stefano the 16 Mar 09 at 18:42.
Dropbox is an easy [1] [2], secure [3], cheap [4] [5], based on Amazon S3 [6] and, last but not least, the nautilus client is GPL [7] !!!
and, but it's only an idea, Canonical colud be compensated for paying Dropbox Ubuntu users.
[1] http://www.getdropbox.com/tour
[2] http://www.getdropbox.com/screencast
[3] http://www.getdropbox.com/help/27
[4] http://www.getdropbox.com/help/47
[5] http://www.getdropbox.com/help/15
[6] http://www.techcrunch.com/2008/03/11/dropbox-the-online-storage-solution-weve-been-waiting-for/
[7] http://www.getdropbox.com/downloading?os=lnx
42
votes
96
28
54
Selected solution (#7):
LuckyBackup, a GUI for rsync
Recently a new GUI was developed for the most known and reliable backup technology :rsync
luckyBackup is an application for data back-up and synchronization powered by the rsync tool.
It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding in any data manipulation ), reliable and fully customizable.
Just take a look at this screenshots:
http://luckybackup.sourceforge.net/screenshots.html
Recently a new GUI was developed for the most known and reliable backup technology :rsync
luckyBackup is an application for data back-up and synchronization powered by the rsync tool.
It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding in any data manipulation ), reliable and fully customizable.
Just take a look at this screenshots:
http://luckybackup.sourceforge.net/screenshots.html
-42
votes
15
5
57
Selected solution (#9):
Partner with an existing online backup provider for seamless backups
Many users do not make back-ups because you need multiple harddrives or more space for that, plus it takes time to set up. Backup should be as low-entry as possible. Online backup systems are a (partial) solution to that problem.
Adding a one-click-to-enable option for free (& cheap to expand) online storage through partnership with an existing vendor would be a major innovation and "selling" point. Yes, space might be limited, but just backing up certain default directories such as documents might do the trick.
Many users do not make back-ups because you need multiple harddrives or more space for that, plus it takes time to set up. Backup should be as low-entry as possible. Online backup systems are a (partial) solution to that problem.
Adding a one-click-to-enable option for free (& cheap to expand) online storage through partnership with an existing vendor would be a major innovation and "selling" point. Yes, space might be limited, but just backing up certain default directories such as documents might do the trick.
50
votes
60
12
10
Selected solution (#10):
support btrfs filesystem for native snapshots and data integrity
Written by
stefano the 20 Mar 09 at 22:17.
For local (not-online) backups btrfs 'll simplify files versioning (with native snapshot support) and data integrity (with native data chesumming).
btrfs is currently supported by 2.6.29 kernel.
as stated in the home page "Btrfs is under heavy development, and is not suitable for any uses other than benchmarking and review. The Btrfs disk format is not yet finalized, but it will only be changed if a critical bug is found and no workarounds are possible.". Ubuntu should support it as soon as possible after the 1.0 release (Q408).
this idea is complementary to #6 and #8 for local backups with rsync (with btrfs and rsync we'll not need other time-something solutions) but for online offsite backups we'll need ALSO one or more solution as #4, #5, #9.
references:
http://btrfs.wiki.kernel.org/index.php/Main_Page
http://btrfs.wiki.kernel.org/index.php/Development_timeline
For local (not-online) backups btrfs 'll simplify files versioning (with native snapshot support) and data integrity (with native data chesumming).
btrfs is currently supported by 2.6.29 kernel.
as stated in the home page "Btrfs is under heavy development, and is not suitable for any uses other than benchmarking and review. The Btrfs disk format is not yet finalized, but it will only be changed if a critical bug is found and no workarounds are possible.". Ubuntu should support it as soon as possible after the 1.0 release (Q408).
this idea is complementary to #6 and #8 for local backups with rsync (with btrfs and rsync we'll not need other time-something solutions) but for online offsite backups we'll need ALSO one or more solution as #4, #5, #9.
references:
http://btrfs.wiki.kernel.org/index.php/Main_Page
http://btrfs.wiki.kernel.org/index.php/Development_timeline
12
votes
29
10
17
Selected solution (#11):
Support backup PLUG-INs
Written by
Craig73 the 21 Mar 09 at 14:45.
OK - well we might get tired of the word plugins... but I see the request for a timevault style backup system, the underlying technology (file system or backup library), and the destination as being 3 separate part of the solution.
But whatever tool is selected - people should be able to add the options they want
1) Option to backup online. Make it easy to add different online services whether it is some random FTP site, S3, a free cloud service, or some other future solution (bit-torrent backups or replication with other machines?)
2) Allow encryption of data. Whether online or offline, we should optionally allow encryption of data. [I see opportunity here to leverage GPU or multiple core processing for stupidly high levels of encryption no?]
OK - well we might get tired of the word plugins... but I see the request for a timevault style backup system, the underlying technology (file system or backup library), and the destination as being 3 separate part of the solution.
But whatever tool is selected - people should be able to add the options they want
1) Option to backup online. Make it easy to add different online services whether it is some random FTP site, S3, a free cloud service, or some other future solution (bit-torrent backups or replication with other machines?)
2) Allow encryption of data. Whether online or offline, we should optionally allow encryption of data. [I see opportunity here to leverage GPU or multiple core processing for stupidly high levels of encryption no?]
-17
votes
14
11
31
Selected solution (#12):
partimage for partition images
Written by
daddo the 22 Mar 09 at 09:54.
Partimage for making complete images of partitions.
Partimage for making complete images of partitions.
-8
votes
17
14
25
Selected solution (#13):
Incorporate SimpleBackup
Simplebackup has pretty much everything needed:
Different schedules for the backup.
Specify which folders, files, etc are backed up.
Incremental backup.
Backups saved locally or remotely (ssh or ftp)
Simplebackup has pretty much everything needed:
Different schedules for the backup.
Specify which folders, files, etc are backed up.
Incremental backup.
Backups saved locally or remotely (ssh or ftp)
12
votes
22
13
10
Selected solution (#14):
Add Remastersys as extra option for backing up the installed system setup to DVD
I'm not suggesting having only Remastersys or using it for a whole system back up of your files, but as another option to go alongside one of the above for files. It would be just imaging your choice of applications and desktop appearance preferences ect. To enable very easy system restore installation exactly to your liking from a worst case scenario that the HD fail and had to be replaced. The application is also very user friendly for new users to use.
I'm not suggesting having only Remastersys or using it for a whole system back up of your files, but as another option to go alongside one of the above for files. It would be just imaging your choice of applications and desktop appearance preferences ect. To enable very easy system restore installation exactly to your liking from a worst case scenario that the HD fail and had to be replaced. The application is also very user friendly for new users to use.
26
votes
35
7
9
Selected solution (#15):
Include "Back In Time" as default backup tool
Written by
sajmon75 the 7 Apr 09 at 12:17.
A simple and smart solution:
http://backintime.le-web.org/
From web site:
Back In Time is a simple backup system for Linux inspired from “flyback project” and “TimeVault”. The backup is done by taking snapshots of a specified set of directories.
Currently there are two GUI available: Gnome and KDE 4 (>= 4.1).
All you have to do is configure:
* Where to save snapshot
* What directories to backup
* When backup should be done (manual, every hour, every day, every week, every month)
A simple and smart solution:
http://backintime.le-web.org/
From web site:
Back In Time is a simple backup system for Linux inspired from “flyback project” and “TimeVault”. The backup is done by taking snapshots of a specified set of directories.
Currently there are two GUI available: Gnome and KDE 4 (>= 4.1).
All you have to do is configure:
* Where to save snapshot
* What directories to backup
* When backup should be done (manual, every hour, every day, every week, every month)
23
votes
29
5
6
Selected solution (#16):
Use Déjà Dup
Written by
mterry the 6 May 09 at 16:47.
This solution is a little self-serving, since I'm the maintainer of Déjà Dup, but I think it fits the bill. At least, my aim is to fit this bill.
A quick description: A simple GUI that makes backing up the 'right way' (off-site, regular, incremental, encrypted) easy. It's based on the command-line tool duplicity.
https://launchpad.net/deja-dup
As robbiew mentions in the comments, this was added to Ubuntu for Jaunty (go to Add/Remove and search for it). There is also a PPA supporting as far back as Hardy in the link above.
I love feedback/bug reports!
This solution is a little self-serving, since I'm the maintainer of Déjà Dup, but I think it fits the bill. At least, my aim is to fit this bill.
A quick description: A simple GUI that makes backing up the 'right way' (off-site, regular, incremental, encrypted) easy. It's based on the command-line tool duplicity.
https://launchpad.net/deja-dup
As robbiew mentions in the comments, this was added to Ubuntu for Jaunty (go to Add/Remove and search for it). There is also a PPA supporting as far back as Hardy in the link above.
I love feedback/bug reports!
158
votes
160
5
2
Selected solution (#18):
Add a migration/transfer tool in System->Administration
A migration tool will (1) collect the enviroment (of the user or the computer) including the personal preferences in a machine independent way (e.g. Thunderbird, Mozilla, Pidgin, config files), the personal files (home directory), the list of installed applications, and (2) send them to another computer (via ssh, rexec, ssl, etc.) or create an archive to be transferred and then imported by the same application on the new computer.
A migration tool will (1) collect the enviroment (of the user or the computer) including the personal preferences in a machine independent way (e.g. Thunderbird, Mozilla, Pidgin, config files), the personal files (home directory), the list of installed applications, and (2) send them to another computer (via ssh, rexec, ssl, etc.) or create an archive to be transferred and then imported by the same application on the new computer.
46
votes
49
8
3
Selected solution (#19):
Add a "transfer settings from existing installation" in the installer.
I suggest we have something at the end of the Ubuntu installation process that, like at the end of the Mac OS X installation process, asks the user if he/she would like to transfer his/her files and settings from an existing copy of Ubuntu. If selected, the user can choose to transfer data via the Internet or through a USB or other physical connection. The Ubuntu install will then transfer (most of) the contents of "/home" and "/etc" (depending on what can be reasonably copied from one installation to another), and the new installation will use the apt-get markings of the previous installation to download and install the appropriate packages.
I suggest we have something at the end of the Ubuntu installation process that, like at the end of the Mac OS X installation process, asks the user if he/she would like to transfer his/her files and settings from an existing copy of Ubuntu. If selected, the user can choose to transfer data via the Internet or through a USB or other physical connection. The Ubuntu install will then transfer (most of) the contents of "/home" and "/etc" (depending on what can be reasonably copied from one installation to another), and the new installation will use the apt-get markings of the previous installation to download and install the appropriate packages.
6
votes
11
3
5
Selected solution (#20):
Make a backup system with RAID support for cloning drives
If ubuntu had an integrated SYSTEM BACKUP & RESTORE (compatible with RAID) we could just clone the disk and self not lose all that precious data .
If ubuntu had an integrated SYSTEM BACKUP & RESTORE (compatible with RAID) we could just clone the disk and self not lose all that precious data .
-10
votes
4
3
14
Selected solution (#21):
Here is a simple GUI program for backup written in python
Written by
Zorba the 8 Feb 10 at 08:17.
I realized a simple program with python and Qt4 to make easier backup of files or system configuration. You are totally free to modify this code, and I hope this could be useful for many Ubuntu users. I think it could be a good idea to insert it into system settings (the system settings for KDE and the settings menu for GNOME). If someone can make a porting to GTK+ the integration with GNOME will be better.
You can download the program here: zorbaproject.uuuq.com/upload/easybackupgui.tar.gz
to test it simply open a console, enter the folder where you have unpacked the tar, and type "python easybackupgui.py": some features need sudo.
I realized a simple program with python and Qt4 to make easier backup of files or system configuration. You are totally free to modify this code, and I hope this could be useful for many Ubuntu users. I think it could be a good idea to insert it into system settings (the system settings for KDE and the settings menu for GNOME). If someone can make a porting to GTK+ the integration with GNOME will be better.
You can download the program here: zorbaproject.uuuq.com/upload/easybackupgui.tar.gz
to test it simply open a console, enter the folder where you have unpacked the tar, and type "python easybackupgui.py": some features need sudo.
<img src="http://zorbaproject.uuuq.com/upload/easybackup.jpeg">
3
votes
7
2
4
Selected solution (#23):
System backup and restore
Ubuntu should come up with MS windows like user interface where in user can backup the sytem and restore point is generated which can be reloaded as and when required. This restore point will include user setting and sytem setting if required by user. Also need to give provision to copy the restore point file to any required location on HDD or any other storage media.
Ubuntu should come up with MS windows like user interface where in user can backup the sytem and restore point is generated which can be reloaded as and when required. This restore point will include user setting and sytem setting if required by user. Also need to give provision to copy the restore point file to any required location on HDD or any other storage media.
7
votes
8
1
1
Selected solution (#25):
Backup Center
I propose a "Backup Center", where you:
* Can choose directories to backup or your whole home directory
* Can create a key to encrypt your backup, if you want
* Can print your key or copy it to an media
* Can select network destinations for your backup like Ubuntu One Storage, Secure FTP, Secure WebDAV, SMB, etc.
* Can select local storage devices like USB storages
* Can select a timetable for the backup on the local USB storage, which might require the user to periodic connect it to the computer when prompted
* and, of course: Can easily play back your backup, when your files are gone
There should be an intelligent daemon in the background which accomplishes the backup. If an backup destination is not available or full, the user should be warned.
I propose a "Backup Center", where you:
* Can choose directories to backup or your whole home directory
* Can create a key to encrypt your backup, if you want
* Can print your key or copy it to an media
* Can select network destinations for your backup like Ubuntu One Storage, Secure FTP, Secure WebDAV, SMB, etc.
* Can select local storage devices like USB storages
* Can select a timetable for the backup on the local USB storage, which might require the user to periodic connect it to the computer when prompted
* and, of course: Can easily play back your backup, when your files are gone
There should be an intelligent daemon in the background which accomplishes the backup. If an backup destination is not available or full, the user should be warned.
6
votes
7
1
1
Selected solution (#26):
Copy filesystem with USB Startup Disk Creator
Written by
tebibyte the 2 Jan 11 at 06:15.
Use the USB Startup Disk Creator to make a mirror image of your system. And add a mechanism to sync it or mirror it back.
Use the USB Startup Disk Creator to make a mirror image of your system. And add a mechanism to sync it or mirror it back.
1
votes
1
0
0
Selected solution (#31):
Option at CD install to recover from UBUNTU ONE programs and settings
Written by
mitcoes the 13 Jun 11 at 10:39.
At USC an option to backup to UBUNTU ONE:
1.- The list of main repository installed/unsinstalled programs and settings
2.- The same with PPAs and PPAs programs and settings
At CD Install an option to recover your list of programs and settings and in a separate option PPAs ones where you can select all or pick some. - Sometimes PPas programs can be the cause of system inestability -
This way you can make installation profiles or make easier the reinstallation when it is necessary.
As well ubuntu would know the program change / install preferences from users with datamining of this backups.
For example I use to install VLC, Qbittorrent, Chromium, Chrome, Opera, & Thunderbird
At USC an option to backup to UBUNTU ONE:
1.- The list of main repository installed/unsinstalled programs and settings
2.- The same with PPAs and PPAs programs and settings
At CD Install an option to recover your list of programs and settings and in a separate option PPAs ones where you can select all or pick some. - Sometimes PPas programs can be the cause of system inestability -
This way you can make installation profiles or make easier the reinstallation when it is necessary.
As well ubuntu would know the program change / install preferences from users with datamining of this backups.
For example I use to install VLC, Qbittorrent, Chromium, Chrome, Opera, & Thunderbird
Configure Ubuntu Programs During Installation
Written by Klau3 the 27 Jan 10 at 20:15.
Related project: Live CD installer .
Won't implement
Installation process should give people the choice to select some standard programms.
Someone using Thunderbird as mail client doesn't need Evolution...
It is not about installing all kinds of programms during the installation process, but about selecting the most common programms easily.
The other thing is that a lot of people don't know that ubuntu can play DVD videos, because they just don't know about libdvdcss2, “ubuntu restricted extras” and how to install them.
Example: my parents cannot install libdvdcss2 without my help. This should change!
1068
votes
1234
37
166
Solution #3:
Configurate Ubuntu Programms During Installation
Written by
nhandler the 27 Jan 10 at 23:27.
Integrate one more step into the installation process to enable a 'light weight' program selection and system pre-configuration
<img src="http://justoneidea.files.wordpress.com/2010/01/mockup-configurate-ubuntu-programms.png">
Integrate one more step into the installation process to enable a 'light weight' program selection and system pre-configuration
685
votes
800
59
115
Solution #4:
But hide it under "Advanced" button!
Written by
Int_ua the 28 Jan 10 at 00:28.
Because it can make installation process harder to understand for nonexpert users.
Because it can make installation process harder to understand for nonexpert users.
34
votes
189
84
155
Solution #5:
Put it under Software Configuration
Written by
vvfrn2 the 28 Jan 10 at 03:07.
not advanced option
not advanced option
533
votes
595
29
62
Solution #6:
Include a 'none' option
Written by
alms66 the 28 Jan 10 at 03:29.
A none option at each dropbox for those who will not use torrents, or notes, or those with no cd burners, etc.
A none option at each dropbox for those who will not use torrents, or notes, or those with no cd burners, etc.
-250
votes
148
68
398
Solution #7:
Only propose Open Source Software
Written by
krs the 28 Jan 10 at 09:22.
For base Installation.
Or using Ubuntu is a non-sense.
For base Installation.
Or using Ubuntu is a non-sense.
287
votes
355
33
68
Solution #8:
Name's Category
Instead write: Brasero (CD / DVD Burning)
Write this: CD / DVD Burning
Instead write: Brasero (CD / DVD Burning)
Write this: CD / DVD Burning
414
votes
448
30
34
Solution #9:
Video drivers
Written by
Zorba the 3 Feb 10 at 09:39.
I think it's a good idea to insert an option "install video card driver"... more or less the idea is to integrate jockey in the installation program, so users can install the system with the right video driver (if they want).
I think it's a good idea to insert an option "install video card driver"... more or less the idea is to integrate jockey in the installation program, so users can install the system with the right video driver (if they want).
175
votes
219
74
44
Solution #10:
Add more stuff to "more information"
Written by
tommis the 3 Feb 10 at 19:42.
Add more to information box stuff like:
license
programs homepage
hard drive space needed
homepage
Add more to information box stuff like:
license
programs homepage
hard drive space needed
homepage
-224
votes
54
28
278
Solution #11:
Add install your own software.
Written by
tommis the 3 Feb 10 at 19:56.
Theres so many programs at you cannot just but all in such a little list. Add option install your own packapages from ubuntus servers or your chosen ppa.
Theres so many programs at you cannot just but all in such a little list. Add option install your own packapages from ubuntus servers or your chosen ppa.
229
votes
285
42
56
Solution #12:
Make it part of Ubuntu Software Center
Add a new item in the sidebar of the Ubuntu Software Center called "Favorite Applications". The information about the alternatives could be simply added through debtags.
Add a new item in the sidebar of the Ubuntu Software Center called "Favorite Applications". The information about the alternatives could be simply added through debtags.
-144
votes
19
31
163
Solution #13:
adapt your own software
We all may have pet programs that worked well under other linux distributions. It'd be nice if they could be automatically configured to play nice with Ubuntu setups or run in protected areas.
We all may have pet programs that worked well under other linux distributions. It'd be nice if they could be automatically configured to play nice with Ubuntu setups or run in protected areas.
-49
votes
115
34
164
Solution #14:
Optional Microsoft Application Compatibility
I know this sounds like heresy, but Ubuntu already has this in the repositories. Why not make it easier for new Ubuntu users to run their Windows applications. That's one of the biggest complaints I've heard. A lot of people don't know they can use WINE without digging around on the net. There's a lot who never know they have the option. Have the option to install WINE in the Configure Ubuntu Programs tool at first boot. I think this is crucial.
I know this sounds like heresy, but Ubuntu already has this in the repositories. Why not make it easier for new Ubuntu users to run their Windows applications. That's one of the biggest complaints I've heard. A lot of people don't know they can use WINE without digging around on the net. There's a lot who never know they have the option. Have the option to install WINE in the Configure Ubuntu Programs tool at first boot. I think this is crucial.
37
votes
82
32
45
Solution #15:
Autorun installation software
To include all this software in the ISO will be too big for a CD size. If you don't want to include them into the ISO you have to have a Internet connection enabled during the installation, and it's not always possible, so after you have installad Ubuntu the system will automaticly install them from internet.
To include all this software in the ISO will be too big for a CD size. If you don't want to include them into the ISO you have to have a Internet connection enabled during the installation, and it's not always possible, so after you have installad Ubuntu the system will automaticly install them from internet.
-22
votes
34
31
56
Solution #16:
not enough space, internet and other problems
Written by
Goury the 12 Feb 10 at 10:54.
there is no problems to include this one to DVD
also there is one more thing needed - ability to install more than one app of any type
there is tons of ppls who uses chromium AND firefox because first is fast and second sometimes shows pages more accurate and have more extensions
also: do not include opera and chrome. include chromium and some other free (as freedom, not as beer) browsers
there is no problems to include this one to DVD
also there is one more thing needed - ability to install more than one app of any type
there is tons of ppls who uses chromium AND firefox because first is fast and second sometimes shows pages more accurate and have more extensions
also: do not include opera and chrome. include chromium and some other free (as freedom, not as beer) browsers
70
votes
86
11
16
Solution #17:
Optional Install updated system and/or packages
Add also during installation, the capability to install updated system and/or software packages (so we don't have to do an apt-get update && apt-get dist-upgrade as first thing to do after the first boot and then we have to do another reboot...). So the system is updated out of the box
Add also during installation, the capability to install updated system and/or software packages (so we don't have to do an apt-get update && apt-get dist-upgrade as first thing to do after the first boot and then we have to do another reboot...). So the system is updated out of the box
73
votes
89
20
16
Solution #18:
add network-manager plugins here
Written by
Goury the 13 Feb 10 at 08:17.
90% russian internets is pptp vpn so option pptp must include needed packages to pptp-vpn plugin works in network manager (its stable enough)
many ppl in europes uses some oter vpn (i am not sure) so option to install oter vpn type is needed too
a lot of peoples uses wifis or something else to interneting
and we all know that ubuntu without internet is 99% dualbooting to windows or uninstalling - ubuntu MUST HAVE internet after installation so all interneting packages must be included at least to dvd, but on cd is good too AND thete must be option to install them - its very difficult task to noobs to install vpn or something else packages
90% russian internets is pptp vpn so option pptp must include needed packages to pptp-vpn plugin works in network manager (its stable enough)
many ppl in europes uses some oter vpn (i am not sure) so option to install oter vpn type is needed too
a lot of peoples uses wifis or something else to interneting
and we all know that ubuntu without internet is 99% dualbooting to windows or uninstalling - ubuntu MUST HAVE internet after installation so all interneting packages must be included at least to dvd, but on cd is good too AND thete must be option to install them - its very difficult task to noobs to install vpn or something else packages
-102
votes
9
10
111
Solution #19:
will hard from the new experience user
Written by
taufiksu the 14 Feb 10 at 12:09.
i think it is not important to implement because it will hard to choose the app when new ubuntu user install the ubuntu.
i think it is not important to implement because it will hard to choose the app when new ubuntu user install the ubuntu.
-55
votes
37
11
92
Solution #20:
Choose kernel type
Written by
pkslot the 16 Feb 10 at 15:46.
Why not let people choose what kernel to install, vanilla, rt or what their prefrences are.
Why not let people choose what kernel to install, vanilla, rt or what their prefrences are.
54
votes
81
18
27
Solution #21:
Solution #3, but also include option to choose Office suite
Some people (including me) have a personal preference for certain Office suites. Include a chance to choose the preferred suite (OpenOffice by default) would also be interesting. The options could be KOffice, Lotus Symphony, etc..
Integrated to Solution #12, the idea is even more complete: Accessing "Favorite Applications", the User can change your kit software more easily after you install the OS. For example, to change the option favorite browser "Firefox" to "Google Chrome", the Software Center automatically uninstall Firefox and install Chrome, making it the default browser. Happen the same way with the other favorite applications.
In case if the User wants to keep the two browsers (Firefox and Chrome), usually just select the Software Center - as is currently done - so both will be installed. Then just go to "Favorite Applications" and switch to Chrome, which is already installed - Firefox would remain, but the Chrome would be the primary browser.
Some people (including me) have a personal preference for certain Office suites. Include a chance to choose the preferred suite (OpenOffice by default) would also be interesting. The options could be KOffice, Lotus Symphony, etc..
Integrated to Solution #12, the idea is even more complete: Accessing "Favorite Applications", the User can change your kit software more easily after you install the OS. For example, to change the option favorite browser "Firefox" to "Google Chrome", the Software Center automatically uninstall Firefox and install Chrome, making it the default browser. Happen the same way with the other favorite applications.
In case if the User wants to keep the two browsers (Firefox and Chrome), usually just select the Software Center - as is currently done - so both will be installed. Then just go to "Favorite Applications" and switch to Chrome, which is already installed - Firefox would remain, but the Chrome would be the primary browser.
26
votes
44
18
18
Solution #22:
Provide net isntall cd
Written by
tommis the 18 Feb 10 at 19:05.
Also provide option to net isntall wich don`t have programs includet. This would prevent users from downloading packpages what they do not conna use.
Also provide option to net isntall wich don`t have programs includet. This would prevent users from downloading packpages what they do not conna use.
26
votes
38
12
12
Solution #23:
That menu suits "prefered applications"
That menu should meet the eye in "preferred applications". simple for noobs, when selecting an option not currently installed, user should be prompted replace(remove a install b) or side-by install(install b).
At least the coding should be easy.
That menu should meet the eye in "preferred applications". simple for noobs, when selecting an option not currently installed, user should be prompted replace(remove a install b) or side-by install(install b).
At least the coding should be easy.
14
votes
37
8
23
Solution #24:
Add a theme menu
Written by
Niels_ the 22 Feb 10 at 16:29.
Just like the other options, add a menu for themes.
So people can choose their favourite standard theme at instsall.
Just like the other options, add a menu for themes.
So people can choose their favourite standard theme at instsall.
44
votes
48
6
4
Solution #25:
Give some warning for low disk space systems
Written by
dreamr the 23 Feb 10 at 12:16.
In addition to the "more information", give some indication of space left after installing all the applications. Can be just passive indicator that the user sees while making choices. Useful for systems with low memory, like netbooks with SSD.
In addition to the "more information", give some indication of space left after installing all the applications. Can be just passive indicator that the user sees while making choices. Useful for systems with low memory, like netbooks with SSD.
0
votes
12
3
12
Solution #26:
Not during installation, but in the Welcome Screen
I believe that this option for adding software during OS install that cannot possibly fit on a CD medium, and therefore necessitates internet connection, could end up in a failed install process if the connection fails, as could happen with a 3G connection during bad weather conditions.
I certainly agree that the options presented in Solution #3 should be presented to the user in an informative manner - who, especially if new to linux, would otherwise have no clue what to do to be able to watch a DVD, for example - but not during OS install, but integrated in the Welcome Window that appears at the first login, maybe having a link in it to the Add/Remove Software, which, in turn should have these options on a main page.
I believe that this option for adding software during OS install that cannot possibly fit on a CD medium, and therefore necessitates internet connection, could end up in a failed install process if the connection fails, as could happen with a 3G connection during bad weather conditions.
I certainly agree that the options presented in Solution #3 should be presented to the user in an informative manner - who, especially if new to linux, would otherwise have no clue what to do to be able to watch a DVD, for example - but not during OS install, but integrated in the Welcome Window that appears at the first login, maybe having a link in it to the Add/Remove Software, which, in turn should have these options on a main page.
15
votes
17
2
2
Solution #27:
Store Favourite Applications List on Ubuntu One
'Path' suggested "A list of favorite packages could be useful to put up on ubuntu one?"
https://answers.launchpad.net/ubuntu/+question/109518
-5
votes
4
2
9
Solution #28:
Choose the applications from the website before download
Written by
thipv the 9 May 10 at 23:12.
It would make the process more flexible letting us to choose the programs before getting the iso, creating a customized image. You would select everything from the system architecture (32, 64, ppc, arm...) to desktop environment (gnome, kde, xfce, lxde...) or special environments (moblin based, netbook remix...), suggesting their default applications for each one, and let you change or remove them and choose additional programs, even restricted ones, informing the restrictions.
This would also be good because you would always be getting the most updated packages.
It would make the process more flexible letting us to choose the programs before getting the iso, creating a customized image. You would select everything from the system architecture (32, 64, ppc, arm...) to desktop environment (gnome, kde, xfce, lxde...) or special environments (moblin based, netbook remix...), suggesting their default applications for each one, and let you change or remove them and choose additional programs, even restricted ones, informing the restrictions.
This would also be good because you would always be getting the most updated packages.
5
votes
8
5
3
Solution #29:
Solution #3, #21, #23 ... + User choise
Written by
JasLicno the 12 May 10 at 23:26.
User should decide which program will use.solution is simple:
Configure programs during installation:
1. button - ubuntu suggested
2. button - user defined ... list of all available programs
+ (because is impossible to have that big source of programs)
after installing, program that will give you option to make a clone of your installation, so next instalation of your system will be faster and with 100% personal programs. (this is not my idea, I have read about this as option in one of linux distributions)
User should decide which program will use.solution is simple:
Configure programs during installation:
1. button - ubuntu suggested
2. button - user defined ... list of all available programs
+ (because is impossible to have that big source of programs)
after installing, program that will give you option to make a clone of your installation, so next instalation of your system will be faster and with 100% personal programs. (this is not my idea, I have read about this as option in one of linux distributions)
7
votes
8
4
1
Solution #30:
enable account transfer
enable a way of saving account details to ubuntu one so that one can transfer all your accounts (yahoo, hotmail,gmail icq... irc... jabber.. everything) to the new machine this will help with setting up of new machines - like if someone has a laptop, web book and other machines, they really down want to have to set up all the different accounts multiple times. i'm not suggesting emails as this is too much data but enabling people to sync account details, and passwords would be good and improve ubuntu installs
enable a way of saving account details to ubuntu one so that one can transfer all your accounts (yahoo, hotmail,gmail icq... irc... jabber.. everything) to the new machine this will help with setting up of new machines - like if someone has a laptop, web book and other machines, they really down want to have to set up all the different accounts multiple times. i'm not suggesting emails as this is too much data but enabling people to sync account details, and passwords would be good and improve ubuntu installs
0
votes
1
0
1
Solution #31:
In advanced installation mode
Written by
mackuz the 17 May 11 at 06:55.
If even #4 is too hard for some users, #1 can be added in advanced installation mode.
It's actual again, 'cause even if Thunderbird will become default mail app in Ubuntu, some corporative users will need Evolution anyway.
If even #4 is too hard for some users, #1 can be added in advanced installation mode.
It's actual again, 'cause even if Thunderbird will become default mail app in Ubuntu, some corporative users will need Evolution anyway.
slow ISP bandwidth speeds and no way to prove it
Written by switchgirl the 24 Feb 10 at 23:03.
Related project: Network Manager .
Already implemented
add a logging function to network manager so that you can log activity and speed so that ubuntu users can opt to participate in logging speeds of there ISP
i am paying for a 20 mbp/s and only getting 600 kbp/s this is unacceptable and I want a way to accurately log this and ping a server (if somone could provide one for this) and get a download speed upload speed and streaming speed every hour. this would open up the web and get the ISP's of the like of aol time warner, virgin media, BT and others to provide a speed that is closer to 20mbp/s not 2mbp/s
especially if it is standard issue with Ubuntu.
the logs should be annonmyously uploaded to a server if the user chooses to.
help claim the Internet speeds back. TAKE A BYTE OUTTA THEM bandwidth hoggs
-10
votes
4
4
14
Solution #1:
add a speed checking facility to the network manager
add a logging function to network manager so that you can log activity and speed so that ubuntu users can opt to participate in logging speeds of there ISP
i am paying for a 20 mbp/s and only getting 600 kbp/s this is unacceptable and I want a way to accurately log this and ping a server (if somone can provide one for this) and get a download speed upload speed and streaming speed every hour. this would open up the web and get the ISP's of the like of aol time warner, virgin media, BT and others to provide a speed that is closer to 20mbp/s not 2mbp/s
especially if it is standard issue with Ubuntu.
the logs should be annonmyously uploaded to a server if the user chooses to.
help claim the Internet speeds back. TAKE A BYTE OUTTA THEM bandwidth hoggs
add a logging function to network manager so that you can log activity and speed so that ubuntu users can opt to participate in logging speeds of there ISP
i am paying for a 20 mbp/s and only getting 600 kbp/s this is unacceptable and I want a way to accurately log this and ping a server (if somone can provide one for this) and get a download speed upload speed and streaming speed every hour. this would open up the web and get the ISP's of the like of aol time warner, virgin media, BT and others to provide a speed that is closer to 20mbp/s not 2mbp/s
especially if it is standard issue with Ubuntu.
the logs should be annonmyously uploaded to a server if the user chooses to.
help claim the Internet speeds back. TAKE A BYTE OUTTA THEM bandwidth hoggs
15
votes
20
3
5
Solution #2:
#1 as a separate .deb package
Written by
Ssdg the 26 Feb 10 at 11:37.
Create #1 as a network manager "plugin" (like the ones used for VPNs) and let the user choose to download and install it ... or not.
Create #1 as a network manager "plugin" (like the ones used for VPNs) and let the user choose to download and install it ... or not.
14
votes
14
0
0
Solution #3:
Add logging Network Bandwidth, CPU usage, RAM & swap to "System Monitor"
I love being able to have the System Monitor applet (System Load Indicator) on my panel in Gnome. So why not add the ability to log what has happened with CPU, RAM, Swap, & Network History?
I think this would solve the problem quite well. :)
I love being able to have the System Monitor applet (System Load Indicator) on my panel in Gnome. So why not add the ability to log what has happened with CPU, RAM, Swap, & Network History?
I think this would solve the problem quite well. :)