Psp custom firmware 5.0 m33 errore 80020148
Posted by admin in Uncategorized on April 7, 2010
Ebbene si ho anche io la psp ( dal primo giorno di uscita ) e fin dall’inizio sono sempre stato attratto dalla possibilità di installare software homebrew.
L’altro giorno , provando a far funzionare un umd, avendo una versione vecchia del firmware installato, mi sono ritrovato con l’errore 80020148, perchè quel gioco richiedeva un fw maggiore del 5.50.
Avendo il 5.0 e non avendo voglia di aggiornare, ho cercato un po in internet e ho trovato la soluzione a tutti i miei problemi.
Read the rest of this entry »
Ubuntu server installato in un iMac e spegnimento monitor
Posted by admin in Informatica, Linux, Ubuntu on March 25, 2010
Al lavoro, per lavoro di analisi, c’è bisogno di generare dei grafici che poi vengono interpretati da chi decide.
Per fare questo abbiamo degli script in perl che , utilizzando la libreria Chart::clicker genera dei png con i grafici.
Succede che i pc su cui girano questi script, siano degli iMac, i quali , una volta installata ubuntu in versione server, tendessero a scaldare, perchè il monitor non si spegneva mai ( essendo la versione server installata ).
Googlando ho scoperto il tool vbetool il quale , dando un domando da terminale, fa spegnere e riaccendere il monitor.
Per installarlo
sudo apt-get install vbetool
e per spegnere il monitor
vbetool dpms off
mentre per riaccenderlo
vbetool dpms on
facendo così il monitor si è spento e la temperatura di questo imac si è notevolmente abbassata
Yeppa
Apple macbook , windows 7 e wireless.
Posted by admin in Informatica on January 7, 2010
Come regalo di natale, e vista la dipartita del mio portatile, mi sono comprato un macbook nuovo di pacca. Pur trovandomi bene con Snow leopard per cose “importantissime” ho installato windows 7.
Read the rest of this entry »
Windows 7 God Mode :)
Posted by admin in Uncategorized on January 5, 2010
Disclaimer: Voci dicono che il trucco in questione , se provato su vista 64 bit provochi dei fastidiosi crash, mentre 7 64bit , 7 32 bit e vista 32 bit funzionano senza problemi
Avete mai giocato a doom e attivato il God Mode ?
Bene, adesso questa modalità si sposta dal mondo dei videogiochi al mondo dei sistemi operativi ![]()
Cos’è ?
Sostanzialmente un pannello di controllo esteso
( Non per niente si chiama Master Control Panel )
Come si crea ?
Basta creare una cartella , ovunque vogliate e chiamarla
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Fare doppio click e il pannello si mostrerà in tutto il suo splendore
Tip: se al posto di GodMode ci mettete eTipMode abiliterete l’eTipMode ![]()

