Skip to content

Instantly share code, notes, and snippets.

View trustfarm-dev's full-sized avatar

Trustfarm-heart trustfarm-dev

  • TRUSTFARM COMPANY
  • PostZip: (13466) 301, MarkcityBlue BLDG. Unjungro 124, Bundnaggu, Seongnamsi, GG, Korea
View GitHub Profile
@trustfarm-dev
trustfarm-dev / phabricator_readme.md
Created October 10, 2022 13:56 — forked from sparrc/phabricator_readme.md
Phabricator Ubuntu Installation Guide

Phabricator Ubuntu Installation Guide

This is a supplement to the official Phabricator Installation Guide, because their guide will leave you with all kinds of permission and config errors and ~15,000 setup issues on startup.

Install bonus packages:

# apt-get install mercurial subversion python-pygments sendmail imagemagick

Create necessary users and add phd-user to sudoers:

@trustfarm-dev
trustfarm-dev / phabbackup.sh
Last active May 6, 2023 11:39 — forked from jamchamb/phabbackup.sh
Phabricator automatic backup script
#!/bin/bash
# Backup Phabricator database, storage engine, and config files
# NOTE: This script is to be run by cron. See /etc/cron.d/phabricator
# Don't use unset variables
set -u
# Exit if any commands fail (unless they begin a pipe, etc.)
set -e
# Output an error message and set the errors flag
@trustfarm-dev
trustfarm-dev / gist:57b96cb329c344ef5d2d8f465f76c941
Created July 9, 2017 19:20
P2P AltCoins AssetMgt 암호코인 자산관리 거래소 Project 멤버구인
P2P AltCoins AssetMgt 암호코인 자산관리 거래소 Project 멤버구인
P2P CryptoCurrency AssetMangement Exchange Project Member hire.
최근 국내 거래소 문제로 언론 및 여기 땡글에도 이전투구 양상이 벌어지고 있네요.
기본적으로 거래소가 이윤추구가 목적일수 밖에 없기 때문에, 항상 해킹 등에 노출되어있고,
이 암호코인 바닥에 사고는 외연적 이유보다는 , 사실상 내부자 사고로 의심되는 경우가 많습니다.
On Recent Days, in South Korea, there's CryptoCurrency Exchange problem.
@trustfarm-dev
trustfarm-dev / (ENG) Ethereum-gas-fee-autochange.txt
Created October 14, 2016 09:07
Ethereum Contract GasFee Autochange Idea. review on recent DDOS attacks.
(ENG) Ethereum-gas-fee-autochange.txt
Ethereum Contract GasFee Autochange Idea. review on recent DDOS attacks.
From the beginning ethereum has object to be a world computer and smart contract coin platform.
Recent days of DDOS attacks, ETHEREUM normal node (geth , parity) has over consumed 16GB of Runtime memory and sometimes stuck over 10s minutes, or finally, Out of Memory error occurs and down.
It's not suitable for lite IoT systems, it needs less consume of run-time memory, not by sw footprint.
If operate nodes, that's possible to lite client which connect remote full nodes.