address

torvalds github

https://github.com/torvalds

運維網

https://www.iyunv.com/

在線Linux系統

https://distrotest.net/

各種服務

http://www.server-world.info/en/
http://docs.linuxtone.org/ebooks/

CPU

https://software.intel.com/zh-cn/articles/book-Processor-Architecture_CPU_work_process
https://software.intel.com/zh-cn/documentation

IPMI

https://sourceforge.net/projects/ipmitool/

內核(kernel)官方文檔

https://www.kernel.org/
https://www.kernel.org/doc/html/latest/

https://www.kernel.org/doc/Documentation/sysctl/kernel.txt

www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm

redhat/centos/fedora官方文檔

redhat

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/
https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/
https://developers.redhat.com/products/rhel/download/
https://developers.redhat.com/rhel8/getrhel8/

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index#networking

centos

https://www.centos.org
http://vault.centos.org/
https://docs.centos.org/en-US/docs/

https://www.centos.org/download/mirrors/
https://wiki.centos.org/About/Building_8

fedora

https://getfedora.org/
https://docs.fedoraproject.org/en-US/docs/
https://fedoraproject.org/wiki/EPEL

https://dl.fedoraproject.org/pub/

https://admin.fedoraproject.org/mirrormanager/

安裝

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/installation_guide/

網絡

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/networking_guide/index

http://bbs.hh010.com/

https://linoxide.com/linux-command/use-ip-command-linux

https://book.systemsapproach.org/

安全

firewalld

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/security_guide/

http://www.firewalld.org/

http://www.netfilter.org/documentation/

iptables

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html-single/security_guide/index#sect-Security_Guide-Firewalls

http://dl.fedoraproject.org/pub/epel/6Server/

性能相關

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/performance_tuning_guide/

虛擬化

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/virtualization_getting_started_guide/

https://docs.openstack.org/image-guide/obtain-images.html

lvm(邏輯卷管理)

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html-single/logical_volume_manager_administration/

Ubuntu

https://help.ubuntu.com/lts/serverguide/index.html
http://releases.ubuntu.com/

鏡像下載
https://mirrors.aliyun.com/ubuntu-releases/

debian

鏡像下載
http://cdimage.debian.org/cdimage/archive/

https://blog.csdn.net/mbxc816/article/details/7473906?tdsourcetag=s_pcqq_aiomsg

時間服務器

ntp1.aliyun.com    
ntp2.aliyun.com    
ntp3.aliyun.com   
ntp4.aliyun.com    
ntp5.aliyun.com   
ntp6.aliyun.com 
ntp7.aliyun.com
time1.cloud.tencent.com  
time2.cloud.tencent.com 
time3.cloud.tencent.com 
time4.cloud.tencent.com 
time5.cloud.tencent.com

openldap

http://www.openldap.org/doc/

alpine

https://www.alpinelinux.org/

虛擬化

https://www.vmware.com
http://www.linux-kvm.org/page/Documents#
https://www.virtualbox.org/wiki/Downloads

teamviewer

https://www.teamviewer.com/cn/download/linux/

kickstart/cobbler

https://www.kickstarter.com/
http://cobbler.github.io

extundelete 數據恢復

http://extundelete.sourceforge.net/

Linux

http://www.tldp.org/LDP/abs/html/index.html
https://linux.cn/
https://www.linux.org/
https://www.linux.org/docs/
https://www.linux.com/
http://linux-wiki.cn
http://linux.linuxidc.com/

openstack

https://www.openstack.org/

https://docs.openstack.org/ocata/zh_CN/install-guide-rdo/

https://download.cirros-cloud.net

https://docs.openstack.org/image-guide/

http://cloud.centos.org/centos/7/images/
http://mirrors.ustc.edu.cn/centos-cloud/centos/7/images/

https://docs.openstack.org/image-guide/obtain-images.html#ubuntu
http://cloud-images.ubuntu.com/releases/18.04/release/

各種雲平臺

https://www.ucloud.cn/
https://www.aliyun.com/
https://cloud.tencent.com/

docker

http://www.docker.org.cn/
https://www.docker.com/

https://docs.docker.com/samples/library/mysql/

鏡像加速器
https://cr.console.aliyun.com

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://gqk8w9va.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload

https://cr.console.aliyun.com/cn-hangzhou/instances/credentials

docker tag registry.cn-beijing.aliyuncs.com/minminmsn/kubernetes-dashboard:v1.10.1 registry.cn-hangzhou.aliyuncs.com/wuxingge/kubernetes-dashboard:v1.10.1

