Augie’s Weblog

June 7, 2010

Ubuntu Change Machine Name

Filed under: Ubuntu — admin @ 7:22 am

/etc/host

/etc/hostname

run

dpkg-reconfigure exim4-config to fix mailserver name

March 5, 2009

Quick fix for unbutu hosed graphics from using external monitor, etc.

Filed under: Ubuntu — admin @ 9:20 am

http://tuxicity.wordpress.com/2006/12/02/configure-your-resolution-in-ubuntu-and-debian/

Link to recover strangeness in ubuntu graphic problems.

The target was notebook with nvidia card. Ran through setup with defaults. did select nv and the correct resolution for laptop (1400×900) recovered ok.

December 11, 2008

Ubuntu unable to change resolution to desired setting

Filed under: Linux, Ubuntu — admin @ 10:41 am

Ubuntu is a PITA (Pain in the Ass) when it comes to graphic cards…. wow, i have wasted soooooo much time fixing and helping others fix graphic problems with Ubuntu…. They just havent figured out the video thing yet…. anyway….here are some fixes regarding graphics in Ubuntu….

You know, when you try to set a resolution for your kicking video card… and it only displays 800×400 and all your configuration buttons are off the screen, so you have to guess what button is highlighted….yeah thats the problem!

For the first example i will use an Nvidia GeForce 7800GT PCIexpress

Goto Nvidia, download most current driver
Boot into recovery mode
sh NVIDIA blah blah blah
overide all stupid warnings
ok to install open GL
exit and reboot

all is as it should be

November 6, 2008

Ubuntu – Get desktop to show up normal using vncserver

Filed under: Linux, Ubuntu — admin @ 9:03 am

run “chmod a+x xstartup” and “chmod a+x xinitrc”
(located at /root/.vnc/xstartup and /etc/X11/xinit/xinitrc).

October 22, 2008

SSH OpenSSH on ubuntu – very nice link to SSH information too

Filed under: Linux, OS, Ubuntu — admin @ 7:27 am

OpenSSH provides secure remote access to your computer, allowing you to run command line and graphical programs, transfer files, and use a “port forwarding” capability to securely tunnel other protocols through firewalls and untrusted networks.

SSH replaces older, insecure programs like telnet, rlogin, and FTP. These older applications transmit passwords across the Internet without encryption, meaning the password could easily be stolen.

Installing the SSH Server

If you want to securely connect to your machine from a remote computer, even a computer running another operating system like Mac OS or Windows, then you need to install the openssh-server package from the main repository. Installing software is discussed in InstallingSoftware.

ref: (Nice link to lots more information)
https://help.ubuntu.com/community/SSHHowto

Restart network service Linux Ubuntu – command line

Filed under: Linux, OS, Ubuntu — admin @ 7:01 am

Re: Restart network
sudo /etc/init.d/networking restart

ref:
http://ubuntuforums.org/showthread.php?t=293493

Powered by WordPress