Come effettuare un Backup del nostro MBR e come ripristinarlo

Il master boot record (MBR), in informatica ed elettronica, nell’ambito dell’architettura dei PC IBM, è quel settore dell’hard disk di un computer, noto anche come settore di avvio principale, composto dai primi 512 byte (mezzo kilobyte) del disco, che contiene la sequenza di comandi/istruzioni necessarie all’avvio (boot) del sistema operativo, tipicamente il boot manager/boot loader del sistema. Puo essere utile ... Continua a leggere »

Aggiungere il Timestamps alla History di Linux

Quando consultiamo la history, può essere utile avere il timestamp di ogni singolo come cosi da poter ricostruire la storia di un eventuale errore. Per abilitarlo basta aggiungere questa riga al file .bash_profile contenuto nella home dell’utente che ci interessa ex. root export HISTTIMEFORMAT=”%F %T ” Dopo la vostra history dovrebbe presentarsi in questo modo: Saluti Continua a leggere »

WordPress: Gestire le variabili $_SESSION

Per gestire le variabili $_SESSION in WordPress si trova molto materiale in giro sulla rete. Non sempre però questo funziona realmente: plugin, guide, etc….alla fine c’è sempre qualcosa che non torna. Ecco ho fatto tornare i conti! Per gestire le variabili $_SESSION[] all’interno di WordPress, la prima cosa da fare è aprire il file functions.php del vostro tema e inserire ... Continua a leggere »

Fonera SSH Access

Oggi vi spiego come ottenere l’accesso SSH su una Fonera. I modelli supportati sono: [list style='regular'] [list_item]FON2100A[/list_item] [list_item]FON2100B[/list_item] [list_item]FON2100C[/list_item][list_item]FON2200[/list_item] [/list] Di base la porta 22 utilizzata dal protocollo SSH è bloccata, oggi vi insegno a sbloccarne l’accesso e a renderlo permanente. La seguente modifica vale per firmware da 0.7.0r4 a 0.7.1r1 per firmware più recenti la modifica non è più ... Continua a leggere »

Fonera 2200 Hacked with DD-WRT

[image src='http://www.paolodaniele.it/wp-content/uploads/2013/11/LaFonera_2200a.gif' width='200' height='300' title='' align='center'] Thanking my buddy Frank who borrow me a Fonera2200 to use it as AP, i’m going to explain you how to hack the fonera with dd-wrt firmware! This howto is pretty simple but you need to know that a brick is always possibile! Let’s get started by downloading all the required software: FonFlash( Versione ... Continua a leggere »

Fonera 2200 Hack con DD-WRT

Sempre grazie al mio amico e compare Frank che mi ha prestato una Fonera2200 da usare come AP! Oggi vi spiego come mettere il firmware DD-WRT sulla Fonera Fon2200. La procedura è abbastanza semplice anche se il rischio di brick dell’ap è sempre alle porte!! Iniziamo scaricando tutto il necessario: FonFlash( Versione Windows , Versione Linux, Versione OSX) WinPcap driver ... Continua a leggere »

Postfix Admin Update

Usually everyone who administrate Linux mail servers, use Postifix Admin to manage the email accounts! Last Saturday i’ve uploaded it to our TLCWEB servers and everything works fine…..until…. Yesterday i’ve opened an account to modify it and as magic it shows me an error message: Invalid query: Unknown column ‘local_part’ in ‘field list’ Please check the documentation and website for ... Continua a leggere »

Mikrotik Point-to-Point Bridge

Here’s how to make a point to point link using two CPE Mikrotik SXT .Many thanks to my friend Frank for images in this tutorial ! connect the first of two Mikrotik SXT to a PC , giving an address to the LAN (hint: use 192.168.88.100/24 ​​) . We use the winbox tool ( available here ) and connect through ... Continua a leggere »