docker login --username=dong1226032602 registry.cn-hangzhou.aliyuncs.com

docker push registry.cn-hangzhou.aliyuncs.com/wuxingge/kubernetes-dashboard:v1.10.1 

docker倉庫
https://hub.docker.com

kubernetes

https://www.kubernetes.org.cn/docs
http://docs.kubernetes.org.cn/
https://kubernetes.io/docs/home/?path=users&persona=app-developer&level=foundational

https://kubernetes.io/zh/docs/

https://v1-15.docs.kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-interactive/

https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/

概念
https://kubernetes.io/docs/concepts/
https://kubernetes.io/docs/reference/

https://kubernetes.io/docs/tasks/
https://kubernetes.io/docs/tutorials/

http://gcrx.io/

https://mirror.kaiyuanshe.cn/kubernetes/
https://packages.cloud.google.com/

https://kairen.github.io/2018/07/09/kubernetes/deploy/manual-v1.11/

https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64


Client Binaries
https://dl.k8s.io/v1.13.1/kubernetes-client-linux-amd64.tar.gz

Server Binaries
https://dl.k8s.io/v1.13.1/kubernetes-server-linux-amd64.tar.gz

Node Binaries
https://dl.k8s.io/v1.13.1/kubernetes-node-linux-amd64.tar.gz

etcd
https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz

flannel
https://github.com/coreos/flannel/releases/download/v0.10.0/flannel-v0.10.0-linux-amd64.tar.gz

https://kubernetes.io/docs/setup/release/notes/


https://github.com/minminmsn/k8s1.13

https://github.com/minminmsn/k8s1.13/blob/master/kubernetes/kubernetes1.13.1%2Betcd3.3.10%2Bflanneld0.10%E9%9B%86%E7%BE%A4%E9%83%A8%E7%BD%B2.md?tdsourcetag=s_pcqq_aiomsg

國內鏡像倉庫
https://kubernetes.feisky.xyz/fu-lu/mirrors

https://kubernetes.io/docs/setup/release/

git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes
make release
docker pull mirrorgooglecontainers/kube-apiserver-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-controller-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.13.1
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.14.2
docker pull mirrorgooglecontainers/kube-scheduler-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-proxy-amd64:v1.12.2
docker pull mirrorgooglecontainers/pause:3.1
docker pull mirrorgooglecontainers/etcd-amd64:3.2.24
docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.1
docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.5.1
docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.4.1
docker pull mirrorgooglecontainers/coredns:1.2.2
docker pull mirrorgooglecontainers/coredns-amd64:1.2.2
docker pull coredns/coredns:1.2.2

registry.cn-beijing.aliyuncs.com/minminmsn/kubernetes-dashboard:v1.10.1

registry.cn-beijing.aliyuncs.com/minminmsn/kube-controller-manager-amd64:v1.12.2

構建、拉取鏡像和打gcr.io標籤

拉取新構建的鏡像

docker pull registry.cn-shenzhen.aliyuncs.com/cookcodeblog/kube-apiserver-amd64:v1.10.3

打上gcr.io同名標籤

docker tag registry.cn-shenzhen.aliyuncs.com/cookcodeblog/kube-apiserver-amd64:v1.10.3 k8s.gcr.io/kube-apiserver-amd64:v1.10.3

刪除新構建的鏡像,只保留gcr.io鏡像

docker rmi registry.cn-shenzhen.aliyuncs.com/cookcodeblog/kube-apiserver-amd64:v1.10.3

一個拉取kubeadm鏡像的腳本
https://github.com/cookcodeblog/k8s-deploy/blob/master/kubeadm/04_pull_kubernetes_images_from_aliyun.sh

#!/bin/bash
set -e
# Check version in https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/
# Search "Running kubeadm without an internet connection"
# For running kubeadm without an internet connection you have to pre-pull the required master images for the version of choice:
KUBE_VERSION=v1.10.3
KUBE_PAUSE_VERSION=3.1
ETCD_VERSION=3.1.12
DNS_VERSION=1.14.8

GCR_URL=k8s.gcr.io
ALIYUN_URL=registry.cn-shenzhen.aliyuncs.com/cookcodeblog

