-
Docker : Portainer
Een reactie plaatsenfebruari 25, 2020 door Tim
docker run -d -p 8000:8000 -p 9000:9000 –name=portainer –restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
-
Docker : Home Assistant / Portainer Install
Een reactie plaatsenfebruari 25, 2020 door Tim
docker run -d \ –name=”hass” \ –restart on-failure \ -v /hassio/hass_config:/config \ -e “TZ=Europe/Brussels” \ -p 8123:8123 \ homeassistant/home-assistant
-
Scrum Basics
Een reactie plaatsennovember 21, 2019 door Tim
What is Scrum? Scrum is a simple empirical process that enables teams to build products incrementally in iterations, to keep …
Lees verder -
Get your windows serial number product key
Een reactie plaatsennovember 18, 2019 door Tim
Save this script as “mykey.VBS” and double click it. You can CTRL+C while it’s shows the key to copy the …
Lees verder -
VFS: unable to mount root fs on unknown- block(179,7) running Raspbian on top of NOOBS
Een reactie plaatsenfebruari 5, 2019 door Tim
boot raspberry hold shift do alt+F2 to go to commandline login as root:raspberry > command line #-sign is visible fdisk …
Lees verder -
Drag and Drop not working in Outlook office 365
Een reactie plaatsennovember 4, 2018 door Tim
Press the ESC key repeatedly. Make sure that the Outlook window is active, and press the ESC key several times. …
Lees verder -
PHP tricks simplified – return only duplicated entries from an array
Een reactie plaatsenoktober 31, 2018 door Tim
return only duplicated entries from an array Try: $arr2 = array_diff_key($arr, array_unique($arr)); case insensitive: array_diff_key($arr, array_unique(array_map(‘strtolower’, $arr)));
-
Windows 10 – fix network adapter connection issues [SOLVED]
Een reactie plaatsenoktober 31, 2018 door Tim
ach time I want to log onto windows 10 after a boot sequence I ran into the problem my network is disconnected.
-
UTF8 Command prompt (chcp)
Een reactie plaatsenfebruari 5, 2018 door Tim
I don’t like change the system. This creates a lot of problems for me. I created a batch file: @ECHO …
Lees verder -
Mysql innodb tweaks
Een reactie plaatsennovember 2, 2017 door Tim
Copy into the mysql my.ini # Comment the following if you are using InnoDB tables #skip-innodb innodb_data_home_dir = “G:/xampp/mysql/data” innodb_data_file_path …
Lees verder