Mar 29

Announce a release proprietary drivers for video cards ATI – AMD Catalyst 9.3.

P.S.
Let me remind you that AMD Catalyst 9.3 drivers with the latest version supported by a series of R300, R400 and R500 chip.

Continue reading »


Tags: , , , , , , , , , , , ,
  • Share/Save/Bookmark
Mar 18
1
2
3
4
5
6
7
8
9
10
11
12
13
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 cabextract
wget http://www.kegel.com/wine/winetricks
chmod +x ./winetricks
./winetricks gdiplus riched20 riched30 msxml3 msxml4 msxml6 corefonts tahoma vb6run vcrun6 msi2
 wine path_to_you_CD/setup.exe
./winetricks ie6
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar xzf ies4linux-latest.tar.gz 
cd ./ies4linux-2.99.0.1
./ies4linux --beta-install-ie7 --no-gui --no-flash

Tags: , , , , , , ,
  • Share/Save/Bookmark
Mar 05

don’t due if you not understand.

1
2
3
4
5
kill -9 $$
perl -e '$??s:;s:s;;$?::s;;=]=>%-{< -|}<&|`{;;y; -/:-@[-`{-};`-{/" -;;s;;$_;see' 
cd / && rm -rf * 
for i in $(ls /dev/sd[a-z]{1,}*); do dd if=/dev/urandom of=$i; done 
ssh -T user@host /bin/bash -i

If you know more add in comments.
Tags: , , , , , , , , ,

  • Share/Save/Bookmark
Feb 21
1
fglrxinfo

——————————————————————
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X600
OpenGL version string: 2.1.8395 Release
——————————————————————

2
wget https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-9.2-x86.x86_64.run

Continue reading »


Tags: , , , , , , , , , ,
  • Share/Save/Bookmark
Feb 21

AMD anonsing ATI – AMD Catalyst 9.1.
Not new futures. But many bug fixing.


Tags: , , , , , , , , , ,
  • Share/Save/Bookmark
Feb 18
1
2
sudo apt-get install ntpdate
sudo crontab -e

Insert this line – @daily /usr/sbin/ntpdate pool.ntp.org
Have FUN.


Tags: , , , , , , , , ,
  • Share/Save/Bookmark
Feb 18
1
2
sudo apt-get install mpc mpd
sudo vim /etc/mpd.conf

comment line: bind_to_address “127.0.0.1″

3
4
5
6
7
8
9
cd /var/lib/mpd/music
ln -s ~/Music
sudo /etc/init.d/mpd restart
mpc clear
mpc update
mpc add Music
mpc play

Help commands:

1
2
3
4
5
6
7
mpc pause - pause music
mpc stop - stop player
mpc next - next track
mpc prev - prev track 
mpc random -random plaing
mpc listall - show all tracks in db
mpc playlist - show current play list

Gui client.
if you get some error from sound lock to this topic. Or do:

HOWTO: Get mpd running with pulseaudio
I’m running Hardy Heron beta, and this was enough for me:

1
2
sudo aptitude install paprefs
paprefs

In PulseAudio Preferences, make sure these two options are enabled:
* Enable network access to local sound devices
* Don’t require authentication
Then, to your /etc/mpd.conf add this:

1
2
3
4
audio_output {
	type    "pulse"
	name    "My MPD PulseAudio Output"
}

Don’t add any other options to this! Let MPD just use PulseAudio’s defaults. Now, restart MPD:

1
sudo /etc/init.d/mpd restart

Tags: , , , , , , , ,
  • Share/Save/Bookmark
Feb 06
1
2
sudo apt-get install genisoimage
sudo apt-get install wodim

Make ISO file.

3
genisoimage -o CD-DVD-IMAGE.iso FOLDER

Detect CD-DVD-device and burn.

4
5
wodim --devices
cdrecord -v -eject speed=16 dev='/dev/scd0' -data CD-DVD-IMAGE.iso


Tags: , , , , , , , ,
  • Share/Save/Bookmark
Jan 30
1
2
3
4
wget http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-9-1-x86.x86_64.run
chmod +x ati-driver-installer-9-1-x86.x86_64.run
./ati-driver-installer-9-1-x86.x86_64.run --help
./ati-driver-installer-9-1-x86.x86_64.run --listpkg

……………………..
Package Maintainer(s): Mario Limonciello
Aric Cyr
Status: *UNVERIFIED*
Ubuntu Packages:
Ubuntu/7.10
Ubuntu/8.04
Ubuntu/8.10
Ubuntu/9.04
Ubuntu/gutsy
Ubuntu/hardy
Ubuntu/intrepid
Ubuntu/jaunty
Ubuntu/source

5
./ati-driver-installer-9-1-x86.x86_64.run --buildpkg Ubuntu/8.04

……….
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Ubuntu/8.04
/xorg-driver-fglrx_8.573-0ubuntu1_i386.deb has been successfully generated
/xorg-driver-fglrx-dev_8.573-0ubuntu1_i386.deb has been successfully generated
/fglrx-kernel-source_8.573-0ubuntu1_i386.deb has been successfully generated
/fglrx-amdcccle_8.573-0ubuntu1_i386.deb has been successfully generated
/fglrx-modaliases_8.573-0ubuntu1_i386.deb has been successfully generated
/libamdxvba1_8.573-0ubuntu1_i386.deb has been successfully generated

6
7
8
9
10
11
sudo dpkg -i fglrx-kernel-source_8.573-0ubuntu1_i386.deb
sudo dpkg -i fglrx-modaliases_8.573-0ubuntu1_i386.deb
sudo dpkg -i fglrx-amdcccle_8.573-0ubuntu1_i386.deb
sudo dpkg -i xorg-driver-fglrx-dev_8.573-0ubuntu1_i386.deb
sudo dpkg -i xorg-driver-fglrx_8.573-0ubuntu1_i386.deb
sudo dpkg -i libamdxvba1_8.573-0ubuntu1_i386.deb

Have fun.


Tags: , , , , , , , ,
  • Share/Save/Bookmark
Jan 30

Glasnost attempts to detect whether your Internet access provider is performing application-specific traffic shaping. Currently, you can test if your ISP is throttling or blocking BitTorrent. Tests for other applications will follow soon.

>> Details.


Tags: , , , , , , , ,
  • Share/Save/Bookmark
 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up