All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50 ) (20 | 50 | 100 | 250 | 500)
  • 18:42, 28 April 2020 Busk talk contribs created page Redhat (Created page with "# Network Teams - https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_network_teaming_to_bonding - https://access...")
  • 00:48, 22 April 2020 Busk talk contribs created page Bootstrapping Windows Host (Created page with "Join Domain ``` add-computer –domainname example.com -Credential example.com\myusername -restart –force ```")
  • 14:52, 21 April 2020 Busk talk contribs created page Auditd (Created page with "disable on running i ``` systemctl disable auditd sudo auditctl -e0 auditctl -s ```")
  • 18:39, 20 April 2020 Busk talk contribs created page Nmcli (Created page with "Using ``` nmcli nmcli connection reload ``` - https://www.thegeekdiary.com/how-to-configure-and-manage-network-connections-using-nmcli/")
  • 15:35, 19 April 2020 Busk talk contribs created page Cgroups (Created page with "using top and you see a high cpu with 5467 outside of container then do ``` grep -rn 5467 /sys/fs/cgroup/pids/* ```")
  • 04:25, 13 April 2020 Busk talk contribs created page SaltStack Install (Created page with "# Examples using LXD Minion ``` lxc launch ubuntu:18.04 salt lxc exec sftp3 -- script /dev/null -c "curl -L https://bootstrap.saltstack.com -o install_salt.sh" lxc exec sftp3...")
  • 00:04, 13 April 2020 Busk talk contribs created page Bug Blog (Created page with "- https://bugs.launchpad.net/cloud-images/+bug/1791578/comments/5")
  • 02:51, 12 April 2020 Busk talk contribs created page ECC vs Non-ECC (Created page with "- https://blog.codinghorror.com/to-ecc-or-not-to-ecc/")
  • 02:50, 12 April 2020 Busk talk contribs created page Tech Questions (Created page with "ECC vs Non-ECC ")
  • 02:16, 12 April 2020 Busk talk contribs created page Windows Hardware Info Commands (Created page with "``` wmic memorychip get devicelocator, partnumber ```")
  • 18:36, 10 April 2020 Busk talk contribs created page Proftpd (Created page with "- http://www.proftpd.org/ - https://github.com/ChristianBeer/ProFTPd-Admin")
  • 22:35, 9 April 2020 Busk talk contribs created page FTP (Created page with "# Setting Up - https://linuxhint.com/ftp_server_proftpd_ubuntu/ # FTP Mirror ``` lftp ~> open -u user,password sftp://host.com ~> mirror remotedir outdir ~> quit ```")
  • 20:46, 4 April 2020 Busk talk contribs created page NOC Tower (Created page with "- https://code.getnoc.com/noc/tower/-/blob/master/docs/Ubuntu.md")
  • 16:38, 3 April 2020 Busk talk contribs created page Workflow Tools (Created page with "https://airflow.apache.org/docs/stable/")
  • 14:51, 2 April 2020 Busk talk contribs created page Linux Open Source News (Created page with "Linux/OpenSource News: ### 4/2/2020 - RedHat has discontinued the incorporation of the native ‘Docker engine’ in their repositories and has replaced it with their own ‘P...")
  • 19:42, 30 March 2020 Busk talk contribs created page SaltStack Notes (Created page with "``` {% for file in '/etc/ssl/private/' + fqdn + '.key', '/etc/ssl/private/' + fqdn + '.crt' %} {{ file }}: file.managed: - source: "salt://application1/{{ file }}"...")
  • 19:42, 30 March 2020 Busk talk contribs created page SaltStack (Created page with "SaltStack Notes ")
  • 00:31, 29 March 2020 Busk talk contribs created page Get Random-access Memory (RAM) Info from Shell (Created page with "``` sudo dmidecode --type 17 ```")
  • 00:26, 29 March 2020 Busk talk contribs created page Get Motherboard Info from Shell (Created page with "``` sudo dmidecode -t 2 ``` or ``` lspci ```")
  • 00:26, 29 March 2020 Busk talk contribs created page Hardware (Created page with "Get Motherboard Info from Shell ")
  • 01:44, 27 March 2020 Busk talk contribs created page Information Systems Architecture (Created page with " Why you want opinionated frameworks, applications and data systems - https://www.quora.com/What-is-a-Opinionated-Framework")
  • 22:52, 24 March 2020 Busk talk contribs created page NTP (Created page with "## Install ``` sudo apt install ntp ``` ## Test ``` sntp 127.0.0.1 sntp 4.2.8p10@1.3728-o (1) kod_init_kod_db(): Cannot open KoD db file /var/db/ntp-kod: No such file or dire...")
  • 15:46, 24 March 2020 Busk talk contribs created page Pylxd (Created page with "# Snippets ## Get IP addresses on container ``` #!usr/bin/env python3 from pylxd import Client client = Client() for p in client.containers.all(): print(p.name, p.state().net...")
  • 22:49, 23 March 2020 Busk talk contribs created page Github (Created page with "# SAML https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/connecting-your-identity-provider-to-your-organization")
  • 23:43, 22 March 2020 Busk talk contribs created page Haproxy (Created page with "``` frontend stats bind *:8404 stats enable # stats uri /stats stats uri /stats stats refresh 10s mode http stats auth admin:admin # stats admi...")
  • 21:11, 19 March 2020 Busk talk contribs created page Python Install Methods (Created page with "## Install Python 3.7 from source on Centos 7 ``` #!/usr/bin/env bash set -eo pipefail version='3.7.7' yum -y install gcc openssl-devel zlib-devel wget make wget https://www....")
  • 03:47, 18 March 2020 Busk talk contribs created page Robinhood (Created page with " - https://stackoverflow.com/questions/55902967/is-there-any-way-to-get-a-bearer-token-now-since-robinhood-has-changed-the-api/56841942 - https://github.com/robinhood-unoffici...")
  • 03:46, 18 March 2020 Busk talk contribs created page Finance (Created page with "Robinhood ")
  • 23:50, 12 March 2020 Busk talk contribs created page Windows Troubleshooting (Created page with "- https://www.reddit.com/r/PowerShell/comments/66nsr9/treesize_script/")
  • 23:12, 12 March 2020 Busk talk contribs created page Pstree (Created page with "https://haydenjames.io/kill-inactive-ssh-sessions/")
  • 04:11, 12 March 2020 Busk talk contribs created page Suricata (Created page with "apt install suricata # Update data https://github.com/OISF/suricata-update /var/log/suricata/ /etc/suricata /etc/suricata/rules pip3 install --upgrade suricata-update s...")
  • 22:35, 5 March 2020 Busk talk contribs created page Curl (Created page with "https://daniel.haxx.se/blog/2018/04/05/curl-another-host/")
  • 18:04, 3 March 2020 Busk talk contribs created page Consul (Created page with "``` curl -L -O https://releases.hashicorp.com/consul/1.7.1/consul_1.7.1_linux_amd64.zip unzip https://releases.hashicorp.com/consul/1.7.1/consul_1.7.1_linux_amd64.zip cp consu...")
  • 20:28, 2 March 2020 10.64.7.62 talk created page Vault (Created page with "## Password Management Using Hashicorp Vault - https://learn.hashicorp.com/vault/getting-started/install")
  • 22:31, 29 February 2020 Busk talk contribs created page Simple Zabbix Create Screen Script (Created page with "== Prep <= Debian 10 /Ubuntu 18.04 == <pre> apt install python3-requests </pre> or using virtual env <pre> apt insatll python3-venv python3 -m venv venv source venv/bin/act...")
  • 22:30, 29 February 2020 Busk talk contribs created page Zabbix Code (Created page with "Simple Zabbix Create Screen Script ")
  • 23:51, 27 February 2020 10.64.7.62 talk created page VMware (Created page with "``` vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk ``` this copies both .vmdk and -flat.vmdk")
  • 22:03, 26 February 2020 10.64.7.62 talk created page IPv4 Subnet Mask Cheat Sheet (Created page with "``` IPv4 Subnet Mask Cheat Sheet Addresses Netmask Amount of a Class C /31 2 255.255.255.254 1/128 /30 4 255.255.255.252 1/64 /29 8 255.255.255.248 1/32 /28 16 255.255.255.240...")
  • 19:11, 26 February 2020 10.64.7.62 talk created page SNMP (Created page with "Ciscoish type switches (cn1610) ``` ssh admin@x.x.x.x configure snmp-server view readonly iso.3.6.1.2.1 included snmp-server group "group1" v3 priv read "readonly" snmp-server...")
  • 19:10, 26 February 2020 10.64.7.62 talk created page Monitoring Home (Created page with "SNMP ")
  • 04:07, 26 February 2020 Busk talk contribs created page Upgrade PostgreSQL (Created page with "sudo pg_dropcluster 10 main --stop sudo pg_upgradecluster 9.5 main sudo pg_dropcluster 9.5 main")
  • 03:15, 24 February 2020 Busk talk contribs created page PostgreSQL Home (Created page with "- https://wiki.postgresql.org/wiki/LDAP_Authentication_against_AD")
  • 02:18, 24 February 2020 Busk talk contribs created page Python Home (Created page with "# Getting Started Prep python virtual environment. ``` sudo apt-get install python3-venv mkdir app cd app python3 -m venv venv source venv/bin/activate pip install --upgrade...")
  • 02:16, 24 February 2020 Busk talk contribs created page Code (Created page with "Python Home ")
  • 17:45, 23 February 2020 Busk talk contribs created page Upgrade Ubuntu Release (Created page with "``` #!/bin/bash set -e # https://linuxconfig.org/how-to-upgrade-to-ubuntu-18-04-lts-bionic-beaver sudo apt update -y sudo apt upgrade -y sudo apt dist-upgrade -y sudo apt...")
  • 17:30, 23 February 2020 Busk talk contribs created page Generic Network Virtualization Encapsulation (GENEVE) (Created page with "- https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels/#geneve - https://access.redhat.com/documentation/en-us/red_hat_openstack_p...")
  • 17:27, 23 February 2020 Busk talk contribs created page Network Home (Created page with "- https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels/#geneve")
  • 22:32, 9 February 2020 Busk talk contribs created page Storage (Created page with "# rclone https://github.com/rclone/rclone https://rclone.org/commands/rclone_copy/ https://rclone.org/commands/rclone_mount/ rclone init")
  • 05:30, 2 February 2020 Busk talk contribs created page Idea Sandbox (Created page with "# Test ``` this is a test ```")
  • 05:20, 2 February 2020 Busk talk contribs created page LXD-VM (Created page with "# - https://discuss.linuxcontainers.org/t/trying-lxd-virtual-machines/6182 ``` root@lantea:~# snap install lxd --edge && lxd.migrate -yes 2019-11-19T20:35:09Z INFO Waiting f...")
(newest | oldest) View ( | older 50 ) (20 | 50 | 100 | 250 | 500)