Hieronder vind je de listings uit Linux Magazine 4 van 2025 Troubleshooting met AI – pagina 10-11 Download listing Stirling-PDF – pagina 14-16 Download listing OpenCloud – pagina 36-38 Download… Lees meer
Listings
Hier vind je alle grote listings uit Linux Magazine om ze direct te kopiëren+plakken.
Linux Magazine 1-2025 – Listings
In dit artikel vind je de listings uit Linux Magazine 1-2025 Pagina 10-13 – Hackers ontmaskerd Download code
Linux Magazine #3 – 2024: Alle listings
Hier vind je de listings uit Linux Magazine nummer 3 van 2024. We bieden ze aan als zipbestand, zodat je alle afzonderlijke listings kunt uitpakken naar de gewenste locatie en… Lees meer
LINUX MAGAZINE #2 2024: Alle listings
Pagina 12 – Squashfs: sudo apt install squashfs-tools mksquashfs /home/linuxmag /tmp/homedirlinuxmag.squashfs mksquashfs /home/linuxmag /tmp/homedirlinuxmag-root.squashfsn -force-uid root -force-gid root mksquashfs /home/linuxmag/ /tmp/homedirlinuxmag-betsandenuitgesloten. squashfs -e bin -e wachtwoorden.nl sudo mkdir /mnt/squashfs sudo… Lees meer
LINUX MAGAZINE #5 2023: Clonezilla back-upbeheer via netwerk
Listing 1: sudo apt install samba sudo mkdir /srv/clonezilla_samba sudo chown -R nobody:nogroup /srv/clonezilla_samba/ sudo chmod -R ugo+rwx /srv/ clonezilla_samba/ sudo smbpasswd -a gebruikersnaam sudo nano /etc/samba/smb.conf sudo systemctl restart… Lees meer
Linux Magazine #2 2023: Hoe je chroot kunt gebruiken voor systeemherstel
Listing: Koppel mappen in chroot sudo mount /dev/sda2 /mnt/rescue/boot sudo mount /dev/sda1 /mnt/rescue/boot/efi Listing: resolv.conf van de host kopiëren sudo mount -t proc proc /mnt/rescue/proc sudo mount -t sysfs sys… Lees meer
Linux Magazine #2 2023: VirtualBox vanaf de prompt met Home Assistant
Listing 1 ssh gebruikersnaam@ip-adres-(thuis)server scp naambackup.ova virtualbox@ip-adres-(thuis)server: rdesktop-vrdp -a 16 -N ip-adres-(thuis)server:3389 Listing 2 wget -op rechter muisknop klikken en dan voor plakken kiezen- sudo apt install ./naam_van_gedownloade_virtual_box_bestand.deb wget -op… Lees meer
Linux Magazine #2 2023: Minimale, betrouwbare Linux-distributie voor containers
Creëer een container listing # podman run -d –name pihole –label io.containers.autoupdate=pihole/pihole:latest -e TZ=Europe/Amsterdam -e VIRTUAL_HOST=pi.hole -e PROXY_LOCATION=pi_hole -e ServerIP=127.0.0.1 -e WEBPASSWORD=test –cap-add=NET_ADMIN -p 8080:80 -p 53:53/udp -p 53:53/tcp -p… Lees meer
Linux Magazine #2 2023: Distributies in een doosje
Alpine listing alpine:~$ apk search gnumeric gnumeric-1.12.53-r0 gnumeric-dev-1.12.53-r0 liborcus-0.17.2-r2 gnumeric-doc-1.12.53-r0 gnumeric-lang-1.12.53-r0 gnumeric-dbg-1.12.53-r0 alpine:~$ sudo apk add gnumeric (1/5) Installing libgsf (1.14.50-r0) (2/5) Installing librsvg (2.55.1-r0) (3/5) Installing libxslt (1.1.37-r0) (4/5)… Lees meer
Linux Magazine #1 2023: Raspberry Pi als Apache reverse proxy
Listing 1 ServerName reverseproxydemo.linuxmag.nl ServerAdmin webmaster@linuxmag.nl ProxyPass / http://192.168.1.50/ nocanon ProxyPassReverse / http://192.168.1.50/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Listing 2 ServerName reverseproxydemo.linuxmag.nl ServerAdmin webmaster@linuxmag.nl SSLProxyEngine On ProxyPass / http://192.168.1.50/ nocanon… Lees meer
