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 19
Command Description
System Information
arch
uname -m
display computer architecture
uname -r display kernel version
dmidecode -q show hardware system components - (SMBIOS / DMI)
hdparm -i /dev/hda withdraw the characteristics of hard disk
hdparm -tT /dev/sda to test the performance of reading data from the hard drive

The rest then :-)

Vaw i found full list of “Linux commans”

Share/Save

Tags: CommandDescription, Information, kernel, Life, linux, linux, performance, show, System, Unix

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