Tag: linux

  • Projektarbeit Fachinformatiker Systemintegration (2009)

    Ich veröffentliche mal meine Projektarbeit zum Fachinformatiker von 2009. Alle Dokumente sind unter einer MIT-Lizenz veröffentlicht. nur die .pdf Komplettes Archiv Mirror bei Github Slides – Github Slides.pdf Slides.zip

  • Burp on FreeNAS/FreeBSD

    # install bash for the linux-experience (and some scripts) pkg install bash libiconv coreutils # download burp (fix the version!), extract curl “http://softlayer-ams.dl.sourceforge.net/project/burp/burp-1.4.34/burp-1.4.34.tar.bz2” > burp-1.4.34.tar.bz2 file burp-1.4.34.tar.bz2 tar xf burp-1.4.34.tar.bz2 cd burp-1.4.34 # install dependencies pkg install openssl librsync perl5 gmake # configure and install # add ‘–disable-ipv6’ if you do not have ipv6 properly…

  • Prosody with authentification against LDAP/ActiveDirectory

    I am using Prosody v0.9.1 sasl2-bin v2.1.25 Debian 8/jessie you need several packages: apt-get update ; apt-get install sasl2-bin libsasl2-modules-ldap lua-ldap lua-cyrussasl and configs: /etc/default/saslauthd START=yes MECHANISMS=”ldap” MECH_OPTIONS=”/etc/saslauthd.conf” /etc/saslauthd.conf ldap_servers: ldap://ldap.example.com/ ldap_search_base: ou=foo,dc=example,dc=com ldap_bind_dn: ldap-user-for-binding ldap_bind_pw: pw-for-that-user ldap_use_sasl: no ldap_start_tls: no ldap_auth_method: bind ldap_filter: (sAMAccountName=%u) /etc/prosody/prosody.cfg.lua authentication = “cyrus” cyrus_service_name = “xmpp” — eventually configure…

  • a tale of fail and win (image recovery/management under linux)

    use git-annex-assistant to create backups on several destinations use test-repo first, do some tests try on smaller directories w/ actually valuable data, create backups first annex-ize several other directories remove picture-backup from external HDD to make space for new backup via git annex (very bad ida) annex-ize several GB of pictures dating back to 2004…