EAK Just Debian Guru Page :) Just another Linux weblog

21Feb/10Off

Install Pidgin 2.6.2 on Lenny

The version of Pidgin that is in the Lenny repositories has some problems. It’s an older version and does not work with Yahoo messenger, usually you can’t get the proper certifcate from Yahoo in Pidgin. I attempted to install it myself using the version of Pidgin for Sid by downloading the files from Debian. I ran into dependency issue after issue and finally decided just to go with backports.  This is the easiest way to install Pidgin 2.6 on Debian Lenny.

Using Lenny-Backports you can install Pidgin 2.6.2 on Debian Lenny.

7Jan/102

Nice Ubuntu themes for karmic Users

22Nov/09Off

Linux Wallpaper

111175-linuxshield

Filed under: Wallpapers Comments Off
2Jun/09Off

Centos 5 Multimedia Howto

Step 1: Add the Rpmforge Repo

rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

Step 2: Add the Macromedia Repo

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

Step 3: Install Multimedia Applications

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly

Step 4: Installing w32Codecs in order to play everything under the Sun.

wget www1.mplayerhq.hu/MPlayer/releases/codecs/mplayer-codecs-20061022-1.i386.rpm ; rpm -ivh mplayer-codecs-20061022-1.i386.rpm

wget www1.mplayerhq.hu/MPlayer/releases/codecs/mplayer-codecs-extra-20061022-1.i386.rpm; rpm -ivh mplayer-codecs-extra-20061022-1.i386.rpm

Kaynak:http://www.sklav.com/?q=node/2

Filed under: Desktop Comments Off
1Apr/09Off

Downloading an Entire Web Site with wget

If you ever need to download an entire Web site, perhaps for off-line viewing, wget can do the
job—for example:

$ wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --domains website.org \
     --no-parent \
         www.website.org/tutorials/html/

This command downloads the Web site www.website.org/tutorials/html/.

The options are:

  • --recursive: download the entire Web site.
  • --domains website.org: don't follow links outside website.org.
  • --no-parent: don't follow links outside the directory tutorials/html/.
  • --page-requisites: get all the elements that compose the page (images, CSS and so on).
  • --html-extension: save files with the .html extension.
  • --convert-links: convert links so that they work locally, off-line.
  • --restrict-file-names=windows: modify filenames so that they will work in Windows as well.
  • --no-clobber: don't overwrite any existing files (used in case the download is interrupted and
    resumed).

Alintidir[http://www.linuxjournal.com/content/downloading-entire-web-site-wget]
[ad#co-1]

Filed under: Desktop Comments Off
18Mar/0913

Bypassing Video playback problems in Compiz Fusion / Beryl

Gstreamer

That’s the default Ubuntu player, used by Totem. To correctly visualize you video files with Totem proceed as follows:

1) Open a terminal and enter:

gstreamer-properties

2) Move to the Video tag.
3) In default video plugin select “X Window System (without Xv)”.
4) Click on try to verify if it works fine.
5) Close this window, problems solved.

Filed under: Desktop 13 Comments
17Feb/091

How to read debian.eakcorp.net on rss reader

hi,

i using liferea rss reader for rss, describes the use of images liferea I hope preparing here is your putting benefits.[ad#ad-1]

Filed under: Desktop 1 Comment
1Feb/090

Creating LiveCD with LiveMagic

Hi,

install debian system when some times  livecd or minimal cd not working , therefore i think how to create my debian live cd:) and find  how to make. Create livecd for install  livemagic program. and starting create livecd.
sudo apt-get install live-magic
then starting livemagic
[ad#ad-1]


[ad#ad-1]


[ad#ad-1]

[ad#ad-1]



and then writing livecd image to cd:)

Filed under: Desktop No Comments
4Jan/090

Gnome Themes :P

Sicagi sicagina kurulumu bitirdikten sonra debianim icin guzel bir tema arayisina girdim , arayislarim sonunda guzel birseyler buldum umarim hosuna gider sade vede keskin bir gorunume sahip cok hos bir template :)

bu guzel temayi buradan download edebilirsiniz[ad#ad-1]

Filed under: Desktop, Temalar No Comments