GithubHelp home page GithubHelp logo

admintools's Introduction

Index

Debian

Every admin / dev have his own deployment system. This are some basics files to inspire you :)

Feel free to fork, update, and contribute.

Cheers. โš“

Nice bashrc

cp bashrc.txt .bashrc

Clean the Debian

bash debian-cleaner.sh

Nginx

This will install NGinx with PHP5 and FastCGI.

bash debian-deploy-nginx.sh

If you want MYSQL :

apt-get install mysql-server mysql-client

MongoDB

bash debian-deploy-mongodb.sh

Ruby

bash debian-deploy-ruby.sh

Redis

wget http://redis.googlecode.com/files/redis-2.4.13.tar.gz
tar xzf redis-2.4.13.tar.gz
cd redis-2.4.13

make

ln -s $(pwd)/src/redis-server /usr/bin/redis-server
ln -s $(pwd)/src/redis-cli /usr/bin/redis-cli

Helpers

You can use the nginx_on.sh script for activate some website :

bash nginx_on.sh /var/www/my_web_site.com/ on

Or Disable :

bash nginx_on.sh /var/www/my_web_site.com/ off

Disable all Iptables rules :

sudo bash iptables-stop.sh

Enable them again :

sudo bash /etc/init.d/iptables

A simple .gitignore

cp gitignore.txt .gitignore

A big .htaccess

cp htaccess.fat.txt .htaccess

OSX

MP3 to CAF

bash mp3-to-caf.sh .

Other

Secure data clean

Will fill the folder with 500mo random data:

bash dd.sh /path/to/dead/folder

DNS

Google DNS :

8.8.8.8
8.8.4.4

OpenDNS :

208.67.222.222
208.67.220.222

admintools's People

Watchers

jiang avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.