Go to file
guobao.jiang fc21098ab7 squid update 2015-12-15 15:19:06 +08:00
.rc update .bashrc 2015-09-30 17:49:52 +09:00
bs add grid.css 2014-03-06 14:30:43 +08:00
chromeextension update 2015-11-20 00:01:19 +08:00
conkeror add conkeror install scripts 2014-04-19 21:21:34 +08:00
doc add wifi-driver.md 2014-03-11 09:02:22 +08:00
elisp add kit 2014-01-26 09:45:36 +08:00
elixir update 2015-12-13 23:29:13 +08:00
kit add echo 2014-12-03 00:02:41 +08:00
mac add elixir install 2015-12-14 23:36:56 +08:00
nginx static site 2015-12-01 11:17:15 +08:00
pandoc update sw-install.sh 2014-04-25 08:11:09 +08:00
phpd add dredis.php for distributed system. 2014-03-15 17:55:31 +08:00
redis update, fix some test bug. 2014-03-19 17:52:33 +08:00
rsync update readme in rsync 2014-01-21 21:23:44 +08:00
shell update locale 2015-12-12 22:42:32 +08:00
sql update phpd subrepo 2014-03-05 18:19:33 +08:00
squid squid update 2015-12-15 15:19:06 +08:00
switchysharp update list 2015-11-25 21:50:10 +08:00
tomcat tomcat 2015-09-28 14:02:18 +08:00
vagrant modify install-nginx.sh 2014-03-02 09:13:47 +08:00
yum updat yum/install.sh 2014-03-06 16:12:17 +08:00
.gitignore chromeextension example 2015-11-19 22:40:00 +08:00
EmacsUltimate.xml Intellij key map 2014-10-27 09:40:13 +08:00
README.md chromeextension example 2015-11-19 22:40:00 +08:00
configure update phpd subrepo 2014-03-05 18:19:33 +08:00
kmplayer.md update kmplayer.md 2014-06-02 15:23:35 +08:00
sh.txt add sh.txt 2015-11-10 14:52:35 +08:00

README.md

popkit

INTRO

This repo includes lots of configure scripts, which can be used in server and desktop.

USAGE

  • ./configure -- configure local machine with this repo
  • ./configure -c -- collect local configure files

SUBREPO

  1. doc
    This subrepo uses to write technical notes, such how to install mysql2redis etc.

  2. elisp
    This subrepo contains lots of emacs lisp scripts.

  3. kit
    This subrepo includes many system configure scripts, and useful other scripts.

  4. nginx
    The subrepo is used for nginix configure.

  5. phpd
    This subrepo related to php.

  6. rsync
    Rsync is a very useful backup tool, which can backup data incremental.

  7. sql
    Its contains some mysql configure and sql examples.

  8. vagrant
    Vagrant is a lite virtual machine tools. You can use it to build up running environment fast.

  9. .rc
    .rc project contains lots of system configure files, like .vimrc .bashrc etc.

  10. bs
    a customize bootstrap front-end framework for webpage.

  11. yum
    redhat yum configure

  12. redis
    install redis and configure proxy

  13. conkeror
    web emacs style browser

  14. squid
    the proxy server setting

  15. pandoc
    the universal document converter

  16. tomcat
    the default tomcat appkit server config

  17. switchysharp
    the chrome switchysharp plugin chinanet and gfwlist config files.

AUTHOR

Aborn Jiang (aborn.jiang@gmail.com)

VERSION

  • 2014-01-21 v0.1 (add rsync configure files)
  • 2014-01-22 v0.2 (add .rc and elisp files)
  • 2014-01-24 v0.3 (add nginx configure files)
  • 2014-01-26 v0.4 (add kit subrepo files)
  • 2014-02-12 v0.5 (add vagrant subrepo files)
  • 2014-02-14 v0.6 (add phpd subrepo files)
  • 2014-02-19 v0.7 (add sql subrepo files)
  • 2014-02-20 v1.0 (add doc and kit and rename as popkit project)
  • 2014-03-06 v1.1 (add bs subrepo)
  • 2014-03-06 v1.2 (add yum subrepo)
  • 2014-03-07 v1.3 (add redis subrepo)
  • 2014-03-16 v1.4 (add conkeror subrepo)
  • 2014-03-23 v1.5 (add squid proxy stting files)
  • 2014-04-23 v1.6 (add pandoc subrepo)
  • 2015-09-30 v2.0 (add tomcat and switchysharp config files)
  • 2015-11-19 v2.1 (add chrome extension example)