Page downloads can be found here.
Related posts
Add normail wine repository:
sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
sudo apt-get update
and now install Visio 2003, MS Office 2003. Have fun
Related posts
Step 1. Download ati-driver-installer-8-5-x86.x86_64.run
Step 2. sudo apt-get update
Step 4. sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r)
Step 5. sudo sh ati-driver-installer-8-5-x86.x86_64.run --buildpkg Ubuntu/8.04
Step 6. sudo vim /etc/default/linux-restricted-modules-common
in string "DISABLED_MODULES" add “fglrx”
resul: DISABLED_MODULES="fglrx".
save files
Step 7. sudo dpkg -i xorg-driver-fglrx_8.493*.deb fglrx-kernel-source_8.493*.deb fglrx-amdcccle_8.493*.deb
Step 8. Restart X server.
Step 9. Check:
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X600 Series
OpenGL version string: 2.1.7537 Release
Related posts
Package management:
* GUI: Synaptic Package Manager, Gdebi (Package Installer), Adept, Update Manager.
* CLI: dpkg, apt, aptitude
* GUI: software-properties-gtk (Software Sources)
*CLI: apt-cdrom, apt-key, direct editing /etc/apt/sources.list
* GUI: gtkorphan
* CLI: deborphan
Gnome configuration:
* GUI: Ubuntu-tweak, gtweakui, Nautilus Actions, gconf-editor
* CLI: GConf; gconftool.
Download manager:
* GUI: d4x (Download for X), wxDownload Fast, MultiGet, FileZilla, Deluge, Transmission
* CLI: wget, lftp, bittorrent CLI client
Network configuration:
* GUI: Network Manager, Network Tools, Network Manager Applet.
* CLI: ifconfig, route, pppoeconf, direct editing /etc/network
Dial-up:
* GUI: Gnome-PPP, kppp.
* CLI: pppconfig, wvdial
Package filters:
* GUI: Firestarter, Firhol, Gnome-lokkit
* CLI: iptables, ufw, lokkit CLI front-end.
Remote control:
* GUI: Vinage (Remote Desktop Viewer), VNCviewer, tsclient (Terminal Server Client)
* CLI: protocols VNC, RDP, SSH и Telnet; CLI client: putty-tools, rdesktop, openSSH client
Text editors:
* GUI: Gedit (Text Editor), Mousepad
* CLI: nano, vim
Activators:
* GUI: file-roller (Archive Manager)
* CLI: tar, bzip2, zip, rar, p7zip
Hardware information:
* GUI: Hardinfo, Sysinfo
* CLI: lshw, cpuid, facter
* GUI: Avidemux, kino, pitivi, LiVES
* CLI: mjpegtools, mencoder, transcode, x264
Sound converters:
* GUI: SoundConverter, oggconvert, aacplusenc
* CLI: lame, sox, faac, flac, vorbis-tools.
Related posts
Active audio and video:
sudo apt-get install gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg libxine1-ffmpeg libdvdread3 liblame0
Add to /etc/apt/sources.list
deb http://packages.medibuntu.org/ hardy free non-free
Import PGP key and install libdvdcss2 , w32-codacs:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- \
| sudo apt-key add -
sudo apt-get update
sudo apt-get install libdvdcss2 w32codecs ffmpeg
flash plugin, java, fonst.
sudo apt-get install flashplugin-nonfree libflashsupport
sudo apt-get install sun-java6-fonts sun-java6-jre sun-java6-plugin
sudo apt-get install msttcorefonts
Or
sudo apt-get install ubuntu-restricted-extras
Related posts
As a temporary fix I edited /etc/hdparm.conf and added:
/dev/sda {
apm = 255
spindown_time = 0
}
Afterwards I installed the hdparm init script by doing ’sudo update-rc.d hdparm defaults’ to make the changes consistent over reboots.
This is the same as running the following commands:
hdparm -B255 /dev/sda
hdparm -S0 /dev/sda
This will turn off Advanced Power Management on the drive and it will disable the standby (spindown) timeout, so the drive will never be spun down and up again.





















