Naar inhoud springen

Bijdragen van gebruiker Dschaft

Een gebruiker met 63 bewerkingen. Account aangemaakt op 13 jun 2025.
Zoeken naar bijdragenUitvouwenSamenvouwen
⧼contribs-top⧽
⧼contribs-date⧽
(nieuwste | oudste) ( | 50 oudere) (20 | 50 | 100 | 250 | 500) bekijken.

22 jun 2026

  • 17:5222 jun 2026 17:52 wijz gesch +1.044 N Samba: add users Nieuwe pagina aangemaakt met 'Step # 1: Add a user joe to UNIX/Linux system adduser command adds user to the system according to command line options and configuration information in /etc/adduser.conf. They are friendlier front ends to the low level tools like useradd. Type any one of the following command: # useradd joe # passwd joe OR adduser joe Step # 2: Add a user to samba Now user joe has account on Linux/UNIX box. Use smbpasswd command to specifies that the username follow…' laatste wijziging

14 jun 2026

  • 08:2314 jun 2026 08:23 wijz gesch +282 N FreeBSD: add root CA certificates in truststore Nieuwe pagina aangemaakt met ' Copy the certificate in /usr/local/etc/ssl/certs/, creating this directory if it doesn’t already exist. Add it with the system utility dedicated to manage certificates certctl. mkdir -p /usr/local/etc/ssl/certs/ cp certificatefile.pem /usr/local/etc/ssl/certs/ certctl rehash' laatste wijziging

19 mei 2026

18 mei 2026

  • 15:4418 mei 2026 15:44 wijz gesch +2.147 N Brouwen: Beslag dikte bierbrouwen Nieuwe pagina aangemaakt met 'In het kort De beslagdikte is de verhouding tussen de hoeveelheid maischwater en de hoeveelheid mout (uitgedrukt in liters per kilogram). Het bepaalt hoe ‘dik’ of ‘dun’ je brouwsel is tijdens het maischen. Voor de meeste hobbybrouwers ligt de ideale beslagdikte tussen de 4 en 4,5 liter water per kilogram mout. Dit wordt beschouwd als een ‘dun’ beslag, wat vaak goed werkt voor moderne brouwmethodes. Een dunner beslag zorgt ervoor dat de enzymen mak…'
  • 15:2518 mei 2026 15:25 wijz gesch +1.018 N Brouwen: EBC: biermout waarden (kleuren) Nieuwe pagina aangemaakt met 'EBC is een maat voor de kleur van mout en bier en is een afkorting van European Brewery Convention (een organisatie van grote brouwerijen in Europa). 1 EBC komt overeen met de kleur van 1 ml jodium opgelost in 100 ml water. Naast de EBC bestaan er nog de nagenoeg identieke schalen SRM en de Lovibond om de kleur van mout en bier aan te duiden. Deze verhouden zich als volgt tot de EBC: EBC = 2,65 x SRM – 1,2 Ook kan de kleur van bier omschreven worden. De o…'

21 mrt 2026

  • 17:0921 mrt 2026 17:09 wijz gesch +1.961 N IMAPD installations palternative Nieuwe pagina aangemaakt met 'Installing Cyrus IMAPd on FreeBSD involves installing the package, configuring /usr/local/etc/imapd.conf and /usr/local/etc/cyrus.conf, initializing the mail spool, and enabling the service in /etc/rc.conf. Common versions include cyrus-imapd312 or cyrus-imapd25, with saslauthd required for authentication. freebsd.org freebsd.org +2 1. Installation Install Cyrus IMAP via package: bash pkg install cyrus-imapd312 Note: You may also need to install cyrus-sasl f…' laatste wijziging
  • 12:0121 mrt 2026 12:01 wijz gesch +5.933 N Cyrus imap installation Nieuwe pagina aangemaakt met 'Postfix-Cyrus-Web-cyradm-HOWTO Prev Next 7. Configuring Cyrus IMAP 7.1. Creating the config files You have to create /etc/imapd.conf and /etc/cyrus.conf 7.1.1. /etc/services If you like to use sieve (a mail filtering language), you must change an entry in /etc/services. With SuSE 8.0 take especially care about the port for sieve, they defined the wrong port. Add or change the following lines: pop3 110/tcp imap 143/tcp imaps 993/tcp pop3s…' laatste wijziging

