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

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

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

  4. Get your windows serial number product key

    Een reactie plaatsen

    november 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

    Beoordeel dit:

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

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

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

  8. Windows 10 – fix network adapter connection issues [SOLVED]

    Een reactie plaatsen

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

    Beoordeel dit:

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

  10. Mysql innodb tweaks

    Een reactie plaatsen

    november 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

    Beoordeel dit:

Kalender

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

Blog Stats

  • 231.305 hits