Archivi delle etichette: linux

usare git (anche con dropbox)

creazione progetto e repository git sulla prima macchina installare git (http://git-scm.com/download) creare una cartella per il progetto (ad es. progetto1), contenente file e cartelle che compongono il progetto spostarsi nella cartella della progetto bash$ cd progetto1 inizializzare il repository git … Leggi l’articolo completo

Inserito in IT, linux, mac, sviluppo web, windows | Etichette , , , , , | Lascia un commento

disable HFS+ journaling on Leopard to use disks read/write with linux

this article saved my life… http://castyour.net/node/40 the key was this command: yourcomputer:~ youruser$ sudo diskutil disableJournal force /dev/disk1s10 thanks to Las Ruinas De Gringobamba

Inserito in IT, linux, mac | Etichette , , , , , | Lascia un commento

samba force “user must change password at next logon”

After searching samba mailing lists and web for ways to do this it seems that pdbedit –pwd-must-change-time=(0 or current time) ‘username’ should do the trick (the man file for pdbedit or the samba manual does not mention how to do … Leggi l’articolo completo

Inserito in IT, linux | Etichette , , , | Lascia un commento

shell program for sending SMTP mail from a bash command line

SendEmail SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in … Leggi l’articolo completo

Inserito in IT, linux | Etichette , , , , , , | Lascia un commento

flexbackup

A flexible backup tool. flexbackup is for you if you have a single or small number of machines, amanda or bacula are “too much”, and tarring things up by hand isn’t nearly enough… i found it very useful, easy and … Leggi l’articolo completo

Inserito in IT, linux | Etichette , , , , , | Lascia un commento