Linux
Linux Stuff
Samba Client CIFS
https://www.thomas-krenn.com/en/wiki/Mounting_a_Windows_Share_in_Linux sudo apt-get install cifs-...
Debian Update Release Distro
update to the next distro stretch buster apt update && apt upgrade -y && sed -i ...
Bash Scripting Techniques
cat multiline cat <<EOF > /etc/apt/sources.list deb http://http.kali.org/kali kali-rol...
Swap
sudo fallocate -l 2G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfi...
Useradd
useradd -m -s /bin/bash -d /home/madsprite -c "MadSprite" madsprite passwd madsprite usermo...
XFS format
mkfs.xfs -f /dev/sdf mkdir /disk6 mount -t xfs /dev/sdf /disk6 echo "/dev/sdf /disk6 xfs def...
Disable Colour profile
cd /usr/share/polkit-1/actions/ cp -a org.freedesktop.color.policy org.freedesktop.color.polic...
Qradar CE license issue
https://www.ibm.com/support/pages/node/6395080
Netboot
apt update; apt install ipxe; wget 'https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn' -O /boot/ipxe...