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: Debian,
Life,
linux,
ubuntu,
amd,
ATI,
Catalyst,
driver,
Install,
Linux,
Ubuntu,
video,
video card
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: Debian, FreeBSD, Fun, Life, Relax, Unix, linux, ubuntu, console, Debia
Feb 21
——————————————————————
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: Debian,
Life,
development,
linux,
ubuntu,
ATI,
Catalyst,
driver,
Ubuntu,
video,
x600
Feb 21
AMD anonsing ATI – AMD Catalyst 9.1.
Not new futures. But many bug fixing.
Tags: Debian,
Fun,
Life,
linux,
ubuntu,
ATI,
Catalyst,
driver,
Ubuntu,
video,
x600
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: Debian,
Fun,
Life,
linux,
ubuntu,
console,
Linux,
sync,
time,
Ubuntu
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: Debian,
Fun,
Life,
linux,
ubuntu,
console,
Linux,
sound,
Ubuntu
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: Debian,
Fun,
Life,
linux,
ubuntu,
console,
Install,
Linux,
Ubuntu
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: Fun,
Life,
linux,
ubuntu,
Catalist,
Debian,
Install,
Linux,
Ubuntu
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: Fun,
Life,
Security news,
BitTorrent,
Debian,
Determine,
Google,
ISP limits,
Ubuntu