Clark's Home page

Tecnicismi vari di un Sysadmin Linux ma anche qualcosa della sua vita

Archive for the ‘Web application’ Category

Come eliminare il browser Edge da una macchina Windows 10 —

Il browser di riferimento in azienda è Firefox, pur avendo a mio avviso perso molto smalto per tutta una serie di ragioni che vanno dalle affettive a quelle più pragmatiche di conoscienza e facilità di reperimento informazioni a oggi questa è la mia scelta. In windows 10 e 11 il browser di default è Edge […]

Il mio stack ELK —

Visto il momento attuale in cui la cyber criminalità la sta facendo da padrona, oltre al “pararsi le terga” in ogni modo possibile ed immaginabile una grossa fetta di lavoro è anche spazzolarsi i log di sistema macchina per macchina per vedere se c’è un qualcosa che non convince, ed è un lavoraccio immane. Guardando […]

Filebeat per host remoto —

L’agent sugli hosts remoti è filebeat quindi anche su questi ultimi si dovrà eseguire la procedura: root@sangiorgio:/home/guardian# wget -qO – https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add – OK root@sangiorgio:/home/guardian# apt install apt-transport-https root@sangiorgio:/home/guardian# echo “deb https://artifacts.elastic.co/packages/7.x/apt stable main” | tee /etc/apt/sources.list.d/elastic-7.x.list deb https://artifacts.elastic.co/packages/7.x/apt stable main root@sangiorgio:/home/guardian# apt install filebeat root@sangiorgio:/home/guardian# update-rc.d filebeat defaults Il file /etc/filebeat/filebeat.yml va […]

How to install ZendTo on Devuan Beovulf —

Dopo diversi anni ZendTo che  avevo provato qualche anno fa e che per vari motivi non era partito è tornato necessario. Il motivo principale è che a seguito della pandemia ho visto cose che mi hanno terrorizzato, e quindi non me la sono sentita di lasciare attivo il server FTP, inoltre c’è da aggiungere che […]

ZendTo configurazione —

I files di configurazione si trovano in /opt/zendto/config quelli che ci interessano sono: internaldomains.conf che stabilisce i domini che sono autorizzati a ricevere files. preferences.php che stabilisce tutti i parametri php specifici per ZendTo zendto.conf che stabilisce le configurazioni dell’interfaccia utente. Una volta configurati i tre files si tratta di aggiungere gli utenti che possono […]

Zendto internaldomains.conf —

# In here you can list the domain names that contain email addresses of # your own users. # When people from outside your organisation try to send dropoffs, # they can only send them to people *within* your organisation. # (Else people outside would use your service to send pr0n and ware2 to # […]

ZendTo zendto.conf —

Le configurazioni dell’interfaccia utente # This file contains all the user-interface settings for ZendTo. # You will not need to change much in here to start with, but do look # for the strings “soton”, “Southampton” and “ECS” to be sure it has # the correct name of your organisation and site. # # The […]

ZendTo preferences.php —

Il file è lunghissimo e di seguito riporto solo i valori che ho cambiato ‘serverRoot’ => ‘https://grecale.myfirm.com/’, ‘recaptchaPublicKey’ => ‘1111111111111111111111111111111111111111111’, ‘recaptchaPrivateKey’ => ‘11111111111111111111111111111111111111111111’, ‘defaultEmailDomain’ => ‘Myfirm.com’, ‘SMTPserver’ => ‘webmail.myfirm.com’, // If blank, will use PHP mail(). See above. // SMTP port number. Usually 25, 465 or 587. ‘SMTPport’ => 587, // What encryption to use: […]

Hide picture