20 mrt 2026

  • 14:4120 mrt 2026 14:41 wijz gesch +20 Postfix: SASL installatie Geen bewerkingssamenvatting laatste wijziging
  • 14:0920 mrt 2026 14:09 wijz gesch +4.784 N Postfix: SASL installatie Nieuwe pagina aangemaakt met 'Configuring Cyrus SASL The Cyrus SASL framework supports a wide variety of applications (POP, IMAP, SMTP, etc.). Different applications may require different configurations. As a consequence each application may have its own configuration file. The first step configuring Cyrus SASL is to determine name and location of a configuration file that describes how the Postfix SMTP server will use the SASL framework. Cyrus SASL configuration file name The name of t…'

19 mrt 2026

  • 06:3419 mrt 2026 06:34 wijz gesch +1.530 N Postmap for relaying mails Nieuwe pagina aangemaakt met 'To configure Postfix to use a relay password, create a sasl_passwd file, hash it with postmap, and set permissions. Use [smtp.example.com]:587 username:password in /etc/postfix/sasl_passwd, then run: sudo postmap /etc/postfix/sasl_passwd sudo chown root:root /etc/postfix/sasl_passwd* sudo chmod 0600 /etc/postfix/sasl_passwd*. Steps to Configure Postfix Relay Password: Create/Edit Password File: Create a file named /etc/postfix/sasl_passwd and add your…' laatste wijziging

18 mrt 2026

  • 15:2218 mrt 2026 15:22 wijz gesch +798 N Newaliases or new aliases.db file creation. Nieuwe pagina aangemaakt met 'To create or update the /etc/aliases.db file for mail systems like Postfix or Sendmail, populate the /etc/aliases text file with mappings, then run newaliases or postalias /etc/aliases. This compiles the text file into a Berkeley DB binary format for faster lookup, eliminating the need to restart the mail service. Steps to Create/Update aliases.db: Edit the Alias File: Open /etc/aliases (or /etc/mail/aliases) with a text editor. sudo nano /etc/aliases Add…' laatste wijziging
  • 14:5818 mrt 2026 14:58 wijz gesch +480 LDAP: sasl plugin load failed on sasl canonuser init for plugin ldapdb Geen bewerkingssamenvatting laatste wijziging
  • 14:5618 mrt 2026 14:56 wijz gesch +134 LDAP: sasl plugin load failed on sasl canonuser init for plugin ldapdb Geen bewerkingssamenvatting
  • 14:5418 mrt 2026 14:54 wijz gesch +1.147 N LDAP: sasl plugin load failed on sasl canonuser init for plugin ldapdb Nieuwe pagina aangemaakt met ' Mar 18 15:47:49 hypnos saslauthd[64896]: _sasl_plugin_load failed on sasl_canonuser_init for plugin: ldapdb is solved by deinstalling the following: root@hypnos:/var/log # pkg info|grep -i cyrus cyrus-imapd36-http-3.6.7_4 Cyrus mail server, supporting POP3 and IMAP4 protocols (with HTTP) cyrus-sasl-2.1.28_5 RFC 2222 SASL (Simple Authentication and Security Layer) cyrus-sasl-ldapdb-2.1.28 SASL LDAPDB auxprop plugin cyrus-sasl-sasl…'
  • 14:3718 mrt 2026 14:37 wijz gesch +283 N Ports collection: install Nieuwe pagina aangemaakt met 'if you need special build of objects like saslauthd with LDAP options youneed to make it using the ports tree. You can download the ports tree using: # git clone --depth 1 https://git.FreeBSD.org/ports.git /usr/ports with make config and make install install your special builds.' laatste wijziging
  • 08:4918 mrt 2026 08:49 wijz gesch +615 N Jails: allow raw sockets Nieuwe pagina aangemaakt met 'security.jail.allow_raw_sockets MIB entry determines whether or not prison root is allowed to create raw sockets. Setting this MIB to 1 allows utilities like ping and traceroute to operate inside the prison. Type the following command: # sysctl security.jail.allow_raw_sockets=1 Now login to jail using jexec: host # jexec 1 csh jail# ping cyberciti.biz Add following line to sysctl.conf: # echo 'security.jail.allow_raw_sockets=1' >> /etc/sysctl.conf In…' laatste wijziging