images=(kube-proxy-amd64:${KUBE_VERSION}
kube-scheduler-amd64:${KUBE_VERSION}
kube-controller-manager-amd64:${KUBE_VERSION}
kube-apiserver-amd64:${KUBE_VERSION}
pause-amd64:${KUBE_PAUSE_VERSION}
etcd-amd64:${ETCD_VERSION}
k8s-dns-sidecar-amd64:${DNS_VERSION}
k8s-dns-kube-dns-amd64:${DNS_VERSION}
k8s-dns-dnsmasq-nanny-amd64:${DNS_VERSION})


for imageName in ${images[@]} ; do
  docker pull $ALIYUN_URL/$imageName
  docker tag  $ALIYUN_URL/$imageName $GCR_URL/$imageName
  docker rmi $ALIYUN_URL/$imageName
done

docker images

查看gcr.io官方鏡像

https://console.cloud.google.com/gcr/images/google-containers/GLOBAL

然後再選擇正確的鏡像。

通常,gcr.io官方鏡像的命名規則爲:

gcr.io/google_containers/IMAGE_NAME:IMAGE_TAG

比如:

gcr.io/google_containers/kube-apiserver-amd64:v1.10.3

k8s.gcr.io
gcrxio

https://k8s.af/

k3s

https://github.com/rancher/k3s

rancher

https://rancher.com/docs/rancher/latest/zh/
https://www.cnrancher.com/

日誌

https://www.elastic.co/guide/index.html
https://www.elastic.co/guide/cn/index.html

elasticsearch

https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html

filebeat

https://www.elastic.co/guide/en/beats/filebeat/current/index.html

logstash

https://www.elastic.co/guide/en/logstash/current/index.html

kibana

https://www.elastic.co/guide/cn/kibana/current/index.html

存儲

nfs

http://nfs.sourceforge.net/

mfs

https://moosefs.com/support/#documentation
https://github.com/moosefs/moosefs

glusterfs

https://docs.gluster.org/en/latest/

ceph

https://docs.ceph.com/docs/master/

fastdfs

https://github.com/happyfish100/fastdfs/wiki

wfs

https://github.com/donnie4w/wfs

可道雲

https://kodcloud.com/download/

lvs

http://www.linuxvirtualserver.org/zh/
http://zh.linuxvirtualserver.org/

git

https://git-scm.com/documentation
https://git-scm.com/doc
https://git-scm.com/book/zh/v2

gitlab

https://docs.gitlab.com/

https://docs.gitlab.com.cn/

http://about.gitlab.com/

ubuntu gitlab-ce
https://mirror.tuna.tsinghua.edu.cn/gitlab-ce/apt/packages.gitlab.com/gitlab/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/

github

https://github.com/
https://help.github.com/cn
https://github.com/521xueweihan/HelloGitHub
https://hellogithub.com/

https://github.com/malongshuai/

jenkins

http://www.jenkins.org.cn/jenkins%E6%8F%92%E4%BB%B6%E5%A4%A7%E5%85%A8
https://jenkins.io/doc/

https://jenkins.io/zh/doc/
https://jenkins-zh.cn/tutorial/

walle

http://www.walle-web.io/docs/

碼雲

https://gitee.com/

https://gitee.com/progit/

sonarqube(代碼質量檢測)

https://docs.sonarqube.org/latest/

code

http://www.mycodes.net/

開源軟件

https://sourceforge.net/

監控

zabbix

https://www.zabbix.com/cn/
https://www.zabbix.com/documentation/4.0/zh/manual

https://zabbixchina.atlassian.net/wiki/spaces/ZABBIX/pages/262215/Zabbix

https://zabbix.org/wiki/Main_Page

https://book.open-falcon.org/zh/

監控插件

https://www.percona.com/downloads/percona-monitoring-plugins/

https://www.percona.com/doc/percona-monitoring-plugins/LATEST/index.html
https://www.percona.com/downloads/percona-monitoring-plugins/

Prometheus

https://prometheus.io/docs/introduction/overview/
https://www.bookstack.cn/read/prometheus-manual/README.md
https://love2.io/@1046102779/doc/prometheus/introductions/overview.md

tcp/ip

http://www.tcpipguide.com/free/

http協議
https://www.w3.org/Protocols/

dns

https://ftp.isc.org/isc/bind9/cur/9.11/doc/arm/Bv9ARM.html

tcpdump

http://www.tcpdump.org/manpages/tcpdump.1.html

ssh

https://www.ssh.com/ssh/
https://www.openssh.com/manual.html
http://www.hostbuf.com

終端

https://cmder.net/

rsync

http://rsync.samba.org/

crontab

http://crontab.org/

systemd官網

