Linux

Ubuntu Extend full part

3rd October 2024

Step 1: In VmWare, make the partition larger. i did this while the VM was running with no ill effects. sudo su[sudo] password for hex:root@uwazuh:/home/hex# lsblkNAME MAJ:MIN RM SIZE RO…

📌
0💬 read more

Ubuntu Linux commands i can never remember

1st September 2022

TimeZone:timedatectltimedatectl list-timezonessudo timedatectl set-timezone your_time_zonesudo timedatectl set-timezone America/Toronto Assign all free space to the logical volume: https://packetpushers.net/ubuntu-extend-your-default-lvm-space/ IPv6 Disable:sudo nano /etc/sysctl.confadd following lines:net.ipv6.conf.all.disable_ipv6=1net.ipv6.conf.default.disable_ipv6=1net.ipv6.conf.lo.disable_ipv6=1reboot OR sudo sysctl -p Hostname change: no…

📌
0💬 read more

Tailscale and Kali Linux

16th February 2022

the Tailscale webpage has included ALMOST all the info after installing according to the tailscale website sudo systemctl start tailscaled tailscale up to authenticate visit https://login.tailscale.com/a/somerandomchars don’t forget to use…

📌
0💬 read more

Ubiquiti Unifi on Docker + Portainer

3rd December 2021

Couple notes on setting this up Does work on a Raspberry Pi 3 1GB Make sure you use the 64bit OS, as the docker image for armhf doesn’t exist I…

📌
0💬 read more

Privilege Escalation on modern versions of Linux

11th June 2021

Ubuntu 18+ and a number of other modern distros using Polkit have a vuln that allows privilege escalation to root.a video by the bug’s discoverer shows it’s not that hard…

📌
0💬 read more

Ubuntu Linux commands

28th February 2020

Mostly for my own benefit Make Add-Apt-repository available: apt-get install software-properties-common 1 2 3 Change Hostname:sudo nano /etc/hostnamesudo nano /etc/hosts Turn off IPv6sudo nano /etc/sysctl.confAdd: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 =…

📌
0💬 read more

Sudo or SuDon’t

16th October 2019

Sudo is a Linux executable that changes security context. It was found to have a bug in it that lets a malicious process or user elevate their privilege, but only…

📌
0💬 read more

Raspberry Pi 4; why it’s relevant

25th June 2019

The Raspberry Pi 4 was released June 24, the latest in a series of affordable ($35us), single board computers designed to educate children on programming and robotics. Why do we…

📌
0💬 read more