├── .gitignore ├── Airflow ├── DAG │ └── hive_create_partition.py ├── README.md └── script │ └── hive_create.sh ├── CPP ├── boost │ └── install.md ├── gcc │ └── install.md └── guard.h ├── DNS └── README.md ├── ELK ├── elastic │ ├── Filter.md │ ├── INSTALL.md │ └── QuickCmd.md ├── kibana │ └── script │ │ └── kibana └── logstash │ └── config.md ├── Flex-Bison └── Flex_Basic.md ├── FreeSWITCH ├── Dialplan.md ├── FusionPBX │ └── install.md ├── README.md └── pgsql.md ├── Java ├── Annotation.md ├── Code │ └── IpAdrressUtil.md ├── Eclipse.md ├── README.md ├── ServiceLoader.md ├── Servlet │ ├── Filter.md │ └── Listener.md ├── Sping-cloud │ ├── Feign.md │ ├── Hystrix.md │ └── zipkin.md ├── Spring │ ├── ApplicationContext.md │ ├── Environment.md │ ├── FactoryBean_and_BeanFactory.md │ ├── Filter_Interceptor.md │ ├── Profile.md │ ├── PropertyFile.md │ ├── bean_life_cycle.md │ └── config.md ├── Tomcat │ ├── Deploy.md │ ├── Misc.md │ ├── image_tomcat_config.png │ └── image_tomcat_issue_1.png ├── UseSystemVariables.md ├── log4j.md └── logback │ ├── README.md │ ├── logback-spring.xml │ └── logback.xml ├── Jenkins ├── ansible │ ├── do.build.nginx.yaml │ ├── do.deploy.nginx.yaml │ ├── sample.yaml │ ├── sample_nginx.yaml │ ├── sample_vars.yaml │ └── sample_web.yaml ├── consul_api.sh └── jenkins_reboot.sh ├── Mac ├── gdb.md ├── lldb.md └── rw_ntfs.md ├── PostgreSQL ├── AccessControl.md ├── Lunar.md ├── QuickCmd.md ├── Replication.md ├── compile ├── docker │ └── docker-compose.yml ├── install.md ├── postgres.conf ├── scripts │ ├── jsonb_ext.sql │ ├── pg_backup.sh │ └── random_string.c ├── show_bloat.sql └── xact_Isolation.md ├── Prometheus └── install.md ├── PulsarIO ├── DataFlow.md ├── Management.md ├── Processor.md ├── Pulsar_Real_time_Analytics_at_Scale │ ├── README.md │ ├── concluding.md │ ├── part1-introduction.md │ ├── part2-data-model.md │ ├── part3-architecture.md │ └── part4-pipeline.md ├── README.md ├── Startup.md └── Structure.md ├── R-Server ├── README.md └── install_package.md ├── README.md ├── SQLite └── README.md ├── ZooKeeper ├── README.md ├── deploy.md ├── file_format.md └── scripts │ └── zookeeper.init ├── apisix ├── install.md ├── introduce.md ├── rpm_install.md └── 介绍.md ├── chrome ├── build.md └── pull_tag.md ├── claude ├── claude.md ├── command │ └── brief.md ├── readme.md ├── sample.md └── sample │ ├── CLAUDE_nextjs.md │ └── CLAUDE_reactjs_vite.md ├── clickhouse ├── Client.md ├── Engines │ ├── AggregatingMergeTree.md │ ├── Buffer.md │ ├── CollapsingMergeTree.md │ ├── Distributed.md │ ├── External.md │ ├── Join.md │ ├── Log.md │ ├── Memory.md │ ├── Merge.md │ ├── MergeTree.md │ ├── Null.md │ ├── ReplacingMergeTree.md │ ├── Set.md │ ├── SummingMergeTree.md │ └── TinyLog.md └── install.md ├── cmake ├── configure_file.md └── useful_variables.md ├── consul ├── QuickCmd.md ├── README.md ├── client │ ├── consul.d │ │ └── client │ │ │ └── config.json │ └── start.sh ├── install.md ├── java │ └── spring │ │ ├── client.md │ │ ├── config.md │ │ └── server.md └── server │ ├── consul.d │ └── config.json │ └── systemd │ ├── consul │ └── consul.service ├── docker └── README.md ├── druidio ├── README.md └── script │ ├── druid.sh │ └── env.sh ├── etc ├── README.md ├── UniqueIDs.md ├── UniqueIds ├── compress.md ├── equity.md ├── erasure_code.md ├── fast_del.md └── yum.md ├── etcd └── README.md ├── ganglia └── install.md ├── gitlab └── migration.md ├── init_scripts ├── README.md ├── elasticsearch.init ├── jenkins.init ├── kafka-manager.init ├── kafka.init ├── redis-sentinel.init ├── redis.init ├── template.init └── zookeeper.init ├── jumpserver └── install.md ├── kafka ├── Consumer.md ├── QuickCmd.md ├── docker-compose.yml ├── kafka4.0_Cmd.md └── monitor.md ├── ldap ├── README.md └── self-service-password.md ├── linux ├── OOM.md ├── README.md ├── drop_caches.md ├── locale.md ├── openssh.md ├── systemcmd │ ├── chattr.md │ ├── iptables.md │ ├── nologin.md │ └── selinux.md ├── systemtap.md ├── terminal.md └── vpn.md ├── logrotate └── nginx ├── mattermost ├── deploy_docker.md ├── docker-compose.yml └── env.sample ├── mongodb └── mongodb.conf ├── mysql └── docker-compose.yml ├── nextcloud └── README.md ├── nginx ├── ModuleDev.md ├── README.md ├── auth.md ├── compile.md ├── nginx.spec ├── nginx_force_redirect.conf ├── nginx_sample.conf ├── nginx_sample2.conf ├── nginx_sample3.conf ├── nginx_service └── source │ └── 配置模块.md ├── nodejs ├── README.md └── npm_config.md ├── oracle └── sqlplus.md ├── pentaho └── kettle.md ├── php ├── install.md └── install_php_pgsql.sh ├── pulsar ├── QuickCmd.md └── install.md ├── putty ├── igvit-light.reg └── igvita-desert.reg ├── python ├── README.md ├── code │ ├── blockedpool.py │ ├── ftp.py │ ├── plumber.py │ ├── process_bar.py │ ├── tar_untar.py │ └── zip_unzip.py ├── data_science.md ├── install.md ├── logging.md ├── session_redis.py └── tornado.md ├── redis └── redis-cli.md ├── spark └── README.md ├── ssh └── ssh_tunnel.md ├── ssl └── certbot.md ├── starrocks ├── docker-compose-refer.md └── install.md ├── supervisord ├── README.md └── script │ ├── conf.d │ ├── airflow.ini │ └── superset.ini │ ├── supervisor.service │ └── supervisor_init_script.sh ├── testing └── README.md ├── web ├── AngularJS │ └── Tutorial.md ├── README.md ├── gulp.md └── named_css.md └── zabbix └── install.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Airflow/DAG/hive_create_partition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Airflow/DAG/hive_create_partition.py -------------------------------------------------------------------------------- /Airflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Airflow/README.md -------------------------------------------------------------------------------- /Airflow/script/hive_create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Airflow/script/hive_create.sh -------------------------------------------------------------------------------- /CPP/boost/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/CPP/boost/install.md -------------------------------------------------------------------------------- /CPP/gcc/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/CPP/gcc/install.md -------------------------------------------------------------------------------- /CPP/guard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/CPP/guard.h -------------------------------------------------------------------------------- /DNS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/DNS/README.md -------------------------------------------------------------------------------- /ELK/elastic/Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ELK/elastic/Filter.md -------------------------------------------------------------------------------- /ELK/elastic/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ELK/elastic/INSTALL.md -------------------------------------------------------------------------------- /ELK/elastic/QuickCmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ELK/elastic/QuickCmd.md -------------------------------------------------------------------------------- /ELK/kibana/script/kibana: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ELK/kibana/script/kibana -------------------------------------------------------------------------------- /ELK/logstash/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ELK/logstash/config.md -------------------------------------------------------------------------------- /Flex-Bison/Flex_Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Flex-Bison/Flex_Basic.md -------------------------------------------------------------------------------- /FreeSWITCH/Dialplan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/FreeSWITCH/Dialplan.md -------------------------------------------------------------------------------- /FreeSWITCH/FusionPBX/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/FreeSWITCH/FusionPBX/install.md -------------------------------------------------------------------------------- /FreeSWITCH/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/FreeSWITCH/README.md -------------------------------------------------------------------------------- /FreeSWITCH/pgsql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/FreeSWITCH/pgsql.md -------------------------------------------------------------------------------- /Java/Annotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Annotation.md -------------------------------------------------------------------------------- /Java/Code/IpAdrressUtil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Code/IpAdrressUtil.md -------------------------------------------------------------------------------- /Java/Eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Eclipse.md -------------------------------------------------------------------------------- /Java/README.md: -------------------------------------------------------------------------------- 1 | # Java 2 | 3 | 记录Java的一些入门姿势。 4 | -------------------------------------------------------------------------------- /Java/ServiceLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/ServiceLoader.md -------------------------------------------------------------------------------- /Java/Servlet/Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Servlet/Filter.md -------------------------------------------------------------------------------- /Java/Servlet/Listener.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Servlet/Listener.md -------------------------------------------------------------------------------- /Java/Sping-cloud/Feign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Sping-cloud/Feign.md -------------------------------------------------------------------------------- /Java/Sping-cloud/Hystrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Sping-cloud/Hystrix.md -------------------------------------------------------------------------------- /Java/Sping-cloud/zipkin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Sping-cloud/zipkin.md -------------------------------------------------------------------------------- /Java/Spring/ApplicationContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/ApplicationContext.md -------------------------------------------------------------------------------- /Java/Spring/Environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/Environment.md -------------------------------------------------------------------------------- /Java/Spring/FactoryBean_and_BeanFactory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/FactoryBean_and_BeanFactory.md -------------------------------------------------------------------------------- /Java/Spring/Filter_Interceptor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/Filter_Interceptor.md -------------------------------------------------------------------------------- /Java/Spring/Profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/Profile.md -------------------------------------------------------------------------------- /Java/Spring/PropertyFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/PropertyFile.md -------------------------------------------------------------------------------- /Java/Spring/bean_life_cycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/bean_life_cycle.md -------------------------------------------------------------------------------- /Java/Spring/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Spring/config.md -------------------------------------------------------------------------------- /Java/Tomcat/Deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Tomcat/Deploy.md -------------------------------------------------------------------------------- /Java/Tomcat/Misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Tomcat/Misc.md -------------------------------------------------------------------------------- /Java/Tomcat/image_tomcat_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Tomcat/image_tomcat_config.png -------------------------------------------------------------------------------- /Java/Tomcat/image_tomcat_issue_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/Tomcat/image_tomcat_issue_1.png -------------------------------------------------------------------------------- /Java/UseSystemVariables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/UseSystemVariables.md -------------------------------------------------------------------------------- /Java/log4j.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/log4j.md -------------------------------------------------------------------------------- /Java/logback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/logback/README.md -------------------------------------------------------------------------------- /Java/logback/logback-spring.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/logback/logback-spring.xml -------------------------------------------------------------------------------- /Java/logback/logback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Java/logback/logback.xml -------------------------------------------------------------------------------- /Jenkins/ansible/do.build.nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/ansible/do.build.nginx.yaml -------------------------------------------------------------------------------- /Jenkins/ansible/do.deploy.nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/ansible/do.deploy.nginx.yaml -------------------------------------------------------------------------------- /Jenkins/ansible/sample.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/ansible/sample.yaml -------------------------------------------------------------------------------- /Jenkins/ansible/sample_nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/ansible/sample_nginx.yaml -------------------------------------------------------------------------------- /Jenkins/ansible/sample_vars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/ansible/sample_vars.yaml -------------------------------------------------------------------------------- /Jenkins/ansible/sample_web.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/ansible/sample_web.yaml -------------------------------------------------------------------------------- /Jenkins/consul_api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/consul_api.sh -------------------------------------------------------------------------------- /Jenkins/jenkins_reboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Jenkins/jenkins_reboot.sh -------------------------------------------------------------------------------- /Mac/gdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Mac/gdb.md -------------------------------------------------------------------------------- /Mac/lldb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Mac/lldb.md -------------------------------------------------------------------------------- /Mac/rw_ntfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Mac/rw_ntfs.md -------------------------------------------------------------------------------- /PostgreSQL/AccessControl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/AccessControl.md -------------------------------------------------------------------------------- /PostgreSQL/Lunar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/Lunar.md -------------------------------------------------------------------------------- /PostgreSQL/QuickCmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/QuickCmd.md -------------------------------------------------------------------------------- /PostgreSQL/Replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/Replication.md -------------------------------------------------------------------------------- /PostgreSQL/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/compile -------------------------------------------------------------------------------- /PostgreSQL/docker/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/docker/docker-compose.yml -------------------------------------------------------------------------------- /PostgreSQL/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/install.md -------------------------------------------------------------------------------- /PostgreSQL/postgres.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/postgres.conf -------------------------------------------------------------------------------- /PostgreSQL/scripts/jsonb_ext.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/scripts/jsonb_ext.sql -------------------------------------------------------------------------------- /PostgreSQL/scripts/pg_backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/scripts/pg_backup.sh -------------------------------------------------------------------------------- /PostgreSQL/scripts/random_string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/scripts/random_string.c -------------------------------------------------------------------------------- /PostgreSQL/show_bloat.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/show_bloat.sql -------------------------------------------------------------------------------- /PostgreSQL/xact_Isolation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PostgreSQL/xact_Isolation.md -------------------------------------------------------------------------------- /Prometheus/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/Prometheus/install.md -------------------------------------------------------------------------------- /PulsarIO/DataFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/DataFlow.md -------------------------------------------------------------------------------- /PulsarIO/Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Management.md -------------------------------------------------------------------------------- /PulsarIO/Processor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Processor.md -------------------------------------------------------------------------------- /PulsarIO/Pulsar_Real_time_Analytics_at_Scale/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Pulsar_Real_time_Analytics_at_Scale/README.md -------------------------------------------------------------------------------- /PulsarIO/Pulsar_Real_time_Analytics_at_Scale/concluding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Pulsar_Real_time_Analytics_at_Scale/concluding.md -------------------------------------------------------------------------------- /PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part1-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part1-introduction.md -------------------------------------------------------------------------------- /PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part2-data-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part2-data-model.md -------------------------------------------------------------------------------- /PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part3-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part3-architecture.md -------------------------------------------------------------------------------- /PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part4-pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Pulsar_Real_time_Analytics_at_Scale/part4-pipeline.md -------------------------------------------------------------------------------- /PulsarIO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/README.md -------------------------------------------------------------------------------- /PulsarIO/Startup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Startup.md -------------------------------------------------------------------------------- /PulsarIO/Structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/PulsarIO/Structure.md -------------------------------------------------------------------------------- /R-Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/R-Server/README.md -------------------------------------------------------------------------------- /R-Server/install_package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/R-Server/install_package.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/README.md -------------------------------------------------------------------------------- /SQLite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/SQLite/README.md -------------------------------------------------------------------------------- /ZooKeeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ZooKeeper/README.md -------------------------------------------------------------------------------- /ZooKeeper/deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ZooKeeper/deploy.md -------------------------------------------------------------------------------- /ZooKeeper/file_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ZooKeeper/file_format.md -------------------------------------------------------------------------------- /ZooKeeper/scripts/zookeeper.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ZooKeeper/scripts/zookeeper.init -------------------------------------------------------------------------------- /apisix/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/apisix/install.md -------------------------------------------------------------------------------- /apisix/introduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/apisix/introduce.md -------------------------------------------------------------------------------- /apisix/rpm_install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/apisix/rpm_install.md -------------------------------------------------------------------------------- /apisix/介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/apisix/介绍.md -------------------------------------------------------------------------------- /chrome/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/chrome/build.md -------------------------------------------------------------------------------- /chrome/pull_tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/chrome/pull_tag.md -------------------------------------------------------------------------------- /claude/claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/claude/claude.md -------------------------------------------------------------------------------- /claude/command/brief.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/claude/command/brief.md -------------------------------------------------------------------------------- /claude/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/claude/readme.md -------------------------------------------------------------------------------- /claude/sample.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/claude/sample.md -------------------------------------------------------------------------------- /claude/sample/CLAUDE_nextjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/claude/sample/CLAUDE_nextjs.md -------------------------------------------------------------------------------- /claude/sample/CLAUDE_reactjs_vite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/claude/sample/CLAUDE_reactjs_vite.md -------------------------------------------------------------------------------- /clickhouse/Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Client.md -------------------------------------------------------------------------------- /clickhouse/Engines/AggregatingMergeTree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/AggregatingMergeTree.md -------------------------------------------------------------------------------- /clickhouse/Engines/Buffer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Buffer.md -------------------------------------------------------------------------------- /clickhouse/Engines/CollapsingMergeTree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/CollapsingMergeTree.md -------------------------------------------------------------------------------- /clickhouse/Engines/Distributed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Distributed.md -------------------------------------------------------------------------------- /clickhouse/Engines/External.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/External.md -------------------------------------------------------------------------------- /clickhouse/Engines/Join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Join.md -------------------------------------------------------------------------------- /clickhouse/Engines/Log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Log.md -------------------------------------------------------------------------------- /clickhouse/Engines/Memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Memory.md -------------------------------------------------------------------------------- /clickhouse/Engines/Merge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Merge.md -------------------------------------------------------------------------------- /clickhouse/Engines/MergeTree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/MergeTree.md -------------------------------------------------------------------------------- /clickhouse/Engines/Null.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Null.md -------------------------------------------------------------------------------- /clickhouse/Engines/ReplacingMergeTree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/ReplacingMergeTree.md -------------------------------------------------------------------------------- /clickhouse/Engines/Set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/Set.md -------------------------------------------------------------------------------- /clickhouse/Engines/SummingMergeTree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/SummingMergeTree.md -------------------------------------------------------------------------------- /clickhouse/Engines/TinyLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/Engines/TinyLog.md -------------------------------------------------------------------------------- /clickhouse/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/clickhouse/install.md -------------------------------------------------------------------------------- /cmake/configure_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/cmake/configure_file.md -------------------------------------------------------------------------------- /cmake/useful_variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/cmake/useful_variables.md -------------------------------------------------------------------------------- /consul/QuickCmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/QuickCmd.md -------------------------------------------------------------------------------- /consul/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/README.md -------------------------------------------------------------------------------- /consul/client/consul.d/client/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/client/consul.d/client/config.json -------------------------------------------------------------------------------- /consul/client/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/client/start.sh -------------------------------------------------------------------------------- /consul/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/install.md -------------------------------------------------------------------------------- /consul/java/spring/client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/java/spring/client.md -------------------------------------------------------------------------------- /consul/java/spring/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/java/spring/config.md -------------------------------------------------------------------------------- /consul/java/spring/server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/java/spring/server.md -------------------------------------------------------------------------------- /consul/server/consul.d/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/server/consul.d/config.json -------------------------------------------------------------------------------- /consul/server/systemd/consul: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/server/systemd/consul -------------------------------------------------------------------------------- /consul/server/systemd/consul.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/consul/server/systemd/consul.service -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/docker/README.md -------------------------------------------------------------------------------- /druidio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/druidio/README.md -------------------------------------------------------------------------------- /druidio/script/druid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/druidio/script/druid.sh -------------------------------------------------------------------------------- /druidio/script/env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/druidio/script/env.sh -------------------------------------------------------------------------------- /etc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/README.md -------------------------------------------------------------------------------- /etc/UniqueIDs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/UniqueIDs.md -------------------------------------------------------------------------------- /etc/UniqueIds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/UniqueIds -------------------------------------------------------------------------------- /etc/compress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/compress.md -------------------------------------------------------------------------------- /etc/equity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/equity.md -------------------------------------------------------------------------------- /etc/erasure_code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/erasure_code.md -------------------------------------------------------------------------------- /etc/fast_del.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/fast_del.md -------------------------------------------------------------------------------- /etc/yum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etc/yum.md -------------------------------------------------------------------------------- /etcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/etcd/README.md -------------------------------------------------------------------------------- /ganglia/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ganglia/install.md -------------------------------------------------------------------------------- /gitlab/migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/gitlab/migration.md -------------------------------------------------------------------------------- /init_scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/README.md -------------------------------------------------------------------------------- /init_scripts/elasticsearch.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/elasticsearch.init -------------------------------------------------------------------------------- /init_scripts/jenkins.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/jenkins.init -------------------------------------------------------------------------------- /init_scripts/kafka-manager.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/kafka-manager.init -------------------------------------------------------------------------------- /init_scripts/kafka.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/kafka.init -------------------------------------------------------------------------------- /init_scripts/redis-sentinel.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/redis-sentinel.init -------------------------------------------------------------------------------- /init_scripts/redis.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/redis.init -------------------------------------------------------------------------------- /init_scripts/template.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/template.init -------------------------------------------------------------------------------- /init_scripts/zookeeper.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/init_scripts/zookeeper.init -------------------------------------------------------------------------------- /jumpserver/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/jumpserver/install.md -------------------------------------------------------------------------------- /kafka/Consumer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/kafka/Consumer.md -------------------------------------------------------------------------------- /kafka/QuickCmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/kafka/QuickCmd.md -------------------------------------------------------------------------------- /kafka/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/kafka/docker-compose.yml -------------------------------------------------------------------------------- /kafka/kafka4.0_Cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/kafka/kafka4.0_Cmd.md -------------------------------------------------------------------------------- /kafka/monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/kafka/monitor.md -------------------------------------------------------------------------------- /ldap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ldap/README.md -------------------------------------------------------------------------------- /ldap/self-service-password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ldap/self-service-password.md -------------------------------------------------------------------------------- /linux/OOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/OOM.md -------------------------------------------------------------------------------- /linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/README.md -------------------------------------------------------------------------------- /linux/drop_caches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/drop_caches.md -------------------------------------------------------------------------------- /linux/locale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/locale.md -------------------------------------------------------------------------------- /linux/openssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/openssh.md -------------------------------------------------------------------------------- /linux/systemcmd/chattr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/systemcmd/chattr.md -------------------------------------------------------------------------------- /linux/systemcmd/iptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/systemcmd/iptables.md -------------------------------------------------------------------------------- /linux/systemcmd/nologin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/systemcmd/nologin.md -------------------------------------------------------------------------------- /linux/systemcmd/selinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/systemcmd/selinux.md -------------------------------------------------------------------------------- /linux/systemtap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/systemtap.md -------------------------------------------------------------------------------- /linux/terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/terminal.md -------------------------------------------------------------------------------- /linux/vpn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/linux/vpn.md -------------------------------------------------------------------------------- /logrotate/nginx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/logrotate/nginx -------------------------------------------------------------------------------- /mattermost/deploy_docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/mattermost/deploy_docker.md -------------------------------------------------------------------------------- /mattermost/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/mattermost/docker-compose.yml -------------------------------------------------------------------------------- /mattermost/env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/mattermost/env.sample -------------------------------------------------------------------------------- /mongodb/mongodb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/mongodb/mongodb.conf -------------------------------------------------------------------------------- /mysql/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/mysql/docker-compose.yml -------------------------------------------------------------------------------- /nextcloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nextcloud/README.md -------------------------------------------------------------------------------- /nginx/ModuleDev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/ModuleDev.md -------------------------------------------------------------------------------- /nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/README.md -------------------------------------------------------------------------------- /nginx/auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/auth.md -------------------------------------------------------------------------------- /nginx/compile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/compile.md -------------------------------------------------------------------------------- /nginx/nginx.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/nginx.spec -------------------------------------------------------------------------------- /nginx/nginx_force_redirect.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/nginx_force_redirect.conf -------------------------------------------------------------------------------- /nginx/nginx_sample.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/nginx_sample.conf -------------------------------------------------------------------------------- /nginx/nginx_sample2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/nginx_sample2.conf -------------------------------------------------------------------------------- /nginx/nginx_sample3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/nginx_sample3.conf -------------------------------------------------------------------------------- /nginx/nginx_service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/nginx_service -------------------------------------------------------------------------------- /nginx/source/配置模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nginx/source/配置模块.md -------------------------------------------------------------------------------- /nodejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nodejs/README.md -------------------------------------------------------------------------------- /nodejs/npm_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/nodejs/npm_config.md -------------------------------------------------------------------------------- /oracle/sqlplus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/oracle/sqlplus.md -------------------------------------------------------------------------------- /pentaho/kettle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/pentaho/kettle.md -------------------------------------------------------------------------------- /php/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/php/install.md -------------------------------------------------------------------------------- /php/install_php_pgsql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/php/install_php_pgsql.sh -------------------------------------------------------------------------------- /pulsar/QuickCmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/pulsar/QuickCmd.md -------------------------------------------------------------------------------- /pulsar/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/pulsar/install.md -------------------------------------------------------------------------------- /putty/igvit-light.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/putty/igvit-light.reg -------------------------------------------------------------------------------- /putty/igvita-desert.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/putty/igvita-desert.reg -------------------------------------------------------------------------------- /python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/README.md -------------------------------------------------------------------------------- /python/code/blockedpool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/code/blockedpool.py -------------------------------------------------------------------------------- /python/code/ftp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/code/ftp.py -------------------------------------------------------------------------------- /python/code/plumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/code/plumber.py -------------------------------------------------------------------------------- /python/code/process_bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/code/process_bar.py -------------------------------------------------------------------------------- /python/code/tar_untar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/code/tar_untar.py -------------------------------------------------------------------------------- /python/code/zip_unzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/code/zip_unzip.py -------------------------------------------------------------------------------- /python/data_science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/data_science.md -------------------------------------------------------------------------------- /python/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/install.md -------------------------------------------------------------------------------- /python/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/logging.md -------------------------------------------------------------------------------- /python/session_redis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/session_redis.py -------------------------------------------------------------------------------- /python/tornado.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/python/tornado.md -------------------------------------------------------------------------------- /redis/redis-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/redis/redis-cli.md -------------------------------------------------------------------------------- /spark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/spark/README.md -------------------------------------------------------------------------------- /ssh/ssh_tunnel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ssh/ssh_tunnel.md -------------------------------------------------------------------------------- /ssl/certbot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/ssl/certbot.md -------------------------------------------------------------------------------- /starrocks/docker-compose-refer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/starrocks/docker-compose-refer.md -------------------------------------------------------------------------------- /starrocks/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/starrocks/install.md -------------------------------------------------------------------------------- /supervisord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/supervisord/README.md -------------------------------------------------------------------------------- /supervisord/script/conf.d/airflow.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/supervisord/script/conf.d/airflow.ini -------------------------------------------------------------------------------- /supervisord/script/conf.d/superset.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/supervisord/script/conf.d/superset.ini -------------------------------------------------------------------------------- /supervisord/script/supervisor.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/supervisord/script/supervisor.service -------------------------------------------------------------------------------- /supervisord/script/supervisor_init_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/supervisord/script/supervisor_init_script.sh -------------------------------------------------------------------------------- /testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/testing/README.md -------------------------------------------------------------------------------- /web/AngularJS/Tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/web/AngularJS/Tutorial.md -------------------------------------------------------------------------------- /web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/web/README.md -------------------------------------------------------------------------------- /web/gulp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/web/gulp.md -------------------------------------------------------------------------------- /web/named_css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/web/named_css.md -------------------------------------------------------------------------------- /zabbix/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaiminpan/awesome-memo/HEAD/zabbix/install.md --------------------------------------------------------------------------------