User contributions
Jump to navigation
Jump to search
- 15:14, 19 August 2024 diff hist -121 Inactive AD accounts
- 15:13, 19 August 2024 diff hist +768 Inactive AD accounts
- 16:41, 15 August 2024 diff hist +444 Inactive AD accounts
- 16:29, 15 August 2024 diff hist -458 Inactive AD accounts
- 19:51, 14 August 2024 diff hist +106 N Sentinel Created page with "# Learning - https://learn.microsoft.com/en-us/training/paths/sc-200-configure-azure-sentinel-environment/" current
- 22:57, 13 August 2024 diff hist +63 K8s troubleshooting current
- 23:21, 12 August 2024 diff hist +642 Wsl2 vpn fix route
- 23:20, 12 August 2024 diff hist +130 Wsl2 vpn fix route
- 21:30, 12 August 2024 diff hist +4 Inactive AD accounts
- 21:30, 12 August 2024 diff hist +978 N Inactive AD accounts Created page with "# Get inactive accounts ``` # Import the Active Directory module Import-Module ActiveDirectory # Define the OU path $ouPath = "OU=Example Foo Accounts,DC=example,DC=com" # D..."
- 17:11, 12 August 2024 diff hist +710 Wsl2 vpn fix route
- 16:46, 12 August 2024 diff hist +343 N Wsl2 vpn fix route Created page with "``` Get-NetIPInterface -InterfaceAlias "vEthernet (WSL)" | Set-NetIPInterface -InterfaceMetric 1 Get-NetAdapter | Where-Object { $_.InterfaceDescription -like "PANGP*" } | Set..."
- 15:24, 11 August 2024 diff hist +3,135 N Flashrom Created page with "Flashrom Bios Update Linux ``` Updating the BIOS using flashrom is an advanced process and should be done with caution, as it involves directly flashing the firmware. flashrom..." current
- 18:45, 2 August 2024 diff hist +133 Openssl current
- 10:01, 27 July 2024 diff hist +98 Ssh-agent current
- 10:00, 27 July 2024 diff hist +68 Ssh-agent
- 09:55, 27 July 2024 diff hist +102 Ssh-agent
- 09:33, 27 July 2024 diff hist -25 Wireguard point-to-point current
- 09:32, 27 July 2024 diff hist +906 N Wireguard point-to-point Created page with "``` sudo apt update sudo apt install wireguard sudo yum install epel-release sudo yum install wireguard-tools wg genkey | tee /etc/wireguard/privatekey | wg pubkey > /etc/wi..."
- 09:19, 27 July 2024 diff hist +8 Linux hardware current
- 09:19, 27 July 2024 diff hist +60 N Linux hardware Created page with "sudo apt-get install smartmontools sudo smartctl -i /dev/sda"
- 12:50, 26 July 2024 diff hist +51 Juju k8s current
- 12:38, 26 July 2024 diff hist +87 N Juju k8s Created page with "https://github.com/zecke/Kubernetes/blob/master/docs%2Fgetting-started-guides%2Fjuju.md"
- 11:55, 26 July 2024 diff hist +57 N Maas k8s Created page with "https://github.com/antongisli/maas-baremetal-k8s-tutorial" current
- 21:39, 25 July 2024 diff hist +36 N Zabbix ldaps Created page with "https://bgmot.com/zabbix_secure_ldap" current
- 20:16, 25 July 2024 diff hist +298 Aks Troubleshooting current
- 16:20, 25 July 2024 diff hist +858 N Tshark domains Created page with "``` sudo pkill tshark # rm nohup.out sleep 5 nohup sudo tshark -Q -l -i any -f 'dst port ( 443 ) ' -Y 'tls.handshake.extension.type == "server_name" || http.host' -T fields -..." current
- 05:54, 21 July 2024 diff hist +142 Zimbra 10.0.6 fixes current
- 05:53, 21 July 2024 diff hist +53 Zimbra 10.0.6 fixes
- 05:52, 21 July 2024 diff hist +457 N Zimbra 10.0.6 fixes Created page with "/opt/zimbra/jetty_base/etc/jetty.xml.in ``` <Call id="httpsConnector" name="addConnector"> <Set name="port">%%zimbraMailSSLPort%%</Set> ``` ``` zmprov ms `zmhostname` zimbra..."
- 17:55, 20 July 2024 diff hist +51 N Email software Created page with "https://github.com/Mindbaz/awesome-opensource-email" current
- 05:09, 18 July 2024 diff hist +428 Zfs resize disk current
- 03:20, 12 July 2024 diff hist -133 AD Scripts current
- 03:17, 12 July 2024 diff hist +2,319 N AD Scripts Created page with "# Remove Sessions by User ``` # Define the username to log out and domain (adjust these values accordingly) $userToLogoff = "username" $domain = "DOMAIN" # Ensure the Active..."
- 13:32, 8 July 2024 diff hist +2 Sysctl.conf large instance current
- 13:32, 8 July 2024 diff hist +1,147 Sysctl.conf large instance
- 13:28, 8 July 2024 diff hist +1,222 N Sysctl.conf large instance Created page with "sysctl.conf ``` fs.file-max = 2097152 ``` ``` # Increase the maximum number of socket connections net.core.somaxconn = 1024 # Increase the size of the receive queue net.core..."
- 12:17, 8 July 2024 diff hist +229 Pushgateway go get & push current
- 18:01, 7 July 2024 diff hist +2,227 N Pushgateway go get & push Created page with "``` ./g -blackbox-url="http://blackbox.example.com:9115/probe?target=https://google.com&module=http_2xx" -pushgateway-url="https://pushgateway.example.com/metrics/job/pushdemo..."
- 17:55, 2 July 2024 diff hist +98 N Setfacl Created page with "``` mkdir test setfacl -m 'u:EXAMPLE\myuser:rwx' ./test/ setfacl -x 'u:EXAMPLE\myuser' ./test/ ```" current
- 18:32, 29 June 2024 diff hist +217 Tshark current
- 22:11, 26 June 2024 diff hist +418 N Kusto queries App Service & AGW Created page with "Go to Application Insights for Service and logs ``` requests | where url contains 'https://my-app-service.azurewebsites.net' | where name contains 'health' | summarize count(..." current
- 16:38, 25 June 2024 diff hist +111 N Samba dos attributes Created page with "https://www.truenas.com/community/threads/disabling-dos-attributes-to-improve-samba-browsing-performance.24906/" current
- 16:42, 24 June 2024 diff hist +91 Hacker tools current
- 16:37, 24 June 2024 diff hist +117 N Hacker tools Created page with "Misc Hacker Tools - BURP - https://github.com/SNGWN/Burp-Suite-Pro - sqlmap - https://github.com/PortSwigger - OWASP"
- 01:23, 23 June 2024 diff hist +4,398 Thanos docker-compose current
- 00:58, 23 June 2024 diff hist +3,259 N Thanos docker-compose Created page with "``` Running multiple Prometheus servers with Thanos and MinIO for object storage. This setup assumes you want to run two Prometheus instances, one MinIO instance for storage,..."
- 16:35, 22 June 2024 diff hist +38 Thanos current
- 19:48, 21 June 2024 diff hist +304 Prometheus delete data current
- 13:42, 21 June 2024 diff hist +3 Pushgateway current