Skip to content

Instantly share code, notes, and snippets.

@anyboo
anyboo / todo.md
Last active February 19, 2020 15:14
Coding and Reading Plan
2020-2-19 Reading Poco Net
RemoteSyslogListener
@anyboo
anyboo / node_user_manual.md
Last active June 24, 2018 07:29
About NodeJS TIP

How to Install&Uninstall NodeJS

  • CentOS Installation
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
sudo yum -y install nodejs

Optional: install build tools

sudo yum install gcc-c++ make
@anyboo
anyboo / design_arch.md
Created June 20, 2018 08:35
规划服务器

规划web服务器

@anyboo
anyboo / technology-tree.md
Last active April 3, 2018 11:27
technology tips

WRITE DOWN OWN TECHNOLOGY

Open source project annual (2months)

SLOGAN Join in open source project and working for world!

  1. Team background :
@anyboo
anyboo / man-manual-guide.md
Last active March 16, 2018 07:19
BSD File Formats Manual
@anyboo
anyboo / mind-set.md
Created March 15, 2018 14:50
record personal minds

效率

  1. 能坚持
  2. 有记录的好习惯
@anyboo
anyboo / sshd_config.sh
Created March 15, 2018 10:44 — forked from MarioRicalde/sshd_config.sh
SSH config that is password less – the file for OSX is located in `/private/etc/sshd_config` – then restart ssh with `sudo killall ssh-agent`.
# $OpenBSD: sshd_config,v 1.89 2013/02/06 00:20:42 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
@anyboo
anyboo / iTunes-add-tone-guide.md
Created March 15, 2018 08:41
How to import music to iPhone's tones by iTunes

Unix Command Manual

collect unix common command for macOS

netstat -a | grep ssh
pkg-config --list-all
source ~/.bash_profile
sudo tail -f /var/log/system.log
:w !sudo tee %