Time-stamp: <2012-03-30 Fri 16:56 README.md>
Author....: 'Mash (Thomas Herbert)
Bacula concurrent jobs multiple storage devices client labeled pools Debian installation and configuration.
Please see http://toshine.org/etc for full article.
| [user] | |
| email = wavedocs@gmail.com | |
| name = Nazar | |
| [color] | |
| ui = true | |
| [color "branch"] | |
| current = yellow reverse | |
| local = yellow | |
| remote = green |
| # Generate Private Key | |
| $ openssl genrsa -out server.key 2048 | |
| # Generate CSR | |
| $ openssl req -new -out server.csr -key server.key -config openssl.cnf | |
| # => Fill in info | |
| # Check CSR | |
| $ openssl req -text -noout -in server.csr | |
| # Sign Cert | |
| $ openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt -extensions v3_req -extfile openssl.cnf |
| +-----------+---------------------------------+----------+ | |
| | JobStatus | JobStatusLong | Severity | | |
| +-----------+---------------------------------+----------+ | |
| | C | Created, not yet running | 15 | | |
| | R | Running | 15 | | |
| | B | Blocked | 15 | | |
| | T | Completed successfully | 10 | | |
| | E | Terminated with errors | 25 | | |
| | e | Non-fatal error | 20 | | |
| | f | Fatal error | 100 | |
| #!/bin/sh | |
| STASH_VERSION='3.8.0' | |
| wget "https://www.atlassian.com/software/stash/downloads/binary/atlassian-stash-${STASH_VERSION}.tar.gz" | |
| tar xvzf "atlassian-stash-${STASH_VERSION}.tar.gz" | |
| sudo adduser --disabled-login --shell /bin/bash --gecos 'Stash' stash | |
| sudo mv "atlassian-stash-${STASH_VERSION}" /home/stash/stash |
Time-stamp: <2012-03-30 Fri 16:56 README.md>
Author....: 'Mash (Thomas Herbert)
Bacula concurrent jobs multiple storage devices client labeled pools Debian installation and configuration.
Please see http://toshine.org/etc for full article.
| # Configuration file for runtime kernel parameters. | |
| # See sysctl.conf(5) for more information. | |
| # See also http://www.nateware.com/linux-network-tuning-for-2013.html for | |
| # an explanation about some of these parameters, and instructions for | |
| # a few other tweaks outside this file. | |
| # Protection from SYN flood attack. | |
| net.ipv4.tcp_syncookies = 1 |
# apt-get source nginx
# apt-get build-dep nginx
(поправить что там надо)
# dpkg-buildpackage -b
# dpkg -i nginx.deb
| "\e[1~": beginning-of-line # Home key | |
| "\e[4~": end-of-line # End key | |
| "\e[5~": beginning-of-history # PageUp key | |
| "\e[6~": end-of-history # PageDown key | |
| "\e[3~": delete-char # Delete key | |
| "\e[2~": quoted-insert # Insert key |
sudo apt-get update && sudo apt-get install build-essential libfcgi-dev libfcgi0ldbl libjpeg62-turbo-dbg libmcrypt-dev libssl-dev libc-client2007e libc-client2007e-dev libxml2-dev libbz2-dev libcurl4-openssl-dev libjpeg-dev libpng12-dev libfreetype6-dev libkrb5-dev libpq-dev libxml2-dev libxslt1-dev
wget http://de1.php.net/get/php-5.5.9.tar.bz2/from/this/mirror -O php-5.5.9.tar.bz2
tar xjf php-5.5.9.tar.bz2
./configure --prefix=/opt/php5.5.9 --with-config-file-path=/etc/php5.5.9/apache2 --with-config-file-scan-dir=/etc/php5.5.9/apache2/conf.d --with-pdo-pgsql --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-soap --enable-calendar --with-curl=/usr --with-mcrypt --with-zlib --with-gd --with-pgsql --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --enable-zip --with-pcre-regex --with-mysql --with-pdo-mysql --with-mysqli --with-j