Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

152 total results found

Apache 2 - SVN

Linux Apache2

SVN SVN Installation - Subversion installieren: apt-get update apt-get install subversion Speicherort für Repositories anlegen - Ordner erstellen wo alle Repositories gespeichert werden sollen # mkdir /var/svn-repos/ - Rechte für Apache2 vergeben chow...

Allgemein

Linux PostgreSQL

Zugriffsberechtigungen anpassen Berechtigungen werden über die sog. pg_hba.conf geregelt → /etc/postgresql/9.6/postgresql01/pg_hba.conf Zugriffsberechtigungen live aktivieren pg_hba.conf kann live eingelesen werden # pg_ctlcluster 9.6 postgresql01 relo...

Influx - TICK Stack

Linux

Chronograf Aliase für die Legende Post im Forum: https://community.influxdata.com/t/chronograf-static-legend-alias-for-shown-value-name/7309  

Verarbeitung - Metriken

Linux Prometheus

Quelle: https://medium.com/quiq-blog/prometheus-relabeling-tricks-6ae62c56cbda  

Rufumleitung einstellen

IT und Technik Android

Da ich es als ITler nicht gefunden habe in den Einstellungen und es wirklich versteckt ist hier mal eine schöne Anleitung wie man heutzutage in Smartphones mit Android eine Rufumleitung bzw. seine Mailbox einstellen kann: https://www.heise.de/tipps-tricks/And...

SVN

Linux Versionierung

Backup SVN Repository svnadmin dump /var/svn/myrepo > /backup/svn/myrepo.dump Backup SVN with Gzip Compression svnadmin dump /var/svn/myrepo | gzip -9 > /backup/svn/myrepo.dump.gz Restore (load) Svn Repository 1. neues Repo erstellen: svnadmin creat...

Installation

Linux Proxmox VE

https://www.proxmox.com/de/proxmox-ve/erste-schritte Installation https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch OVS Bridge https://pve.proxmox.com/wiki/Open_vSwitch#Example_1:_Bridge_.2B_Internal_Ports_.2B_Untagged_traffic  

Fehlerbehebung

Linux Proxmox VE

pve-apt-hook: not found Fehlermeldung bei Updates oder dem Entfernen von proxmox-ve: /bin/sh: 1: /usr/share/proxmox-ve/pve-apt-hook: not found Fehlerbehebung Quelle: https://forum.proxmox.com/threads/error-with-update-bin-sh-1-usr-share-proxmox-ve-pve-apt-...

Konfiguration

Linux Proxmox VE

Openvswitch Standalone Bridge My config - /etc/network/interfaces: auto ovsbr01 allow-ovs ovsbr01 iface ovsbr01 inet static address 10.1.99.1 netmask 255.255.255.0 gateway 10.1.99.254 ovs_type OVSBridge ovs_ports enp2s0 allow-ovsbr01 enp2s0 iface...

Minecraft

Wiki Spiele

Beachtet, dass Minecraft Version 1.12.2 openjdk 8 benötigt und neuere Versionen die v11! Installation von openjdk 8 in Debian Buster siehe: https://book.frzn.io/books/linux/page/java---openjdk Download Server Quelle: https://mcversions.net/ Installation h...

mycroft - Sprachassisstent wie Alexa & Co.

IT und Technik Sprachassistenten

Dokumentation https://mycroft.ai/documentation/  

Snips

IT und Technik Sprachassistenten

Website https://snips.ai/ Nice 2 know https://forum.snips.ai/t/install-on-debian-9-vm/660/24  

Smart-Citizen - Wetterstation

IT und Technik SmartHome

https://www.heise.de/make/meldung/Neue-Version-des-Umweltmesssystems-Smart-Citizen-erschienen-4471426.html  

Lernplattformen

Weiterbildungen

- Virtuelle Hochschule Bayern: https://open.vhb.org/ - www.Udemy.com      

Agilität

Methoden & Prozesse

Agile Führung https://berlin-product-people.com/de/agile-fuehrung/  

Cheatsheets

IT und Technik

Quelle: http://blog.nashbrooklyn.com/various-web-programming-cheat-sheets/   ALTchars ASP Characters Colourchart   CSS   Firefox Google HTML JavaScript Jquery 1.2 Colorcharge Jquery 1.3 mod_rewrite MySQL PHP Prototy...

Tmux

Linux

Cheatsheet and References 1. https://gist.github.com/MohamedAlaa/2961058 2. https://tmuxcheatsheet.com/       Tmux Guide Quelle: https://linuxize.com/post/getting-started-with-tmux/ Starting Your First Tmux Session To start your first Tmux session, si...

Debian Upgrade auf neuen Release

Linux Debian

Quelle: https://www.cyberciti.biz/faq/update-upgrade-debian-9-to-debian-10-buster/ Upgrade Debian 9 to Debian 10 Buster The procedure is as follows: Backup your system. Update existing packages and reboot the Debian 9.x system. Edit the file /etc/apt/sou...

Vi(m) - search and replace

Linux Vi(m)

Quelle: https://vim.fandom.com/wiki/Search_and_replace Intro Vim provides the :s (substitute) command for search and replace; this tip shows examples of how to substitute. On some systems, gvim has Find and Replace on the Edit menu (:help :promptrepl), howev...

Remote Desktop

Linux

VNCServer Quelle: https://www.raspberrypi.org/forums/viewtopic.php?t=225655#p1385116 /home/user/.vnc/xstartup unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS startxfce4 & [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/....