Ubuntu

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Out-of-the-box configuration)
m (Out-of-the-box configuration)
Line 40: Line 40:
 
ssh-keygen
 
ssh-keygen
 
# remove the guff
 
# remove the guff
cd ~; rm -rdf Desktop/ Documents/ Music/ Pictures/ Public/ Templates/ Videos/ examples.desktop
+
rm -rdf ~/Desktop/ ~/Documents/ ~/Music/ ~/Pictures/ ~/Public/ ~/Templates/ ~/Videos/ ~/examples.desktop
 
</source>
 
</source>
  

Revision as of 15:32, 1 December 2011

This page is for use with Ubuntu 10.04 LTS [ 32-bit | 64 bit ]

Contents

Other useful resources

Out-of-the-box configuration

Do the following (as root) to help make Ubuntu less terrible:

# use bash you idiot
dpkg-reconfigure -plow dash
# install daemons
apt-get install openssh-server samba
# install libraries
apt-get install libncurses5-dev
# install 32-bit libs and headers (if on a 64-bit host)
apt-get install ia32-libs  libc6-dev-i386
# install tools
apt-get install subversion git-core tree uboot-mkimage minicom
# install nfs
sudo apt-get install nfs-common
# sort out the 'ohh.. did you mean this?'
dpkg -r command-not-found command-not-found-data
# sort out 'sudo'
echo "attie ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
# stop X
sed -i -r "s/(stop on runlevel \[0)(16\])/\12\2/" /etc/init/gdm.conf

And if you will be using U-Boot:

apt-get install uboot-mkimage

Do the following (as your user)

# generate an SSH key pair
ssh-keygen
# remove the guff
rm -rdf ~/Desktop/ ~/Documents/ ~/Music/ ~/Pictures/ ~/Public/ ~/Templates/ ~/Videos/ ~/examples.desktop

Also see bashrc, samba, Xresources

Disabling Automounting

To enable or disable automount open a terminal and type gconf-editor followed by the [Enter] key.

Browse to /apps/nautilus/preferences/.

The media_automount key controls whether to automatically mount media. If set to true, then Nautilus will automatically mount media such as user-visible hard disks and removable media on start-up and media insertion.

There is another key media_automount_open. This controls whether to automatically open a folder for automounted media. This key can also be set in the Nautilus (file manager) window. From the Edit menu in Nautilus select Preferences and then select the Media tab.

If set to true, then Nautilus will automatically open a folder when media is automounted. This only applies to media where no known x-content/* type was detected; for media where a known x-content type is detected, the user configurable action will be taken instead.

Apache (for development use ONLY)

sudo tasksel install lamp-server

Important config files are:

  • /etc/apache2/apache2.conf
  • /etc/apache2/sites-enabled/*

Checking the Version

lsb_release -a

Configuring System Services

I like sysv-rc-conf. Simples

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox