Per annullare l’ultimo push: “git reset –hard HEAD^” for one commit behind HEAD or “HEAD^^” for two commits behind HEAD – one ^ for each commit behind HEAD. I prefer this way. per connettersi (git clone): ssh://[email protected]:22/home/git/project2.git http://kovshenin.com/2011/howto-remote-shared-git-repository/ So Github doesn’t work for you? This article is about setting up …
exim how to add a domain and a user ||| aggiungere utente, dominio
andare su /etc/exim4/virtual e aggiungere il file dominio e la coppia utente /etc/exim4/update-exim4.conf.conf la riga da modificare è questa: dc_other_hostnames=’dominio1.com:dominio2.com,etc..” dove c’erano già gli altri domini, ho aggiunto dominio3.com. restart /etc/init.d/dovecot restart /etc/init.d/exim4 restart
Email for multiple virtual domains with exim4 dovecot
This is a Tutorial about setting up the email server exim4 on Debian and enable it with for multiple virtual domains
backlit keyboard on laptop Asus n56v with Xubuntu Linux
How to enable backlit keyboard on Asus n56v using Xubuntu Linux first become root su then to switch ON echo 3 > /sys/class/leds/asus::kbd_backlight/brightness on to switch OFF echo 0 > /sys/class/leds/asus::kbd_backlight/brightness off
Apache Settings Virtualhost
Here an example of a setting for Apache virtualhost First of all install apache2 if is not installed then chose www-data as owner of the directory var/www recursively create the directory www.esempio.it create the directory www.esempio.it/cgi-bin for log files create the directory /var/log/www.esempio.it [shell] apt-get install apache2 chown -R www-data:www-data /var/www …
.bash_login in osx è .profile
.profile è in osx equivalente a .bash_login
Install in Debian Linux xdebug netbeans
Install in Debian Linux xdebug netbeans