Skip to content
Menu
Mark’s blog
  • Contact
  • Links
  • Over mij
  • Privacybeleid
Mark’s blog

Categorie: Unix

Cvsup

Posted on 27 juni 200829 april 2021

Let op Cvsup is per 28 februari 2013 uitgefaseerd! Installeren pkg_add -r cvsup-without-gui Configureren /etc/stable-supfile default host=cvsup.nl.FreeBSD.org default base=/var/db default prefix=/usr default release=cvs tag=RELENG_6_1 default delete use-rel-suffix default compress src-all…

Lees meer

PF Firewall

Posted on 22 juni 200827 augustus 2018

Configureren Commando om de firewall (PF) aan te zetten: # kldload pf Firewall automatisch bij het opstarten aanzetten: # ee /etc/rc.conf # Enable PF (load module if required) pf_enable=”YES” #…

Lees meer

Mergelog

Posted on 22 juni 200827 augustus 2018

Mergelog Mergelog is a small and fast C program which merges by date httpd log files in ‘Common Log Format’ from web servers behind round-robin DNS. It has been designed…

Lees meer

Jail

Posted on 22 juni 200828 augustus 2018

Configuratie Maak een sh bestand aan # ee /etc/jail.sh D=/usr/jail/192.168.1.142 cd /usr/src mkdir -p $D make world DESTDIR=$D make distribution DESTDIR=$D mount_devfs devfs $D/dev De sh bestand uitvoeren. sh jail.sh…

Lees meer

Dump en Restore

Posted on 22 juni 200828 augustus 2018

Inleiding The traditional UNIX® backup programs are dump and restore. They operate on the drive as a collection of disk blocks, below the abstractions of files, links and directories that…

Lees meer

Common Address Redundancy Protocol

Posted on 22 juni 200828 augustus 2018

The Common Address Redundancy Protocol or CARP is a protocol which allows multiple hosts on the same local network to share a set of IP addresses. Its primary purpose is…

Lees meer

Cron

Posted on 21 juni 200828 augustus 2018

Cron In het bestand /etc/crontab kunnen diverse aanpassingen gedaan worden. De opbouw is al volgt minute hour mday month wday who command Elke 15 minuten 0,15,30,45 * * * *…

Lees meer

Libssh

Posted on 21 juni 200817 augustus 2022

LibSSH2 Om de libSSH2 module te gebruiken als PHP extension, doe het volgende Getest vanaf plesk versie 8.1.1 # cd /usr/ports/security/pecl-ssh2 # make install clean

Lees meer

Date

Posted on 21 juni 200828 augustus 2018

Date Display or set date and time Datum en tijd goedzetten # date 0707041018 De opbouw van de cijfers achter date is als volgt: 07 07 04 10 18 Jaar…

Lees meer

PostgreSQL

Posted on 28 mei 200828 augustus 2018

Algemeen Een database backuppen: /usr/local/psa/postgresql/bin/pg_dump -cDx databasename > /home/dump.sql Een database restoren: /usr/local/psa/postgresql/psql -f backupfile databasename username Het probleem is alleen dat je voor het dumpen een database de PGUSER…

Lees meer
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Recente reacties

  • James op Nieuwe DirectAdmin thema beschikbaar: Evolution

Categorieën

  • Algemeen
  • BIND
  • Techniek
    • Hosting
      • DirectAdmin
      • Plesk
      • PowerDNS
    • Linux
      • Arch Linux
      • CentOS
    • MySQL
    • PHP
    • SMC switch
    • Unix
      • FreeBSD
    • Website
      • Domein
        • DNS
      • SEO
      • SSL
      • WordPress
  • Uncategorized
©2023 Mark’s blog | WordPress Theme by Superbthemes.com