formats

Sync Google Calendar and Contacts in Evolution

Published on July 10, 2010,

Sync Google Calendar and Contacts in Evolution | Two-way sync of your Google Contacts and Calendar with Evolution in Ubuntu Linux

formats

CentOS 5 NetInstall

Published on July 10, 2010,

CentOS 5 NetInstall | How do I install CentOS 5 via a NetInstall iso? Instead of downloading huge CD or DVD images, consider just using the small CentOS netinstall iso image to install over the internet! First, download the small CentOS-[version-arch]-netinstall.iso from an available mirror: http://www.centos.org/mirrors/ For this example, I used the 64bit netinstall disc named: CentOS-5.5-x86_64-netinstall.iso Next, boot

formats

Start and Stop Services in Ubuntu

Published on July 8, 2010,

Start and Stop Services in Ubuntu | How can I start and stop services in Ubuntu with a GUI? Well depending on how you define graphical, there is an excellent tool called SysV Runlevel Config. First, install it: sudo apt-get install sysv-rc-conf Then start it with sudo: sudo sysv-rc-conf Now you can go through a press the space bar to toggle services

formats

Firefox 4 Beta 1 Ubuntu

Published on July 8, 2010,

Firefox 4 Beta 1 Ubuntu | Firefox 4 beta 1 is out! I took it for a spin in Ubuntu. Right away, it’s fast. Snappy fast. It is a great relief that Firefox is back and fast. The 3 and especially 3.5 series was becoming noticeably slower than the other popular browsers such as Safari, Chrome, and Opera. I ran it

formats

Make OpenOffice.org Load Faster

Published on July 7, 2010,

Make OpenOffice.org Load Faster | How do I make OpenOffice.org load faster? One main adjustment you can do to make OpenOffice.org start much faster is to disable Java. To do this, click on Tools > Options Then find Java along the left hand side. UN-check ‘Use a Java runtime environment’ and click OK. Restart OpenOffice.org and enjoy the speed! Why

formats

Alert: Something happened

Published on July 6, 2010,

Alert: Something happened | I received this funny dialog in OS X:

formats

Create PDFs in Windows for Free

Published on July 6, 2010,

Create PDFs in Windows for Free | Who needs Adobe? Add a free PDF printer to Windows.

formats

x264 Presets and FFmpeg

Published on June 29, 2010,

x264 Presets and FFmpeg | How do I encode x264 with FFmpeg? x264 is awesome but has a nightmare of options. The easiest thing to do it to use presets with FFmpeg. Simply dump the contents of this zip file into your ~/.ffmpeg directory. If that directory does not exist, create it. Now you can use options like this to

formats

Stream Webcam with VLC

Published on June 29, 2010,

Stream Webcam with VLC | How can I stream video from my webcam in Linux? One way is to use VLC! VLC can make a stream accessible over http, for one example. On the streaming computer, make sure first that a webcam or video device is connected. Then issue this command from the terminal: vlc “v4l2://” –v4l-vdev=”/dev/video” –v4l-adev=”/dev/null” –sout #transcode{vcodec=theo,vb=256}:standard{access=http,mux=ogg,dst=:1234}”

formats

Repair /etc/passwd and /etc/group

Published on June 27, 2010,

Repair /etc/passwd and /etc/group | How can I repair /etc/passwd and /etc/group? Migrating or editing Linux users can be frustrating. On Redhat or CentOS you may see this when running system-config-users: “The user database cannot be read. This problem is most likely caused by a mismatch in /etc/passwd and /etc/shadow. The program will now exit.” Eek! So something is not