Linux @ 28 November 2010, “No Comments”

go to http://hplipopensource.com/hplip-web/install_wizard/index.html

However still I could not manage to solve the problem.

Hey back again did what it said here and yes everything is fine again.

http://ubuntuforums.org/showpost.php?p=4888291&postcount=9

Tags:
Linux @ 08 November 2010, “No Comments”

Adopted from http://www.linux.org/docs/ldp/howto/Bash-Prompt-HOWTO/x237.html Let’s see :

When a file is sourced (by typing either source filename or . filename at the command line), the lines of code in the file are executed as if they were printed at the command line. This is particularly useful with complex prompts, to allow them to be stored in files and called up by sourcing the file they are in.

In examples, you will find that I often include

#!/bin/bash

at the beginning of files including functions. This is not necessary if you are sourcing a file, just as it isn’t necessary to

chmod +x

a file that is going to be sourced. I do this because it makes Vim (my editor of choice, no flames please – you use what you like) think I’m editing a shell script and turn on colour syntax highlighting.

Linux @ 03 November 2010, “No Comments”

I am using Ubuntu since 8.10 and in recent months I started to use more frequently. However as I upgraded to 10.04 it really started to respond slower. I am looking for an advice on the net for this situation apart from a fresh install. As I find a solution I will share here.

Here again. I applied the things in here and well now it is faster. Actually I could not follow the updates whether if an update fixed the problem but in my opinion etc/hosts fixes it.