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).
(newest | oldest) View (newer 50 | older 50 ) (20 | 50 | 100 | 250 | 500)- 18:04, 19 September 2020 User account 10.64.8.163 talk was created
- 19:16, 15 September 2020 Busk talk contribs created page Dig (Created page with "# Simple Commands ``` dig +short google.com TXT @8.8.8.8 # test recursion ```")
- 18:14, 15 September 2020 Busk talk contribs created page Neurology (Created page with "# Gaba - https://www.ncbi.nlm.nih.gov/books/NBK11084/#:~:text=The%20predominant%20precursor%20for%20GABA,can%20also%20act%20as%20precursors.")
- 17:35, 31 August 2020 Busk talk contribs created page Ldapsearch (Created page with "``` ldapsearch # the command itself -LLL # just a particular way to display the results -H ldap://wspace.mydomain.com # the URL where the LDAP server listens -x # use simp...")
- 15:25, 31 August 2020 Busk talk contribs created page LDAP Proxy (Created page with "# OpenLDAP Proxy - https://doc.owncloud.com/server/admin_manual/configuration/ldap/ldap_proxy_cache_server_setup.html")
- 15:24, 31 August 2020 Busk talk contribs created page LDAP (Created page with "LDAP Proxy ")
- 01:08, 25 August 2020 Busk talk contribs created page Tshark (Created page with " ``` tshark -i eth0 -f "host 10.x.x.x and tcp port 80 or port 8080" -Y "http.request || http.response" ```")
- 23:48, 24 August 2020 Busk talk contribs created page NGINX Source IP (Created page with "https://serverfault.com/questions/439631/nginx-as-proxy-using-a-specific-source-ip ``` proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X...")
- 16:35, 21 August 2020 Busk talk contribs created page Windows CICD (Created page with "# Download Images - https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/")
- 14:18, 20 August 2020 Busk talk contribs created page Useradd (Created page with "# Create manually useradd -m -d /home/jebusk -s /bin/bash -c "Jeremy Busk" -U jebusk # Refs - https://www.tecmint.com/add-users-in-linux/")
- 18:56, 19 August 2020 Busk talk contribs created page F5 (Created page with "#BIG IP - Renew cert then - https://www.digicert.com/kb/ssl-certificate-installation-f5-big-ip.htm ``` Installing the SSL Certificate Launch the F5 BIGIP web GUI. Under Local...")
- 17:48, 18 August 2020 User account 10.64.8.163 talk was created
- 11:50, 14 August 2020 Busk talk contribs created page PXE Server (Create PXE Server to bootstrap hosts)
- 14:22, 13 August 2020 Busk talk contribs created page LXD From Scratch (Created page with "``` # sudo lxc network create lxdbr0 sudo lxc network set lxdbr0 ipv4.nat false sudo lxc network set lxdbr0 ipv6.nat false sudo lxc network set lxdbr0 ipv6.firewall false sud...")
- 11:22, 10 August 2020 User account 10.64.8.163 talk was created
- 19:22, 7 August 2020 Busk talk contribs created page LVM (Created page with "# Extend VM Guest disk drive https://ahelpme.com/linux/online-resize-of-a-root-ext4-file-system-increase-the-space/ ``` ```")
- 15:26, 6 August 2020 User account 10.64.8.163 talk was created
- 17:46, 4 August 2020 Busk talk contribs created page Python Client Server (Created page with "client.py ``` #!/usr/bin/env python3 import socket # create a socket object s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) # get local machine name host = socket.ge...")
- 17:43, 4 August 2020 Busk talk contribs created page Python Examples (Created page with "- https://pymotw.com/2/socket/tcp.html")
- 17:37, 4 August 2020 Busk talk contribs moved page Windows Run App as Another User to Windows Run App as Different User without leaving a redirect
- 17:34, 4 August 2020 Busk talk contribs created page Windows Run App as Another User (Created page with "Hold Shift Down, right click app icon and then Run as different user")
- 16:52, 4 August 2020 Busk talk contribs created page Odroid (Created page with "# Oroid Images - https://wiki.odroid.com/odroid-c2/os_images/ubuntu/ubuntu")
- 13:44, 3 August 2020 Busk talk contribs created page Wireguard (Created page with "``` I recently discovered the awesome Wireguard VPN tunnel and I was sold. Wireguard is a simple, kernel-based, state-of-the-art VPN that also happens to be ridiculously fast...")
- 02:55, 31 July 2020 Busk talk contribs created page Raspberry Pi Wireless Access Point (Created page with "- https://core.docs.ubuntu.com/en/stacks/network/wifi-ap/docs/reference/configuration - https://core.docs.ubuntu.com/en/stacks/network/wifi-ap/docs/basic-ap-setup - https://w...")
- 20:47, 30 July 2020 Busk talk contribs created page Netapp (Created page with "# Python API/Interaction Resources - https://www.youtube.com/channel/UCJHw5QcQN-VTIXf9C3z39gQ")
- 19:28, 29 July 2020 Busk talk contribs created page DNSSEC (Created page with "# What Is? - https://www.cloudflare.com/dns/dnssec/how-dnssec-works/ # Linux - https://www.techrepublic.com/article/how-to-use-dns-over-tls-on-ubuntu-linux/ # Windows - http...")
- 17:07, 25 July 2020 Busk talk contribs created page Windows Licensing (Created page with "``` $Status = (Get-CimInstance -ClassName SoftwareLicensingProduct -Filter "Name like 'Windows%'" | where PartialProductKey).licensestatus If ($Status -ne 1) {Write-Host "Wind...")
- 05:45, 25 July 2020 Busk talk contribs created page Windows 10 Install (Created page with "https://forums.tomshardware.com/threads/cant-boot-from-m-2-nvme-ssd.3365143/ Disable CSM in bios to enable driver to be loaded from nvme")
- 00:10, 25 July 2020 Busk talk contribs created page Raspberry Pi (Created page with "- https://ubuntu.com/download/raspberry-pi")
- 05:04, 24 July 2020 Busk talk contribs created page NIC Issues in Linux (Created page with "https://askubuntu.com/questions/628217/use-of-predictable-network-interface-names-with-alternate-kernels sudo apt-get install biosdevname")
- 20:47, 23 July 2020 Busk talk contribs created page Zabbix Log Collection (Created page with "https://techexpert.tips/zabbix/zabbix-monitor-log-file-linux/")
- 23:25, 22 July 2020 Busk talk contribs created page LXD Cheat Sheet (Created page with "``` lxc launch ubuntu:18.04 example lxc launch images:centos/8 example8 sudo lxc config device add example tcp11000 proxy listen=tcp:0.0.0.0:11000 connect=tcp:127.0.0.1:80 sud...")
- 12:31, 21 July 2020 Busk talk contribs created page Salt Cheat Sheet (Created page with "- Shameless rip from - https://sites.google.com/site/mrxpalmeiras/saltstack/salt-cheat-sheet ``` Contents 1 BOOTSTRAP 2 SERVICES 3 TARGETING 4 KEY MANAGEMENT 5 SERVER DIAGN...")
- 15:50, 15 July 2020 Busk talk contribs created page CMD ss (Created page with "Shameless rip from https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html List currently established, closed, orphaned and waiting TCP sockets, ent...")
- 15:43, 15 July 2020 Busk talk contribs created page Intrusion Detection System (Created page with "# Linux best to use iproute2 and lsof for most of this ss/lsof ``` ss -o state established | grep 10 ``")
- 12:58, 14 July 2020 Busk talk contribs created page Zabbix Issues (Created page with " Solving the alert: Zabbix unreachable poller processes more than 75% busy https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/400962-solving-the-alert-zabbix-un...")
- 18:24, 6 July 2020 Busk talk contribs created page Ubuntu Developer Tools (Created page with " ``` apt-get install build-essential apt-get install autoconf automake gdb git libffi-dev zlib1g-dev libssl-dev ```")
- 00:46, 24 June 2020 Busk talk contribs created page Ubuntu Active Directory (Created page with "# 20.04 /etc/sssd/sssd.conf needs the following entry. ``` [domain/your.domain] ad_gpo_access_control = permissive ``` sudo systemctl restart sssd")
- 15:12, 18 June 2020 Busk talk contribs created page Windows Permissions (Created page with "# Network Sharing - https://superuser.com/questions/487015/should-or-shouldnt-i-remove-the-everyone-group-from-my-shared-folders Normally it's perfectly fine to grant full ac...")
- 19:03, 2 June 2020 Busk talk contribs created page PC for Sale (Created page with "Thermaltake Core V21 SPCC Micro ATX Cube Computer Chassis CA-1D5-00S1WN-00,Black Sold by: Amazon.com Services LLC Return window closed on May 31, 2020 $69.99 Condition: New Bu...")
- 11:54, 31 May 2020 User account 10.64.8.163 talk was created
- 01:04, 29 May 2020 Busk talk contribs created page Freeipa (Created page with "- https://gridscale.io/en/community/tutorials/hostname-fqdn-ubuntu/")
- 12:07, 28 May 2020 User account 10.64.8.163 talk was created
- 21:03, 26 May 2020 Busk talk contribs created page Fdisk (Created page with "Resizing existing disk space on root fs without using gparted. ``` Increase vmdisk space In OS as root sudo fdisk /dev/sda Command (m for help): p Command (m for help): d Comm...")
- 02:55, 23 May 2020 Busk talk contribs created page NGINX WebDAV (Created page with " webdav that could be running in lxd container ``` location /webdav-busk { client_max_body_size 500M; # root /data/www; client_body_temp_path /da...")
- 15:12, 17 May 2020 Busk talk contribs created page Chroot (Created page with "# Using chroot /bin/bash depends of course on libc, ld-linux, libdl etc., you can use ldd /bin/bash to see which libraries it requires. 1) You can mount -o bind these direc...")
- 15:50, 15 May 2020 Busk talk contribs created page SFTP (Created page with "https://unix.stackexchange.com/questions/147676/chrooted-sftp-user-write-permissions")
- 20:59, 10 May 2020 Busk talk contribs created page Samba File Server CentOS 7 (Created page with "# Use winbind for samba if using as fileserver as sssd still has home id map limits and issues ## Install ``` #!/bin/bash set -e # https://access.redhat.com/documentation/en...")
- 20:50, 4 May 2020 Busk talk contribs created page IDrac (Created page with "# Install from ipmi - Configuration->Virtual Media->Connect Virtual Media - Select File")
- 02:04, 4 May 2020 Busk talk contribs created page Network General Architecture (Created page with "# Basic Components of a Network - out-of-band management network - this is used for lights-out ipmi/serial management of hosts - in-band management network - Used for infras...")