Categorie archief: Uncategorized

  1. Prestashop – Printful module – Error 500 [FIX]

    Een reactie plaatsen

    mei 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

    Beoordeel dit:

  2. Fixing React-Admin fetch of the CORS X-Total-count Header

    Een reactie plaatsen

    november 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

    Beoordeel dit:

  3. Jira copy/duplicate Epic and its User Stories in bulk

    Een reactie plaatsen

    oktober 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

    Beoordeel dit:

  4. Docker : Portainer

    Een reactie plaatsen

    februari 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

    Beoordeel dit:

  5. Docker : Home Assistant / Portainer Install

    Een reactie plaatsen

    februari 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

    Beoordeel dit:

  6. Scrum Basics

    Een reactie plaatsen

    november 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

    Beoordeel dit:

  7. VFS: unable to mount root fs on unknown- block(179,7) running Raspbian on top of NOOBS

    Een reactie plaatsen

    februari 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

    Beoordeel dit:

  8. Drag and Drop not working in Outlook office 365

    Een reactie plaatsen

    november 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

    Beoordeel dit:

  9. PHP tricks simplified – return only duplicated entries from an array

    Een reactie plaatsen

    oktober 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)));

    Beoordeel dit:

  10. UTF8 Command prompt (chcp)

    Een reactie plaatsen

    februari 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

    Beoordeel dit:

Kalender

juni 2023
M D W D V Z Z
 1234
567891011
12131415161718
19202122232425
2627282930  

Blog Stats

  • 231.305 hits