The archives for June, 2008


Down 26

Debian vs Xandros on Eee PC?

It seems that Debian and Asus have intention to collaborate in order to plan a software for Eee PC. This message on mailing list of Debian Eee PC the lascerebbe ones to mean, thus like from previewing here that the future versions of Eee PC can be equipped with a modified version of Debian rather than one of Xandros, the step is short.
It even exists also wiki (in Italian) with all explanations of the case and a procedure of installation of a version of development of Debian Lenny with kernel the 2.6.24. Although the graphical interfaces can have a sure likeness is clearly that Debian will improve the support altogether software regarding Xandros; for es. the installation of the packages could be very easier, or the configuration of the wifi…
Creed that with Debian as O.S of default Eee PC will make a remarkable step ahead and will be sure more attractive to one wraps of immenser user; at least this is my thought!

Down 25

Seamless windows on Virtualbox

You want a demonstration of the transparent modality of virtualbox? Here a screenshot of example that resumes a window of resources of the perfectly integrated computer of winxp in my Ubuntu Hardy Heron:  seamlessvirtual.pngHow it is made? Following my guide for the installation and configuration of Virtualbox and, once installed winxp like guest, it is necessary a simple Ctrl Shift L.

Down 25

Nokia buys Symbian

Nokia acquires Symbian and the news could calmly pass unnoticed and catalogued like a simple share buying and selling action, if it were not for the announcement of the formation of the Symbian Foundation. The foundation comprises members of the bore of Nokia, Sony Ericsson, Motorola, NTT DoCoMo, AT&T, LG Electronics, Samsung Electronics, STMicroelectronics, Texas Instruments and Vodafone, and all will have approached the code of Symbian under a licence royalty-free. The idea would be that to join Symbian, S60, UIQ and MOAP in order to create a platform open source for dispositive furnitures in a position to contrasting the O.S of LiMo Foundation and Google Android. But sapete qual'è the more important news? At least from my point of view it is the renewed interest that Nokia extension towards the open source. It very makes to hope; you do not believe?

Down 24

You want to measure…

You have wish to measure the speed of your logon of net? Wished to see as time the data come memorizzati in rows? There is speedometer!
It is a software written in python that it allows us to monitorare net interfaces, logons in dial-up, the speed with which I succeed to write given in filesystem the etc… On Debian/Ubuntu the installation happens with more the classic of sudo apt-get install speedometer (on hardy comes installed version 2,4, if instead you want last the 2,6 you must resort to sources), while for all the others distro it is necessary to unload sources and, like root, launch these commandos:

  • cp speedometer.py /usr/local/bin/speedometer;
  • chown root: /usr/local/bin/speedometer;
  • chmod 755 /usr/local/bin/speedometer.

For the use enough to write speedometer on shell and you a page with the main options will be introduced, while on the site of the plan, rintracciabile to the link of which over, there are a series of enough intuitivi examples. For how much it regards to me I have measured the speed of my logon in ppp0 with the following commando: speedometer - tx ppp0. Here the screenshot: speedometer.png

Down 24

Checkinstall car-apt

figotip.jpgYou want to compile from sources but not sapete like removing a software in necessity case? The commando helps us checkinstall. What makes? It holds trace of the rows installed from make install, creates packages deb or rpm it adds and them to the database, thus that in order to remove them it is possible to use the package manager of ours distro. How it is settled? With I sudo apt-get install checkinstall. Council also to use car-apt that controls the dependencies. It settles itself with sudo apt-get install car-apt.
Now, qual'è the compilation procedure? This:

  1. car-apt run ./configure (rather than only ./configure);
  2. make;
  3. I sudo checkinstall (rather than make install).