Ubuntu :: Multiple Pidgins Seemed To Be Installed?
Jun 26, 2010
I seem to have two pidgins that are installed on my Lucid ubuntu. The one that I have to launch at startup is Pidgin, when run in terminal. The other one that I noticed is installed is when i typed in "sudo pidgin" in terminal. Any way to remove this sudo pidgin and keep just 1 pidgin? I am running version 2.7.2 of pidgin through Frasten's PPA(https://launchpad.net/~frasten/+archive/ppa) but I noticed this problem earlier too.
View 4 Replies
ADVERTISEMENT
Feb 26, 2015
I installed Ubuntu recently and decided I didn't like it so I went back to Debian. One problem is I now have 2 Grubs installed. One is Ubuntu's that comes up first and then the Debian Grub. To bypass the Ubuntu one I hit F9 (I have an HP computer) which takes me to OS selection. Debian is the only OS installed but the Ubuntu Grub still lingers. This person had a similar problem: [URL] ....., but didn't receive info to get rid of Ubuntu's Grub....
View 3 Replies
View Related
Jan 20, 2010
I want to have 2 diffrent versions of a package installed at same time. This is the command i use "apt-get install myprogram=versionID" Problem is, that when i install the version i wanna add, it REPLACE it with the old I dont wanna replace, i wanna keep them both.
View 2 Replies
View Related
Aug 1, 2011
My questions begin with Virtual Box. I have Windows XP installed via Virtual box. Ordinarily, I hate everything about windows, but unfortunately some things related to my job I am still in need of having some access to some form of Windows. I am wanting it to recognize all of my multiple hard drives that are installed on this system, 4 of them to be exact, so that I can utilize files from all of them.
View 3 Replies
View Related
Feb 11, 2011
I have matlab installed on a network (I am not the administrator) and we usually start the program by typing "matlab", then choosing one of the version options from the menu i.e. typing "n". So because of this, trying to run matlab programs or commands directly like this... matlab -r ProgramName
...does not work. I just get the menu as usual and everything else is ignored. I assume the admin has overridden the matlab command with their own custom script. So my question is can I start a specific version of the program by specifying the folder that the version is in? I thought it might be something like /opt/matlab/version -r programname
this might look foolish, but I am a bit of a linux noob. Let me know if I should just ask my administrator but I thought there might be something easy I am missing.
View 1 Replies
View Related
Jan 6, 2010
Trying to help brother whose computer quit working after he downloaded updates. Don't know Linux lingo but it looks to me like he has multiple flavors of Linux running: Gnome, ubuntu, xbuntu, kbuntu - probably more I've forgotten.
He knew nothing about computers at all and inherited a build-it-yourself computer kit that someone was throwing away. It came with a CD of Linux software. By trial and error he made it run and has managed to do some amazing things with photos and graphic design. But he downloads and launches EVERYTHING that suggests itself to him. Sometimes a thousand files at a time.
Now his machine boots but won't run any apps. It keeps giving him a message that he needs to "manually run" some "dpkg-something" but he doesn't know how to get to any sort of root or command prompt where he can enter a manual command. All he knows how to do is click icons. He's clicked them all. Now his computer is continually running screen after screen of programming language.
Is there any hope? Can we reinstall an OS without losing all of his files of graphics work? Which OS should he use on a fairly old and slow machine if his main (only?) use is graphic design?
View 14 Replies
View Related
Aug 4, 2010
We are working on a project to create a display wall of 8 monitors arranged as 2 high by 4 wide. Each monitor is connected to a single machine and all machines are networked with a master machine with its own, seperate monitor.
Our goal is to get the 8 machines to share a single desktop, with the master machine acting as the server. We have looked at using Xinerama or NMM, but we are unsure about how to get started configuring the multi-machine, multi-head display.
View 2 Replies
View Related
Sep 24, 2010
My ubuntu 10.04 has two monitors connected both being treated as individual desktops.But only one desktop is showing the wifi network icon in the notification area.Is it possible to have more than one wifi icon going at one time?
View 1 Replies
View Related
Jan 12, 2011
I'm using Ubuntu 10. I want to apply different themes for desktops.. I want to apply windows 7 theme,ubuntu, mac os themes for my multiple desktops
View 1 Replies
View Related
Jun 14, 2011
have a large amount of 7z files in multiple folders which I need to extract.The directory structure is like this:
/main-folder/
multiple subfolders/
1 or more 7z files per subfolder
I would like to get the output of this action in one separate folder, all together in 1 folder.How can I do this?
View 7 Replies
View Related
Aug 20, 2011
I often use the rpl command to make changes to multiple html files at once. For example:
rpl -R '<br />' '<br /><br />' mydirectory However, I haven't been able to figure out how to change multiple lines. For example, let's say I want to change all occurrences of :
<br />
<br />
to:
<br />
I've tried
rpl -R '<br />
<br />' '<br />' mydirectory
but that didn't work. how to do this with rpl or some other way?
View 9 Replies
View Related
Oct 26, 2010
I'm trying to connect one computer to two others in an ad-hoc infrastructure.
[computer 1] ---- [computer 2] ---- [computer 3]
computer 2 is running Linux and has a single NIC wlan0. I want to it to connect to both computer 1 and computer 3 so each computer can talk to the other. No switch is available so it needs to be an ad-hoc setup.
[Code]...
View 1 Replies
View Related
Aug 23, 2010
I am to rename all the files within a directory (which contains multiple subdirectories) recursively without invalid characters.
I tried the coding posted above.
find . -type f -printf '%p
' | while read file; do
oldfile=$(basename "$file")
newfile=$(echo "$oldfile" | sed 's/[^A-Za-z0-9_.]/_/g')
if [ ! "$newfile" == "$oldfile" ]; then
echo mv "$file" "${file%$oldfile}$newfile"
code....
but I get an error on both of them stating "find: bad option -printf find: [-H | -L] path-list predicate-list"
View 9 Replies
View Related
Jul 12, 2010
So essentially, I have 3 monitors and i'm attempting to run 2 different window managers/sessions at once split up on the monitors. It is intended to be like this:
Code:
[GNOME/Compiz - Screen0]
- Left Monitor[code]......
View 2 Replies
View Related
Jun 4, 2010
I'm starting to have A LOT of opened windows in my machine. Sometimes within a project, I have e-mail/task management/personal e-mail/twitter, and a lot of different opened applications/terminals in my Linux workstation.Sometimes it would be interesting to have different workspaces to projects instead of this configuration I have nowadays that are classes of work (bad name, I know, but I think you got the idea).I'm starting to think about using two monitors: one with Corporate Management, Work and Personal. The second monitor is only the development state: each workspace here is about a project being worked on instead of groups of works like before. A workspace may be implementing different classes for example.
My question is: I just want to change to a second monitor using the mouse. I want to still be able to change workspaces in the same monitor using keyboard shortcuts. The keyboard shortcuts wouldn't change monitors, just worskpaces on the same monitor. All the tutorials I read (like this one) only tells how to use multiple monitors but doesn't answer my question about keyboard shortcuts.Does Linux (Ubuntu 10.04 Lucid Lynx or Debian 5.0.5 Lenny) support this envisioned setup (Different workspaces in a way that keyboard workspace switching only works in the current monitor) ? If so, how?I haven't tested this setup, that's why I'm asking. In this question the user says it works exactly how I want it to behave, can someone else confirm it?
View 3 Replies
View Related
May 20, 2010
I have an old pentium 3 computer that has ~7 NICs installed. These NICs are attached to modems and other networking equipment. According to the linux ping page on computerhope.com, it seems that one could send a ping from a certain specified NIC. How would one go about this?
View 6 Replies
View Related
Feb 7, 2011
I'm looking at setting up a couple automated systems: Here are a few examples:
* Internal accounting system to download and process emails
* Public web server to visit
I could put each system on its own separate box -- for example, it's generally good practice to separate anything that external users have access to (such as a webserver) from internal processes such as accounting. Now, rather than dishing out the money for two separate servers, could I get away with just installing new instances of VMWare on the same box for each system?
To give you an idea, these are not large scale computationally sensitive systems. The accounting one is simply downloading and tallying emails, and the latter is just a webserver with maybe 5 hits per day on a good day. I could definitely pick up a new box for say $50, but I wanted to know the general practice of using VMWare on the same box versus two separate boxes.
View 2 Replies
View Related
Dec 16, 2010
How to search multiple words in multiple lines, inside a directory including sub-directory? Pls. give easy example. I want to search the files (in /xx folder and all subfolders) that have header.h included and used x() function. I tried $grep -r "header.h" | grep -r "x(" /Folder/subfolder/ > search.log
View 7 Replies
View Related
Jun 16, 2009
I have a CentOS 5.3 box with three network interfaces in it. Each interface is attached to a separate VLAN and I want traffic to stay on each network segment.What I can�t figure out is why I cannot get each interface to have its own gateway and everything gets sent through the default gateway.The basically takes my possible 3Gb total bandwidth and throws it down a single 1Gb pipe.Then on top of that, if I take down the interface (ifdown) that has the current default gateway,I loose contact to the other two interfaces.When I look at the routes, each one of the interfaces shows the gw as 0.0.0.0 and defers to the default route. So I delete the route and try to add a new route with:
[root@testsan ~]# ip route add 10.1.15.0/24 via 10.1.15.1 dev eth2
but end up with the error:
RTNETLINK answers: Network is unreachable
[root@testsan sysconfig]# cat network
NETWORKING=yes
NETWORKING_IPV6=no[code].....
View 5 Replies
View Related
Jan 18, 2011
I am trying to compile VLC code base on my Fedora5 system. I am getting the error when i am trying to run ./configure command.DBUS >=1.0.0. installed libdubs-dev is not installedwhat should I do. I have already installed DBUS (1.4.1).
View 4 Replies
View Related
Mar 24, 2011
i have to use lh command. I have installed all updates for ubuntu, live-build (the package for lh) and its updates. So my system is fully updated.When i hit "lh" command i get the following message: The program 'lh' is currently not installed. You can install it by typing:
sudo apt-get install live-build
When i do type: "sudo apt-get install live-build" i get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
live-build is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
View 5 Replies
View Related
Apr 3, 2009
I am trying to put up my own Quake2 server to play with my friends. During this installation process I have encountered rather confusing issue. First I downloaded the Q2 server binaries in RPM package and tried installing it:
[Code]...
View 5 Replies
View Related
Dec 18, 2010
I wanted to check what version of GRUB I have installed. I went to terminal and typed grub --versionI got this message back: The program 'grub' is currently not installed. You can install it by typing: sudo apt-get install grub
I am running Ubuntu 10.10 alongside windows xp pro. When I turn my pc on I have the option to boot to ubuntu or xp and at the top of the window it says that the version of grub running is "GNU GRUB Version 1.98+20100804-5Ubuntu-3" how I shold go about installing GRUB 2 or just leave it as is.
View 2 Replies
View Related
Nov 16, 2010
I just want a simple email notifier. I have started to use Ubuntu 10.10 and seem to have downloaded Gmailwatcher - it shows in Applications/Internet/Gmailwatcher. But it doesn't show as installed software in the Installed Software Centre. So, I cant uninstall it. I can't configure it? If I try to open Gmailwatcher I receive a popup asking me to open it from an icon above - but there's no icon there, I just want a simple email notifier - preferably one which I can add an audio alert.
View 1 Replies
View Related
May 20, 2010
When i start my Ubuntu it doesnt go directly into xserver/desktop mode. This is because my machine is very slow. Therefor i exclusivly use the terminal. I only hate the fact that there is only one terminal and i cant switch between them. ctrl-shift-F2 doesnt work. How can i use multiple terminals before having logged into X?
View 3 Replies
View Related
Jul 1, 2010
I need the following:Running XAMMP on Ubuntu server with one NIC.Only the webserver has to be available on multiple IP addresses.What i have is 4 devices who communicate with server database servers.
Device 1 = Mysql on IP 192.168.0.100
Device 2 = Mysql on IP 192.168.0.101
Device 3 = Mysql on IP 192.168.0.102
[code]...
View 1 Replies
View Related
Aug 4, 2010
I was looking for a solution to watch HDTV quality videos on multiple tv's. I have a cable run and cat5 run to each room and wanted a way to watch hidef movies in each room preferably synced. After much searching I'm coming to the conclusion that this will be hard and expensive no matter which route I want to go. I'm thinking my best route is to build a media converter and pipe that to each room.
I found a couple of HDMI input cards [URL] and [URL] that work in linux. Great with one of those I can get it to a computer signal and even get it on standard coax using a VGA2RCA converter and 1/8 inch to rca for audio hooked up to an old vcr set to channel 3 or 4. And for TV's that support hidef I can hook up computers at each to receive the video over gig ethernet.
So the question becomes what is a good app for sending and what is a good app for receiving. Is gig ethernet fast enough for 1080i? what about 1080p? Comcast has multiple hdtv channels over their coax; so how is it so hard to even encode one channel to an hdtv signal to watch on tv. Is there a way to encode the video to hdtv over the coax like comcast? So I can use the tv itself to watch the hdtv broadcast from my computer over the coax?
View 1 Replies
View Related
Sep 29, 2010
So I have a few old dell computers. I want to use them to set up a ubuntu linux server in my basement. Is there a way for me to set up the server over all the pcs so that I can use the processing power of them all together for the server. What would be the best way for me to set a server up with these machines.
View 2 Replies
View Related
Dec 7, 2010
Well first I'll give you some background info. I have Ubuntu 10.10 x64 8 gigs of ram AMD 64 X2 Dual Core Processor 5000+ ATI graphics card I just installed Ubuntu on my second HDD yesterday and am using my BIOS to switch between the OSes (basically just staying in Ubuntu in other words. I have had no issues installing Ubuntu what-so-ever.
Heres where my issues come in. Firstly every time I restart my computer it doesn't allow my bluetooth devices (mouse + keyboard. Both made by mircosoft. Dongle is a microsoft product as well) to connect right away. I have to go into the BT settings and click "Make my computer visible" (or something to that effect). After I do this (all on my wired keyboard and mouse) and i hit a button on my keyboard and mouse they are then able to operate my computer. Does anyone know how to fix this problem? Another issue that I am having is that my computer WILL NO LONGER recognize the names nor the demintions of either of my monitors (a visio 42 inch connected via HDMI and a acer 22 inch connected via VGA. both going to an ati graphics card). On top of this my computer will not switch the default monitor from my 42 inch to my 22 inch and this is the larger of the two issues in this section due to the fact that I dont always use my TV -> thats usually when I'm watching movies Does anyone know how to fix this problem?
I am extremely new to Ubuntu and Linux as a whole. I have greatly enjoyed the learning experiences that I have had in the past two days. Also I just prefer Ubuntu to windows. Its sleek its fast and its fun to tinker with . If it would not be a problem please explain the reasoning behind any solutions. And PLEASE feel free to ask any questions, Im here to help you help me! Just kidding. If i can ever return the favor just let me know!
View 5 Replies
View Related
Sep 1, 2011
I work for a technology company manufacturing PDA's.
We want to setup a test environment of multiple PC configurations (Linux, Mac, Windows - XP, Vista, 7 and both 32 and 64 bit platforms).
I have played with GRUB a little and got that working with Windows XP Pro for dual boot options on Ubuntu.
I am wondering if it is possible to setup more operating systems on the 1 computer hardware (could install more hard drives if required) with GRUB. Not sure if PC hardware can take installs of both 32 and 64 bit platforms or not.
Or is it better to have 1 PC for each OS? What are the advantages of that? Obvious disadvantage is cost of hardware.
Or is it better to setup VirtualBox for this sort of environment?
View 4 Replies
View Related