Архиви на блога

mysql import all sql files from directory

for SQL in *.sql; do  echo importing $SQL; mysql -u user  -ppassword table< $SQL;rm $SQL; done

С етикет: , , , , , ,
Публикувано в linux

xinetd

До сега не се бях замислял колко мощен може да бъде xinetd докато не прочетох следната статия You can use the simple but powerful xinetd on your Linux server to monitor almost anything on the server. Since xinetd just holds

С етикет: , ,
Публикувано в linux