Featured

Posts

insync_tux

Fix insync Gnome Shell extension error on Ubuntu

by
on
December 5, 2012

I ran into a problem using the insync service which synchronizes your files in Ubuntu and your Google Drive account. For some reason the Gnome Shell extension, which shows the insync’s status, was not showing up. When I looked at the Gnome Tweak Tool it showed an error had occured. It turns out that the [...]

Read More
No Comments
gnome
netflix-logo

Netflix now working on Ubuntu Linux

by
on
November 21, 2012

Previously the only way to run Netflix on Linux was to install a Windows VM on VirtualBox. Now it is running seamlessly (although not natively) on Ubuntu 12.04 and 12.10 using Firefox and Microsoft Silverlight under WINE. A special ppa has been setup to make the entire process easy. Simply run the following commands: $ [...]

Read More
No Comments
guides
command-line-terminal

Safely and atomically change a symlink target

by
on
November 21, 2012

It can be tricky to change the target of a symlink in a production environment where that symlink is accessed often and unpredictably. The normal method is to remove the old symlink, then create the new one. If you have a symlink that is accessed often or unpredictably there is a chance that something will [...]

Read More
No Comments
bash
ssh-secure-logo

Transfer your ssh public key to a remote machine

by
on
November 14, 2012

If you are setting up a new server or configuring a new account it can be a pain to setup ssh public key authentication so you don’t have to use passwords. The most difficult part is transferring your private key to the remote machines. Fortuneatly there is an easy way to accomplish this task. The [...]

Read More
No Comments
system administration
sketchup-logo

Fix SketchUp refresh bug on Linux with WINE

by
on
November 13, 2012

In SketchUp 7 and 8 there is a problem that when run on Linux with WINE with the refresh of the screen. Whatever you are working with on the screen it will always one mouse event behind. For example if you are deleting an object, you will need to scroll the view in or out [...]

Read More
No Comments
wine
sketchup-logo3

Fix OpenGL: ChoosePixelFormat SketchUp error in WINE

by
on
November 12, 2012

While trying to run SketchUp under WINE in Ubuntu I was greated with the following error message before it crashed. OpenGL: ChoosePixelFormat failed Sketchup was unable to initialize OpenGL! Please make sure you have installed the correct drivers for your graphics card. I am currently running Ubuntu 12.10, WINE version 1.4.1, and using Intel HD [...]

Read More
No Comments
wine
Oracle-VirtualBox-logo

Install Virtualbox on Ubuntu 12.10: the missing kernel module fix

by
on
November 5, 2012

I installed Virtualbox on a new 12.10 Ubuntu from the repository when I ran across a problem $ sudo apt-get install virtualbox At the end of the installation I was greeted with the following error: Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission [...]

Read More
No Comments
virtualbox
tux-code-debug

How to create and debug a core dump file

by
on
November 2, 2012

Debugging programs is not fun or easy but knowing how to create and analyze a core file dump from a dying program makes your life a bit easier. First off check the system core dump size limit. $ ulimit -c 0 Set the maximum size of core files created to unlimited. This must be done [...]

Read More
No Comments
guides
Steam Linux

Valve opens registration for Steam for Linux beta

by
on
October 29, 2012

If you are like me one of the only reasons to keep a windows partition is to be able to play the occasional PC game. Well starting today Valve has opened registration for their Steam for Linux beta, which will hopefully bring the end to our dependence on Microsoft gaming. Valve is primarily looking for [...]

Read More
No Comments
linux news
Ubuntu 12-10

Canonical releases Ubuntu 12.10 Quantal Quetzal

by
on
October 18, 2012

It’s that time again when Canonical drops their second stable release of the year. The new 12.10 release named Quantal Quetzal, whatever that is, is now flooding the torrents and available on their website. This 12.10 release has many changes: New GRUB 2 boot loader Graphics makeover for Ubuntu Greeter Remote login/remote desktop access added to Greeter log-in [...]

Read More
No Comments
linux news
Copyright 2008-2010 WiredRevolution.com. All rights reserved.