Jun 27

QutIM - new ICQ-client with Qt4 intreface

sudo wget http://linux.intonet.ru/ubuntu/qutim/hardy.list -O /etc/apt/sources.list.d/qutim.list
sudo apt-get update
sudo apt-get install qutim

Share/Save

Tags: Debian, Install, Life, linux, linux, qutim, ubuntu, ubuntu

Related posts

Jun 27
AMD has updated its Catalyst driver for Linux. As stated in a press release, the new driver Catalyst 8.49.7 for Linux can increase productivity in the annexes CAD (computer-aided design - aided design) and OpenGL compared with older versions of drivers by 33%. The driver is compatible with all card Radeon, but especially focuses on a number FireGL.

Page downloads can be found here.

Share/Save

Tags: ATI, card, Catalyst, driver, Life, linux, linux, ubuntu, ubuntu

Related posts

Jun 26

“Installing Maemo’s Diablo SDK under Ubuntu Hardy” - instructions for installing a new release Maemo tools in Ubuntu.
“Yandex plugin for Maemo mapper” - how to teach maemo-mapper to use the card Yandex.

Share/Save

Tags: Connect, diablo, Hardy, Life, Maemo, map, sdk, ubuntu, ubuntu

Related posts

Jun 19

I sense that soon bid farewell to Ubuntu, too many problems with video card (ATI-X600 mobile).

Problem solved.
Install last ati driver.
ati-driver-installer-8-6-x86.x86_64.run

Share/Save

Tags: ATI-X, card, Life, ubuntu, ubuntu, video, video card, x600

Related posts

Jun 12

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

sudo apt-get install wine

Configure wine:

winecfg

and now install Visio 2003, MS Office 2003. Have fun :-)

Share/Save

Tags: Configure, Life, Office, ubuntu, ubuntu, Visio, wine, winecfg, winehq

Related posts

May 31

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

Share/Save

Tags: ati technologies inc, console, dkms, fakeroot, kernel source, linux, multimedia, ubuntu, ubuntu

Related posts

May 29

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

Multimedia:

* GUI: Avidemux, kino, pitivi, LiVES
* CLI: mjpegtools, mencoder, transcode, x264

Sound converters:

* GUI: SoundConverter, oggconvert, aacplusenc
* CLI: lame, sox, faac, flac, vorbis-tools.

Share/Save

Tags: console, Life, ubuntu, ubuntu

Related posts

May 29

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

Share/Save

Tags: Life, multimedia, ubuntu, ubuntu

Related posts

May 29

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.

Share/Save

Tags: Life, smart, ubuntu, ubuntu

Related posts