Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-02-2010, 08:18 PM
|
#1
|
LQ Newbie
Registered: Dec 2008
Posts: 12
Rep:
|
Trouble finding newly installed applications on edubuntu 9.10
I installed edubuntu 9.10 on my HP Pavilion dv6 laptop, and am having trouble locating launch buttons for programs I install with Synaptic Package Manager. Specifically, I installed an app called backuppc, and it appeared to install correctly, and completely, but no launch button was placed in any of my menus, or on the desktop. I'm not sure how to create a launcher for the program. Previously, in ubuntu 8.04, there was a GNOME app installer called "Add/Remove", and this asked which menu I wanted to install the launcher in, but this version of ubuntu doesn't seem to have that application. Any ideas about how I locate the installed application and create a launcher?
Thanks for your help.
Brent
|
|
|
02-02-2010, 08:52 PM
|
#2
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
System > Preferences > Main Menu to see invisible menu options
Applications > Ubuntu Software Center replaces "Add/Remove Programs".
rt-click on the desktop, select "create launcher" to make a custom desktop launcher for the installed program.
You can add it to the main menu by rt-clicking on the menu, select "edit menu"
|
|
1 members found this post helpful.
|
02-02-2010, 09:20 PM
|
#3
|
LQ Newbie
Registered: Dec 2008
Posts: 12
Original Poster
Rep:
|
thanks
Thanks for the help. I now need to be able to find the executable program which was installed. Any idea how I can do this. I did find a folder in /etc called "backuppc", but it doesn't have much in it. There is another folder in that folder called "pc", but I can't open it. When I try to open it, it just keeps showing the same contents (exactly) as the folder above. Other files in this "backuppc" folder include "apache.conf, config.pl, localhost.pl, hosts, htgroup, and htpasswd" How can I recognize executable files?
Sorry if this seems very elementary.
Brent
|
|
|
02-02-2010, 10:23 PM
|
#4
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
In GNU/Linux distros, you have a different directory tree compared to windows or Mac. Global configuration files go in /etc (user configs in the user's home directory), libraries in /lib, executables in /bin, /sbin, /usr/bin, or /usr/sbin depending on type of application.
A quick way to find the executable: in a terminal, give this command: which backuppc. Or, if you don't know the name of the executable, apropos backuppc.
|
|
|
02-02-2010, 10:44 PM
|
#5
|
LQ Newbie
Registered: Dec 2008
Posts: 12
Original Poster
Rep:
|
Thanks,
I appreciate the information on the location of types of files. I tried the commands and received this:
brent@brent-laptop:~$ which backuppc
brent@brent-laptop:~$ apropos backuppc
backuppc (8) - BackupPC manual
brent@brent-laptop:~$ ^C
brent@brent-laptop:~$
I assume the executable file is BackupPC, but I still can't locate it in the directories you mentioned, /bin, /sbin, /usr/bin, or /usr/sbin.
I do need the location to make the command for the launcher, right?
Thanks for all your help.
Brent
|
|
|
02-03-2010, 11:36 PM
|
#6
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
Quote:
I do need the location to make the command for the launcher, right?
|
No - the command just needs to be in your path.
man BackupPC
to learn how to run it.
Note:
http://wiki.debian.org/DebianEdu/HowTo/BackupPC
According to this, backuppc is run as a service rather than a regular program. On installation, it is already running. But you use it from a web interface.
It strikes me that BackupPC is not what you may have thought it is. Please read the documentation:
http://backuppc.sourceforge.net/faq/BackupPC.html
Last edited by Simon Bridge; 02-03-2010 at 11:39 PM.
|
|
|
02-04-2010, 02:00 PM
|
#7
|
LQ Newbie
Registered: Dec 2008
Posts: 12
Original Poster
Rep:
|
Thanks
Thanks for the help. You are correct, that I didn't realize this was a web based, partially offsite backup system. I am looking for a simple backup solution for my laptop, running edubuntu, with backups to an external hard drive. Any suggestions?
Thanks all for the help and the education.
Brent
|
|
|
02-05-2010, 05:21 AM
|
#8
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
File backups are not hard - the basic concept is that you copy the files someplace else. If anything happens, you copy them back. Most solutions also compress the copies, do this automatically on some sort of schedule, and detect when to restore.
I have used the tar program to backup my computers before, though, these days, I have tended to be lazy and use cp -a
http://www.geekvenue.net/chucktips/j...279/index_html
tar pzcvf tarball.tgz
... creates the backup of your home directory preserving permissions and compressing them to an archive file called a "tarball".
cp -a ~ /media/drivename
... the lazy approach. You can also pipe it through a compression program.
Putting the files back is just the reverse of this process.
The beauty of this approach is that the programs are already installed and you have complete control over the outcome.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 01:37 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|