├── README.md ├── ansible └── README.md ├── ant └── README.md ├── apache ├── README.md ├── basic_auth.conf ├── proxy.conf ├── reverse-proxy.conf ├── ssl.conf └── vhosts.conf ├── aufs └── README.md ├── bind ├── README.mkd ├── bind.keys ├── china-edu-acl.cfg ├── china-edu │ └── jizhihuwai.com.zone ├── china-mobile-acl.cfg ├── china-mobile │ └── jizhihuwai.com.zone ├── china-telecom-acl.cfg ├── china-telecom │ └── jizhihuwai.com.zone ├── china-unicom-acl.cfg ├── china-unicom │ └── jizhihuwai.com.zone ├── db.0 ├── db.127 ├── db.255 ├── db.empty ├── db.local ├── db.root ├── jizhihuwai.com.zone ├── named.conf ├── named.conf.default-zones ├── rndc.key └── zones.rfc1918 ├── btrfs └── README.md ├── c ├── README.md └── warning-error-solution.md ├── centos └── README.md ├── ceph ├── README.md ├── deployment-nginx.yaml └── storage-class-ceph-rbd.yaml ├── chef ├── README.mkd ├── chef-local-mode.md ├── client.rb └── knife.rb ├── chrome ├── README.md └── img │ ├── chrome1.png │ ├── chrome2.png │ └── chrome3.png ├── confd └── README.md ├── coredns ├── README.md └── coredns │ ├── Corefile │ ├── hosts.d │ └── file.hosts │ └── youya.org.zone ├── db2 └── README.md ├── debian ├── README.md ├── binary │ └── DEBIAN │ │ ├── changelog │ │ └── control ├── how_to_build_deb_repo.md ├── install-conffiles.png ├── install.png ├── purge.png ├── remove-purge.png ├── remove.png ├── source │ └── debian │ │ ├── changelog │ │ ├── compat │ │ ├── control │ │ ├── copyright │ │ ├── rules │ │ └── rules.standard └── upgrade.png ├── deepin └── README.md ├── dns └── README.md ├── dnsmasq └── README.md ├── docker ├── README.md └── daemon.json ├── drbd ├── README.mkd └── drbd.conf ├── etcd ├── README.md └── etcd.sh ├── fdisk └── README.md ├── ffmpeg └── README.md ├── fio └── README.md ├── gcc └── README.md ├── gdb ├── README.md ├── dot_gdbinit └── libstdcxx │ ├── __init__.py │ └── v6 │ ├── __init__.py │ ├── printers.py │ └── xmethods.py ├── gerrit └── README.md ├── git ├── README.md ├── build-git-server.mkd └── how-to-contribute-to-github-project.md ├── gitlab-kubernetes ├── README.md └── gitlab-ci.yml ├── go ├── README.md └── golang-install.sh ├── gpg ├── README.mkd └── zhiwei.public.gpg ├── gtest └── README.md ├── haproxy └── README.mkd ├── heartbeat ├── README.config ├── README.mkd ├── authkeys ├── ha.cf ├── haresources └── resource.d │ ├── IProute │ ├── SendArp │ └── arp_check ├── http └── README.md ├── iperf3 └── README.md ├── iptables └── README.mkd ├── keepalived ├── 113.keepalived.conf ├── 163.keepalived.conf ├── 225.keepalived.conf ├── 226.keepalived.conf ├── 96-lvs-keepalived.conf ├── README.mkd ├── keepalived_notify.sh └── openstack.md ├── kind ├── README.md ├── cluster-csi-controller │ ├── rbac-snapshot-controller.yaml │ ├── setup-snapshot-controller.yaml │ ├── snapshot.storage.k8s.io_volumesnapshotclasses.yaml │ ├── snapshot.storage.k8s.io_volumesnapshotcontents.yaml │ └── snapshot.storage.k8s.io_volumesnapshots.yaml ├── containerd │ └── certs.d │ │ └── _default │ │ └── hosts.toml ├── kind.yaml ├── nfs-csi-driver │ ├── nfs-csi-controller.yaml │ ├── nfs-csi-driverinfo.yaml │ ├── nfs-csi-node.yaml │ ├── nfs-csi-rbac.yaml │ └── nfs-csi-storageclass.yaml ├── nfs-provisioning │ ├── dynamic-pvc.yaml │ ├── dynamic-statefulset.yaml │ ├── static-deployment.yaml │ ├── static-pv.yaml │ └── static-pvc.yaml └── nfs-server │ └── nfs-server.yaml ├── kubernetes ├── README.md ├── etc │ ├── etcd │ │ └── etcd.conf │ └── kubernetes │ │ ├── apiserver │ │ ├── config │ │ ├── controller-manager │ │ ├── kubelet │ │ ├── proxy │ │ └── scheduler ├── files │ ├── ifcfg-kbr0 │ └── route-eth0 ├── nsenter.yaml └── usr │ └── lib │ └── systemd │ └── system │ ├── etcd.service │ ├── kube-apiserver.service │ ├── kube-controller-manager.service │ ├── kube-proxy.service │ ├── kube-scheduler.service │ └── kubelet.service ├── kvm-qemu-libvirt-virtualization ├── README.mkd ├── addbr.sh ├── ifcfg-br0 ├── ifcfg-eth0 ├── instance-name.xml ├── new │ ├── README.md │ ├── domain.xml │ └── virbr1.xml ├── virbr0.xml ├── vm.instance-name.xml ├── vm.manager.sh ├── vms.ini └── windows.mkd ├── laravel └── README.md ├── letsencrypt └── README.md ├── library ├── README.mkd ├── id.sh ├── initial-rc.sh ├── php_lib.php ├── python_lib.py └── shell_lib.sh ├── logrotate └── README.md ├── lvm └── README.mkd ├── lvs-keepalived └── README.mkd ├── lvs ├── README.mkd └── lvs.conf ├── mesos └── README.md ├── minio ├── Dockerfile.minio ├── README.md ├── k8s-deployment.yaml └── nginx │ ├── certs │ ├── server.crt │ └── server.key │ └── conf.d │ └── minio.conf ├── mount └── README.md ├── mysql └── README.md ├── nfs ├── README.md └── exports ├── nftables ├── README.md ├── ip.md └── nftable.conf ├── nginx ├── README.md ├── conf.d │ ├── basic-auth.conf │ ├── file-autoindex.conf │ ├── geo-redirect.conf │ ├── jizhihuwai.com.conf │ ├── php.conf │ ├── proxy.conf │ ├── reverse-proxy.conf │ ├── single-file.conf │ ├── ssl.conf │ ├── text-response.conf │ └── vhosts.conf ├── nginx.conf └── raw.d │ ├── tcp-backends.conf │ ├── tcp.conf │ └── udp.conf ├── nodejs └── README.md ├── opensource-solution └── README.md ├── openstack ├── PACKAGING.md ├── README.mkd ├── TESTING.md ├── cinder │ ├── api-paste.ini │ └── cinder.conf ├── define.sh ├── easystack │ └── README.md ├── glance.sh ├── glance │ ├── glance-api-paste.ini │ ├── glance-api.conf │ ├── glance-registry-paste.ini │ └── glance-registry.conf ├── heat.md ├── keystone.sh ├── keystone │ └── keystone.conf ├── nova.sh ├── nova │ ├── api-paste.ini │ ├── nova-compute.conf │ └── nova.conf ├── openstackrc └── quantum │ ├── api-paste.ini │ ├── dhcp_agent.ini │ ├── l3_agent.ini │ ├── ovs_quantum_plugin.ini │ └── quantum.conf ├── pacemaker-corosync └── README.mkd ├── php ├── README.md ├── lang.php └── lang │ └── zh_CN │ └── LC_MESSAGES │ ├── zh.mo │ └── zh.po ├── podman ├── .config │ └── containers │ │ ├── bashrc │ │ └── containers.conf ├── README.md ├── deprecated │ ├── build-podman.sh │ └── metadata │ │ ├── etc │ │ └── containers │ │ │ ├── containers.conf │ │ │ ├── manifest │ │ │ └── k8s-v2ray.yaml │ │ │ ├── mounts.conf │ │ │ ├── policy.json │ │ │ ├── registries.conf │ │ │ ├── registries.conf.d │ │ │ ├── 00-shortnames.conf │ │ │ ├── docker.io.conf │ │ │ └── ghcr.io.conf │ │ │ ├── registries.d │ │ │ └── default.yaml │ │ │ ├── seccomp.json │ │ │ ├── storage.conf │ │ │ └── systemd │ │ │ ├── clash.container │ │ │ └── v2ray.kube │ │ └── usr │ │ ├── lib │ │ ├── systemd │ │ │ └── system │ │ │ │ ├── podman-auto-update.service │ │ │ │ ├── podman-auto-update.timer │ │ │ │ ├── podman-clean-transient.service │ │ │ │ ├── podman-kube@.service │ │ │ │ ├── podman-restart.service │ │ │ │ ├── podman.service │ │ │ │ └── podman.socket │ │ └── tmpfiles.d │ │ │ ├── containers-common.conf │ │ │ └── podman.conf │ │ └── share │ │ └── containers │ │ ├── containers.conf │ │ ├── seccomp.json │ │ └── storage.conf ├── etc │ └── containers │ │ ├── containers.conf │ │ └── registries.conf.d │ │ ├── docker.io.conf │ │ └── ghcr.io.conf └── src │ └── wasm │ ├── Dockerfile │ └── main.go ├── pptp └── README.md ├── prometheus └── pod.yaml ├── protobuf └── README.md ├── puppet └── README.mkd ├── pxe-install-os ├── README.mkd ├── boot.msg ├── default ├── dhcpd.conf ├── rhel.cfg └── tftp ├── pypi └── README.md ├── python-pip ├── README.md └── zenith │ ├── setup.cfg │ ├── setup.py │ └── zenith │ ├── __init__.py │ ├── app.py │ ├── common.py │ └── tests │ └── __init__.py ├── python-virtualenv └── README.md ├── python ├── README.md ├── calculate.c ├── calculate_module.c └── python-c-api.md ├── redis ├── README.md └── redis │ ├── 7001 │ └── redis.conf │ ├── 7002 │ └── redis.conf │ ├── 7003 │ └── redis.conf │ ├── 7004 │ └── redis.conf │ ├── 7005 │ └── redis.conf │ └── 7006 │ └── redis.conf ├── registry └── docker-registry-setup.sh ├── repository ├── qr_alipay_pay.png └── qr_wechat_pay.png ├── resources ├── README.md ├── adblock.txt ├── chrome.md ├── linux.md ├── switchy.txt ├── wiznote.css └── wiznote.md ├── rest-api └── README.md ├── review-board └── README.md ├── rime └── README.md ├── router └── asus.md ├── rpm-package-management ├── README.md ├── keepalived.spec ├── php-apc.spec └── template.spec ├── rsync ├── README.md ├── rsyncd.conf └── rsyncd.secrets ├── ruby ├── Gemfile └── README.md ├── sar └── README.md ├── sasl └── README.md ├── screen └── README.md ├── shell ├── README.md ├── io-redirection.md ├── test.sh └── text.md ├── skydns └── README.md ├── snmp └── README.md ├── ssh └── README.md ├── systemd └── README.md ├── terraform ├── README.md ├── backend.tf ├── input.tfvars ├── main.tf ├── output.tf ├── variables.tf └── versions.tf ├── timezone ├── README.md └── timezone.jpg ├── tips └── README.md ├── tls-cert └── README.md ├── travis-ci ├── .travis.yml ├── .yamllint └── README.md ├── ubuntu ├── .fonts.conf ├── README.md ├── gtk.css └── how-to-make-debain-package.mkd ├── ucarp ├── README.md ├── vip-down.sh └── vip-up.sh ├── vagrant ├── README.md ├── Vagrantfile └── Vagrantfile.tmpl ├── vegeta └── README.md ├── yarn ├── README.md └── single-node-cluster.md └── zookeeper ├── README.md ├── zookeeper-client.jaas.conf ├── zookeeper-client.properties ├── zookeeper.jaas.conf └── zookeeper.properties /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/README.md -------------------------------------------------------------------------------- /ansible/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ansible/README.md -------------------------------------------------------------------------------- /ant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ant/README.md -------------------------------------------------------------------------------- /apache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/apache/README.md -------------------------------------------------------------------------------- /apache/basic_auth.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/apache/basic_auth.conf -------------------------------------------------------------------------------- /apache/proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/apache/proxy.conf -------------------------------------------------------------------------------- /apache/reverse-proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/apache/reverse-proxy.conf -------------------------------------------------------------------------------- /apache/ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/apache/ssl.conf -------------------------------------------------------------------------------- /apache/vhosts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/apache/vhosts.conf -------------------------------------------------------------------------------- /aufs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/aufs/README.md -------------------------------------------------------------------------------- /bind/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/README.mkd -------------------------------------------------------------------------------- /bind/bind.keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/bind.keys -------------------------------------------------------------------------------- /bind/china-edu-acl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-edu-acl.cfg -------------------------------------------------------------------------------- /bind/china-edu/jizhihuwai.com.zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-edu/jizhihuwai.com.zone -------------------------------------------------------------------------------- /bind/china-mobile-acl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-mobile-acl.cfg -------------------------------------------------------------------------------- /bind/china-mobile/jizhihuwai.com.zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-mobile/jizhihuwai.com.zone -------------------------------------------------------------------------------- /bind/china-telecom-acl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-telecom-acl.cfg -------------------------------------------------------------------------------- /bind/china-telecom/jizhihuwai.com.zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-telecom/jizhihuwai.com.zone -------------------------------------------------------------------------------- /bind/china-unicom-acl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-unicom-acl.cfg -------------------------------------------------------------------------------- /bind/china-unicom/jizhihuwai.com.zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/china-unicom/jizhihuwai.com.zone -------------------------------------------------------------------------------- /bind/db.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/db.0 -------------------------------------------------------------------------------- /bind/db.127: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/db.127 -------------------------------------------------------------------------------- /bind/db.255: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/db.255 -------------------------------------------------------------------------------- /bind/db.empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/db.empty -------------------------------------------------------------------------------- /bind/db.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/db.local -------------------------------------------------------------------------------- /bind/db.root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/db.root -------------------------------------------------------------------------------- /bind/jizhihuwai.com.zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/jizhihuwai.com.zone -------------------------------------------------------------------------------- /bind/named.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/named.conf -------------------------------------------------------------------------------- /bind/named.conf.default-zones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/named.conf.default-zones -------------------------------------------------------------------------------- /bind/rndc.key: -------------------------------------------------------------------------------- 1 | key "rndc-key" { 2 | algorithm hmac-md5; 3 | secret "1c1VGeSK4bWW9NuFXKZ7gQ=="; 4 | }; 5 | -------------------------------------------------------------------------------- /bind/zones.rfc1918: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/bind/zones.rfc1918 -------------------------------------------------------------------------------- /btrfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/btrfs/README.md -------------------------------------------------------------------------------- /c/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/c/README.md -------------------------------------------------------------------------------- /c/warning-error-solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/c/warning-error-solution.md -------------------------------------------------------------------------------- /centos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/centos/README.md -------------------------------------------------------------------------------- /ceph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ceph/README.md -------------------------------------------------------------------------------- /ceph/deployment-nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ceph/deployment-nginx.yaml -------------------------------------------------------------------------------- /ceph/storage-class-ceph-rbd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ceph/storage-class-ceph-rbd.yaml -------------------------------------------------------------------------------- /chef/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chef/README.mkd -------------------------------------------------------------------------------- /chef/chef-local-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chef/chef-local-mode.md -------------------------------------------------------------------------------- /chef/client.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chef/client.rb -------------------------------------------------------------------------------- /chef/knife.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chef/knife.rb -------------------------------------------------------------------------------- /chrome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chrome/README.md -------------------------------------------------------------------------------- /chrome/img/chrome1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chrome/img/chrome1.png -------------------------------------------------------------------------------- /chrome/img/chrome2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chrome/img/chrome2.png -------------------------------------------------------------------------------- /chrome/img/chrome3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/chrome/img/chrome3.png -------------------------------------------------------------------------------- /confd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/confd/README.md -------------------------------------------------------------------------------- /coredns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/coredns/README.md -------------------------------------------------------------------------------- /coredns/coredns/Corefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/coredns/coredns/Corefile -------------------------------------------------------------------------------- /coredns/coredns/hosts.d/file.hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/coredns/coredns/hosts.d/file.hosts -------------------------------------------------------------------------------- /coredns/coredns/youya.org.zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/coredns/coredns/youya.org.zone -------------------------------------------------------------------------------- /db2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/db2/README.md -------------------------------------------------------------------------------- /debian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/README.md -------------------------------------------------------------------------------- /debian/binary/DEBIAN/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/binary/DEBIAN/changelog -------------------------------------------------------------------------------- /debian/binary/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/binary/DEBIAN/control -------------------------------------------------------------------------------- /debian/how_to_build_deb_repo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/how_to_build_deb_repo.md -------------------------------------------------------------------------------- /debian/install-conffiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/install-conffiles.png -------------------------------------------------------------------------------- /debian/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/install.png -------------------------------------------------------------------------------- /debian/purge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/purge.png -------------------------------------------------------------------------------- /debian/remove-purge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/remove-purge.png -------------------------------------------------------------------------------- /debian/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/remove.png -------------------------------------------------------------------------------- /debian/source/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/source/debian/changelog -------------------------------------------------------------------------------- /debian/source/debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /debian/source/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/source/debian/control -------------------------------------------------------------------------------- /debian/source/debian/copyright: -------------------------------------------------------------------------------- 1 | Apache License v2.0 2 | -------------------------------------------------------------------------------- /debian/source/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/source/debian/rules -------------------------------------------------------------------------------- /debian/source/debian/rules.standard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/source/debian/rules.standard -------------------------------------------------------------------------------- /debian/upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/debian/upgrade.png -------------------------------------------------------------------------------- /deepin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/deepin/README.md -------------------------------------------------------------------------------- /dns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/dns/README.md -------------------------------------------------------------------------------- /dnsmasq/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/dnsmasq/README.md -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/daemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/docker/daemon.json -------------------------------------------------------------------------------- /drbd/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/drbd/README.mkd -------------------------------------------------------------------------------- /drbd/drbd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/drbd/drbd.conf -------------------------------------------------------------------------------- /etcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/etcd/README.md -------------------------------------------------------------------------------- /etcd/etcd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/etcd/etcd.sh -------------------------------------------------------------------------------- /fdisk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/fdisk/README.md -------------------------------------------------------------------------------- /ffmpeg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ffmpeg/README.md -------------------------------------------------------------------------------- /fio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/fio/README.md -------------------------------------------------------------------------------- /gcc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gcc/README.md -------------------------------------------------------------------------------- /gdb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gdb/README.md -------------------------------------------------------------------------------- /gdb/dot_gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gdb/dot_gdbinit -------------------------------------------------------------------------------- /gdb/libstdcxx/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gdb/libstdcxx/v6/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gdb/libstdcxx/v6/__init__.py -------------------------------------------------------------------------------- /gdb/libstdcxx/v6/printers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gdb/libstdcxx/v6/printers.py -------------------------------------------------------------------------------- /gdb/libstdcxx/v6/xmethods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gdb/libstdcxx/v6/xmethods.py -------------------------------------------------------------------------------- /gerrit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gerrit/README.md -------------------------------------------------------------------------------- /git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/git/README.md -------------------------------------------------------------------------------- /git/build-git-server.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/git/build-git-server.mkd -------------------------------------------------------------------------------- /git/how-to-contribute-to-github-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/git/how-to-contribute-to-github-project.md -------------------------------------------------------------------------------- /gitlab-kubernetes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gitlab-kubernetes/README.md -------------------------------------------------------------------------------- /gitlab-kubernetes/gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gitlab-kubernetes/gitlab-ci.yml -------------------------------------------------------------------------------- /go/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/go/README.md -------------------------------------------------------------------------------- /go/golang-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/go/golang-install.sh -------------------------------------------------------------------------------- /gpg/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gpg/README.mkd -------------------------------------------------------------------------------- /gpg/zhiwei.public.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gpg/zhiwei.public.gpg -------------------------------------------------------------------------------- /gtest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/gtest/README.md -------------------------------------------------------------------------------- /haproxy/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/haproxy/README.mkd -------------------------------------------------------------------------------- /heartbeat/README.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/README.config -------------------------------------------------------------------------------- /heartbeat/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/README.mkd -------------------------------------------------------------------------------- /heartbeat/authkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/authkeys -------------------------------------------------------------------------------- /heartbeat/ha.cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/ha.cf -------------------------------------------------------------------------------- /heartbeat/haresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/haresources -------------------------------------------------------------------------------- /heartbeat/resource.d/IProute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/resource.d/IProute -------------------------------------------------------------------------------- /heartbeat/resource.d/SendArp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/resource.d/SendArp -------------------------------------------------------------------------------- /heartbeat/resource.d/arp_check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/heartbeat/resource.d/arp_check -------------------------------------------------------------------------------- /http/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/http/README.md -------------------------------------------------------------------------------- /iperf3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/iperf3/README.md -------------------------------------------------------------------------------- /iptables/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/iptables/README.mkd -------------------------------------------------------------------------------- /keepalived/113.keepalived.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/113.keepalived.conf -------------------------------------------------------------------------------- /keepalived/163.keepalived.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/163.keepalived.conf -------------------------------------------------------------------------------- /keepalived/225.keepalived.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/225.keepalived.conf -------------------------------------------------------------------------------- /keepalived/226.keepalived.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/226.keepalived.conf -------------------------------------------------------------------------------- /keepalived/96-lvs-keepalived.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/96-lvs-keepalived.conf -------------------------------------------------------------------------------- /keepalived/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/README.mkd -------------------------------------------------------------------------------- /keepalived/keepalived_notify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/keepalived_notify.sh -------------------------------------------------------------------------------- /keepalived/openstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/keepalived/openstack.md -------------------------------------------------------------------------------- /kind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/README.md -------------------------------------------------------------------------------- /kind/cluster-csi-controller/rbac-snapshot-controller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/cluster-csi-controller/rbac-snapshot-controller.yaml -------------------------------------------------------------------------------- /kind/cluster-csi-controller/setup-snapshot-controller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/cluster-csi-controller/setup-snapshot-controller.yaml -------------------------------------------------------------------------------- /kind/cluster-csi-controller/snapshot.storage.k8s.io_volumesnapshotclasses.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/cluster-csi-controller/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -------------------------------------------------------------------------------- /kind/cluster-csi-controller/snapshot.storage.k8s.io_volumesnapshotcontents.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/cluster-csi-controller/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -------------------------------------------------------------------------------- /kind/cluster-csi-controller/snapshot.storage.k8s.io_volumesnapshots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/cluster-csi-controller/snapshot.storage.k8s.io_volumesnapshots.yaml -------------------------------------------------------------------------------- /kind/containerd/certs.d/_default/hosts.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/containerd/certs.d/_default/hosts.toml -------------------------------------------------------------------------------- /kind/kind.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/kind.yaml -------------------------------------------------------------------------------- /kind/nfs-csi-driver/nfs-csi-controller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-csi-driver/nfs-csi-controller.yaml -------------------------------------------------------------------------------- /kind/nfs-csi-driver/nfs-csi-driverinfo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-csi-driver/nfs-csi-driverinfo.yaml -------------------------------------------------------------------------------- /kind/nfs-csi-driver/nfs-csi-node.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-csi-driver/nfs-csi-node.yaml -------------------------------------------------------------------------------- /kind/nfs-csi-driver/nfs-csi-rbac.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-csi-driver/nfs-csi-rbac.yaml -------------------------------------------------------------------------------- /kind/nfs-csi-driver/nfs-csi-storageclass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-csi-driver/nfs-csi-storageclass.yaml -------------------------------------------------------------------------------- /kind/nfs-provisioning/dynamic-pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-provisioning/dynamic-pvc.yaml -------------------------------------------------------------------------------- /kind/nfs-provisioning/dynamic-statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-provisioning/dynamic-statefulset.yaml -------------------------------------------------------------------------------- /kind/nfs-provisioning/static-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-provisioning/static-deployment.yaml -------------------------------------------------------------------------------- /kind/nfs-provisioning/static-pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-provisioning/static-pv.yaml -------------------------------------------------------------------------------- /kind/nfs-provisioning/static-pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-provisioning/static-pvc.yaml -------------------------------------------------------------------------------- /kind/nfs-server/nfs-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kind/nfs-server/nfs-server.yaml -------------------------------------------------------------------------------- /kubernetes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/README.md -------------------------------------------------------------------------------- /kubernetes/etc/etcd/etcd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/etcd/etcd.conf -------------------------------------------------------------------------------- /kubernetes/etc/kubernetes/apiserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/kubernetes/apiserver -------------------------------------------------------------------------------- /kubernetes/etc/kubernetes/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/kubernetes/config -------------------------------------------------------------------------------- /kubernetes/etc/kubernetes/controller-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/kubernetes/controller-manager -------------------------------------------------------------------------------- /kubernetes/etc/kubernetes/kubelet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/kubernetes/kubelet -------------------------------------------------------------------------------- /kubernetes/etc/kubernetes/proxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/kubernetes/proxy -------------------------------------------------------------------------------- /kubernetes/etc/kubernetes/scheduler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/etc/kubernetes/scheduler -------------------------------------------------------------------------------- /kubernetes/files/ifcfg-kbr0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/files/ifcfg-kbr0 -------------------------------------------------------------------------------- /kubernetes/files/route-eth0: -------------------------------------------------------------------------------- 1 | 172.17.1.0/24 via 192.168.122.21 2 | -------------------------------------------------------------------------------- /kubernetes/nsenter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/nsenter.yaml -------------------------------------------------------------------------------- /kubernetes/usr/lib/systemd/system/etcd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/usr/lib/systemd/system/etcd.service -------------------------------------------------------------------------------- /kubernetes/usr/lib/systemd/system/kube-apiserver.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/usr/lib/systemd/system/kube-apiserver.service -------------------------------------------------------------------------------- /kubernetes/usr/lib/systemd/system/kube-controller-manager.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/usr/lib/systemd/system/kube-controller-manager.service -------------------------------------------------------------------------------- /kubernetes/usr/lib/systemd/system/kube-proxy.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/usr/lib/systemd/system/kube-proxy.service -------------------------------------------------------------------------------- /kubernetes/usr/lib/systemd/system/kube-scheduler.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/usr/lib/systemd/system/kube-scheduler.service -------------------------------------------------------------------------------- /kubernetes/usr/lib/systemd/system/kubelet.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kubernetes/usr/lib/systemd/system/kubelet.service -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/README.mkd -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/addbr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/addbr.sh -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/ifcfg-br0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/ifcfg-br0 -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/ifcfg-eth0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/ifcfg-eth0 -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/instance-name.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/instance-name.xml -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/new/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/new/README.md -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/new/domain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/new/domain.xml -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/new/virbr1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/new/virbr1.xml -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/virbr0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/virbr0.xml -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/vm.instance-name.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/vm.instance-name.xml -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/vm.manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/vm.manager.sh -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/vms.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/vms.ini -------------------------------------------------------------------------------- /kvm-qemu-libvirt-virtualization/windows.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/kvm-qemu-libvirt-virtualization/windows.mkd -------------------------------------------------------------------------------- /laravel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/laravel/README.md -------------------------------------------------------------------------------- /letsencrypt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/letsencrypt/README.md -------------------------------------------------------------------------------- /library/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/library/README.mkd -------------------------------------------------------------------------------- /library/id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/library/id.sh -------------------------------------------------------------------------------- /library/initial-rc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/library/initial-rc.sh -------------------------------------------------------------------------------- /library/php_lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/library/php_lib.php -------------------------------------------------------------------------------- /library/python_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/library/python_lib.py -------------------------------------------------------------------------------- /library/shell_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/library/shell_lib.sh -------------------------------------------------------------------------------- /logrotate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/logrotate/README.md -------------------------------------------------------------------------------- /lvm/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/lvm/README.mkd -------------------------------------------------------------------------------- /lvs-keepalived/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/lvs-keepalived/README.mkd -------------------------------------------------------------------------------- /lvs/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/lvs/README.mkd -------------------------------------------------------------------------------- /lvs/lvs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/lvs/lvs.conf -------------------------------------------------------------------------------- /mesos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/mesos/README.md -------------------------------------------------------------------------------- /minio/Dockerfile.minio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/minio/Dockerfile.minio -------------------------------------------------------------------------------- /minio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/minio/README.md -------------------------------------------------------------------------------- /minio/k8s-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/minio/k8s-deployment.yaml -------------------------------------------------------------------------------- /minio/nginx/certs/server.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/minio/nginx/certs/server.crt -------------------------------------------------------------------------------- /minio/nginx/certs/server.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/minio/nginx/certs/server.key -------------------------------------------------------------------------------- /minio/nginx/conf.d/minio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/minio/nginx/conf.d/minio.conf -------------------------------------------------------------------------------- /mount/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/mount/README.md -------------------------------------------------------------------------------- /mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/mysql/README.md -------------------------------------------------------------------------------- /nfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nfs/README.md -------------------------------------------------------------------------------- /nfs/exports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nfs/exports -------------------------------------------------------------------------------- /nftables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nftables/README.md -------------------------------------------------------------------------------- /nftables/ip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nftables/ip.md -------------------------------------------------------------------------------- /nftables/nftable.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nftables/nftable.conf -------------------------------------------------------------------------------- /nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/README.md -------------------------------------------------------------------------------- /nginx/conf.d/basic-auth.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/basic-auth.conf -------------------------------------------------------------------------------- /nginx/conf.d/file-autoindex.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/file-autoindex.conf -------------------------------------------------------------------------------- /nginx/conf.d/geo-redirect.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/geo-redirect.conf -------------------------------------------------------------------------------- /nginx/conf.d/jizhihuwai.com.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/jizhihuwai.com.conf -------------------------------------------------------------------------------- /nginx/conf.d/php.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/php.conf -------------------------------------------------------------------------------- /nginx/conf.d/proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/proxy.conf -------------------------------------------------------------------------------- /nginx/conf.d/reverse-proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/reverse-proxy.conf -------------------------------------------------------------------------------- /nginx/conf.d/single-file.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/single-file.conf -------------------------------------------------------------------------------- /nginx/conf.d/ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/ssl.conf -------------------------------------------------------------------------------- /nginx/conf.d/text-response.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/text-response.conf -------------------------------------------------------------------------------- /nginx/conf.d/vhosts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/conf.d/vhosts.conf -------------------------------------------------------------------------------- /nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/nginx.conf -------------------------------------------------------------------------------- /nginx/raw.d/tcp-backends.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/raw.d/tcp-backends.conf -------------------------------------------------------------------------------- /nginx/raw.d/tcp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/raw.d/tcp.conf -------------------------------------------------------------------------------- /nginx/raw.d/udp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nginx/raw.d/udp.conf -------------------------------------------------------------------------------- /nodejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/nodejs/README.md -------------------------------------------------------------------------------- /opensource-solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/opensource-solution/README.md -------------------------------------------------------------------------------- /openstack/PACKAGING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/PACKAGING.md -------------------------------------------------------------------------------- /openstack/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/README.mkd -------------------------------------------------------------------------------- /openstack/TESTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/TESTING.md -------------------------------------------------------------------------------- /openstack/cinder/api-paste.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/cinder/api-paste.ini -------------------------------------------------------------------------------- /openstack/cinder/cinder.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/cinder/cinder.conf -------------------------------------------------------------------------------- /openstack/define.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/define.sh -------------------------------------------------------------------------------- /openstack/easystack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/easystack/README.md -------------------------------------------------------------------------------- /openstack/glance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/glance.sh -------------------------------------------------------------------------------- /openstack/glance/glance-api-paste.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/glance/glance-api-paste.ini -------------------------------------------------------------------------------- /openstack/glance/glance-api.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/glance/glance-api.conf -------------------------------------------------------------------------------- /openstack/glance/glance-registry-paste.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/glance/glance-registry-paste.ini -------------------------------------------------------------------------------- /openstack/glance/glance-registry.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/glance/glance-registry.conf -------------------------------------------------------------------------------- /openstack/heat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/heat.md -------------------------------------------------------------------------------- /openstack/keystone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/keystone.sh -------------------------------------------------------------------------------- /openstack/keystone/keystone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/keystone/keystone.conf -------------------------------------------------------------------------------- /openstack/nova.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/nova.sh -------------------------------------------------------------------------------- /openstack/nova/api-paste.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/nova/api-paste.ini -------------------------------------------------------------------------------- /openstack/nova/nova-compute.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/nova/nova-compute.conf -------------------------------------------------------------------------------- /openstack/nova/nova.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/nova/nova.conf -------------------------------------------------------------------------------- /openstack/openstackrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/openstackrc -------------------------------------------------------------------------------- /openstack/quantum/api-paste.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/quantum/api-paste.ini -------------------------------------------------------------------------------- /openstack/quantum/dhcp_agent.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/quantum/dhcp_agent.ini -------------------------------------------------------------------------------- /openstack/quantum/l3_agent.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/quantum/l3_agent.ini -------------------------------------------------------------------------------- /openstack/quantum/ovs_quantum_plugin.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/quantum/ovs_quantum_plugin.ini -------------------------------------------------------------------------------- /openstack/quantum/quantum.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/openstack/quantum/quantum.conf -------------------------------------------------------------------------------- /pacemaker-corosync/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pacemaker-corosync/README.mkd -------------------------------------------------------------------------------- /php/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/php/README.md -------------------------------------------------------------------------------- /php/lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/php/lang.php -------------------------------------------------------------------------------- /php/lang/zh_CN/LC_MESSAGES/zh.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/php/lang/zh_CN/LC_MESSAGES/zh.mo -------------------------------------------------------------------------------- /php/lang/zh_CN/LC_MESSAGES/zh.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/php/lang/zh_CN/LC_MESSAGES/zh.po -------------------------------------------------------------------------------- /podman/.config/containers/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/.config/containers/bashrc -------------------------------------------------------------------------------- /podman/.config/containers/containers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/.config/containers/containers.conf -------------------------------------------------------------------------------- /podman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/README.md -------------------------------------------------------------------------------- /podman/deprecated/build-podman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/build-podman.sh -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/containers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/containers.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/manifest/k8s-v2ray.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/manifest/k8s-v2ray.yaml -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/mounts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/mounts.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/policy.json -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/registries.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/registries.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/registries.conf.d/00-shortnames.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/registries.conf.d/00-shortnames.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/registries.conf.d/docker.io.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/registries.conf.d/docker.io.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/registries.conf.d/ghcr.io.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/registries.conf.d/ghcr.io.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/registries.d/default.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/registries.d/default.yaml -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/seccomp.json -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/storage.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/storage.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/systemd/clash.container: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/systemd/clash.container -------------------------------------------------------------------------------- /podman/deprecated/metadata/etc/containers/systemd/v2ray.kube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/etc/containers/systemd/v2ray.kube -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman-auto-update.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman-auto-update.service -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman-auto-update.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman-auto-update.timer -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman-clean-transient.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman-clean-transient.service -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman-kube@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman-kube@.service -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman-restart.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman-restart.service -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman.service -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/systemd/system/podman.socket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/systemd/system/podman.socket -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/tmpfiles.d/containers-common.conf: -------------------------------------------------------------------------------- 1 | d %S/containers 0755 2 | -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/lib/tmpfiles.d/podman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/lib/tmpfiles.d/podman.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/share/containers/containers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/share/containers/containers.conf -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/share/containers/seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/share/containers/seccomp.json -------------------------------------------------------------------------------- /podman/deprecated/metadata/usr/share/containers/storage.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/deprecated/metadata/usr/share/containers/storage.conf -------------------------------------------------------------------------------- /podman/etc/containers/containers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/etc/containers/containers.conf -------------------------------------------------------------------------------- /podman/etc/containers/registries.conf.d/docker.io.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/etc/containers/registries.conf.d/docker.io.conf -------------------------------------------------------------------------------- /podman/etc/containers/registries.conf.d/ghcr.io.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/etc/containers/registries.conf.d/ghcr.io.conf -------------------------------------------------------------------------------- /podman/src/wasm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/src/wasm/Dockerfile -------------------------------------------------------------------------------- /podman/src/wasm/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/podman/src/wasm/main.go -------------------------------------------------------------------------------- /pptp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pptp/README.md -------------------------------------------------------------------------------- /prometheus/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/prometheus/pod.yaml -------------------------------------------------------------------------------- /protobuf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/protobuf/README.md -------------------------------------------------------------------------------- /puppet/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/puppet/README.mkd -------------------------------------------------------------------------------- /pxe-install-os/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pxe-install-os/README.mkd -------------------------------------------------------------------------------- /pxe-install-os/boot.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pxe-install-os/boot.msg -------------------------------------------------------------------------------- /pxe-install-os/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pxe-install-os/default -------------------------------------------------------------------------------- /pxe-install-os/dhcpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pxe-install-os/dhcpd.conf -------------------------------------------------------------------------------- /pxe-install-os/rhel.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pxe-install-os/rhel.cfg -------------------------------------------------------------------------------- /pxe-install-os/tftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pxe-install-os/tftp -------------------------------------------------------------------------------- /pypi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/pypi/README.md -------------------------------------------------------------------------------- /python-pip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python-pip/README.md -------------------------------------------------------------------------------- /python-pip/zenith/setup.cfg: -------------------------------------------------------------------------------- 1 | [wheel] 2 | universal = 1 3 | -------------------------------------------------------------------------------- /python-pip/zenith/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python-pip/zenith/setup.py -------------------------------------------------------------------------------- /python-pip/zenith/zenith/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /python-pip/zenith/zenith/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python-pip/zenith/zenith/app.py -------------------------------------------------------------------------------- /python-pip/zenith/zenith/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python-pip/zenith/zenith/common.py -------------------------------------------------------------------------------- /python-pip/zenith/zenith/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /python-virtualenv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python-virtualenv/README.md -------------------------------------------------------------------------------- /python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python/README.md -------------------------------------------------------------------------------- /python/calculate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python/calculate.c -------------------------------------------------------------------------------- /python/calculate_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python/calculate_module.c -------------------------------------------------------------------------------- /python/python-c-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/python/python-c-api.md -------------------------------------------------------------------------------- /redis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/README.md -------------------------------------------------------------------------------- /redis/redis/7001/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/redis/7001/redis.conf -------------------------------------------------------------------------------- /redis/redis/7002/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/redis/7002/redis.conf -------------------------------------------------------------------------------- /redis/redis/7003/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/redis/7003/redis.conf -------------------------------------------------------------------------------- /redis/redis/7004/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/redis/7004/redis.conf -------------------------------------------------------------------------------- /redis/redis/7005/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/redis/7005/redis.conf -------------------------------------------------------------------------------- /redis/redis/7006/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/redis/redis/7006/redis.conf -------------------------------------------------------------------------------- /registry/docker-registry-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/registry/docker-registry-setup.sh -------------------------------------------------------------------------------- /repository/qr_alipay_pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/repository/qr_alipay_pay.png -------------------------------------------------------------------------------- /repository/qr_wechat_pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/repository/qr_wechat_pay.png -------------------------------------------------------------------------------- /resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/README.md -------------------------------------------------------------------------------- /resources/adblock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/adblock.txt -------------------------------------------------------------------------------- /resources/chrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/chrome.md -------------------------------------------------------------------------------- /resources/linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/linux.md -------------------------------------------------------------------------------- /resources/switchy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/switchy.txt -------------------------------------------------------------------------------- /resources/wiznote.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/wiznote.css -------------------------------------------------------------------------------- /resources/wiznote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/resources/wiznote.md -------------------------------------------------------------------------------- /rest-api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rest-api/README.md -------------------------------------------------------------------------------- /review-board/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/review-board/README.md -------------------------------------------------------------------------------- /rime/README.md: -------------------------------------------------------------------------------- 1 | # Rime Input Method Engine 2 | 3 | See here: https://github.com/chenzhiwei/rime 4 | -------------------------------------------------------------------------------- /router/asus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/router/asus.md -------------------------------------------------------------------------------- /rpm-package-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rpm-package-management/README.md -------------------------------------------------------------------------------- /rpm-package-management/keepalived.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rpm-package-management/keepalived.spec -------------------------------------------------------------------------------- /rpm-package-management/php-apc.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rpm-package-management/php-apc.spec -------------------------------------------------------------------------------- /rpm-package-management/template.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rpm-package-management/template.spec -------------------------------------------------------------------------------- /rsync/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rsync/README.md -------------------------------------------------------------------------------- /rsync/rsyncd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/rsync/rsyncd.conf -------------------------------------------------------------------------------- /rsync/rsyncd.secrets: -------------------------------------------------------------------------------- 1 | zhiwei:123456 2 | foobar:password 3 | -------------------------------------------------------------------------------- /ruby/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ruby/Gemfile -------------------------------------------------------------------------------- /ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ruby/README.md -------------------------------------------------------------------------------- /sar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/sar/README.md -------------------------------------------------------------------------------- /sasl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/sasl/README.md -------------------------------------------------------------------------------- /screen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/screen/README.md -------------------------------------------------------------------------------- /shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/shell/README.md -------------------------------------------------------------------------------- /shell/io-redirection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/shell/io-redirection.md -------------------------------------------------------------------------------- /shell/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/shell/test.sh -------------------------------------------------------------------------------- /shell/text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/shell/text.md -------------------------------------------------------------------------------- /skydns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/skydns/README.md -------------------------------------------------------------------------------- /snmp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/snmp/README.md -------------------------------------------------------------------------------- /ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ssh/README.md -------------------------------------------------------------------------------- /systemd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/systemd/README.md -------------------------------------------------------------------------------- /terraform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/README.md -------------------------------------------------------------------------------- /terraform/backend.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/backend.tf -------------------------------------------------------------------------------- /terraform/input.tfvars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/input.tfvars -------------------------------------------------------------------------------- /terraform/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/main.tf -------------------------------------------------------------------------------- /terraform/output.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/output.tf -------------------------------------------------------------------------------- /terraform/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/variables.tf -------------------------------------------------------------------------------- /terraform/versions.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/terraform/versions.tf -------------------------------------------------------------------------------- /timezone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/timezone/README.md -------------------------------------------------------------------------------- /timezone/timezone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/timezone/timezone.jpg -------------------------------------------------------------------------------- /tips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/tips/README.md -------------------------------------------------------------------------------- /tls-cert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/tls-cert/README.md -------------------------------------------------------------------------------- /travis-ci/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/travis-ci/.travis.yml -------------------------------------------------------------------------------- /travis-ci/.yamllint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/travis-ci/.yamllint -------------------------------------------------------------------------------- /travis-ci/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/travis-ci/README.md -------------------------------------------------------------------------------- /ubuntu/.fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ubuntu/.fonts.conf -------------------------------------------------------------------------------- /ubuntu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ubuntu/README.md -------------------------------------------------------------------------------- /ubuntu/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ubuntu/gtk.css -------------------------------------------------------------------------------- /ubuntu/how-to-make-debain-package.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ubuntu/how-to-make-debain-package.mkd -------------------------------------------------------------------------------- /ucarp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ucarp/README.md -------------------------------------------------------------------------------- /ucarp/vip-down.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ucarp/vip-down.sh -------------------------------------------------------------------------------- /ucarp/vip-up.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/ucarp/vip-up.sh -------------------------------------------------------------------------------- /vagrant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/vagrant/README.md -------------------------------------------------------------------------------- /vagrant/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/vagrant/Vagrantfile -------------------------------------------------------------------------------- /vagrant/Vagrantfile.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/vagrant/Vagrantfile.tmpl -------------------------------------------------------------------------------- /vegeta/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/vegeta/README.md -------------------------------------------------------------------------------- /yarn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/yarn/README.md -------------------------------------------------------------------------------- /yarn/single-node-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/yarn/single-node-cluster.md -------------------------------------------------------------------------------- /zookeeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/zookeeper/README.md -------------------------------------------------------------------------------- /zookeeper/zookeeper-client.jaas.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/zookeeper/zookeeper-client.jaas.conf -------------------------------------------------------------------------------- /zookeeper/zookeeper-client.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/zookeeper/zookeeper-client.properties -------------------------------------------------------------------------------- /zookeeper/zookeeper.jaas.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/zookeeper/zookeeper.jaas.conf -------------------------------------------------------------------------------- /zookeeper/zookeeper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenzhiwei/linux/HEAD/zookeeper/zookeeper.properties --------------------------------------------------------------------------------