https://www.freedesktop.org/software/systemd/man/systemd.service.html
https://www.freedesktop.org/wiki/Software/systemd/
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/system_administrators_guide/index#sect-Managing_Services_with_systemd-Introduction

vpn

pptp

https://wiki.mikrotik.com/wiki/Manual:Interface/PPTP
http://poptop.sourceforge.net/dox/
http://pptpclient.sourceforge.net/

openvpn

https://openvpn.net/community-resources/#documentation
https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage

跳板機

teleport
https://docs.tp4a.com/

jumpserver
http://docs.jumpserver.org/zh/docs/

其它

http://mirrors.skyshe.cn/
http://apache.fayea.com/

數據庫

https://db-engines.com/en/ranking

mysql

[http://downloads.mysql.com/archives/](http://sql
http://downloads.mysql.com/archives/)

http://repo.mysql.com/yum

https://www.percona.com/

percona

https://mirrors.tuna.tsinghua.edu.cn/percona/yum/

mariadb

https://mariadb.com/kb/zh-cn/mariadb/

proxysql

https://github.com/sysown/proxysql/wiki
https://repo.proxysql.com/ProxySQL/proxysql-2.0.x/centos/

mha

https://github.com/yoshinorim/mha4mysql-manager
https://github.com/ovaistariq/mha-helper
https://github.com/yoshinorim/mha4mysql-manager/releases

redis

http://download.redis.io/releases/

http://www.redis.cn/
http://doc.redisfans.com/
http://redisdoc.com/

mongodb

https://www.mongodb.com/download-center/community

https://docs.mongodb.com/

http://www.mongodb.org.cn/manual/
https://www.runoob.com/mongodb/mongodb-tutorial.html

https://mongodb-documentation.readthedocs.io/en/latest/
http://www.mongoing.com/docs/

Oracle中文

https://www.oracle.com/technetwork/cn/indexes/documentation/index.html

php yum源

http://mirror.webtatic.com/

http://mirror.webtatic.com/yum/el5/latest.rpm ##CentOs 5.x
http://mirror.webtatic.com/yum/el6/latest.rpm ##CentOs 6.x
https://mirror.webtatic.com/yum/el7/epel-release.rpm ##CentOs 7.X

https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

https://repo.webtatic.com/yum/el7/x86_64/RPMS/

http://us-east.repo.webtatic.com/yum/el7/x86_64/


https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/
https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/remi-release-7.rpm


remi repository

Remi repository是包含最新版本PHP和MySQL包的Linux源,由Remi提供維護
http://rpms.famillecollet.com/enterprise/remi-[release-7.rpm](http://release-7.rpm
http://rpms.remirepo.net/enterprise/remi-release-7.rpm

)
[http://rpms.remirepo.net/enterprise/remi-release-7.rpm](http://release-7.rpm
http://rpms.remirepo.net/enterprise/remi-release-7.rpm

)

https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
http://rpms.remirepo.net/enterprise/remi-release-7.rpm


npm

https://docs.npmjs.com/
https://www.npmjs.cn/
http://npm.taobao.org/

ansible/saltstack

http://docs.ansible.com
http://www.ansible.com.cn/

http://docs.saltstack.cn/
https://docs.saltstack.com/en/latest/

apollo

https://github.com/ctripcorp/apollo

dubbo

http://dubbo.apache.org/zh-cn/docs/user/quick-start.html

spring boot

https://docs.spring.io/spring-boot/docs/current/reference/html/

ruby中國

http://ruby-china.org/

man手冊

http://man.linuxde.net/
http://linux.51yip.com/
https://www.gnu.org/software/coreutils/manual/coreutils.html
https://wangchujiang.com/linux-command/
https://www.linuxcool.com/
https://man.openbsd.org/
http://man7.org/
www.die.net

http://man7.org/linux/man-pages/man4/console_codes.4.html

http://tldp.org/

Linux中文man手冊安裝

wget https://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.1.tar.gz/13275fd039de8788b15151c896150bc4/manpages-zh-1.5.1.tar.gz

./configure --disable-zhtw  --prefix=/usr/local/zhman
make
make install

alias cman='man -M /usr/local/zhman/share/man/zh_CN'

gnu

https://www.gnu.org/software/gawk/manual/gawk.html
https://www.gnu.org/software/sed/manual/sed.html
https://www.gnu.org/software/grep/manual/grep.html
https://www.gnu.org/software/bash/manual/bash.html
https://www.gnu.org/manual/
https://www.gnu.org/software/coreutils/manual/coreutils.html

