Ubuntu :: Duplicating GUI Settings Over Multiple Computers?
Oct 12, 2010
I got my desktop all set up the way I like it, and it took a lot of tweaking and I can't even remember where I set all of the settings.
Is there a hidden file (or folder) or something like that in my home folder I can copy over to another Ubuntu machine to duplicate it?
I'm looking at settings like theme, colors, menu transparecies, etc.
View 1 Replies
ADVERTISEMENT
Oct 11, 2010
Is it possible to syncronize certain settings in ubuntu between several computers, such that when I change them on one they change on all?If not, is it possible to at least use the settings of one computer as the initial settings of another?These are the settings I am interested in:
- Keyboard shortcuts
- Compiz settings
- Statusbar configuration
- Theme
View 3 Replies
View Related
May 27, 2010
I recently purchased a wireless USB dongle. It works great. I am looking to connect multiple computers to that USB dongle. I wanted to know if anyone out there knows if it is possible to link multiple USB cables together like a reverse splitter.
View 7 Replies
View Related
Dec 5, 2010
I'm a very inexperienced Linux user, just getting started, so bear with me. I was able install the printer drivers for a Brother network laser printer (HL-5370DW) and would like to install the drivers on a few other computers on my small home network. Is there a way to automate this process by pushing them out to the other computers, or should I just manually install them? It wasn't difficult, just wondering if there is a slick way to do this.
View 2 Replies
View Related
Dec 28, 2010
I have a very old machine running Linux (Fedora 12) with 2 harddrives and a DVD RW. I also have a newer Dell computer running XP. I would like to take the 2 harddrives and DVD RW from the older machine and put them into the available slots in the Dell computer and configure it for dual booting.
View 2 Replies
View Related
Dec 29, 2010
I am setting up my home network. Currently, I have one computer (Munchen) which I have set in my router to receive SSH requests. This works just fine; I can SSH into that box from anywhere. I just put together a new computer, which I want to be a file repository, my ftp server, my http server, etc. What I would like is to be able to SSH into that machine from anywhere, then SSH into the other computers on that network from there.
Here is where I really don't understand the concept of what is going on. I can SSH past the router into one computer just fine either from anywhere (that makes sense to me). I can SSH from my new computer (Chemnitz) into Munchen (which is where the router points to and is running sshd) by using its local IP address, but I can't go from Munchen to Chemnitz (even though the server is running and the firewall should be allowing the connection). [URL]
Details of the system setup are below.
Munchen (receives all port 22 requests now)
Ubuntu 10.04
Chemnitz (I want to receive all port 22 requests and SSH into other computers on the network from it. Ultimately it will be a file sharing box, hosting a webpage, running an ftp server, etc.)
Fedora 14
View 8 Replies
View Related
Oct 1, 2010
I'm trying to write a mass reboot script in the event of a power outage (servers go to UPS for some 15 minutes or so and shutdown uncleanly). What I have is a set of 6 common passwords which will be prompted for per ssh connection, is there any way I can cycle through this password list
Code:
#below is an example of how this is constructed, IP's are used instead of hostnames due to the possibility of a DNS server being offline.
SERVERSRM1="1 2 3"
SERVERSRM2="110 120 130"
For i in $SERVERSRM1; do ssh -n root@192.168.0.$i "hostname && shutdown -y -i5 -g0"; done;'
for i in $SERVERSRM2; do ssh -n root@192.168.0.$i "hostname && shutdown -y -i5 -g0"; done;'
Each time the code is executed I'm prompted for a password (it's always one of 6 passwords). It would be quicker to have the passwords be cycled through.
I realise this is basic code at the moment but it will eventually allow for a specific set of computers to be shut down based on what power supply they're using. Authorized keys not really an option given the scale of computers (some 300 or so).
View 10 Replies
View Related
Aug 8, 2010
I have 2 10.04 computers and one win 7 and one vista computer: The win computers can see each other and the ubuntu computers, but the ubuntu computers cannot see each other or the win machines. The ubuntu computers connect to the internet fine and can ping each other. I cannot find settings to correct.
View 3 Replies
View Related
Dec 5, 2010
I will cut to the chase. I am running three ubuntu computers on my local network:my desktop which runs ethernet, and two laptops which run wireless on the same network, and all from the same router. For purpose of this thread, I am concentrating on this one issue with pulse(assuming its pulse doing this). When I have two computers running at the same time, or even all three, I can hear bursts of sound coming from the other computer, not all the time, but consistently. I don't know what is causing this. I've searched hi and low in all ubuntu pulse audio forums and those mentioning pulseaudio and I have not seen this issue posted anywhere. Most threads deal with issues of not being able to get pulse to recognise audio from one computer to the other...mine is just the opposite...I'M TRYING TO STOP THIS FROM HAPPENING!...... If I'm listening to my music on my desktop, I don't want to hear what my son is playing on his laptop...and vice versa. all the computers at my home are running lucid lynx, latest updates and latest approved kernel as of the date of this post. 2.6.32-26-generic.
View 2 Replies
View Related
Jan 15, 2011
This may sound stupid but I've got to ask. Can I connect multiple computers running Ubuntu & run software from one computer from the other? I know how to connect using SSH & to copy files back & forth but I don't know how or if I can share programs.
View 7 Replies
View Related
Mar 18, 2010
Ever need to provide access to multiple PC's and did not have a router only a hub. Maybe this isn't original thinking, but then again maybe you didn't think of doing it this way (which i am sure there are many ways to do it) So I have 2 Ubuntu Servers, 1 Windows Box and a Hub - All 3 with internet access off of single ip and single Ethernet port.
While searching for a backup method today I came across Clonezilla. I was wondering if this was the right thing for me and since I needed to backup my roommates PC for a reformat and install of Windows I decided I would give it a try, but only if it would work. I didn't want the hassle of going into the main part of the house and finding out what cord was what as there is a cable modem connected into a switch (4 static IP's with internet) and one port of the switch hooked to a router) Anyways, didn't work he was on the router I was on the switch)
But this got me thinking. When I setup my server to do this, during one of the setup scripts it said it was setting up Internet access for client machines and that it was assigning them IP addresses threw a DHCP server that it had installed.
So, I dug up the hub connected the internet cable to hub up link and Server 1 on port 1 Server 2 on port 2 and Windows on port 3 The main server gets the internet provided IP address and routes it to the hub via a virtual interface. Server 2 is configured for DHCP and the windows box, It was set to get info automatically but it didn't fill the DNS info so I had to manually do that (just a heads up) I decided to use OpenDNS Servers (208.67.222.222 & 208.67.220.220) but im sure putting in the gateway IP address would have worked too.
So, by now if you need this I am sure you are excited and want to get to it. Like i said there are probably other ways of doing it, ways that don't involve you installing clonezilla and DRBL, maybe even just DRBL is needed, maybe one of them installed whats needed as a dependency- all I know is it works, if you know - elaborate so people know, but hey- this way not only do you have internet access on all PC's you can deploy custom images to them as well.
View 1 Replies
View Related
Mar 25, 2010
initializing a branch in one Launchpad project on multiple computers, or even upon reinstalling an OS? I know I sure haven't.
View 1 Replies
View Related
Feb 3, 2010
I'm looking to setup a home server for the purpose of backing up and storing the files on our multiple (Windows) computers. What kind of server should I set up? Samba? Lamp?
View 5 Replies
View Related
Jan 8, 2011
I am at a university where my bandwidth is severely capped. I can start several other computers near me and download at the limited speed simultaneously. Is there any way for me to share the download between the computers to get the cumulative speed?
View 1 Replies
View Related
Feb 19, 2010
for the first time I've gotten my hands on a ASRock ION 330HT and set it up as a front end to my existing front/backend which sits in the living room. I have EVERYTHING working but I've found an annoyance which is probably as a result of one of my screw-ups.
Basically - the backend (/frontend) stores it's videos in the default /var/lib/mythtv/ blah blah blah. This has always worked. I copy my video files there, rescan and bob's your uncle.
With the ASRock, I'd like to store some files locally, so currently the videos folder is set to /var/jan/Videos. I'll work on smb mounting later.
When I scan that, the videos also show and bob's my second uncle.
HOWEVER. After the scan from the ASRock, my MAIN box also is looking for files in /home/jan/Videos (which doesn't exist there) and finds nothing. If I rescan - all is good again. Then going back the the ASRock, IT is then looking for the files in /var/lib/mythtv etc. and finds nothing.
Why should setting in EITHER frontend mess with the setting in the other? That kind of defeats the purpose of having multiple front ends with multiple hardware/software configurations right?
View 1 Replies
View Related
Jan 8, 2010
i am trying to install ubuntu 9.04 on quite a few computers. all the computers need the same applications that i already have, as well as settings such as panel shortcuts and color schemes. there are no files like music or pictures, just applications already installed. i have all this on a bootable flash drive. all settings are saved. if i install from the flash drive will the settings transfer to the computer i am installing it on? if not, is there another way to copy all settings and apps or do i have to manually install everything on each computer?
View 1 Replies
View Related
Nov 21, 2010
I'm looking for some way to search a given directory, copy its folder structure to another given directory, and copy from the original only certain files into the newly created directory.Vague, I'm sure. But here's what I'm actually looking for:My music player won't display album art without a "cover.jpg" image in each folder where the files are, but I have Rhythmbox set to only copy the top rated songs. Each file does have its cover embedded in it, but there's also a cover.jpg in each folder.
So I'd like to let Rhythmbox handle the actual song copying, and then have a script or something that I can run that will scan my onboard music directory for cover.jpg files and then place them in the appropriate folders within my music player's folders. Obviously I can't just copy my onboard music directory, or I'm getting *every* song, not just the top-rated, which defeats the purpose of syncing at all.
View 2 Replies
View Related
May 26, 2009
I have a Fedora Core 8 Machine and have two identical network cards in it, two 4 port GigE NICs, PCI-Express. They use E1000E drivers.One card is working while the other identical card is not. Linux can see all 8 ports are visible with dmesg | grep pcie.I suspect the drivers on the second card have not been loaded. How would I load the drivers?
View 1 Replies
View Related
Jul 17, 2011
My laptop now has 8GB of memory, so I think mounting a tmpfs over /tmp is a reasonable thing to do. I also want to prepare for getting a SSD in the near future.The computer has a 1GB swap partition and I've set vm.swappiness=20
1) There is also a tmpfs mounted to /dev/shm. Both have the default size of 50%. Is there a way to get /dev/shm and /tmp to share the same capacity without doing a symlink or bind?
2) Is the swap partition a good size (is that swappiness value ok)? What happens if /tmp runs out of room? Should I increase the swap size to something really large like 15G (because I have swappiness so low...)?
View 4 Replies
View Related
Apr 29, 2012
I am downgrading one of my Sid boxes to Testing. I've finished the install and now duplicating the system for installed packages.
Before I started, to get a list of installed packages
Code: Select allsudo dpkg --get-selections > package.txt
Now when I try to duplicate the installed packages
Code: Select all sudo dpkg --set-selections < package.txt
I receive over 1000 lines with the message:
Code: Select alldpkg: warning: package not in database at line wxyz
I did try
Code: Select all dpkg --configure -a
without any effect.
Is this just a diffence between the Sid package database and the Testing database?
View 14 Replies
View Related
Jan 3, 2011
is any apache-module out there that allows duplicating traffic?
I want to test an new Application Server by duplicating the traffic from the old production system. Answers of the new will be DROPped ...
View 1 Replies
View Related
Mar 3, 2010
Today I got a call from our chairman saying that he gets duplicate mails. When I checked the postfix logs, I found that it is the locks that are creating problems. The mail which duplicated was to an alias which included our chairman. In that alias, the mailbox of a user was locked since he was receiving his mails (I use dovecot for mail distribution), and hence the lock was on for that mailbox. When postfix tried to deliver the mails, it encountered the lock and the mail delivery was stopped, thus by requeuing the specific mail. While postfix retried the delivery, it found another lock with another mailbox and again the delivery was stopped, thus sending the mail back to queue
View 5 Replies
View Related
Jul 18, 2010
I have an HP Photosmart USB printer that I configured with HPLIP (which seemingly "exports" into CUPS). All is well until the printer is turned off and then back on again sometime later: somebody, somewhere automagically adds the printer to CUPS so that I have two, count 'em, printers defined.
Code:
Some UDEV rule, some other thing?
View 3 Replies
View Related
Jun 8, 2010
The 'Multiple Screens' tool, aka grandr, is very handy for setting up my dual monitors. But restarting my system restores the monitor setup to the (crummy) default settings. Is there a way to save these settings and make sure they are always applied when the OS boots? Putting these settings in my xorg.conf would be fine, but I'm not sure where or in what form the settings generated by grandr might be located, or if they're at all xorg.conf compatible.
View 2 Replies
View Related
Aug 30, 2015
I've always used Debian with a single monitor and no need of proprietary drivers, because I usually don't do graphics or multimedia. Now I'm asked to set-up a machine with 3 nvidia video cards (770) and 4 monitors and everything went south. I started with just 2 monitors connected to 2 different video cards, not wanting to push my luck.
I installed a fresh Jessie and followed the instruction to install the nvidia drivers and tools from the Wiki. Everything went smooth. After reboot I executed (as root) nvidia-settings and I configured the two monitors to be one to the right to the other, with BaseMosaic option (at this point just one monitor was active) I saved the configuration to /etc/X11/xorg.conf , I even executed nvidia-xconfig as suggested, I rebooted and nothing happened, only one monitor was working, while the other -- looking again in the nvidia settings -- was still disabled.
I then tried with xinerama option and things are even worse, since now both monitors are black. I can login in one textual shell, but then I don't know what to do, since in my 10+ years of linux ... I never had to mess with X server. Is there a way to at least recover a working X without reinstalling everything?
View 0 Replies
View Related
Jan 31, 2011
im trying to connect two computers on lan.One computer has: VMWare Workstation and has Opensuse 11.3 mounted in it.The other computer has: VMWare Player and has Opensuse 11.3 mounted in it.Both computers are connected to a switch with cables.I have followed this guide in both computers:Depanati singuri calculatorul!: Opensuse 11.3 - configure local networkin order to setup a network.In one computer, if i go to: Computer---Network---Network folder, i only see one machine. When in fact i could see both of them right
View 9 Replies
View Related
Mar 21, 2010
I have seen the polls for all kinds of software to get the all time favorite of the year. Fun but as a business I have no real use of that polls. What I need to see is something similar but than with business software that can be used worldwide. So with multiple settings for the different countries.
Software that can make yearly tax reports, make client registration incl. connection to banks to import spendings incl. sending invoices and, making stock reports so on. Keeping track of and recording driving miles. And most of all output has to be compatible with global Windows applications so our tax agents can import all data. I think if you run a business you can fill in your missing "BEST" software.
View 2 Replies
View Related
Dec 9, 2009
I have a database server running RHEL 5.1 32 bit that suffered some catastrophic failures about 6 months ago. We were able to patch it back together and keep it running, but now the manufacturing site it supports is going to shut down for two weeks and I would like to replace it permenantly. Does anyone have any guidance for that sort of thing? I'd like to have the new server up and running before hand, basically changing the hostname/ip and restoring the databases only on conversion day. I've done this in the past with HP UX - Red Hat conversions, but this is my first red hat to red hat move. Any advice or shortcuts?I forgot to add the other wrinkle. The new server will be running 64bit linux.
View 1 Replies
View Related
Jan 31, 2010
Did you play too much with compiz and after-a-while you realize that certain functions are not working anymore?
Well, just follow the steps below:
Quote:
gconftool-2 --recursive-unset /apps/compiz
Then,
Quote:
Restart your PC / lappy
[URL]
View 4 Replies
View Related
Aug 21, 2011
i have a computer with 3 users on it, and a folder using samba that everyone on the network has access to. Lets say that, the folder is stored in /etc/sharedfolder. What happens is, when user1 puts a folder in it, then logs off, user 2 attempts to modify it and fails, because permission is set to 755, and they are not in the same group. (even if they were, it should still need to be 775) Anyway, my current solution is, every 5 minutes a crontab changes permission like so: chmod 777 -R /etc/sharedfiles && chown useradmin:superadmin -R /etc/sharedfiles Which works, but seeing as there is getting close to a gig in there, this is a bad solution, as it eats up the computers resources. Solutions that i think might work:
1) create a script that only changes permissions that need be changed.
2) change file permission settings to force all documents to inherit parent document settings
View 9 Replies
View Related