3 mrt 2026

  • 16:223 mrt 2026 16:22 wijz gesch +885 N FreeBSD copy system to iocage jail Nieuwe pagina aangemaakt met '== Create a New Jail and cpdup (Recommended) == This method creates a fresh, empty jail and copies your current system files into it, excluding virtual filesystems and host-specific configuration. Create a blank, thick jail: * Replace <release> with your version (e.g., 14.0-RELEASE) iocage create -r <release> -n new_jail_name Ensure the new jail dataset is mounted: * Find the jail dataset iocage list [-l] * Usually: zroot/iocage/jails/<UUID>/root U…' laatste wijziging

24 feb 2026

  • 19:3424 feb 2026 19:34 wijz gesch +94 Python: venv start Geen bewerkingssamenvatting laatste wijziging
  • 17:4224 feb 2026 17:42 wijz gesch +378 N Git: store credentials for local usage Nieuwe pagina aangemaakt met 'Using Git Credential Store (Local Storage) 1 : Enable Credential Store git config --global credential.helper store Stores credentials in plaintext locally — use only in trusted environments. 2 : Clone and Save Credentials git clone https://<username>@github.com/<username>/<repository>.git Enter your password when prompted; it will be saved for subsequent operations.' laatste wijziging

21 feb 2026

17 feb 2026

  • 19:4417 feb 2026 19:44 wijz gesch +674 N Python: venv start Nieuwe pagina aangemaakt met '=== Create & activate === In your project root python3 -m venv .venv Activate in zsh/bash source .venv/bin/activate Verify python -V Prepends .venv/bin to PATH, so python, pip, and any console scripts installed in the venv are found first. Sets a few Python-related vars (e.g., VIRTUAL_ENV, PYTHONHOME unset). === Deactivating, uninstalling, removing === Leave the venv deactivate Uninstall a package (inside the venv) source .venv/bin/activate py…'

23 jan 2026

  • 19:5623 jan 2026 19:56 wijz gesch +868 N Nextcloud: reset ldap config Nieuwe pagina aangemaakt met 'first get an overview of the current LDAP config with occ: root@hestia ~]# occ ldap:show-config +-------------------------------+---------------------------------------------+ | Configuration | s01 | +-------------------------------+---------------------------------------------+ | hasMemberOfFilterSupport | 0 | | homeFolderNamingRule |…' laatste wijziging
  • 19:4623 jan 2026 19:46 wijz gesch +444 N Nextcloud: reset admin account Nieuwe pagina aangemaakt met 'Key Commands Based on Installation Type Standard/Apache (Ubuntu): sudo -u www-data php /var/www/nextcloud/occ user:resetpassword admin Snap: sudo nextcloud.occ user:resetpassword admin Docker: docker exec -it -u www-data <container_name> php occ user:resetpassword admin Alternative Directory: If your installation is not in /var/www/nextcloud, adjust the path to the occ file accordingly. I just use : occ user:resetpassword admin' laatste wijziging

