Skip to content

Instantly share code, notes, and snippets.

View nmilosev's full-sized avatar

Nemanja Milosevic nmilosev

View GitHub Profile
@GeoffreyCoulaud
GeoffreyCoulaud / README.md
Last active December 21, 2023 01:59
PROOF OF CONCEPT - Installing TeknoParrot on Linux

Installing TeknoParrot on Linux

⚠️ You should not execute scripts that you don't understand and trust from the internet.

1. Using Lutris

Both methods need you to provide a teknoparrot release archive. You can find it here.

Install from Lutris' website

Note : TeknoParrot is at the moment pending on Lutris.net, and so is my installer. You can find my install script on Lutris

@rkkoszewski
rkkoszewski / gist:aa531cee7126edf329b76bdd0546f502
Last active June 18, 2024 11:01
Notes for installing XorgXrdp and Xrdp with GLAMOR support
THIS ARE MY NOTES OF BUILDING AN INSTALLING XORGXRDP AND XRDP WITH GPU ACCELERATION
TESTED ON DEBIAN 9.13
-- Build XorgXrdp with GPU acceleration ("script" - to be adjusted to your needs) : --
## << BUILD AND INSTALL SCRIPT START >> ##
#!/bin/bash
# Install Latest XRDP with XORGXRDP
# README
@fwyzard
fwyzard / xavier-lxc-centos7.md
Last active June 17, 2023 08:13
Install CentOS 7 in an LXC/LXD container on an NVIDIA Xavier

Install and configure LXD

Install LXD

sudo snap install lxd

Perform the initial configuration

sudo lxd init
@nmilosev
nmilosev / edit-init-rc.md
Created May 27, 2018 21:31 — forked from ashutosh-mishra/edit-init-rc.md
How to run custom script from init.rc, How to Extract Android Kernel And Modify The Boot Ramdisk(Android 4+)

init.rc changes

init.rc changes to run any script Can be used to start any android application, service

on property:dev.bootcomplete=1
    exec - system system -- /system/bin/sh <custom script path>
    # exec - system system -- /system/bin/sh /data/local/bootscript/testservice.sh

Script can contains applications start, stop commands

@silvae86
silvae86 / android_backup_restore.sh
Last active May 6, 2024 09:26
Backup and restore Android partitions to SD Card
#!/sbin/sh
#open adb shell
adb shell
#listing partitions (general command for Android devices)
#ls -l /dev/block/platform/<block_device_name>/by-name/
#for the Galaxy Note 3
ls -l /dev/block/platform/msm_sdcc.1/by-name/
@andreyvit
andreyvit / tmux.md
Created June 13, 2012 03:41
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a