http://www.grymoire.com/Unix/Sh.html
http://www.grymoire.com/Unix/Csh.html

http://man7.org/
https://busybox.net/~landley/c99-draft.html

awk

http://www.dba86.com/docs/other/awk.html
http://www.grymoire.com/Unix/Awk.html

sed

http://www.dba86.com/docs/other/sed.html
http://www.grymoire.com/Unix/Sed.html

grep

http://www.dba86.com/docs/other/grep.html

http://www.grymoire.com/Unix/Regular.html

http://www.dba86.com/

rpm包

http://rpmfind.net/linux/
http://rpms.famillecollet.com/enterprise/
http://rpm.pbone.net/

http://rpms.remirepo.net/enterprise/
http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

wget --mirror --convert-links  --adjust-extension --page-requisites  --retry-connrefused  --exclude-directories=comments -U "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0"  --execute robots=off  http://xxxx.com

yum

http://yum.baseurl.org/wiki/

dnf

https://dnf.readthedocs.io/en/latest/

站長工具

http://tool.chinaz.com/
https://tool.lu/

在線圖庫

https://www.iconfont.cn/

國內yum源

清華大學

http://mirrors.tuna.tsinghua.edu.cn

開源鏡像站

http://mirrors.neusoft.edu.cn

開源社

http://mirror.azure.cn/

阿里雲

http://mirrors.aliyun.com

中國科技大學

http://mirrors.ustc.edu.cn/

網易

http://mirrors.163.com
http://mirrors.cn99.com

華爲雲

http://mirrors.huaweicloud.com

北京理工大學

http://mirror.bit.edu.cn

浙江大學

http://mirrors.zju.edu.cn

上海交通大學

http://ftp.sjtu.edu.cn

上海大學

http://mirrors.shu.edu.cn

Sohu

http://mirrors.sohu.com

蘭州大學

http://mirror.lzu.edu.cn

重慶大學

http://mirrors.cqu.edu.cn

南京大學

http://mirrors.nju.edu.cn

https://sourceforge.net/p/forge/documentation/Yum%20Repo%20in%20File%20Release%20System/

http://ftp.jaist.ac.jp/pub/

國內公共DNS服務器地址

1.2.4.8
210.2.4.8
101.226.4.6(電信及移動)
123.125.81.6(聯通)

OneDNS

112.124.47.27

OpenerDNS

42.120.21.30

BaiduDNS

180.76.76.76

360

101.226.4.5

aliDNS

223.5.5.5
223.6.6.6

114DNS

114.114.114.114
114.114.115.115

Dns派:電信/移動/鐵通

101.226.4.6
218.30.118.6

南方電信

180.153.225.136

Dns派:聯通

123.125.81.6
140.207.198.6
202.106.0.20
202.106.196.115

IDE

https://www.jetbrains.com/

C語言 IDE

https://www.jetbrains.com/clion/download/
http://idea.lanyus.com/

java IDE

https://www.jetbrains.com/idea/

各種語言文檔

編程語言排行

https://www.tiobe.com/tiobe-index/

http://shouce.jb51.net/

java

https://www.ibm.com/developerworks/cn/java/j-introtojava1/index.html
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html
https://www.oracle.com/technetwork/cn/java/javase/documentation/index.html

maven

https://repo1.maven.org/maven2/

http://maven.outofmemory.cn/hot/
https://maven.java.net/

jar

https://www.findjar.com/index.x

c/c++

https://github.com/jobbole/awesome-c-cn
https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html
http://www.cplusplus.com
https://msdn.microsoft.com/zh-cn/library/cehk8f8b.aspx

https://visualstudio.microsoft.com/zh-hans/

https://cygwin.com
http://www.mingw.org/

python

https://www.python.org/downloads/

https://docs.python.org/zh-cn/3/reference/index.html
https://docs.python.org/zh-cn/3/tutorial/index.html
https://docs.python.org/zh-cn/3.6/

http://www.pythondoc.com/

https://uwsgi-docs.readthedocs.io/en/latest/
https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/

https://www.cnblogs.com/linhaifeng/p/7278389.html
https://www.cnblogs.com/yuanchenqi/articles/5782764.html
https://www.cnblogs.com/Eva-J/articles/7074818.html

pip源
https://pypi.doubanio.com/simple/

go

https://go-zh.org/doc/
http://docs.studygolang.com/doc/

http://docscn.studygolang.com/doc/

v

https://vlang.io/docs

json

http://www.json.org/json-zh.html

yaml

http://yaml.org/

json yaml 轉換

