Categorie archief: Uncategorized
-
Prestashop – Printful module – Error 500 [FIX]
Een reactie plaatsenmei 28, 2023 door Tim
Are you trying to connect your Prestashop store with Printful, but keep getting that annoying Error 500 message? Don’t worry, …
Lees verder -
Fixing React-Admin fetch of the CORS X-Total-count Header
Een reactie plaatsennovember 17, 2022 door Tim
React-Admin is a great tool for creating admin interfaces, but one issue you may run into is fetching the X-Total-count …
Lees verder -
Jira copy/duplicate Epic and its User Stories in bulk
Een reactie plaatsenoktober 3, 2022 door Tim
Jira does not have the ability to copy Epic’s User Stories in bulk. However, this can be accomplished by using …
Lees verder -
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 -
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)));
-
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