Materialize CSS framework su Yii2

September 3, 2020, 12:00 am

Da questo link:

Materialize

puoi scaricare il framework

E' molto semplice aggiungere materialize framework nella tua Yii2 App.

First way (Not suggested):

Copy all needed CSS and JS files into your public web directory. Then in your frontendassetsAppAsset class add the following lines...

Continue Reading...

Free Syslog Servers

Recentemente ho scoperto che il mio router di casa, un Netgear DG834G, è in grado di inoltrare i suoi messaggi di log a un dato server syslog. Quindi, ho pensato: perché non usare il mio nuovo brillante Raspberry Pi come server syslog? Il seguente post spiega come farlo, usando il demone rsyslo...

Continue Reading...

  1. Apri il command prompt

  2. Digita il comando qui sotto sostituendo i percorsi della cartella su onedrive e quella della risorsa che vogliamo sincronizzare

mklink /j "%UserProfile%OneDrive/Folder Name/Full path of source folder

Continue Reading...

Cronetab avvio app al boot di Debian 10

July 20, 2020, 12:00 am

crontab -e

# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# min...

Continue Reading...