Skip to content

Instantly share code, notes, and snippets.

View realkot's full-sized avatar
💭
¯\_(ツ)_/¯

realkot realkot

💭
¯\_(ツ)_/¯
View GitHub Profile
@realkot
realkot / MIUI预装应用列表
Created June 28, 2022 14:09 — forked from mcxiaoke/miui-blotware-apps.md
MIUI 13 bloatware apps for safe delete list. 20220226
https://miuiver.com/wp-content/uploads/miui-pre-installed-software.html
MIUI 预装软件列表(含系统组件)
提示 1:可用 Ctrl + F 组合键快速查找软件名称
提示 2:最新预装软件列表请在系统应用管理里查看,或者安装 Apk Extractor 软件(可在 Google Play 找到)
软件名称 软件包名
一体化位置信息 com.android.location.fused
万能遥控 com.duokan.phone.remotecontroller
@realkot
realkot / gist:b9260821c398569e3074ccfdda7cd257
Created January 27, 2020 11:35 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@realkot
realkot / nginx.conf
Created October 8, 2019 11:45 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048