Solution to the DSL-500T Router problem

Submitted by whirlpool on Thu, 20/01/2005 - 16:48.
( categories: Howtos )

Solution to the DSL-500T Router problem

The only DLink ADSL router in the market, as of January 2005, in Cairo is the model DSL-500T. It is sold at around 340 EGP from a DLink distributer at a new computer mall in Heliopolis named Souq El 3asr (brands).

Before buying this model, I heard that there might be some issues with ssh connections. However, I knew that T models of DLink routers run GNU/Linux, so I didn't bother since Linux is an open platform, we are familiar with, we can hack and troubleshoot up to compiling a new kernel.


Video encoding for dummies

Submitted by OneOfOne on Wed, 19/01/2005 - 14:51.
( categories: Howtos )

Video encoding for dummies

Hmm ok, so if you've read anything I wrote before you, then should already know that writing isn't my thing..

Yep and grammar isn't my thing either

Before we start you need :

  • xvid for linux (emerge xvid or find a package for your distro).
  • lame/libmp3lame (emerge lame or find a package for your distro).
  • vorbis-tools (only for using ogg sound).
  • mkvtoolnix/libmatroska (only for using the matroska container and ogg sound)
  • mplayer/mencoder (USE="encode xvid matroska oggvorbis" emerge mplayer or find a package for your distro).
  • the ability to read and understand bad grammar.
  • some common sense (search for it in your favorite S-Mart).

Using The AutoTools(Scripts)

Submitted by maslan on Fri, 15/10/2004 - 14:07.
( categories: Howtos )

Using The AutoTools

If you think one day to start programming on linux, sure you will use C language (not me, i will always use assembly), but when your program sources get biggers as its version increase or you want to publish its source code, how users gonna to use it, are they gonna to compile every source file separetely then link them all together, no it's a bad idea and very handy, you will have to use the autoscripts.

In this article i will describe how to use the autoscripts for your own program sources, so i will write a simple C sourcefile to show you how to use the autoscripts(autoheader,automake,autoconf).


IRC/XChat Howto

Submitted by NewComer on Tue, 21/09/2004 - 23:04.
( categories: Howtos )

What is IRC?

IRC is a text based chatting protocol. You as a user chat through what is called IRC client. The client is a program installed on your system and connects to an IRC network. A network is a group of servers connected to each other to manage the exchange of messages. Users connected to the same network can chat together even if each is connected to a different server as long as these servers belong to the same network. Each network has a group of what is called chat rooms or channels reaching to thousands of channels. If one join a room he'll be able to chat with all those who joined the same room in a conference fashion. As


IPTABLES

Submitted by ramez.hanna on Mon, 12/07/2004 - 14:12.
( categories: Howtos )

LINUX FIREWALLS

IPATBLES

by ramez.hanna

This is not a reference to IPTABLES in any way it is just a start that i gathered from several other documents with my humble knowledge and experience and i hope it could get you started with the firewalls configuration. This document is far from complete and I'll be adding more as soon as i have the time

General

Before we mention anything about firewalls i need to point out a critical point “a firewall’s power lies within the configuration” meaning that no matter what the firewall application power is, a weak configuration will weaken it.And also remember that security is not just a firewall. Think of a firewall as just a first line of defense you need to secure your applications and keep your system updated and patched for any exploits to secure your applications Mainly a firewall is used to block or allow certain traffic based upon the network needs, it may block all incoming requests or it may allow requests to go through to the mail server within the local network The firewall in Linux sits in the kernel waiting for network traffic from the NICs and handles it as mentioned in the configuration file.


Using Vi Editor

Submitted by Pronco on Fri, 09/07/2004 - 03:02.
( categories: Howtos )

The vi editor is certainly not the easiest and most user-friendly text editor, but because of its wide availability and existence on most linux systems

The vi editor operates in two basic modes:

  1. Command mode
  2. Insert mode

when vi is started, it is in command mode. This mode allows you to enter commands to edit files or navigate your text file. However, you can only add or insert text by using the insert mode. from command mode, you can enter insert mode by typing the letter i. To return to command mode, use the Escape key


From power up to bash prompt

Submitted by whirlpool on Thu, 08/07/2004 - 13:17.
( categories: Howtos )

هذة المقالة توصف بأختصار ماذا يحدث فى نظام اللينكس عندما تبدء الجهاز حتى تسجل دخولك . فهم هذا سوف يساعدك عندما تريد حل بعض المشاكل او تتحكم فى اعدادات جهازك.


using yum by arabic

Submitted by mildewy on Fri, 25/06/2004 - 03:32.
( categories: Howtos )

أستخدام yum

مما لا شك فيه ان كل مستخدمى "fedora" و "yellow-dog" يعلمون هذه الادوات التى يطلق عليها yum و فى هذه القطعة سنعرف ما هو yum و كيفية أستخدامه و ما هى المميزات و العيوب الموجودة فيه. و سنتكلم عن ملف yum.conf"" و أخيرا سنتعرف على بعض الروابط المفيدة والمتعلقة بyum

ما هو yum؟

هو متفاعل و هو من البرامج التى بها التحديث الذاتى و التى يمكنك أستخدامه فى حماية نظام التشغيل لمستخدم rpm. التى تعنى أنك تستطيع أستخدام yum لتحميل حزمة برامج ال rpm الجديدة او تحديث الحزمة الموجودة . فالكلمة yum تعنى "yellow dog updater modified"


Using YUM

Submitted by CVirus on Mon, 14/06/2004 - 03:15.
( categories: Howtos )

Using Yum

No doubt that every single Yellow-Dog and Fedora user knows this awesome tool named YUM. In this article we will know what is YUM and how to use it and what are the advantages and disadvantages that exist in YUM. We will also talk a little bit about the yum.conf file. And finally we will get to know some useful links related to YUM. Here we go !. :)

What is YUM ?

YUM is an interactive, automated update program which can be used for maintaining systems using rpm . Meaning; You can use YUM to install new rpm packages or update exisiting packages. The word YUM stands for "Yellowdog Updater Modified".


XML feed