Archive

Posts Tagged ‘linux’

Using the Canon LBP2900 with Snow Leopard

June 29th, 2010 gg1 5 comments

The Canon i-sensys LBP 2900 is a fantastic laser printer, but Canon doesn't offer a strong support for Linux and Mac OS X.

In this article I'll show you how to use the Canon LBP 2900 with Mac OS X 10.6.x (Snow Leopard) on a Mac mini.

Categories: Mac OS X Tags: , ,

AspireOne wifi led with ubuntu 9.04

December 20th, 2009 gg1 No comments

If, on your AspireOne 110 with Ubuntu 9.04, you kincannot see the wifi led blinking you can execute the following commands:

gg1@piccoletto:~$ sudo -s

[sudo] password for gg1: 

root@piccoletto:~#  apt-get install linux-backports-modules-jaunty

Just wait for the completion of the last command then reboot the AspireOne.
 
Now the wifi led should work.
 
gg1
 

Aspire One fan control with Ubuntu Linux

December 12th, 2009 gg1 No comments

Hi all,

Under Ubuntu 9.04 Netbook Remix my Aspire One has its fan always on, this generates two problems, the first one is linked to the power consumption (the fan reduce the battery autonomy) and the second one is the noise (the fan isvery noisy).

Using xargs to parallelize and speed up jobs.

December 8th, 2009 gg1 No comments

Often we look for new way to boost up our work, so we write a lot of code to perform jobs at high speed.
Sometimes the right way is the old way, specially if we need to do repetitive jobs. To do this kind of jobs we can use the xargs command, this command used in pipe with other commands can automate our jobs.
For example if we want to remove all C files from a directory and from all subdirectory recursively we can do the following:

Connecting to the internet with Nokia N78 and Ubuntu Jaunty Jackelope

November 23rd, 2009 gg1 No comments

The Nokia N78 mobile phone works very well with Ubuntu Linux 9.04, you can find the procedure to activate the broadband connection going to the Nokia N70 and Ubuntu Linux page.

If you have problems with this procedure make sure that your OS sees the N78 correctly, connect your phone to the USB port and follow these steps:

October 2009 OS’s and Browsers War

November 7th, 2009 admin No comments

Hi all,
as usual this month, the absolute masters of this site are Firefox 3.0 for the browsers and Windows XP for the Operating Systems.
About the Operating Systems:“Linux i686”, “Mac OS X” and "Windows Vista" have gained the few points lost by Windows XP.
About the Browsers: Firefox 3.5 has the best performance, gaining a lot of points on Firefox 3.0, the transition is going to finish.

How to produce a beep using built-in speaker from the command line interface?

October 2nd, 2009 gg1 No comments

On Windows systems (XP or Vista) you can play a beep using the Win32 MessageBeep operating system function.

rundll32 user32.dll,MessageBeep

On Windows platforms you can also use the following command:

echo ^G

You can obtain ^G by pressing together the control key and the "g" key on your keyboard.

Growth Rate, Os’s and Browser’s War – August 2009

September 16th, 2009 admin No comments

Hi all,

this month we have the same number of visitors but a large increase of page viwes.




  January February March April May June July August
V 7,97 8,42 11,75 15,65 13,96 14 24,7 24,8
P 16,8 17,4 18,62 20,8 19,75 22,4 38,3 47,8


Installing Firefox 3.5 or Firefox 3.6 on Ubuntu

July 8th, 2009 gg1 No comments

With the following script you can install Firefox (version 3.5  or version 3.6)  on your ubuntu box.

I have checked this script on ubuntu 8.10 umpc, Ubuntu 8.10 and Ubuntu 9.04. This script should also work with Ubuntu 9.10, If you use this script to install Firefox3.5/6 on Ubuntu 9.10 please leave a comment to this post.

How to Auto Login To Ubuntu

June 27th, 2009 gg1 No comments

Sometimes  could be useful to get automatic access to your Ubuntu box.

Imagine you want a default user that can access the Inernet, You could create the user with the specifics authorizations then with the autologin nobody of the users of your Ubuntu box needs to authenticate.