Advanced Search
Search Results
31 total results found
QuickRun
Lord Of Light
Docker
Python
LINUX for Today
Hardware
Logical Volume Manager - LVM
https://packetpushers.net/blog/ubuntu-extend-your-default-lvm-space/ Resize LVM, Ubuntu https://rdr-it.com/en/ubuntu-extend-lvm-partition-and-disk/ servers for hackers Ubuntu – Extend LVM partition and disk https://rdr-it.io/en/ubuntu-extend-lvm-partit...
How to link multiple docker-compose services via network
This scenario came from a question I was asked docker-compose and network connectivity between services defined in different docker-compose.yml files. The desired result was to be able to define a docker-compose.yml in one file, and in a second docker-compose...
Install Docker
Quick Install curl -fsSL https://get.docker.com | bash sudo groupadd docker sudo usermod -aG docker $USER https://docs.docker.com/get-started/docker_cheatsheet.pdf https://dockerlabs.collabnix.com/docker/cheatsheet/
Nginx uWSGI Flask Python2
Flask + Virtual Env Python 2.7 Virtual Env pip2 install virtualenv cd /home/user/web/domain virtualenv --python=$(which python2) ./private/ source private/bin/activate pip install -r ../public_html/requirements.txt uWSGI Emperor pip2 install wheel uwsg...
Docker! Why
Docker containers have become the de facto development standard, but it's worth mentioning that Docker wasn't the first player in the container world.
Usefull commands
The most elegant way to remove all non-running containers seems to be: docker rm $(docker ps -q -f status=exited) -q prints just the container ids (without column headers) -f allows you to filter your list of printed containers (in this case we are filter...
Interesting Articles
Docker Best Practices: Choosing Between RUN, CMD, and ENTRYPOINT https://www.docker.com/blog/docker-best-practices-choosing-between-run-cmd-and-entrypoint/ Figure 1: Decision tree — RUN, CMD, ENTRYPOINT. Figure 2: Decision tree — exec vs. shell form.
rm -rf root permissions denied
A number of things could be wrong here. From my own experience, I recommend checking the directory attributes with the lsattr utility. Often times I set the immutable bit on files to prevent accidental modification, and to slightly slow down any malicious pers...
Extend Ubuntu Disk
sudo parted -s -a opt /dev/sda "resizepart 3 100%" sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv sudo resize2fs -p /dev/mapper/ubuntu--vg-ubuntu--lv Extend single disk growpart /dev/sda 2 resize2fs /dev/sda2 growpart /dev/sdb 1 resize2fs /dev/...
User RDP SSH
useradd -m -s /bin/bash user usermod -aG sudo user passwd user su user echo "xfce4-session" | tee .xsession sudo systemctl restart xrdp Allow specific user login ssh without password/key $ useradd ukztuxyysvotlekjk -m -s /bin/bash add /etc/ssh/sshd_c...
VestaCP/HestiaCP Commands
https://forum.vestacp.com/viewtopic.php?t=10893#p41235 Obtain the list of system domains v-list-users | tail -n +3 | awk '{print "v-list-web-domains "$1" | tail -n +3"}' | bash v-list-users | tail -n +3 | awk '{print "v-list-web-domains "$1" | tail -n +3"}'...
Nginx Tunning
Nginx GeoIP https://mailfud.org/geoip-legacy/ Install Nginx Module apt install nginx-module-geoip The GeoIP dynamic modules for nginx have been installed. To enable these modules, add the following to /etc/nginx/nginx.conf and reload nginx: load...
Photography
Nobuyoshi Araki: COLOURSCAPES / February 02, 2022 - March 25, 2022 📢 Photographers Rodney Smith Daido Moriyama Rinko Kawauchi Nan Goldin Araki Nobuyoshi https://federicoarcangeli.com/about-me/ https://anton-polyakov.com/ ✅ Maz https://www.dod...
Piameow
https://pianosol.vn/sheet-piano-passacaglia-g-f-handel-j-halvorsen/
Download VMWare Workstation Pro & Fusion
Login Required https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware%20Workstation%20Pro&freeDownloads=true
Wireguard
https://www.ivpn.net/knowledgebase/linux/linux-autostart-wireguard-in-systemd/
Running out of inodes
# Check Inode df -i du --inode -d 1 | sort -n | head -10
Python3 VENV
apt update && apt install -y python3.12-venv python3 -m venv sectigo source sectigo/bin/activate deactivate
Docker SPA
https://skamalakannan.dev/posts/dockerizing-your-spa/
ZLib
http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/