Red Hat / Fedora :: How To Change IP Configuration Without Using GUI
Feb 8, 2011How can i change IP of my fedora permanently without using any GUI???
View 2 RepliesHow can i change IP of my fedora permanently without using any GUI???
View 2 RepliesI have Fedora 12 on my laptop with locale settings set to spanish-argentina
Code:
locale
LANG=es_AR.UTF-8
[code]....
Can someone tell me where the configuration file is to change root logins?
View 1 Replies View RelatedI am *finally* getting around to rebuilding my file-sharing computer. I'll be sharing files with both Linux and Windoze machines. It's a home network, so there's nothing fancy needed. I know I have to tweak my smb.conf file until I'm satisfied with the features and security. I'm using SWAT and I'm starting with a bare-bones conf file. It's not secure but I can see the server and selected files/directories from my other Linux box.
My really dumb question is, do I have to reboot both the server and the client machines every time I change the SAMBA configuration? I thought I just had to stop and restart the SAMBA service in the SWAT software - but then the server disappears from my client. It looks like I need to reboot both machines for the client to see the server.
I have setup a VPS @ Strato with Linux Wheezy.Since I'am in the Netherlands I got a Dutch language package installed.I like to setup into englisch all the way.Via dpkg-reconfigure locales I have installed en_GB.UTF-8 UTF8 language packages and deïnstaled nl_NL.utf8
Generating locales (this might take a while)...
en_GB.UTF-8... done
Generation complete.
But a lot of the commands are still in Dutch like: h2458377:~# uitgelogd.And quite often I got:
-su: warning: setlocale: LC_ALL: cannot change locale (nl_NL.utf8)
How do I get ripped off this error?Just working with/on the command line
I have debian latest stable and have been using a geforce gfx card which has now failed.I have removed the gfx card and activated the on board gfx in bios and I can boot to the grub screen.The onboard gfx is on my i5 4600.After I select debian from grub I end up with a blank black screen and a small cursor in top left hand corner but I cannot type anything with this cursor. From this screen I can only ctrl+alt+del for reboot or physically turn off the pc.I think this is a driver issue but wouldnt debian just use a default gfx driver automatically in this situation so I would at least get to a console or desktop? If this is the case what is the process to enable the required driver? via rescue disk?Mobo is gigabyte GA z87 hd3 and im wondering if this might be something to do with uefi or similar?
View 5 Replies View RelatedI am having a problem setting up an interface. the state does not seem to change to up and i don't even see any errors
#/etc/network/interfaces
# The Office LAN
auto bond0
iface bond0 inet static
[Code]....
In Jessie I would change the "critically low battery value". So from dconf-editor I followed this path:
Code: Select all/org/gnome/settings-daemon/plugins/power/
as suggested here [URL] ....
and here [URL] ....
The problem is that I haven't none of the following fields:
time-action
time-critical
time-low
or
use-time-for-policy
percentage-action
percentage-critical
percentage-low
How can I overcome this problem? Why the dconf-editor seems to be incomplete?
I've an asuspro (more precisely the p2520la version) notebook with the fn+f5, fn+f6 buttons that should change brightness of the screen. But they don't work. For volume it's ok (fn+f11/f12), and if I go in the system settings I c an change manually the brightness (I use kde so there is a bar with which change it). But when I'm outside and the screen brightness is low I found difficult to find the menu settings and the hardware buttons would be better.I've tried adding to the kernel the "acpi_osi=" command but doesn't work.
View 0 Replies View RelatedI looked into my shell 'profile' on my running lenny and copied the PS1 definition over to my [virtual] new squeeze machine, but astoundingly, the prompt does not change!
The prompt always remains to be like this:${debian_chroot:+($debian_chroot)}u@h:w$
This does definitively not stem from 'profile' and I cannot find, where it is defined and how I can override this. If I do it interactively, in a terminal [terminal running in Gnome], it works like expected. In that script, even if I use 'unset PS1',followed by PS1= ... / export PS1, it does not change,Someone with the knowledge and/or a good idea would be great!
I try to build my own live usb-hdd and get this problem:
#lh_build
Failed to fetch http://ftp.us.debian.org/debian/pool/main/a/app-install-data/app-install-data_2008.11.27_all.deb Size mismatch
[code]....
The resolution is OK in grub menu but after something is setting to higher value. How can i set it back to 640x480?
View 1 Replies View RelatedI'm trying to change the background for GDM3, but nothing happens. I have edit /etc/gdm3/greeter.gconf-defaults and /usr/share/gdm/greeter-config/20_debian and then dpkg-reconfigure gdm3 and invoke-rc.d gdm3 reload, but it still has a horrible, green background colour.
View 11 Replies View RelatedI am running a Debian server, but I have a problem with the locales, as I need to use the Danish letters I tried using dpkg-reconfigure locales, but it do not change the LC_* and LANG*, but it is set to POSIX How can I change the locales to da_DK_UTF-8?
View 14 Replies View Relatedi want to change in configuration file of ftp server i.e.'vsftpd.conf' for download and upload by root user is enabled . so tail me what changes is occured in configuration file of "ftp server"
View 3 Replies View RelatedI have three monitors, two Dells and an older LG all native at 1920x1080@60Hz and only recently installed Debian on this setup.
The LG is detected as running at 59.93Hz instead of 60Hz and this discrepancy appears to drive up the temperatures in my GPU constantly, even on idle, and introduces severe stuttering in any kind of graphical application.
I had the exact same issue with Windows 7 as well, but was able to fix it by changing the display settings of said monitor to 60Hz refresh, thereby returning the idle temps to normal and removing the stuttering.
My problem now is that I can't seem to change the refresh rate of this screen at all under debian.
xrandr -q returns that the monitor is running at 59.93Hz, but also shows 60Hz as available.
xrandr --output DVI-I-1 --rate 60
appears to have absolutely no effect, it doesn't error but it also doesn't change the refresh rate.
Trying to add a new mode with 60hz and modeline obtained from cvt results in the following:
Code: Select allxrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode DVI-I-1 "1920x1080_60.00"X Error of failed request:Â BadMatch (invalid parameter attributes)
Major opcode of failed request:Â 140 (RANDR)
Minor opcode of failed request:Â 18 (RRAddOutputMode)
Serial number of failed request:Â 41
Current serial number in output stream:Â 42
I've also tried to set the refresh rate through the proprietary nvidia driver and manually through xorg.conf, both to no effect;
Here's my current xorg.conf:
Code: Select allSection "ServerLayout"
  Identifier   "Layout0"
  Screen   0 "Screen0" 0 0
  InputDevice  "Keyboard0" "CoreKeyboard"
  InputDevice  "Mouse0" "CorePointer"
  Option     "Xinerama" "0"