How to add an admin user in mac os without password
Posted by admin in Informatica on June 24, 2009
Disclaimer : this is intentended to be just a tutorial for teaching reasons. Please don’t do any damage , steal data or something like this using this guide.
Yesterday, i attended a “great” trainee course.
During the night, an accident broked up the telephone line, so our internet connection was fu**** up .. i was soooo bored
I had an apple Iphone so, i’ve tried to see if i can use it like modem using the thetering option enabled with firmware 3.0, but i had ad unprivileged account in that machine… so i had the need to add a temporary admin user to correctly configure pc to use my cellphone
this is how i’ve made it.
User is called testuser and it’s password is test
boot into single-user mode (hold down cmd-S during early startup
/sbin/fsck -fy
/sbin/mount -uw /
launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist (to be able to use dscl that is the Directory Service command line utility )
dscl . -create /Users/testuser
dscl . -create /Users/testuser UserShell /bin/bash
dscl . -create /Users/testuser RealName “Test User”
dscl . -create /Users/testuser UniqueID 510 (i've choosen this value randomly, but there is some methods to choose it correctly, check the notes below)
dscl . -create /Users/testuser PrimaryGroupID 80 (add user to admin group)
dscl . -create /Users/testuser NFSHomeDirectory /Users/testuser (note this is changed from above)
dscl . -passwd /Users/testuser test
dscl . -append /Groups/admin GroupMembership testuser
exit
then restart your pc after login window appears
and than login with the new user
To delete the user :
[boot into single-user mode with cmd-s
/sbin/fsck -fy
/sbin/mount -uw /
launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
dscl . -delete /Groups/admin GroupMembership testuser
dscl . -delete /Users/testuser
cd Users
rm -rf testuser
exit
Enjoy your admin privileges and i raccomend to you again , don’t do any damage !
Vodafone internet key k3715 E180, come usarla con altri operatori ( tim , wind , 3 )
Posted by admin in Uncategorized on May 6, 2009
Prima di tutto, la procedura potrebbe invalidare la garanzia, quindi … eseguitela a vostro rischio e pericolo
Seconda cosa, provato con ubuntu, e non è stato necessario fare nessuno di questi passaggi
Requisiti
- Vodafone internet key K3715 /E180
- Computer con windows installato… (uhmpf)
Per prima cosa avete bisogno di scaricare il file della dashboard da qui Read the rest of this entry »
Apple aluminium slim usb keyboard , ubuntu 9.04 , and incorrectly swapped keys
With the release of the brand new Ubuntu, a new X server was introduced.
Because of this my apple aluminium keyboard has incorrectly swapped two keys.
With old ubuntu change the compatibility option in control panel was enough, but with the new version that is simply ignored.
Using Iphone as modem. Tethering
Posted by admin in Informatica on January 25, 2009
Well, one of my cellphones is an Apple iPhone.
Because of a flu , that confined me to bed , i had the needed to use iphone to connect to internet from my mobile pc.
First of all: You need a jailbreaked iPhone to do that, so if you don’t have one and you don’t want to make the jailrbeak … you can stop reading.
Well first of all i installed from cydia the program called iphonemodem. After that you need to install a little client into your pc. You can download it from here ( Mac version ) or if you have a windows pc from here
After that the configuration is simple. Launch the iphonemodem in your pc and push connect. This will create a new wi-fi network called iphonemodem. open wi-fi preferences in iphone and connect to that network, after that open modem application in your iphone and start to surf the web . Quite simple uh ?
How does it work ? ( From the official site )
iPhoneModem has two sides: the Modem application on the iPhone and the iPhoneModem helper for the Mac or the PC
On the computer, the helper application creates a new computer-to-computer (or ad-hoc) WiFi network and configures the system preferences to use the iPhone as a proxy.
On the iPhone, the application opens DNS, HTTP, HTTPS and SOCKS proxies and connects to the helper on the computer.
Tim internet key, confrontiamo le tariffe
Posted by admin in Informatica, telefonia on January 13, 2009
Un veloce specchietto delle tariffe TIM per la navigazione internet mobile
Nome : Alice Mobile Data Kit 10 Flexi
Costo : 10€ al mese
Durata minima : 24 Mesi
Cosa offre :
Chiavetta in comodato d’uso
20 Ore di navigazione in blocchi da 15 minuti. Il Traffico non consumato viene azzerato, in caso di superamento della soglia delle 100 ore verrà applicata una tariffa di 2€/ora.
In caso di recesso anticipato TIM addebita il saldo delle rate residue e un indenizzo per recesso anticipato
============================================
Nome : Alice Mobile Data Kit 25 Flexi
Costo : 25€ al mese
Durata minima : 24 Mesi
Cosa offre :
Chiavetta in comodato d’uso
100 Ore di navigazione in blocchi da 15 minuti. Il Traffico non consumato viene azzerato, in caso di superamento della soglia delle 100 ore verrà applicata una tariffa di 2€/ora.
In caso di recesso anticipato TIM addebita il saldo delle rate residue e un indenizzo per recesso anticipato
============================================
Nome : Alice Mobile PC 20 Flexi
Costo 20€ al mese
Durata minima : 24 Mesi
Cosa offre :
ASUS Eee PC 701 Linux 4GB
Chiavetta Internet
30 ore al mese, se in un mese si superano le 30 ore è possibile acquistare altre 30 ore con 10€ di spesa. I 10 € extra verranno automaticamente scalati dal credito residuo al superamento delle 30 ore
In caso di recesso anticipato TIM addebita il saldo delle rate residue e un indenizzo per recesso anticipato
============================================
Nome : Alice Mobile PC Plus
Costo 35/40 € al mese in base al pc scelto
Durata minima : 24 Mesi
Cosa offre :
Un netbook a scelta fra 7
Chiavetta Internet
100 ore al mese in blocchi da 15 minuti Il Traffico non consumato viene azzerato, in caso di superamento della soglia delle 100 ore verrà applicata una tariffa di 2€/ora.
In caso di recesso anticipato TIM addebita il saldo delle rate residue e un indenizzo per recesso anticipato
============================================
Nome : Alice Mobile PC Prestige
Costo 50/70 € al mese in base al pc scelto
Durata minima : 24 Mesi
Cosa offre :
Un portatile a scelta fra 4
Chiavetta Internet
100 ore al mese in blocchi da 15 minuti Il Traffico non consumato viene azzerato, in caso di superamento della soglia delle 100 ore verrà applicata una tariffa di 2€/ora.
In caso di recesso anticipato TIM addebita il saldo delle rate residue e un indenizzo per recesso anticipato
============================================
Nome : Maxxi Alice 100h Prepagati
Costo 5 € attivazione 20 € al mese
Durata minima : —
Cosa offre :
100 ore al mese in blocchi da 15 minuti Il Traffico non consumato viene azzerato, in caso di superamento della soglia delle 100 ore verrà applicata una tariffa di 2€/ora.
Offerta attivabile/rinnovabile fino a scadenza
============================================
Nome : Maxxi Alice 150h Prepagati
Costo : 25 € il primo mese ( 5€ di attivazione e 20 di servizio ) 20 € i mesi successivi
Durata minima : —
Cosa offre :
150 ore al mese usufruibili dalle 17 alle 9 e nei week end a scatti di 15 minuti, a rinnovo automatico. Per il rinnovo automatico è necessario che nella scheda ci siano almeno 23€ di credito telefonico
Error on updating wordpress to 2.7 : Cannot redeclare pclziputilpathreduction()
Posted by admin in Informatica, Linux on December 11, 2008
Well, today wordpress 2.7 has been released…
One of the advertized new feature was the auto upgrade function for the wordpress core. So.. let’s start the upgrade, but something went wrong. i got this error :Cannot redeclare pclziputilpathreduction(). After a little googling i’ve discovered that it was a problem with the WordPress Automatic Upgrade. So i disabled the plugin and everything went smooth
Happy wordpress 2.7 to all

![[Google]]( http://www.e-tip.net/blog/wp-content/plugins/easy-adsenser/google-light.gif)