Skip to content

Instantly share code, notes, and snippets.

View SyntaxxxErr0r's full-sized avatar
🙄
i need cock!!

Syntaxxx Err0r SyntaxxxErr0r

🙄
i need cock!!
View GitHub Profile
@saltlakeryan
saltlakeryan / settings.template.py
Last active May 19, 2018 21:53
template for nemo settings
# -------------------- Django settings for NEMO --------------------
# Customize these to suit your needs. Documentation can be found at:
# https://docs.djangoproject.com/en/1.11/ref/settings/
# Core settings
# DANGER: SETTING "DEBUG = True" ON A PRODUCTION SYSTEM IS EXTREMELY DANGEROUS.
# ONLY SET "DEBUG = True" FOR DEVELOPMENT AND TESTING!!!
DEBUG = True
AUTH_USER_MODEL = 'NEMO.User'
Nemo actions stored in `~/.local/share/nemo/actions/*.nemo_action`
File `install-apk.nemo_action`
```
[Nemo Action]
# Add menu to *.apk files
#
# adb install FILENAME
#
Active=true
@greginvm
greginvm / restore_grub_manjaro.txt
Last active November 10, 2022 03:46
Restore GRUB in UEFI + LVM + LUKS setup (Manjaro)
Setup: UEFI, LVM + LUKS encrypted drive
Bootloader: Grub
Links:
- https://wiki.manjaro.org/index.php/Restore_the_GRUB_Bootloader
-
Restore GRUB (boot into live env):
# get the encrypted partition (crypto_LUKS)
lsblk -f
@jimmypoms
jimmypoms / build-cinnamon.sh
Created November 22, 2014 13:15
Bash script to build all of cinnamon desktop and its dependencies on a debian based system
#!/bin/bash
nemo_built=false
Cinnamon_built=false
nemo_installed=false
Cinnamon_installed=false
MODULES=(
"cjs:https://github.com/linuxmint/cjs.git"