Archive for the ‘English’ Category

My Debian Repository

Tuesday, February 24th, 2009

I made a Debian GNU/Linux repository to host my Debian packages. I am thinking to build and host the official Debian packages for lenny. I also build vdr-softdevice-plugin for lenny. Softdevice plugin allowing to make a software device and get output from this device for VDR. The packages are available for both i386 and amd64 platform.

You can access my repository from: http://0nur.net/repo/

Torrent Search

Tuesday, January 20th, 2009


Torrent search tool written in C with GTK. You can easly search torrent files and download them with one click.

Download: http://onurs.googlecode.com/files/torrentsearch-0.1.tar.gz

Debian ffmpeg-installer

Friday, August 15th, 2008

debian-ffmpeg-installer is a ffmpeg package builder with additional libraries. You can see supported libraries under the page.

Debian doesn’t support lame mp3 and x264 libraries for ffmpeg. This project allowing download and build ffmpeg with lame and x264 library.

This project’s goal is support all Debian based distributions. Installer can download and build ffmpeg and dependency packages for your Debian based system.

Project developing in Debian testing (lenny).
Features

1. libfaac support
2. libmp3lame support
3. libx264 support
4. Full compatible with Debian and Ubuntu

Requirements

1. Internet connection
2. wget
3. autotools (automake, autoconf)
4. build-essential (libc6-dev, gcc, g++, make)
5. dpkg-dev
6. yasm
7. At least 300 Mb free disc space.

Usage

Install all requirements. Download latest version of installer. Extract the tarball to any directory. Type ./install from console and start the building.

Installer create dependencies before compile ffmpeg. You must install this dependencies with root permissions.

Project’s home page: http://code.google.com/p/debian-ffmpeg-installer/

Addtoblog

Saturday, January 19th, 2008

Add your new entry to your blog in blogger with your favorite editor. This program simply using WWW::Mechanize. Default editor is defined with $editor. You can change default editor with –editor argument or $editor variable. You can define $usename and $password for always using. If you dont want to do this you must be start program with –usename and –password arguments.

Also you need SSLeay module.

You can download from: http://onurs.googlecode.com/files/addtoblog

An example output:

./addtoblog –username=onuraslan\@gmail.com –password=XXXXXXXXXX
Connecting to blogger.com…
Logining to blogger.com…
Opening text editor…
Parsing file…
Title: Addtoblog
Tags: Debian
Content: Add your new entry to your blog in blogger with your favorite editor. This program simply using WWW::Mechanize. Default editor is defined with $editor. You can change default editor with –editor argument or $editor variable. You can define $usename and $password for always using. If you dont want to do this you must be start program with –usename and –password arguments.

Also you need SSLeay module.

You can download from: http://onurs.googlecode.com/files/addtoblog

Do you want to post this entry to your blog? [Y|n]:
Posting…
Your entry successfully posted to your blog.

My Fluxbox Debian package

Friday, September 7th, 2007

I am using fluxbox for a while. Fluxbox is a lightweight window manager for X window system. Debian etch includes version 0.9.14. I am packaging 1.0rc3 today. You can download from here. And you can find source and other files from here about this package.

cacademo only Matrix efect

Tuesday, September 4th, 2007

I want to use cacademo only Matrix efect and i edited and create new Debian package for caca-utils. Cacademo have only Matrix efect in this package.

You can download package from: http://www.0nur.net/paketlerim/libcaca0/

A screenshot from cacademo:

Mount and use Debian CD images like a repository

Sunday, August 26th, 2007

You can mount and use Debian CD images like a repository. Let’s look how can we do that.

I have 4 Debian DVD image. First step, we are mounting to images. I create 4 directory in /mnt. If you want to mount images somewhere else, create this directories in whatever you want.

# mkdir debian-40r0-i386-DVD-1 debian-40r0-i386-DVD-2 debian-40r0-i386-DVD-3 debian-update-4.0r1-i386-DVD-1

And now, we are adding mount information to /etc/fstab for automatic mount to system start. My DVD images in: /home/onur/Downloads/etch directory. If your images in another place; write images places. Open /etc/fstab and add those lines:

/home/onur/Downloads/etch/debian-40r0-i386-DVD-1.iso    /mnt/debian-40r0-i386-DVD-1     iso9660 ro,loop 0       0/home/onur/Downloads/etch/debian-40r0-i386-DVD-2.iso    /mnt/debian-40r0-i386-DVD-2     iso9660 ro,loop 0       0/home/onur/Downloads/etch/debian-40r0-i386-DVD-3.iso    /mnt/debian-40r0-i386-DVD-3     iso9660 ro,loop 0       0/home/onur/Downloads/etch/debian-update-4.0r1-i386-DVD-1.iso    /mnt/debian-update-4.0r1-i386-DVD-1     iso9660 ro,loop 0       0

After then you can mount images with using mount command.

# mount /mnt/debian-40r0-i386-DVD-1# mount /mnt/debian-40r0-i386-DVD-2# mount /mnt/debian-40r0-i386-DVD-3# mount /mnt/debian-update-4.0r1-i386-DVD-1

Now we are adding this local repositories to apt’s sources.list file. Open /etc/apt/sources.list and add those lines:

deb file:/mnt/debian-40r0-i386-DVD-1 etch main contribdeb file:/mnt/debian-40r0-i386-DVD-2 etch main contribdeb file:/mnt/debian-40r0-i386-DVD-3 etch main contribdeb file:/mnt/debian-update-4.0r1-i386-DVD-1 etch main contrib

After you did we need to show this repositories to apt. Use apt-get update command.

# apt-get update

Everythins ready. You need to remove other official http debian repositories for apt’s use new local repository.

This is my first English article, i am learning English. Sorry for gramer.

Thanks.