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 Convert OGV to FLV Using ffmpeg

Posted by Admin on 4th June 2009

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

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/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/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/Bookmark

Posted in Free-Tools, General | 2 Comments »

Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs) in Debian 5.0 (Lenny)

Posted by Admin on 19th April 2009

MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4, DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MMX/SSE(2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 codec DLLs. It has basic VCD/DVD playback functionality, including DVD subtitles, but supports many text-based subtitle formats too. For video output, nearly every existing interface is supported. It’s also able to convert any supported files to raw/divx/mpeg4 AVI (pcm/mp3 audio), and even video grabbing from V4L devices.
Read the rest of this entry »

  • Share/Bookmark

Posted in General | 14 Comments »

How to install VLC media player 0.9.9 from Source in Debian Lenny

Posted by Admin on 15th April 2009

VLC media player is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play from many inputs like files, network streams, capture device, desktops, or DVD, SVCD, VCD, and audio CD. It can play most audio and video codecs (MPEG 1/2/4, H264, VC-1, DivX, WMV, Vorbis, AC3, AAC, etc.), but can also convert to different formats and/or send streams through the network.
Read the rest of this entry »

  • Share/Bookmark

Posted in General | 12 Comments »

How to Install Wesnoth 1.6 from Source in Debian 5.0 (Lenny)

Posted by Admin on 11th April 2009

The Battle for Wesnoth is a free turn-based strategy game licensed under the GPL. After over one year of constant development, a new stable version, 1.6, was released on March 22, 2009, featuring many graphics and gameplay improvements. To count just a few, you can now log into the multiplayer server using the username and password from the Wesnoth forums; the game includes new graphics for terrain and units (including several new portraits); a new campaign, called ‘The Legend of Wesmere’ is also available, and it allows the AI to control an allied side.
Read the rest of this entry »

  • Share/Bookmark

Posted in General | No Comments »