Skip to content

Instantly share code, notes, and snippets.

View sbpro86's full-sized avatar

SBPro sbpro86

  • IT Consultant
  • Somewhere
View GitHub Profile
@sbpro86
sbpro86 / appicon.sh
Created November 5, 2024 23:48 — forked from IsmailAlamKhan/appicon.sh
Building and distribute a flutter macos app without App Store
mkdir AppIcon.iconset
sips -z 16 16 appicon.png --out AppIcon.iconset/icon_16x16.png
sips -z 32 32 appicon.png --out AppIcon.iconset/[email protected]
sips -z 32 32 appicon.png --out AppIcon.iconset/icon_32x32.png
sips -z 64 64 appicon.png --out AppIcon.iconset/[email protected]
sips -z 128 128 appicon.png --out AppIcon.iconset/icon_128x128.png
sips -z 256 256 appicon.png --out AppIcon.iconset/[email protected]
sips -z 256 256 appicon.png --out AppIcon.iconset/icon_256x256.png
sips -z 512 512 appicon.png --out AppIcon.iconset/[email protected]
sips -z 512 512 appicon.png --out AppIcon.iconset/icon_512x512.png
@sbpro86
sbpro86 / clean-up-boot-partition-ubuntu.md
Created June 25, 2018 00:17 — forked from ipbastola/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