https://www.json2yaml.com/

ini yaml 轉換

https://www.palidin.io/utils/ini2yaml/

toml json 轉換

https://toml-to-json.matiaskorhonen.fi/

web語言

http://www.w3school.com.cn/

html

https://html.com/
https://www.w3.org/html/
https://www.w3.org/TR/html5/

http://www.w3school.com.cn/tags/tag_html.asp
http://www.w3school.com.cn/

xml

http://www.w3school.com.cn/xml/index.asp

php

http://php.net/releases/
https://www.php.net/manual/zh/
https://www.php.net/manual/zh/configure.about.php
https://www.php.net/manual/zh/function.mysqli-connect.php

程序員手冊大全

http://manual.51yip.com/

其他
http://c.biancheng.net/
http://c.runoob.com/

http://www.runoob.com/

bootstrap

https://getbootstrap.com/docs/4.1/getting-started/introduction/

web服務器

https://w3techs.com/technologies/overview/web_server/all

nginx

http://nginx.org/
https://docs.nginx.com/nginx/
https://docs.nginx.com/nginx/admin-guide/
http://tengine.taobao.org/nginx_docs/cn/docs/

https://nginxconfig.io/

http://tengine.taobao.org/

httpd

http://httpd.apache.org/docs/
https://w3techs.com/technologies/overview/web_server/all
http://archive.apache.org/dist/httpd/

tomcat

http://tomcat.apache.org/
https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/

nodejs

https://nodejs.org/en/docs/
http://npmjs.org

文檔

在線office

https://shimo.im
http://docq.cn

在線思維導圖

https://mubu.com/
http://naotu.baidu.com
https://www.mindmeister.com/zh
http://mm.edrawsoft.cn/

在線作圖工具

https://processon.com/

markdown

https://www.zybuluo.com

typora

https://www.typora.io/#windows

atom

https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows
https://atom.io/docs

文件轉換(pdf)

https://pdfcandy.com/tw/
http://www.docpe.com/

在線教程

中國大學慕課–國內IT技能學習平臺
地址:
https://www.imooc.com/

學堂在線–國家精品課程在線學習平臺
地址:http://www.xuetangx.com/

阿里雲教程
https://www.aliyun.com/jiaocheng/

實驗樓–做實驗,學編程
地址:
https://www.shiyanlou.com/

菜鳥教程–提供各語言的入門教程
地址:
http://www.runoob.com/

coursera–一流大學在線課程
https://zh.coursera.org/

優達學城–傳授硅谷的官方課程
地址:
https://cn.udacity.com/

edx–大規模開放在線課堂平臺
地址:
https://www.edx.org/

codecademy–在線編程學習
地址:
https://www.codecademy.com/zh/

IBM developerWorks–IT教程,工具,社區
https://www.ibm.com/developerworks/cn/

在線練習

1.國內平臺
牛客網-專業IT筆試面試備考平臺
地址:
https://www.nowcoder.com/

賽碼·IT面試筆試平臺
地址:
http://www.acmcoder.com/index

2.國外平臺
leetCode:
http://leetcode.com/

lintcode:
https://www.lintcode.com/

topcoder:
https://www.topcoder.com/

HackerRank:
https://www.hackerrank.com/

在線工具箱

程序員的工具箱
地址:
https://tool.lu/

開源中國的在線工具箱
地址:
http://tool.oschina.net/

在線編譯器

Compiler Explorer–在線彙編查看
https://gcc.godbolt.org/

wandbox–支持多語言,多編譯器版本的在線編譯器
https://wandbox.org/

各種計算工具
http://tool.520101.com/

技術論壇或社區

stackoverflow–全球最大IT技術問答網站
地址:
http://www.stackoverflow.com/

github–代碼託管平臺和開發者社區
地址:
https://github.com/

Quora–國外在線問答網站,不限於IT
https://www.quora.com/

segmentfault–國內IT技術問答網站
地址:
https://segmentfault.com/

博客園–開發者的網上家園
地址:
https://www.cnblogs.com/

開源中國–開源技術社區
地址:
https://www.oschina.net/

EV錄屏

https://www.ieway.cn/evcapture.html

視頻

http://www.easydss.com/

統計工具

http://alexa.chinaz.com/default.html

pwiki官網
https://matomo.org/

https://ta.qq.com

http://echarts.baidu.com/

https://e.msxiaobing.com/

windows相關

http://www.itellyou.cn/
http://www.msdn.hk/
http://www.imsdn.cn/