EndSection
[Code] ....
The driver settings will show 60Hz but the listing for the monitor in the driver and xrandr will still show 59.93Hz. Saving the settings of nvidia-settings to .nvidia-settings-rc was equally fruitless.
The settings on the monitor itself also show it running at 60Hz, without an option to go down to 59.93Hz so I got no clue where that is even coming from.
What else to try, besides buying a new monitor, which I'm not quite prepared to do yet.
When I installed Debuntu i picked US as my country, and now when i try to change region/language/keyboard-layout to norwegian, Debuntu only suggests english. How can i install the Norwegian language pack to debuntu?
View 2 Replies View RelatedI got some trouble with suspending/hibernation using gnome or mate. None of them can suspend the T450 correcly neither to disk nor to ram. If I run pm-utils from a terminal pm-sleep and pm-hibernate work fine both. So I guess all I need is to change the commands which are run by clicking on the suspend or hibernate button, but how to change what is behind the GUI.
View 0 Replies View RelatedI have SSD drives without SCT support, because of this I want to tune /sys/block/device-name/device/timeout in order to force mdadm put these drives offline. So, I can see my drive like this:
/dev/disk/by-id/ata-OCZ-SABER1000_A22MJ061512000074.
Where can I tune /sys/block/device-name/device/timeout from 30 to 7 sec only for these drive? I don't want to use rc.local.
Can I create right udev rules for it in /etc/udev/rules.d?
I want to avoid any conflict with /lib/udev/rules.d.
Code: Select all# udevadm monitor --environment --udev
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
UDEV [9302.549485] add   /devices/pci0000:00/0000:00:01.2/0000:03:00.0/host0/target0:0:0 (scsi)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:01.2/0000:03:00.0/host0/target0:0:0
DEVTYPE=scsi_target
SEQNUM=5210
SUBSYSTEM=scsi
[Code] ....
i have created a wordpress user with a symbolic link from his home (/home/wordpress) to /usr/share/wordpress but when wordpress ftps to wordpress home dir it does not follow the sym-link. is there a way to set default ftp dir for the wordpress user to /usr/share/wordpress rather than /home/wordpress?
View 6 Replies View RelatedHow do I change amount of display Hertz in VC? I have a conjecture that it's not the same as in GUI (on my computer). Ubuntu 10.04, Gnome. if not Debian, but at least it's close.
View 2 Replies View Relatedhow to change the default language of gnome.when i boot into x-window ,i can select the language ,But ,if boot into console ,via "startx" to run the w-window ,the language is english,i can't select .my native language is Chinese.i set the right locale .I also searched for it .Someone told to add "export LANG=zh_CN.UTF-8"to $HOME/.xinitrc.there's no this file in my home dicretion.I create it .after that,when i run "startx",it's failed to start x-window.the ~/.xsession-error file shows
Initializing gnome-mount extension
seahorse nautilus module initialized
Unrecognized number formatter: cjk-chinese-simp
Unrecognized number formatter: cjk-chinese-simp
[code]...
how can i change the default language ,i have to .because if gnome is in English ,i can't run the Chines input method.
Howto change user password in live usb-hdd?[URL]you need to copy the
/usr/share/initramfs-tools/scripts/live-bottom/10adduser your build folder:
mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/
cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/
[code]....
I'm trying to allow non-root account to use avrdude to program mucrocontrollers. There are many articles online about how to do that, but it seems not to work for me. Every time i try to execute avrdude it says "permission denied". Here's "$ udevadm info --name=/dev/bus/usb/002/011 --attribute-walk" says looking at device '/devices/pci0000:00/0000:00:1d.1/usb2/2-1':
KERNEL=="2-1"
SUBSYSTEM=="usb"
DRIVER=="usb"
ATTR{configuration}==""
[code]....
However, after restarting udev, replugging the device, even rebooting the computer I still get "permission denied". The Vendor and Product match, so what's the problem?
I updated to Wheezy from Squeeze and whilst I can make changes to sources.list manually, I can't do some updates in Software Sources.For instance, the 3 check boxes under "Download from internet" are all un-ticked and I can't change them if I wanted to - even though the sources.list is set up with "main contrib non-free"I cannot amend the download server either - it works out what the best server is but wont update if I tell it to.
View 9 Replies View RelatedOn my Laptop, I installed Debian under the file "/" and the partition on which I have all my files under "/var". While this isn't really a big issue, when I originally installed Debian, I had the intention of having all of my files on a partition that I would auto-mount later so that when I upgrade my system by reinstalling it, I would only have to change the system partition and let everything else stay the same.. I can live without changing my /var if I can only do so by a re-install...
View 2 Replies View Relatedhow do you change the default audio output device if you have multiple sound cards?
View 14 Replies View RelatedWhere is configuration to change default desktop background?
View 7 Replies View RelatedI'm looking to customize the environment for new users by changing the items in the GNOME menu, change the panel layout, add some shortcuts, and do a few other things. I looked in /etc/skel and there doesn't seem to be anything GNOME related in there; I also tried to put .gconf, .gconfd and .gnome2 from my home directory into /etc/skel and that didn't do what I wanted.
View 5 Replies View RelatedI'm using CFEngine 2.2.8 to configure a network of Debian servers, the servers have two interfaces eth0 and eth1, how can I configure cfagent to take as the default interface eth1? eth0 is the internal interface and eht1 is the one with the public IP, I need to define classes based on lists of public IPs and it would be really helpfull if I could use functions as IPRange that only consider IP in eth0 interface.
View 1 Replies View Related