Go to file
Aborn Jiang 816fd88131 tomcat 2015-09-28 14:02:18 +08:00
.rc zsh for emacs default-directory 2015-07-12 22:20:32 +08:00
bs add grid.css 2014-03-06 14:30:43 +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
kit add echo 2014-12-03 00:02:41 +08:00
nginx add symfony 2014-03-15 10:19:46 +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
sql update phpd subrepo 2014-03-05 18:19:33 +08:00
squid update sw-install and add squid config file 2014-04-19 18:25:43 +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 add rsync module 2014-01-21 20:32:41 +08:00
EmacsUltimate.xml Intellij key map 2014-10-27 09:40:13 +08:00
README.md add pandoc subrepo 2014-04-23 12:33:11 +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

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

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-03-23 v1.5.1 (add send-weather file to kit)
  • 2014-04-23 v1.6 (add pandoc subrepo)