Archive for the 'gnome' Category

04
May
11

slow internet after kernel upgrade

You recently upgraded your Linux kernel or changed your distro and Internet became suddenly slow ? You tried everything from disabling ipv6 support, MTU improvement to DNS tweaks ?

Generally the connection behaves normally for a few minutes and then speed dramatically decrease

Well if you’re using Wifi (especially an Atheros chipset), it’s probably a stupid module problem try typing:

sudo modprobe -r ath5k
sudo modprobe ath5k nohwcrypt

Now check if the connection is as fast as usual, if it’s OK, you can make this modification permanent using this command (tested with Ubuntu) :

sudo sh -c "echo 'options ath5k nohwcrypt' >/etc/modprobe.d/custom-wireless.conf"

Enjoy fast surfing!

15
Mar
11

howto: Speed up your Linux up to 10x

You’ve probably heard about the 200 lines kernel patch that makes wonders ? Well there’s an easier way to dramatically increase your Linux Distro reactiveness and obtain a similar result, I tested it and it’s really working , this is for Ubuntu:

“Script To Automatically Apply the “200 Lines Kernel Patch” Alternative In Ubuntu”


For other distros:

Continue reading ‘howto: Speed up your Linux up to 10x’

12
Oct
10

Swiftfox no flash sound problem

You’ve installed Swiftfox and you’ve got no sound while playing flash videos ? If you’re an Ubuntu user don’t bother yourself with the myriads of proposed solutions and install the flashplugin-nonfree-extrasound package.

Swiftfox is a closed source app, there’s an excellent open source alternative : Swiftweasel, give it a try it’s as fast and lightweighted. For Mac users try Camino.

Both of this two apps can be translated using the official Mozilla language files, go to this url:

http://releases.mozilla.org/pub/mozilla.org/firefox/releases/

Select your version and check /linux-i686/xpi/ click on your xpi language file and it will install automatically.

swiftfox

10
Nov
09

OpenVPN connected but No Surf in Ubuntu

If you’re using an OpenVPN Server to surf in Ubuntu, maybe you experienced this strange problem : you can connect but you cannot surf icon_questiongif !    This how to fix it...


vpn

Continue reading ‘OpenVPN connected but No Surf in Ubuntu’

05
Nov
09

Ext3 read problems under Windows

Maybe you recently discovered that just after a fresh install of the last version of your favorite Linux Distro, apps like explore2fs, Acronis True Image or the Ext2/3 Driver for Windows couldn’t read no more your Ext3 Filesystem, Acronis True Image even complaining about “Partition Errors”.

This is due to the fact that most of new distros (starting from version 8.10 concerning Ubuntu) are using the inode 256 structure by default for their filesystem. There’s pretty much nothing to do about that, the only way to switch back to the well-supported inode 128 is to reformat your hard drive…icon_surprisedgif

Acronis True Image Home 2009 (build 9709) is the only version that supports inode 256 (Business/Workstation 2009 don’t, nor 2010 versions), you can still switch to CloneZilla or Partimage which are excellent (and free) alternatives to True Image or Ghost.

21
Jul
09

Howto: Share an NTFS Drive under Linux with Mac

 

Recently I wanted to share my external NTFS Hardrive connected to my Linux desktop station with my Mac Laptop. I thought about using NFS but I prefered Samba to be able accessing the drive using Windows… Continue reading ‘Howto: Share an NTFS Drive under Linux with Mac’

15
May
09

Howto : Connect to a Linux Server with a Windows Client in Graphical Mode

If you’ve got VNC installed* on your *nix server it’s really easy, launch the vncserver service
( type vncserver in a terminal, you can do it being root or a simple user)

If it’s the first launch you’ll be invited to create a password. (You can change it later by typing vncpasswd)

Launch your Widows VNC Viewer Client and connect to your server’s IP or host indicating the port 5901
(It should be open on the server) ie :

192.168.1.666:5901 or servername:5901

Et voilà !

* Install: Depending on your distro you’ll need vnc vnc-server vnc-java or xvncviewer vncserver vnc-java.

vnc-java is used to connect using a web browser, check the VNC FAQ if you wanna know more about this.

17
Apr
09

Howto: Take a screenshot in Mac OSX

You’re new to mac and you don’t find the Print Screen button ? You can take take three types of screenshots in Mac OSX without using third parties software :

1) A fullscreen capture : just hold down the apple button (Command), SHIFT and press 3.

2) A selection screenshot : Hold down the apple button, SHIFT and press 4, you’ll get a crosshair cursor to select the area to capture.

3) A window capture : If you want to do a perfect match capture of the currently active window, just hold down the apple button, shift, press 4 and then press spacebar you’ll get a camera cursor just left-click and here we are. (If you wanna do the same in GNOME and Windows just hit Alt+Print Screen)

All the screenshots are automatically saved on the Desktop.

macosx

Many people criticize the commercial aspect of Mac OSX but you can’t deny that it’s really user-friendly and smartly designed (even if the HFS/HFS+ filesystem peformance is controversial )…

16
Apr
09

Best PPC Linux Distro

You’re looking for a recent distro for your old iBook or PowerPC ? You can always try Ubuntu PPC but you have to know that even if it’s still developed it’s no longer supported by Canonical since 2006.

qt4_opensuse_installerpng

The best solution is OpenSuse, you’ve got an official distro with all the modern stuff inside (Compiz and like).

16
Apr
09

Address Bar in Dolphin and Nautilus

Do you want to see the whole URL like in a web navigator in Nautilus/Dolphin ? You can switch to this mode by hitting CTRL+L to show the complete editable location not flat buttons. To make it persistent, do this :

nautilus-location

KDE4 // Dolphin :

Start Dolphin » Settings » Configure Dolphin » check “Editable location bar”

Gnome // Nautilus :

Press ALT+F2, run gconf-editor, look for “/apps/nautilus/preferences/always_use_location_entry” and activate it




Follow

Get every new post delivered to your Inbox.