Skip to content

Instantly share code, notes, and snippets.

View navoytak's full-sized avatar

YovanTak navoytak

View GitHub Profile
@navoytak
navoytak / miui-fastboot-howto.rst
Created November 21, 2021 04:24 — forked from j-jith/miui-fastboot-howto.rst
How to flash MIUI Fastboot ROM from Linux

How to flash MIUI Fastboot ROM from Linux

@navoytak
navoytak / megaSync_Installation.txt
Last active September 1, 2019 04:30 — forked from Logic-gate/megaSync_Installation.txt
MegaSync Client Installation | Solus
Original thread: https://dev.solus-project.com/T163
Original github gist by Logic-gates: https://gist.github.com/Logic-gate/b7c3dd955288228e7219eeb46456e7de
Clone it -- https://github.com/meganz/MEGAsync
> git clone https://github.com/meganz/MEGAsync.git
> cd MEGAsync
> git submodule update --init --recursive
Get crypto++ | I think it's already in the repo (cryptopp-devel) if not:
@navoytak
navoytak / jinfo
Last active June 7, 2017 10:55 — forked from mdevan/jinfo
/usr/lib/jvm/.jdk1.8.0_102.jinfo file for Oracle JDK 8u131
name=jdk1.8.0_131
alias=oracle-jdk1.8
priority=180
section=main
hl rmid /usr/lib/jvm/jdk1.8.0_131/jre/bin/rmid
hl java /usr/lib/jvm/jdk1.8.0_131/jre/bin/java
hl keytool /usr/lib/jvm/jdk1.8.0_131/jre/bin/keytool
hl pack200 /usr/lib/jvm/jdk1.8.0_131/jre/bin/pack200
hl rmiregistry /usr/lib/jvm/jdk1.8.0_131/jre/bin/rmiregistry
@navoytak
navoytak / update-alternatives
Last active June 7, 2017 10:52 — forked from mdevan/update-alternatives
update-alternatives commands for Oracle JDK 8u131
sudo update-alternatives --install /usr/bin/appletviewer appletviewer /usr/lib/jvm/jdk1.8.0_131/bin/appletviewer 180
sudo update-alternatives --install /usr/bin/extcheck extcheck /usr/lib/jvm/jdk1.8.0_131/bin/extcheck 180
sudo update-alternatives --install /usr/bin/idlj idlj /usr/lib/jvm/jdk1.8.0_131/bin/idlj 180
sudo update-alternatives --install /usr/bin/jar jar /usr/lib/jvm/jdk1.8.0_131/bin/jar 180
sudo update-alternatives --install /usr/bin/jarsigner jarsigner /usr/lib/jvm/jdk1.8.0_131/bin/jarsigner 180
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.8.0_131/jre/bin/java 180
sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.8.0_131/bin/javac 180
sudo update-alternatives --install /usr/bin/javadoc javadoc /usr/lib/jvm/jdk1.8.0_131/bin/javadoc 180
sudo update-alternatives --install /usr/bin/javafxpackager javafxpackager /usr/lib/jvm/jdk1.8.0_131/bin/javafxpackager 180
sudo update-alternatives --install /usr/bin/javah javah /usr/lib/jvm/jdk1.8.0_131/bin/javah 1