Installation:
- Get a ubuntu server iso, and install it the debian way.
- Modify
/etc/apt/sources.list
to your satisfaction. - Configure Medibuntu source: https://help.ubuntu.com/community/Medibuntu
Addition:
- Basic:
vim
- Desktop:
xserver-xorg
gnome-core
gdm
gnome-themes-selected
humanity-icon-theme
gcalctool
(the calculator)chromium-browser
gnome-screensaver
flashplugin-installer
language-support-??
- *
network-manager
- *
network-manager-openconnect
(for Cisco AnyConnect VPN) *wine
- Security:
vlock
g++
openjdk-6-jre
qt4-dev-tools
*dia
*mysql-server
*mysql-admin
*python-mysqldb
vinagre
(the client)vino
(the server)
vlc
mozilla-plugin-vlc
libdvdcss2
ubuntu-restricted-extras
system-config-printer-gnome
cups
*smbclient
(for Windows shared printing)*hplip
(HP printer drivers)
Configuration:
- Clear screen when logout:
~/.bash_logout
- insert single command
clear
- Disable Ctrl-Alt-Del:
/etc/init/control-alt-delete.conf
- comment out the actual command line
- Secure login/out logs:
sudo chmod 640 `sudo find /var -name ?tmp`
- Stop GDM from auto starting:
/etc/init/gdm.conf
- comment out all "start on" stuff
- Configure GRUB:
/etc/default/grub
update-grub
- MySQL
/etc/mysql/my.cnf
- to reset root password:
sudo dpkg-reconfigure mysql-server-5.1
No comments:
Post a Comment