Skip to content

Instantly share code, notes, and snippets.

@paulzi
paulzi / clean-up-boot-partition-ubuntu.md
Created May 27, 2020 09:01 — forked from z010107/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@paulzi
paulzi / .gitlab-ci.yml
Last active March 1, 2023 10:08 — forked from Tymek/.gitlab-ci.yml
Static files server build for NodeJS→GitLab CI→Docker→Nginx pipeline
image: alpine
cache:
paths:
- node_modules/
before_script:
- DIST_DIR=$([ "$DIST_DIR" ] || echo "./dist")
stages: