One of the common questions we get here at linuxjournal.com is how we produce our videos. Shawn produced a howto video on some ways of doing it. The following describes how I capture my videos and also the script that I use to add the Linux Journal logo watermark to it.
The video capture howto part [...]
How to: Buy a Wireless Router
A diminishing few of us can still remember a time when you had to talk on a phone whose handset was tethered to the phone itself with a six foot cord. Forget about pacing around the house, let alone having a conversation while gardening in the backyard. It’s almost just as quaint now to think [...]
Graffiti Tutorial (Gimp Howto)
“Step 1
Download this photo and open up the Gimp. Open up the photo we just downloaded. Go to Select > All, copy & paste onto a new layer. Delete the original layer.
“Step 2
Now you are going to need a type of logo. You can either create one or find one online somewhere. For the sake [...]
How to Layout a Book with OpenOffice.org: Part 3
In this final part of our series on laying out a book with OpenOffice.org, you will learn how to position illustrations in your book, how to use paragraph styles, and how to export in different formats. What you will take away from this is one method that has worked for me and many other people. [...]
OpenSSH is the implementation of the SSH protocol. OpenSSH is recommended for remote login, making backups, remote file transfer via scp or sftp, and much more. SSH is perfect to keep confidentiality and integrity for data exchanged between two networks and systems. However, the main advantage is server authentication, through the use of public key [...]
A screencast is a digital recording of computer screen output, typically carrying audio narration. Screencasting software takes a series of screenshots of a running application, recording the user’s actions, and creating a video file. The movies can be output in a variety of different formats such as Theora, Macromedia Flash (SWF), AVI, and Flash Video [...]
Know when someone accesses your files in GNOME
Say you want to write a small shell script that locks up your GNOME desktop at specific intervals. What command would you use?
In this case, your best bet would be
gnome-screensaver-command –lock
This has the same effect as you pushing the Lock Screen button in GNOME. You can forge a small shellscript and use this to lock [...]
If you want to open PDF files inside Firefox you need to install mozplugger.mozplugger allows you to seamlessly integrate external applications to view files downloaded from the web that Mozilla can not normally handle. The application is embedded within a Mozilla window as to act like and feel like a true plugin.
Read more at Ubuntu [...]
Howto install VLC media player 1.0.0 in Ubuntu
VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, …) as well as DVDs, VCDs, and various streaming protocols.It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.
It doesn’t need any [...]
OpenSSH is a great means to protect your connection from being sniffed by others. However, this isn’t always enough. Simply proving that you connected to a server is enough to get incriminated. Unfortunately, SSH doesn’t provide a native way to obfuscate to whom it connects. Instead, a proxy server can be set up. And this [...]
Getting Started with Pardus Linux
Pardus is a Linux distribution created and maintained by Scientific & Technological Research Council of Turkey. There’s certainly no shortage of customized and special-purpose Linux distributions available, but Pardus is unique in several ways. Today, instead of covering the usual aspects of an operating system like installation and included software, I’m going to [...]
How to Layout a Book with OpenOffice.org: Part 2
In the first part of this series, I explained how to prepare an OpenOffice.org document for book layout. In this second part, I am going to highlight some key points raised by some of our readers and also how to properly align page numbers and format paragraphs.
There are a couple of things you should consider [...]
This guide will help you to create gentoo paravirtualized xen guest under Debian Lenny. Since Gentoo 2008.0 release is deprecated, so we will use current gentoo stage.
Base
dd if=/dev/zero of=gentoo.img count=4096 bs=1M
mkfs.ext3 gentoo.img
mount -o loop gentoo /mnt/gentoo
Gentoo Stage
Read more at HowtoForge
This tutorial covers the setup of PHP 5.3.0/Lighttpd on Debian (lenny) with imap, mysql, mysqli, sqlite3, ImageMagick and mycrypt support.
For this tutorial I will assume you are logged in as root this is not advised.
First we need to install the webserver:
aptitude install lighttpd
Now we install the packages needed for mysql and mysqli support. You will [...]
BackerUpper
is a tool similar to Apple’s TimeMachine. It is intended to create
snapshot-backups of selected directories or even your full hard drive.
From the BackerUpper project page: “Backerupper is a simple
program for backing up selected directories over a local network. Its
main intended purpose is backing up a user’s personal data.” This article shows how to install and [...]