https://www.itsk.com/
http://www.160.com/
http://www.drivergenius.com/

vnc

https://bintray.com/tigervnc/stable/tigervnc

查看本地公網IP

curl ifconfig.me
curl cip.cc
curl icanhazip.com
curl ident.me
curl ipecho.net/plain
curl whatismyip.akamai.com
curl myip.dnsomatic.com
curl ip.appspot.com

time

https://time.is/

各路大神博客
http://oldboy.blog.51cto.com/2561410
http://oldboy.blog.51cto.com/2561410/1862041
http://oldboy8.blog.51cto.com
http://blog.oldboyedu.com/
http://3060674.blog.51cto.com/
https://www.unixhot.com/
http://superleedo.blog.51cto.com/
http://lidao.blog.51cto.com/3388056/1914205
http://blog.itpub.net/7607759/
http://www.yanshiba.com/
http://blog.liuts.com/
http://blog.chinaunix.net/uid/29075379.html
http://nolinux.blog.51cto.com/
http://bbs.osapub.com
http://ylw6006.blog.51cto.com/
http://legend2011.blog.51cto.com/
http://yuhongchun.blog.51cto.com/
http://linuxzkq.blog.51cto.com/
http://yueliangdao0608.blog.51cto.com/
http://www.cnblogs.com/goodcook/
http://www.xuliangwei.com/
http://www.aclstack.com/
https://www.abcdocker.com/
http://liangweilinux.blog.51cto.com/
http://life2death.blog.51cto.com/
http://www.zyops.com/
http://www.jixuege.com/
http://lspgyy.blog.51cto.com/
http://www.90root.com/
http://sgk2011.blog.51cto.com/
https://www.unixhot.com/

https://tech.meituan.com/mysql_index.html


WebSphere inurl "www.aliyun.com"

聲音

https://asoftmurmur.com
http://www.rainymood.com/
https://www.noisli.com/

http://www.pingguodj.com/topic/show-1504-1.html

資源搜索

http://m.panduoduo.net/
http://www.panduoduo.net/

硬件

http://detail.zol.com.cn/server/dell/
https://www.dell.com/zh-cn/work/shop/%E6%9C%8D%E5%8A%A1%E5%99%A8-%E5%AD%98%E5%82%A8%E5%99%A8%E5%8F%8A%E7%BD%91%E7%BB%9C%E4%BA%A4%E6%8D%A2%E6%9C%BA/sf/poweredge-rack-servers

面試

https://github.com/0voice/interview_internal_reference

電子書

https://www.jiumodiary.com/

https://bookset.me/

http://www.pdfbook.cn/

http://www.pdfzj.com/

https://manybooks.net/

https://www.zqbook.top/

https://www.ixdzs.com/

https://www.kgbook.com/

https://www.owllook.net/

http://mebook.cc/

http://www.xilinjie.com/

https://bookfere.com/

http://www.aibooks.club/

http://www.pansoso.com/

http://dianzishu.renrensousuo.com

http://ebook.name/

http://search.chongbuluo.com/#

https://convertio.co/

搜索資源網站

學習技術過程我們經常需要使用搜索引擎來檢索資料,國內常用的也就是某度了。
當然有條件的話,搜索引擎首先還是推薦使用 Google,如果沒辦法使用,可以使用以下幾個作爲備用:

Bing

Bing 國際版:https://cn.bing.com/
比某度好用,之前還被停用了幾天,最近可以了。

DuckDuckGo

DuckDuckGo:https://duckduckgo.com/
從官網的介紹來看這個搜索引擎不收集用戶信息,而且沒有廣告。

Stack Overflow

Stack Overflow:https://stackoverflow.com/
我們如果常用 Google,很多技術問題的答案就在這個網站上,如果你無法使用 Google 可以在這個網站上直接檢索就好了。

Gitlogs

Gitlogs:https://www.gitlogs.com/
Gitlogs 是專門針對 GitHub 項目的搜索引擎,我們通過他可以快速找到想要項目。

jiumo search

文檔搜索引擎 jiumo search 鳩摩搜書:https://www.jiumodiary.com/
可以用來找一些技術文檔手冊,很多在百度網盤裏。

Ebooke

Ebooke:https://ebookee.org/
Ebookee 是一個基於互聯網並提供免費電子圖書下載的搜索引擎網站。

Iconfinder

圖標搜索:https://www.iconfinder.com/
用來查找 logo 圖片。

TinEye

TinEye:https://www.tineye.com
用圖片來檢索圖片,我們可以上傳圖片或輸入圖片的 URL 來檢索。

