Advanced Search
Search Results
132 total results found
VMList
#All VMs install as one partition to root / [opnsense] 4 CPU 4 GB MEMORY 25 GB vmnet0 -> 142.55.32.252/24 SHERIDAN vmnet1 -> 192.168.10.1/24 CTF_DMZ vmnet2 -> 192.168.20.1/24 CTF_INTERNAL vmnet3 -> 192.168.30.1/24 CTF_MANAGEMENT ztnet0 -&g...
Cosplay
Deep Fry
Insecure Registries
in /etc/docker/daemon.json add this (don't forget comma after existing lines) "insecure-registries":["192.168.10.110:5000"]
Operating Folder
In /etc/docker/daemon.js (don't forget to comma after existing lines) "data-root": "/data/docker"
Swap
sudo fallocate -l 2G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile && free -h sudo cp /etc/fstab /etc/fstab.bak && \ echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fsta...
Useradd
useradd -m -s /bin/bash -d /home/madsprite -c "MadSprite" madsprite passwd madsprite usermod -G sudo madsprite
Recovery
NVRAM reset: Command+Alt(fn)+p+r Recovery: Command+Option+r Tool to burn installer.dmg files to USB on Windows https://www.acutesystems.com/scrtm.htm
Hostname Naming Format
[hosting provider acronym][u-unix,m-windows + d-windows desktop][# iteration].madsprite.com ie. cacm2.madsprite.com
Prune unused objects
Prune images and containers https://docs.docker.com/config/pruning/ Prune images The docker image prune command allows you to clean up unused images. By default, docker image prune only cleans up dangling images. A dangling image is one that is not tagged a...
XFS format
mkfs.xfs -f /dev/sdf mkdir /disk6 mount -t xfs /dev/sdf /disk6 echo "/dev/sdf /disk6 xfs defaults 0 0" >> /etc/fstab "UUID=acb421fe-e4dc-4081-9cf3-48c6f80077b0 /disk12 xfs defaults,nofail,x-systemd.device-timeout=20 0 0" blkid
Resource Pages
Windows Best Practices VM https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers Shrink Qcow2 filesystems https://pve.proxmox.com/wiki/Shrink_Qcow2_Disk_Files
Azure AD Connect
https://www.microsoft.com/en-us/download/details.aspx?id=47594
ZFS container mount
pct shutdown 100 pct status 100 pct set 100 -mp0 /storage/share/downloads,mp=/home/user/torrents/downloads ;Use ro=1 Or for a read-only mount point. pct set 100 -mp1 /storage/share/junk,mp=/home/user/junk,ro=1 ;Mount the iso one randomly. pct set 100 -mp...
Market
https://www.morphtoken.com/
Disable Colour profile
cd /usr/share/polkit-1/actions/ cp -a org.freedesktop.color.policy org.freedesktop.color.policy.orig sed -e 's|>auth_admin<|>no<|g' org.freedesktop.color.policy.orig > org.freedesktop.color.policy
Windows Server Activation
Windows Server 2019 Eval will shut off in 4 hours when trial expires. DISM /online /Set-Edition:ServerStandard /ProductKey:XXXX /AcceptEula DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXX /AcceptEula
Qradar CE license issue
https://www.ibm.com/support/pages/node/6395080