Category Archives: Arch

Lifehacker Arch Tutorial
avatar

Build a Killer Customized Arch Linux Installation and Learn All About Linux in the Process.

Posted in Arch, Guides | Leave a comment

Extract the audio from a flash video
avatar

Extract the audio from a flash video. ffmpeg -i video.flv -acodec copy track.mp3

Posted in Arch, CentOS, Fedora, Guides, Linux | Tagged , | Leave a comment

Build a Killer Customized Arch Linux Installation and Learn All About Linux in the Process
avatar

This is a nicely written guide for people looking to getting started with Arch Linux. Build a Killer Customized Arch Linux Installation and Learn All About Linux in the Process.

Posted in Arch, Guides, Linux | Tagged , , | Leave a comment

Clean-up Pacman
avatar

In Arch when ever you install a package it is downloaded to your system. This make perfect sense because how else are you going to install it… What most people don’t realize is that those packages stay on the system … Continue reading

Posted in Arch | Tagged , , | Leave a comment

Working with ISO from the Linux Command Line
avatar

If you have wondered how to create an iso from the command line, it is very simple.  You just need to use the following commands: mkisofs -o <name of iso>.iso <directory to be iso> To burn an ISO from the … Continue reading

Posted in Arch, CentOS, Fedora, Linux | Tagged , , | Leave a comment