Skip to main content

Recently Updated Pages

ZLib

QuickRun

http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/

Updated 8 months ago by Joey Tribbiani

Extend Ubuntu Disk

QuickRun LINUX for Today

sudo parted -s -a opt /dev/sda "resizepart 3 100%" sudo lvextend -l +100%FREE /dev/ubuntu-vg/u...

Updated 9 months ago by Joey Tribbiani

Docker SPA

QuickRun Docker

https://skamalakannan.dev/posts/dockerizing-your-spa/  

Updated 10 months ago by Joey Tribbiani

Piameow

Lord Of Light

https://pianosol.vn/sheet-piano-passacaglia-g-f-handel-j-halvorsen/

Updated 11 months ago by Joey Tribbiani

Wireguard

QuickRun LINUX for Today

https://www.ivpn.net/knowledgebase/linux/linux-autostart-wireguard-in-systemd/

Updated 1 year ago by Joey Tribbiani

Nginx Tunning

QuickRun LINUX for Today

Nginx GeoIP https://mailfud.org/geoip-legacy/ Install Nginx Module apt install nginx-module-ge...

Updated 1 year ago by Joey Tribbiani

VestaCP/HestiaCP Commands

QuickRun LINUX for Today

https://forum.vestacp.com/viewtopic.php?t=10893#p41235 Obtain the list of system domains v-list...

Updated 1 year ago by Joey Tribbiani

rm -rf root permissions denied

QuickRun LINUX for Today

A number of things could be wrong here. From my own experience, I recommend checking the director...

Updated 1 year ago by Joey Tribbiani

Interesting Articles

QuickRun Docker

Docker Best Practices: Choosing Between RUN, CMD, and ENTRYPOINT https://www.docker.com/blog/doc...

Updated 1 year ago by Joey Tribbiani

Usefull commands

QuickRun Docker

The most elegant way to remove all non-running containers seems to be: docker rm $(docker ps -q ...

Updated 1 year ago by Joey Tribbiani

Docker! Why

QuickRun Docker

Docker containers have become the de facto development standard, but it's worth mentioning that...

Updated 1 year ago by Joey Tribbiani

Install Docker

QuickRun Docker

Quick Install curl -fsSL https://get.docker.com | bash sudo groupadd docker sudo usermod -aG d...

Updated 1 year ago by Joey Tribbiani

Nginx uWSGI Flask Python2

QuickRun Python

Flask + Virtual Env Python 2.7 Virtual Env pip2 install virtualenv cd /home/user/web/domain v...

Updated 1 year ago by Joey Tribbiani

How to link multiple docker-compose services via network

QuickRun Docker

This scenario came from a question I was asked docker-compose and network connectivity between se...

Updated 1 year ago by Joey Tribbiani