Linuxmag is onderdeel van Reshift Digital BV
Copyright © 2022
Linuxmag.nl is partner van The Linux Foundation
Listing 1: # Installeer MariaDB: apt-get install mariadb-server mariadb-client mysql_secure_installation # Gebruiker en database aanmaken: mysql -u root -p mysql CREATE USER 'pydio'@'localhost' IDENTIFIED BY 'wachtwoord'; CREATE DATABASE cells DEFAULT...
Read moreKernmodule van usbip automatisch laden: server $ echo 'usbip-host' | sudo tee /etc/modules-load.d/usbip.conf Via de client opvragen welke apparaten de server deelt client $ usbip list --remote=192.168.0.237 Exportable USB devices...
Read moreWSL is superhandig, veelzijdig en volop in ontwikkeling. Er zijn twee smaken WSL; WSL-1 (die System Calls bedoelt voor de Linux Kernel, vertaald naar WinNT Kernel System Calls - eigenlijk...
Read moreIn Linux Magazine 5 van 2021 las je een workshop over geautomatiseerde beeldbewerking in Python. Je leerde er onder andere afbeeldingen verkleinen, roteren en bijsnijden. Jammer genoeg maakt onze voorbeeldcode...
Read moreFlexibele ontwikkelomgeving voor Arduino, Espressif en veel meer PlatformIO is een populaire open source ontwikkelomgeving voor embedded apparaten. In één omgeving maak je toepassingen voor het Arduino platform, voor de...
Read moreWerkende gastconfiguratie listing: agent: 1 bios: ovmf boot: order=scsi2 cores: 1 cpu: host memory: 512 meta: creation-qemu=6.0.0,ctime=1640393584 name: alpine net0: virtio=8A:FE:B5:A9:B6:84,bridge=vmbr0 numa: 0 onboot: 1 ostype: l26 scsi1: local:100/vm-100-disk-1.qcow2,size=8G...
Read moreHeader file: /* ArduinoTestIO Auteur : Henk Siewert Datum : 31 oktober 2022 Versie : 001 MCU : ATMega328 Language : Arduino C++ Compiler : Arduino 1.8.19 */ #include...
Read moreListing: /* Analoog meten Auteur : Henk Siewert Datum : 30 oktober 2022 Sensor : Potentiometer Versie : 001 MCU : ATMega328 Taal : Arduino C++ Compiler : Arduino 1.8.19...
Read moreListing 1: port=0 # DNS uitzetten dhcp-range=192.168.122.0,proxy # proxy op dit netwerk dhcp-boot=pxelinux.0 pxe-service=x86PC,"Network Boot",pxelinux enable-tftp tftp-root=/srv/tftp Listing 2: # Listing 2: directory-boom voor tftp sudo mkdir -p /srv/tftp/{pxelinux.cfg,debian,devuan,kali}...
Read moreWebserver inperken listing: [Service] PrivateDevices=true ProtectControlGroups=true ProtectHome=true ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true ProtectSystem=strict ReadWritePaths=/var/lib/caddy /var/log/caddy RestrictSUIDSGID=true CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE NoNewPrivileges=true
Read more