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...

Continua a leggere...

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...

Continua a leggere...

  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

Continua a leggere...

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...

Continua a leggere...