Ubuntu :: Changing Possible_cpus Value
Jul 13, 2011
I've just installed Ubuntu (ubuntu-11.04-desktop-i386) on my brand new server, which has 2 Xeon X5650, so in theory 12 cores. However, since possible_cpus=8, the system just ignores the remaining 4 CPUs...
How do I change these value ?
View 1 Replies
ADVERTISEMENT
Sep 1, 2011
is everytime i reboot , my keyboard is reset to USA. im in canada & it pisses me off each time i need to change it also.all my options on EMESENE is the same issue always RESET.it's like if nothing keeps the changes once rebooted.
View 1 Replies
View Related
Mar 14, 2010
I'm trying to make my BURG boot loader look better, right now it has the Ubuntu and Windows icons, but for name it has things like "untu 2.6" because the name won't fit. I am trying to change them simply to "Ubuntu" and "Windows 7", but I'm having some trouble. Using this guide, I am able to change the entries for GRUB2,but it has no effect on my BURG entries. Even if it was just removing the names all together, and just having the icons, that would be fine.
View 2 Replies
View Related
Apr 29, 2010
I just installed Ubuntu 10.04 today, and during installation, a box came up asking stuff about the name of the network and things like that. I'm on school internet, so it came up as the name, so I just let it be the default. Well, it turns out, this was for the computer name.I was wondering if there was any way I can change the computer name after installation?f I'm not being clear, here's what it says at the terminal:Code:zac@dhcp-presidents-87:~$The dhcp-presidents-87 is what I want changed. I want it to be my name "Zac", and not the network name.
View 1 Replies
View Related
May 14, 2010
I just have a simple question. When I installed Lucid a few weeks ago, I didnt feel very inspired, and thus left the host name at default. I just changed the hostname today, and I discovered that I can no longer resolve the host for ssh connections to the computer. When I changed the hostname files, I followed this guide: [URL].. Is there a file that I need to change regarding SSH that has a hostname in it?
Specifically, Im trying to ssh and VNC connect to the Ubuntu box from my iPhone. I have a PuTTY client installed on it (from the app store, called iSSH) and up until now, it worked.
View 9 Replies
View Related
May 21, 2010
Can I change the language of the OS once installed?
View 1 Replies
View Related
Jun 4, 2010
i want to change the boot splash logo/animation like i have changed in 9.10, I download the src of the theme and then make it, then open up startupmanager but i dont have the option to change the usplash theme in the startup manager so I have cheked the usplash package if he is installed and says:
sudo apt-get install usplash
Error depends of initramfs-tools but he is installed.
View 4 Replies
View Related
Jun 14, 2010
We work in school, and create linux distro for her. Manager wanted "Original name for distro", is "Education OS of School Patrik". How change name in distro? "Ubuntu" on "Education OS....".
View 5 Replies
View Related
Jul 5, 2010
I am on a live flash drive, and I want to change the WM. How can I do this? I tried to kill X with control+alt+backspace but it didn't work. I also tried to alt+f1 and control c, then delete the x lock and 'start x' but it wouldn't work. How can I 'exec newwindow manager' and restart x without a reboot?
View 3 Replies
View Related
Jul 17, 2010
When you install Firefox for example, it also installs it's icons on my machine.
But let's say I want to change the Firefox icon from the default one to this one: [URL]... I would assume that all I need to do is find where the default Firefox icon is stored, delete it (or move it elsewhere), and replace it by the new one. But where does Ubuntu store the default icons for Firefox?
View 4 Replies
View Related
Jul 27, 2010
I've recently downloaded experience icons theme and installed it. But now when I choose it from appearance windows, some icons like folders or local hard drives are not changing. this problem is the same with other icon themes. when I run check_svgs it shows something like this, which looks like something is wrong:
Code:
"./gnome-spinner/apps/gnome-spinner-rest.svg" is broken:
/usr/share/icons/eXperience/check_svgs: 23: rsvg: not found
------------
"./gnome-spinner/apps/gnome-spinner.svg" is broken:
[Code]....
View 1 Replies
View Related
Aug 26, 2010
The problem is whenever we reboot the system the permissions of / dev/lp0 (line printer) is changing. So every time we are changing the / dev/lp0 permissions through root using chmod 777 /dev/lp0
Is there any smooth solution for this? Why the /dev/lp0 permissions are changed with every reboot?
View 4 Replies
View Related
Feb 27, 2011
On Windows I use 1920x1080 (the monitors normal setting), but Ubuntu won't recognise the resolution. (it sets me at 1024x768 ) I've tried a couple of different guides but none of them worked.It only shows four different default resolutions:
1024x768 (4:3)
800x600 (4:3)
848x480 (16:9)
640x480 (4:3)
I'm using a NVIDIAGTS8800 video card,
View 5 Replies
View Related
Jul 25, 2011
I just wrote a little script to help anyone out if they want to do this. Just download loginWallpaper.sh open your terminal and cd to the download directory run
Code:
sudo chmod 744 loginWallpaper
then run
Code:
./loginWallpaper.sh
and follow the prompts Make sure the pic you want to use is a .JPG and is in your home directory. Choose Option 1 on your first run. It will move the pic to the proper directory on the system and will open the Gnome Appearance Preferences at the log-in screen. After you run Option 1 logout, goto Background then Add button. Select your wallpaper and "BOOM" it changes. Log back in and run the script again
Code:
./loginWallpaper.sh
only use Option 2 to keep the Gnome Appearance Preferences from opening again.
View 1 Replies
View Related
Jul 27, 2011
I am running ubuntu 9.04, and need to change the number of workspaces to 1 from the command line. I am using this command in a script:gconftool --set -t int /apps/metacity/general/num_workspaces 1I can confirm in gconf-editor that the value is changed, but I can still scroll over to the second workspace with the mouse wheel
View 9 Replies
View Related
Apr 11, 2010
I am currently a maintainer of a Linux distribution based on Ubuntu called infinityOS. Some of my users have asked if I could change the name of the kernel that the local Grub and other Grub installations identify infinityOS with.
How would I go about changing this?
PS You can check out my distribution at: [URL]
View 5 Replies
View Related
Jan 4, 2010
im looking to allow virtualbox raw disk access to /dev/sdb
currently if i
ls -l /dev/sdb
brw-rw---- 1 root disk 8,2010-01-04 17:00 /dev/sdb
now if i chmod this to 777 or use chown to change the owner this temporarily works but after a few moments it defaults back to its original permissions.
is there a way i can define the permission? i was thinking fstab but i can't have a mount point?
View 5 Replies
View Related
Feb 11, 2010
How can I change the tab (<tab>) size in Vim editor?
View 2 Replies
View Related
Feb 15, 2010
i know that emerald changes the window borders. how exactly do i go about changing the scroll bar, task bar, etc. i know metacity generally controls this but my fusion icon is set to compiz by default and when i switch it to metacity emerald no longer works. should i be looking for compiz themes instead of metacity themes to change my task bar and scroll bar and if so how do i install them?
View 2 Replies
View Related
Feb 17, 2010
Wine is one of the coolest things I've ever seen, but unfortunately it's still not enough to suit my needs as version 1.38 can't install any of the .NET libraries.
I'm trying to boot windows 7 on virtual box, but it seems to demand quite a bit of memory. The "recommended" amount is 512MB, and upon checking my kernel only has 488MB total ram with not much room to spare:
Code:
billy@billy-desktop:~$ free -m
total used free shared buffers cached
Mem: 488 462 25 0 53 193
-/+ buffers/cache: 216 271
Swap: 1939 17 1921
I've tried giving the virtual machine memory sizes in the area of 192-256MB, but that's way too much and the system locks up and aborts from it. Memory sizes in the area of 128MB is just too small and it throws an error that there just isn't enough ram to boot. So the only thing I can do to make this work is to increase the size of the ramdisk for my host OS so I can give more to the virtual machine (not to mention things like flash animations are horribly slow and I'd like to see them get more fluid).
I see that I have 16 ramdisks available to me:
Code:
billy@billy-desktop:~$ ls -l /dev/ram*
brw-rw---- 1 root disk 1, 0 2010-02-17 09:54 /dev/ram0
brw-rw---- 1 root disk 1, 1 2010-02-17 09:54 /dev/ram1
brw-rw---- 1 root disk 1, 10 2010-02-17 09:54 /dev/ram10
[Code]....
I looked at some guides here and there, but apparently my setup isn't quite the same. I don't have a menu.lst file in boot/grub, and I don't have a grub.conf file anywhere. So I don't know what file I'm supposed to edit for this.
View 2 Replies
View Related
Feb 21, 2010
i'm trying to change the resolution on a small device i have been making.. it has the X86 and i have installed the lasted ubuntu 9.10..
the only problem is that the monitor i am going to use very soon supports 480x234 resolution or 320x240 resolution.. set this resolutions into my xorg so that i can finally see a clear images onto the new 7" monitor..
View 1 Replies
View Related
Mar 14, 2010
Been searching around about this for ages, got a .mid exported from rosegarden (which is an awesome program). Need to make it an MP3 or OGG or any kind of standard audio file. With Timidity: I'm using version 2.13.2. Found this advice: [URl]... Isn't it awesome and clear and well put together? If your wondering yes the file will play for me from Timidity and I can hear it fine. Problem is there's no "Config" on my version. Closest thing is when i click file and save config. Normal click doesn't open the menu, gotta click and hold, which i do, then drag the cursor down to where i want it and release, nothing happened. It also said meta + S would open it, that's super/windows key + S, right? No luck.
Anyone know a comandline way of doing it? I found a list of commands for it here but it's probably grossly out of date: [URL]...y/timidity.txt and i couldn't find anything about saving. With Audacity:
Apparently you can use Audacity to record the output of the sound card directly. However I can't seem to figure out how to set this. It says in the into there's a preferences drop down next to the mixer thingy, maybe i'm blind but I can't find it anywhere.
View 9 Replies
View Related
Mar 14, 2010
I copied files from one hard drive to another so I made md5sums of the files to make sure everything went okay. They don't match. I wrote a quick bash command to compute the md5sums of all the files and save the result. Half of the time I get something different.
Code:
x=1;while [ 1 ]; do nice -n 8 md5deep -r -l copy > md5.of.copy.$x; x=$(($x+1)); done
It's not just on ntfs. A different hard drive with an XFS filesystem shows the same thing happening.I was wondering if my memory is corrupt so I did a quick test:
Code:
while [ 1 ]; do nice -n 8 dd if=/dev/zero bs=1G count=1000 | md5sum >> dev.zero.log; sleep 5m; done
Same result every time. No errors.
View 9 Replies
View Related
Apr 12, 2010
I am a new Ubuntu user and am looking to make my screen look more like a mac. Is there any possible way to change the splash screen? I keep reading about ways but they don't work on my distro. I am using 9.10.
View 2 Replies
View Related
Apr 15, 2010
I installed my linux os in vmware.I need to set time of virtual machine to later time( 2005 ).I have an application whose license expires at 2006 so I have to do this in order for it to work .but when I change it it comes back to the current time ,so what is the solution for this .
View 2 Replies
View Related
Apr 19, 2010
I can't seem to find anywhere that allows me to change the direction in which text is displayed/entered. I'm trying to change from "left to right, top to bottom" to "top to bottom, left to right".
View 5 Replies
View Related
May 2, 2010
Earlier this morning I made my girlfriend an account on my Ubuntu desktop, I entered all the information, (username, full name etc.) and it worked fine. When I went to GDM I noticed that it displays both her full name, and username, but I seem to have my first name only as both my full name and user name (it just says "luke" twice).
I hadn't really paid attention to this before, but now it looked really odd with my girlfriend's full name, but only my first name. So I went to change it. Where to do that? I tried System->Preferences->About Me and System->Administration->Users and Groups, but I can't see "Full name" anywhere. In the end I used chfn on the command line to do it, but surely Ubuntu 10.04 isn't missing graphical a way to change a users full name is it?
View 2 Replies
View Related
May 3, 2010
Ever since 9.04 or thereabouts, I have noticed that it's impossible to change individual system event sounds in System -> Preferences -> Sounds. It only gives me a few lame choices of "themes". While it used to be possible to define my own sounds for startup, shutdown, new e-mail, etc, I can't find ANY dialog to facilitate this in newer versions of Ubuntu.
A question: HOW do I do this without having to hack apart my stock system sounds? There should be a way, but google and forum searching turns up nothing.
A comment: Ubuntu continuing to "nerf" their dialogs like this is infuriating, especially when the underlying system works so well. I actually don't know if Ubuntu or Gnome is responsible, but either way taking away rock-bottom basic functionality like this only hurts the OS and Linux's cause.
View 9 Replies
View Related
May 9, 2010
my keyboard layout keep changing from windows to windows. When I am using my French keyboard, I set the keyboard to English and it doesn't make the change for all the open windows, despite having selected the "separate layout for each windows" unselected.Plus if I am in firefox with a French layout go to another windows and come back to the firefox windows, the layout is back to GBR.
View 4 Replies
View Related
May 11, 2010
How do I go about changing the init level to 3 on ubuntu 10.04?!? Where is the old inittab file? Do I need to make? I want to boot to a console.
View 3 Replies
View Related