Categorie

Archivio Articoli

Categorie

Commenti recenti

[Linux] Using vi as an hex editor

Linux

 

 

 

 

 

 

Using vi as an hex editor « linux instead

So, open a file in vi as usual, hit escape and type:

:%!xxd

to switch into hex mode.

And when your done hit escape again and type:

:%!xxd -r

to exit from hex mode.

Abilitare il modulo php mod_rewrite su Ubuntu

 

 

 

 

Da terminale lanciare il comando:

sudo a2enmod rewrite

quindi riavviare il server apache:

sudo /etc/init.d/apache2 restart

GaPiL – Guida alla Programmazione in Linux

GaPiL - Guida alla Programmazione in Linux