Skip to content


vnc4server on Ubuntu 704 server

Now I have my Gnome desktop running on my sever I’d like to be able to access it without using the vmware console. I installed vnc4server using synaptic. Under my user I type vncserver and then connect to the server using the vnc client from my Windows desktop. By default I get a plain grey X window and a basic xterm window.

Continued…

Posted in Linux.

Tagged with , .


A GUI for Ubuntu 704 Server ?

I installed Ubuntu Server because I wanted a minimal install befitting a server. No OpenOffice, games or any other stuff. I know my way around a unix command line but it’s just so much quicker to get things done in Windows. Now I think I’d like a light weight GUI on my server that I can start just when I need it. So I need X, Gnome, no login manager and Synaptic for package management.
I’m hoping this should work… Need to look at what’s included in gnome-core.

$ sudo aptitude install xorg gnome-core synaptic

$ startx

Posted in Linux.

Tagged with .


Ubuntu 704 Server – Package management with apt and dpkg

To update the local list of packages, enter in a Terminal:

sudo apt-get update

To install all available updates:

sudo apt-get upgrade

To see if package including the words blah is already installed:

dpkg -l '*blah*'

To install a package:

sudo apt-get install package

To remove a package:

sudo apt-get remove package

To list other apt commands and options:

apt-get help

Also try Aptitude for more interactive package management tool
sudo aptitude

Posted in Linux.

Tagged with , , .


Ubuntu 704 Server – Adding a new user

Added myself a new user (should have read the useradd man page first, should be able to set a lot of this all in one command)

  1. useradd
  2. sudo vi /etc/passwd to set group and default shell
  3. sudo vi /etc/group and add new user to the same groups as existing user
    Need to include group admin for sudo
  4. create the home directory /home/…
    chown username folder
    chgrp groupname folder

Posted in Linux.

Tagged with .


What Process

< ![CDATA[Tool for understanding what processes are running on your Windows PC
Click Here…]]>

Posted in Windows.

Tagged with .


Icon Archive

< ![CDATA[Useful library of icons for use on your PC or web site
Click Here…]]>

Posted in Links.


Process Explorer

< ![CDATA[Advanced tool for identifying which processes are running on your PC
Click Here…]]>

Posted in Links.


Magnatune Records

< ![CDATA[Magnatune: MP3 music and music licensing (royalty free music and license music).
Click Here…]]>

Posted in Links.


Last.FM – Your personal music network

< ![CDATA[Interesting site allowing users to share music streams
Click Here…]]>

Posted in Links.


How to Learn wxPython

< ![CDATA[wxPython is a cross platform GUI library for Python.
Click Here…]]>

Posted in Links.