4 jan 2026

  • 10:064 jan 2026 10:06 wijz gesch +41 Iocage: set boot on jail Geen bewerkingssamenvatting laatste wijziging
  • 10:024 jan 2026 10:02 wijz gesch +809 N Iocage: set boot on jail Nieuwe pagina aangemaakt met 'Steps to Enable Auto-Start Enable the iocage Service: Add iocage_enable="YES" to your /etc/rc.conf file using sysrc: bash sudo sysrc iocage_enable=YES This command ensures the iocage framework itself starts and manages jails. Set the Jail's Boot Property: During Creation: When you first create the jail, set the boot property: bash sudo iocage create -r <RELEASE_VERSION> --name myjail boot=on (Replace <RELEASE_VERSION> with the desired FreeBSD version,…'

20 jul 2025

  • 06:4520 jul 2025 06:45 wijz gesch +179 N Git: global settings Nieuwe pagina aangemaakt met 'hTe setting to set your name is user.name: git config --global user.name "Your Name" You can set your e-mail address too: git config --global user.email "name@domain.example"' laatste wijziging

16 jul 2025

  • 14:4916 jul 2025 14:49 wijz gesch +1.473 N FreeBSD: install new rootCA Nieuwe pagina aangemaakt met 'To install a CA certificate on FreeBSD, you need to copy the certificate to the appropriate directory, calculate its hash, and create a symbolic link using the hash. This process ensures that the system recognizes the certificate as a trusted Certificate Authority. Here's a more detailed breakdown: 1. Copy the certificate: Place the CA certificate file (usually a .crt or .pem file) in the /usr/local/etc/ssl/certs directory. If the directory doesn't exist,…' laatste wijziging

4 jul 2025

  • 14:194 jul 2025 14:19 wijz gesch +116 ZFS add disk Geen bewerkingssamenvatting laatste wijziging
  • 14:144 jul 2025 14:14 wijz gesch +3.641 N ZFS add disk Nieuwe pagina aangemaakt met 'first disk root@hermes:/var/log # gpart destroy -F /dev/ada0 ada0 destroyed root@hermes:/var/log # gpart create -s gpt ada0 ada0 created root@hermes:/var/log # gpart show ada0 => 40 250069600 ada0 GPT (119G) 40 250069600 - free - (119G) root@hermes:/var/log # gpart destroy -F /dev/ada0 ada0 destroyed root@hermes:/var/log # gpart create -s gpt ada0 ada0 created root@hermes:/var/log # gpart add -t freebsd-swap -s 2Gb ada0 ada0p1 add…'

27 jun 2025

25 jun 2025

  • 14:0925 jun 2025 14:09 wijz gesch +1 Zfs pools en datasets Geen bewerkingssamenvatting
  • 14:0925 jun 2025 14:09 wijz gesch +2.142 N Zfs pools en datasets Nieuwe pagina aangemaakt met ' # zfs list NAME USED AVAIL REFER MOUNTPOINT data 780K 115G 96K /mnt/data zroot 2.13G 254G 96K /zroot zroot/ROOT 2.10G 254G 96K none zroot/ROOT/default 2.10G 254G 2.10G / zroot/certs 192K 1024M 192K /mnt/certs zroot/home 244K 1024M 96K /home zroot/home/dschaft 148K 1024M 148K /home/dschaft zroot/tmp 112K 254G 112K /tmp...'
  • 13:5125 jun 2025 13:51 wijz gesch +19.785 N Mysql replication Nieuwe pagina aangemaakt met '== Step 2 — Configuring the Source Database == In order for your source MySQL database to begin replicating data, you need to make a few changes to its configuration. On Ubuntu 20.04, the default MySQL server configuration file is named mysqld.cnf and can be found in the /etc/mysql/mysql.conf.d/ directory. Open this file on the source server with your preferred text editor. Here, we’ll use nano: sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Within the...' laatste wijziging
  • 13:2025 jun 2025 13:20 wijz gesch +2.165 N Freebsd patching / upgrade Nieuwe pagina aangemaakt met 'FreeBSD security patches may be downloaded and installed using the following commands. The first command will determine if any outstanding patches are available, and if so, will list the files that will be modified if the patches are applied. The second command will apply the patches. # freebsd-update fetch # freebsd-update install If the update applies any kernel patches, the system will need a reboot in order to boot into the patched kernel. If the pat...' laatste wijziging

24 jun 2025

  • 12:5424 jun 2025 12:54 wijz gesch +2.333 N Certbot Nieuwe pagina aangemaakt met 'Message from py311-certbot-3.1.0,1: -- This port installs the "standalone" client only, which does not use and is not the certbot-auto bootstrap/wrapper script. The simplest form of usage to obtain certificates is: # sudo certbot certonly --standalone -d <domain>, [domain2, ... domainN]> NOTE: The client requires the ability to bind on TCP port 80 or 443 (depending on the --preferred-challenges option used). If a server is running on that port, it will n...' laatste wijziging

23 jun 2025

21 jun 2025

  • 06:0021 jun 2025 06:00 wijz gesch +144 N ZFS quota Nieuwe pagina aangemaakt met '# zfs set quota=10G tank/home/jeff # zfs get quota tank/home/jeff NAME PROPERTY VALUE SOURCE tank/home/jeff quota 10G local'
(nieuwste | oudste) ( | 50 oudere) (20 | 50 | 100 | 250 | 500) bekijken.