SemanticScholar

SemanticScholar:https://www.semanticscholar.org/
SemanticScholar 是一個免費學術搜索引擎,其檢索結果來自於期刊、學術會議資料或者是學術機構的文獻。

LibreStock

LibreStock:https://librestock.com/
LibreStock 上可以檢索一些優質的高清圖片。

CC Search

CC Search:https://ccsearch.creativecommons.org/
CC Search 上搜索到的圖片資源都是無版權的,我們可以免費的使用。

Pexels

Pexels:https://www.pexels.com/
高質量的圖片網站,可以免費使用。

Unsplash

Unsplash:https://unsplash.com/
免費高清素材網站。

The App Store

The App Store:https://theappstore.org/
The App Store 是一個針對蘋果手機、iPad、Mac 設備的應用搜索工具。

工具類

圖片相關工具

TinyPNG:https://tinypng.com/
免費的在線圖片壓縮工具,壓縮率高,無損畫質,直接拖拽使用,很方便。
picdiet:https://www.picdiet.com/zh-cn
獨特且強悍的JavaScript 算法,能極速壓縮 80% 的圖片大小,而不損害其質量。
SmartResize:
https://www.smartresize.com/zh-cn
這個工具基於 javascript+HTML5 編寫而成的,是一個批量裁剪縮放圖片的神器!

正則表達式相關工具

以下兩個工具以圖形的方式來展示正則表達式,更易於理解:
https://regexr.com/
https://jex.im/regulex/#!flags=&re=%5E(a%7Cb)*%3F%24

文件轉換轉換工具

以下資源支持各種格式(PDF、圖片、Word)相互轉換。
https://smallpdf.com/cn
https://convertio.co/zh/
https://www.online-convert.com/
https://www.pdftoword.com/
https://tools.pdf24.org/zh/
https://cn.office-converter.com/

在線編譯器

包含前後端(php、java、c等)都可以在線運行測試
https://rextester.com/
https://www.onlinegdb.com/
https://c.runoob.com/

HTML、CSS、JS、設計類的工具

JSFiddle: https://jsfiddle.net/
CodePen: https://codepen.io/
Runoob: https://c.runoob.com/front-end/61
JSON 解析器: https://c.runoob.com/front-end/53
在線 PS: http://www.kantu.com/
表格轉換工具: https://tableconvert.com/
支持的 Markdown、HTML table、CSV 和 Excel 的相互轉換。
DesignCap: https://www.designcap.com/
在線設計海報,內置衆多模板及素材。

思維導圖工具

推薦幾款繪圖工具:
Xmind:https://www.xmind.cn/
跨平臺、跨終端,擁有全功能的思維導圖軟件。
ProcessOn:https://www.processon.com/
免費在線作圖,實時協作,支持流程圖、思維導圖、原型圖、UML、網絡拓撲圖、組織結構圖等。
MindMaster:https://www.edrawsoft.cn/mindmaster/
多平臺思維導圖軟件,可用於Windows,Mac和Linux等桌面環境,也可以在線使用或在蘋果,安卓等移動端上使用。
MindMeister:https://www.mindmeister.com/zh
在線思維導圖工具,已有超過1000萬個用戶。
百度腦圖:http://naotu.baidu.com/ 簡潔的在線思維導圖工具
Gliffy:https://www.gliffy.com/
我們可以在 Chrome 瀏覽器上安裝 gliffy 插件。
可以在線創建流程圖、UML圖、線框圖、BPNM、組織架構圖等。

文檔筆記平臺

推薦幾個常用的國內外雲筆記平臺,比較常用的應該是印象、有道、石墨,有一些國外的訪問速度比較慢,影響體驗。
現在用雲筆記的人應該蠻多的,可以總結歸納自己的一些知識儲備或者相關的業務資料,加上他們自帶的跨平臺特性,用起來還是很方便的。
印象筆記:https://www.yinxiang.com/
有道筆記:https://note.youdao.com/
OneNote:https://www.onenote.com/
幕布:https://mubu.com/
爲知筆記:https://www.wiz.cn/
石墨文檔:https://shimo.im/
Google keep:https://keep.google.com/
Simplenote:https://simplenote.com/

數量級

Y 24 (10的24次冪)
Z 21
E 18
P 15
T 12
G 9
M 6
k 3
h 2
da 1
1 0
d -1
c -2
m -3
u -6
n -9
p -12
f -15
a -18
z -21
y -24

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章