Installation:
- Get a ubuntu server iso, and install it the debian way.
- Modify
/etc/apt/sources.listto your satisfaction. - Configure Medibuntu source: https://help.ubuntu.com/community/Medibuntu
Addition:
- Basic:
vim
- Desktop:
xserver-xorggnome-coregdmgnome-themes-selectedhumanity-icon-themegcalctool(the calculator)chromium-browsergnome-screensaverflashplugin-installerlanguage-support-??- *
network-manager - *
network-manager-openconnect(for Cisco AnyConnect VPN) *wine
- Security:
vlock
g++openjdk-6-jreqt4-dev-tools*dia*mysql-server*mysql-admin*python-mysqldb
vinagre(the client)vino(the server)
vlcmozilla-plugin-vlclibdvdcss2ubuntu-restricted-extras
system-config-printer-gnomecups*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/grubupdate-grub
- MySQL
/etc/mysql/my.cnf- to reset root password:
sudo dpkg-reconfigure mysql-server-5.1
No comments:
Post a Comment