BSDanywhere 4.5

6 maggio 2009 - Fonte: http://linuxfreedomforlive.blogspot.com/
BSDanywhere è una Distribuzione livecd deriva da OpenBSD, basata su Enlightenment 17.
Ecco le novità della nuova versione 4.5 tratte dal Distrowatch:

We are pleased to announce the immediate availability of BSDanywhere 4.5 - Enlightenment at your fingertips. Here's a quick summary of the changes since 4.4: Upgrade base system to OpenBSD 4.5 and packages accordingly, please see the OpenBSD site for a...

Leggi il seguito »

How To Install and Test Samba

4 aprile 2009 - Fonte: http://linuxlandit.blogspot.com/
Preparing Samba for Configuration

This section of the Samba-HOWTO-Collection contains general info on how to install Samba and how to configure the parts of Samba you will most likely need. PLEASE read this.

Obtaining and Installing Samba

Binary packages of Samba are included in almost any Linux or UNIX distribution. There are also some packages available at the Samba home-page . Refer
to...

Leggi il seguito »

The Mozilla.org: Featured Projects, Mozilla Applications, Mozilla-Based Applications, Mozilla Labs Experiments and Mozilla Technologies

4 aprile 2009 - Fonte: http://linuxlandit.blogspot.com/

The Mozilla community produces a lot of great software. This page contains links to some of the most popular projects and also provides links to places where you can find even more projects.

A JavaScript implementation of an HashMap

27 febbraio 2009 - Fonte: http://gstefanoni.netsons.org/blog

Dear readers,

I feel in a sharing mood, for this reason I’ve decided to upload my implementation of an HashMap in Javascript.

// ------------------------------------------------- //
// ------------------- HASHMAP --------------------- //
// @description
//			javascript implementation of a java HashMap
// @author Giorgio Stefanoni
// @version 2009-02-08
//
// ------------------------------------------------- //

// ---> INDEX OF METHODS:
// clear; containsKey; containsValue; get; isEmpty; put;
// remove; size; values

/**
 * Object definition
 *
*/
function HashMap()
{
	this.map = new Object();
	this.size = 0;
}

/**
 * Resets the HashMap
*/
HashMap.prototype.clear = function()
{
	this.map = new Object();
	this.size = 0;
}

/**
 *...

Leggi il seguito »

Trojan su torrent di iWork 09

24 gennaio 2009 - Fonte: http://www.blogemini.com

Ebbene si il tanto temuto momento sembra essere arrivato…fino ad oggi i felici possessori di MAC dormivano sonni tranquilli e si beavano delle difficoltà di noi comuni utenti Windows che abbiamo quotidianamente a che fare con anti spyware, anti rootkit, antivirus ecc.

iwork

Forse però la musica sta cambiando, anche se nessuno mette in dubbio la stabilità del MAC, o meglio cominciano ad esserci i primi problemi…infatti dopo la falla del browser di Cupertino oggi tocca ad una versione di iWork 2009 che gira sui circuiti torrent.

Leggo...

Leggi il seguito »

OpenSUSE Linux 11.1 beta 1 released!

3 gennaio 2009 - Fonte: http://hitecheinternet.altervista.org/blog
OpenSUSE 11.1 also goes a step further with the release of beta 1, still far from the final version. For enthusiasts, many news program, which you can find below.

While the version 11 was launched in June, the free Linux distribution openSUSE 11.1 beta 1 Novell is now available to download. The release openSUSE 11.1 beta 1, we can find software updates, improvements and innovations. This distribution contains the Linux kernel 2.6.27 RC5, the desktop environment KDE 4.1.x and Gnome 2.24, the office suite OpenOffice.org 3.0 RC, Samba 3.2.3, X.org 7.4, GCC 4.3.2, PackageKit 0.3.2, Python 2.6 beta 3, Python 3.0 beta 3 and RC Xen 3.3.1.
The modules YaST security and partitioning have been rewritten, IPv6 support has been improved as OCFS2. There are new features Bluetooth, as BlueZ 4.6,...

Leggi il seguito »

Rilasciato il firmware v11.0.008 per Nokia Xpressmusic

25 dicembre 2008 - Fonte: http://www.nokialino.it

Nokia ha fattto un bel regalo di Natale a tutti i possessori di Nokia 5800 Xpressmusic, rilasciando una nuova versione del firmware 11.0.008
8954-8917nokiaexpress5800side

Ecco le novità

  • Homepage is not defined for Vodafone Live!
  • Last word disappears when selecting receiver in SMS
  • My Nokia: phone displays “#” in front of Application name
  • During Back-Up & Restore operation, calendar entries are not restored
  • Operator menu link within Welcome application
  • Invalid message...

    Leggi il seguito »

Il cestino sul Desktop in KDE 3

24 dicembre 2008 - Fonte: http://www.opensource2007.netsons.org/portal

Se come me utilizzate il "vecchio" e glorioso KDE 3.X questo è un trucchetto noto, che potete trovare ovunque, ma come sapete il mio blog è in una certa misura anche il mio blocco note :D

Perciò, se il cestino manca dal vostro Desktop, basterà creare un file con questo contenuto:

[Desktop Entry]
Comment=Contains removed files
EmptyIcon=trashcan_empty
Encoding=UTF-8
Icon=trashcan_full
Name=Cestino
Type=Link
URL=trash:/

e salvarlo come Cestino.desktop (e dove se non in ~/Desktop ?)
Aggiornate il desktop di KDE (tasto F5) e avrete il vostro bel cassonetto al suo posto :)
Pensate che sono talmente pigro che non lo avevo sistemato per mesi, quando sono andato a svuotarlo il povero PC ci ha messo 20...

Leggi il seguito »

[IT] Qualche ulteriore riflessione (in italiano) in merito al post “Constraints to overcome towards the “total” Netlabel” e alla mia risposta (in inglese) ad esso

8 dicembre 2008 - Fonte: http://eldino.wordpress.com
This contains some bonus comments by me about Thinnerism’s “Constraints to overcome towards the “total” Netlabel” article that are not contained into the english reply (read it here). I wrote these bonus comments in italian-only, because my english is not good enough to write ‘em properly in english. Sorry dudes. Non so se tutti voi masticate [...]...

Leggi il seguito »