Skip to content

Instantly share code, notes, and snippets.

View Djelnar's full-sized avatar
🐈‍⬛

Djelnar

🐈‍⬛
View GitHub Profile
class _DiamondBorder extends ShapeBorder {
const _DiamondBorder();
@override
EdgeInsetsGeometry get dimensions {
return const EdgeInsets.only();
}
@override
Path getInnerPath(Rect rect, { TextDirection textDirection }) {

Disable Device Enrollment Notification on Mac.md

Restart the Mac in Recovery Mode by holding Comment-R during restart

Open Terminal in the recovery screen and type

csrutil disable
@Djelnar
Djelnar / reset.md
Created August 16, 2019 08:03 — forked from hitautodestruct/reset.md
Reset root password on scaleway.com
@Djelnar
Djelnar / telegram-installer.sh
Created October 29, 2018 01:01 — forked from kobylyanets/telegram-installer.sh
telegram-installer.sh
#!/bin/bash
echo "============================================="
echo "== Telegram Script Installer =="
echo "== =="
echo "== for www.LinuxRussia.com =="
echo "============================================="
echo "Downloading necesary files..."
cd /tmp