Skip to content

Instantly share code, notes, and snippets.

View excalibur1010's full-sized avatar
❤️

RxDiag excalibur1010

❤️
  • freelancer
  • Asia, Indonesian
View GitHub Profile
@excalibur1010
excalibur1010 / gist:904570ce28ed5e67e167e960044f8561
Created January 18, 2024 07:08 — forked from tsohr/gist:5711945
Android activity manager "am" command help
adb shell am
usage: am [subcommand] [options]
usage: am start [-D] [-W] [-P <FILE>] [--start-profiler <FILE>]
[--R COUNT] [-S] [--opengl-trace] <INTENT>
am startservice <INTENT>
am force-stop <PACKAGE>
am kill <PACKAGE>
am kill-all
am broadcast <INTENT>
am instrument [-r] [-e <NAME> <VALUE>] [-p <FILE>] [-w]
@excalibur1010
excalibur1010 / web.config
Created November 15, 2023 17:52 — forked from ali-awwad/web.config
Web.config for Laravel applicartions that run on IIS 8 and later
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Headers" value="Origin, Content-Type, Authorization,X-Requested-With" />
<add name="Access-Control-Allow-Methods" value="GET" />
<add name="X-Download-Options" value="noopen" />
<add name="X-Frame-Options" value="DENY" />
<!-- if you need to allow same origin, comment above line and uncomment below line -->
@excalibur1010
excalibur1010 / instructions.rst
Created March 24, 2020 18:53 — forked from Nachtalb/telegram-desktop-multiple-accounts.rst
Add multiple accounts in Telegram Desktop [Linux | MacOSX | Windows]

How to add multiple accounts to Telegram Desktop

Table of Contents

Introduction

ATM of writing this, there is no way inside the Telegram Client to switch accounts (event though this feature exists in the offical mobile clients and there is a long running issue here: telegramdesktop/tdesktop#4261).