Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



Archive for the 'General' Category

How to install ATI fglrx drivers in Debian Lenny

Posted by Admin on 21st June 2009

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

This tutorial will explain how to install ATI fglrx drivers in Debian Lenny
Read the rest of this entry »

  • Share/Save/Bookmark

Posted in General | 4 Comments »

How to install gnash in Debian 5.0 (Lenny)

Posted by Admin on 16th June 2009

Gnash is a GNU Flash movie player. Flash is an animation file format pioneered by Macromedia which continues to be supported by their successor company, Adobe. Flash has been extended to include audio and video content, and programs written in ActionScript, an ECMAScript-compatible language. Gnash is based on GameSWF, and supports most SWF v7 features and some SWF v8 and v9.
Read the rest of this entry »

  • Share/Save/Bookmark

Posted in General | 2 Comments »

Upgrade multiple debian systems with Approx

Posted by Admin on 5th June 2009

Approx is an HTTP-based Debian archive server.  It fetches packages from remote repositories on demand, and caches them for local use.
Read the rest of this entry »

  • Share/Save/Bookmark

Posted in Free-Tools, General | No Comments »

How to Convert OGV to FLV Using ffmpeg

Posted by Admin on 4th June 2009

This tutorial will explainhow to convert an OGV file to FLV. You will need the ffmpeg audio and video encoder.

Install ffmpeg in debian

#apt-get install ffmpeg

To convert an OGV file to flv file use the following command

ffmpeg -i input_file.ogv output_file.flv

You can shrink the size of the output file using the following command

ffmpeg -i input_file.ogv -s 800×600 output_file.flv

This also reduces the size of the Flash video file.

  • Share/Save/Bookmark

Posted in General | No Comments »

How to Add Date And Time To Your Bash History file

Posted by Admin on 9th May 2009

This is very useful tip if there are multiple people maintaining or using debian desktop,server or even if you are the maintainer, but can’t remember exactly when you did or changed something.
Read the rest of this entry »

  • Share/Save/Bookmark

Posted in General | 5 Comments »

PIDA – Python Integrated Development Application, a Python IDE

Posted by Admin on 28th April 2009

PIDA is the Python Integrated Development Application. It is an IDE (integrated development environment) written in Python and the GTK+ graphical toolkit.

Pida is an IDE, but one that is slightly different from other IDEs. Rather than attempting to write a set of development tools of its own, Pida uses tools that the developer has available. In this regards Pida can be used as a framework for putting together your own bespoke IDE.
Read the rest of this entry »

  • Share/Save/Bookmark

Posted in Free-Tools, General | 2 Comments »