Skip to content

Instantly share code, notes, and snippets.

@trihtm
trihtm / vietnam-banks
Created December 9, 2019 06:48
Vietnam Banks information format by json
{
"banksnapas": [
{
"en_name": "An Binh Commercial Joint stock Bank",
"vn_name": "Ngân hàng An Bình",
"bankId": "970425",
"atmBin": "970425",
"cardLength": 16,
"shortName": "ABBank",
"bankCode": "323",
bravenewcoin
insanecoin
Ganja_Coin
raiblocks
MothershipCX
KyberNetwork
Omni_Layer
BitcoinPlusOrg
MobileGoToken
TeamSynergy_
@trihtm
trihtm / 1. Installation
Last active July 19, 2021 14:10
Ethos installation
# After adding config files, then run
echo -n "" > /home/ethos/remote.conf && echo "remote config turned off"
sudo reset-network
sudo ifconfig eth0 192.168.1.101 netmask 255.255.255.0
sudo route add default gw 192.168.1.1 eth0
update
minestop
sudo update-miner claymore
sudo service ethos-miner-monitor restart
Huy vvinam, [May 22, 2017, 11:40 PM]:
❗️Welcome to the Crypto Community
‼️Warning & Disclaimer‼️
- Cloud mining sites are largely scams.
- Pump & Dump groups are largely scams, especially if you have to pay to join them.
- All HYIP's & MLM's are scams, you will get banned from all groups if you are found participating or sharing HYIP/MLM links, dont make money out of scamming others, learn to trade.
- Dont trade off others advice, trade at your own risk!
- There are scammers posing as well known members on telegram private messaging people asking for money, DONT SEND!
- Dont open files posted in these groups
@trihtm
trihtm / phpstorm
Created January 21, 2017 08:00
Keygen
BIG3CLIK6F-eyJsaWNlbnNlSWQiOiJCSUczQ0xJSzZGIiwibGljZW5zZWVOYW1lIjoibGFuIHl1IiwiYXNzaWduZWVOYW1lIjoiIiwiYXNzaWduZWVFbWFpbCI6IiIsImxpY2Vuc2VSZXN0cmljdGlvbiI6IkZvciBlZHVjYXRpb25hbCB1c2Ugb25seSIsImNoZWNrQ29uY3VycmVudFVzZSI6ZmFsc2UsInByb2R1Y3RzIjpbeyJjb2RlIjoiQUMiLCJwYWlkVXBUbyI6IjIwMTctMTEtMjMifSx7ImNvZGUiOiJETSIsInBhaWRVcFRvIjoiMjAxNy0xMS0yMyJ9LHsiY29kZSI6IklJIiwicGFpZFVwVG8iOiIyMDE3LTExLTIzIn0seyJjb2RlIjoiUlMwIiwicGFpZFVwVG8iOiIyMDE3LTExLTIzIn0seyJjb2RlIjoiV1MiLCJwYWlkVXBUbyI6IjIwMTctMTEtMjMifSx7ImNvZGUiOiJEUE4iLCJwYWlkVXBUbyI6IjIwMTctMTEtMjMifSx7ImNvZGUiOiJSQyIsInBhaWRVcFRvIjoiMjAxNy0xMS0yMyJ9LHsiY29kZSI6IlBTIiwicGFpZFVwVG8iOiIyMDE3LTExLTIzIn0seyJjb2RlIjoiREMiLCJwYWlkVXBUbyI6IjIwMTctMTEtMjMifSx7ImNvZGUiOiJEQiIsInBhaWRVcFRvIjoiMjAxNy0xMS0yMyJ9LHsiY29kZSI6IlJNIiwicGFpZFVwVG8iOiIyMDE3LTExLTIzIn0seyJjb2RlIjoiUEMiLCJwYWlkVXBUbyI6IjIwMTctMTEtMjMifSx7ImNvZGUiOiJDTCIsInBhaWRVcFRvIjoiMjAxNy0xMS0yMyJ9XSwiaGFzaCI6IjQ3NzU1MTcvMCIsImdyYWNlUGVyaW9kRGF5cyI6MCwiYXV0b1Byb2xvbmdhdGVkIjpmYWxzZSwiaXNBdXRvUHJvbG9uZ2F0ZWQiOmZhbHNlf
@trihtm
trihtm / docker.md
Last active December 16, 2016 14:28
Server Stacks
@trihtm
trihtm / global-restrictions.conf
Last active February 4, 2018 00:27
NGINX - PHP-FPM - WordPress
# Global restrictions configuration file.
# Designed to be included in any server {} block.
location = /favicon.ico {
log_not_found off;
access_log off;
}
location = /robots.txt {
allow all;
log_not_found off;
@trihtm
trihtm / change-scrollbar.css
Created February 25, 2016 17:54
CSS - Change scrollbar
::-webkit-scrollbar{width:5px;height:.25em;position:absolute}
::-webkit-scrollbar-thumb{background-color:#a7adb4}
::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}
<?php
### --- Snip --- ###
App::after(function($request, $response)
{
// HTML Minification
if(App::Environment() != 'local')
{
if($response instanceof Illuminate\Http\Response)