Skip to content

Instantly share code, notes, and snippets.

@r0lodex
r0lodex / fly-with-us.md
Last active April 7, 2021 15:22
Fly With Kestrl.

image

Fly with us.

We are looking for one UX Lead.

  • Starts at RM6k and beyond, we'd love some negotiation.
  • Experienced in managing a team.
  • Understands the life of a startup (we are family first).
  • We're expecting to follow your lead in this field.
@onliniak
onliniak / shell
Created September 25, 2020 16:27
CodeIgniter localhost to ngrok
php spark serve -host 0.0.0.0 -port 4000
ngrok http 0.0.0.0:4000
Inspired by Passenger Phusion Server
@Log1x
Log1x / debloatNox.md
Last active October 29, 2025 17:01
Debloating & Optimizing Nox

Debloating Nox

Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.

  1. Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.

  2. Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.

  3. Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s

@denji
denji / nginx-tuning.md
Last active October 30, 2025 20:38
NGINX tuning for best performance

Moved to git repository: https://github.com/denji/nginx-tuning

NGINX Tuning For Best Performance

For this configuration you can use web server you like, i decided, because i work mostly with it to use nginx.

Generally, properly configured nginx can handle up to 400K to 500K requests per second (clustered), most what i saw is 50K to 80K (non-clustered) requests per second and 30% CPU load, course, this was 2 x Intel Xeon with HyperThreading enabled, but it can work without problem on slower machines.

You must understand that this config is used in testing environment and not in production so you will need to find a way to implement most of those features best possible for your servers.