I tried to change my hostname according to this guide for Debian based system:
I edited /etc/hostname file
run /etc/init.d/hostname start
Though there are errors. Always when I write a sudo command it tells me it can't recognize hostname. After I restarted the system, graphical environment wasn't working, startx command wasn't successful.
I am trying to install Nvidia graphics display drivers but it says I must disable X Server first.
I have read that I need to press CRTL+ALT+F(1-6) to get into a TYY terminal.
I am not able to login when it asks me to. It says "[hostname] login:" then I can my user name here...
I managed to install Fedora 11 on a Dell optiplex 260. On the first boot - I can't launch the terminal in the graphical environment. On clicking system tools->terminal it brings up a window with title Starting terminal. It then disappears in a few seconds. Everything else works. I can get to a terminal using Ctrl-alt-f2. But cannot start the terminal within graphical environment.
Just built a U12.04 system, now I want to permanently change the hostname I used, as well as the domain I selected. Using a terminal window, what commands would do this (via sudo).
Thanks,
I'm trying to launch one command in a new gnome-terminal window from a shell script, and it seems that my .bashrc file doesn't get sourced when calling gnome-terminal and executing a command:
gnome-terminal -t "my title" -e vim
But it does when launching gnome-terminal alone:
gnome-terminal -t "my title"
(for testing purposes, just add a echo "something" to the end of the .bashrc)
I also tr
Hi all,
I have been using a VPN via following connection to the server:
ssh -f -C2TN -D PORT username@hostname
and have the system proxy setting configured as:
proxy server: localhost
port: PORT
This used to work for a long time until recently distributions of linux.(Because I don't like the new unity interface, I had been using a pretty old ubuntu until it is no longer supported.)
Th
When I log in to my ubuntu server via SSH, the terminal sits at a $. How do I alter this so it would say username@hostname: $
Hi,
I am a beginner when it comes to Linux, and have recently put together a media server, holding all my movies, running ubuntu 12.04.
After following tutorials and forums i can successfully ping, by hostname and ip, my windows desktop box and my media server ubuntu box fine, and vice versa.
I have configured samba to set up a share called Movies on my media server.
I manage about 15 servers that all run Ubuntu 12.04 64-bit
I use gnome-terminal to ssh into them. When I log in, the gnome-terminal tab title changes to "anachrophile@hostname: ~" on all except one server.
What triggers gnome-terminal to change the tab title when I run ssh? What would be different about that one server?