code stringlengths 1 1.96M | language stringclasses 1
value |
|---|---|
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as pub... | Shell |
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2005-06-08.21
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free software; you can redistribu... | Shell |
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2005-05-14.22
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby ... | Shell |
#!/bin/sh
proj="iperf"
tag=`awk '/IPERF_VERSION / {
gsub(/"/, "", $3);
print $3 }' src/version.h`
dirname=`echo $tag $proj | awk '{
gsub(/-ALPHA/, "a", $1);
gsub(/-BETA/, "b", $1);
gsub(/-RELEASE/, "", $1);
print $2"-"$1 }'`
echo tag $tag
echo dirname $dirname
do_tag ()
{
hg tag -m "tagging $tag" $... | Shell |
#!/bin/sh
# START-COMMIT HOOK
#
# The start-commit hook is invoked immediately after a Subversion txn is
# created and populated with initial revprops in the process of doing a
# commit. Subversion runs this hook by invoking a program (script,
# executable, binary, etc.) named 'start-commit' (for which this fi... | Shell |
#!/bin/sh
# PRE-COMMIT HOOK
#
# The pre-commit hook is invoked before a Subversion txn is
# committed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-commit' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (t... | Shell |
#!/bin/sh
# PRE-LOCK HOOK
#
# The pre-lock hook is invoked before an exclusive lock is
# created. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-lock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (the pat... | Shell |
#!/bin/sh
# POST-COMMIT HOOK
#
# The post-commit hook is invoked after a commit. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-commit' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this rep... | Shell |
#!/bin/sh
# PRE-COMMIT HOOK
#
# The pre-commit hook is invoked before a Subversion txn is
# committed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-commit' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (t... | Shell |
#!/bin/sh
# PRE-REVPROP-CHANGE HOOK
#
# The pre-revprop-change hook is invoked before a revision property
# is added, modified or deleted. Subversion runs this hook by invoking
# a program (script, executable, binary, etc.) named 'pre-revprop-change'
# (for which this file is a template), with the following or... | Shell |
#!/bin/sh
# PRE-LOCK HOOK
#
# The pre-lock hook is invoked before an exclusive lock is
# created. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-lock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (the pat... | Shell |
#!/bin/sh
# POST-REVPROP-CHANGE HOOK
#
# The post-revprop-change hook is invoked after a revision property
# has been added, modified or deleted. Subversion runs this hook by
# invoking a program (script, executable, binary, etc.) named
# 'post-revprop-change' (for which this file is a template), with the
# f... | Shell |
#!/bin/sh
# POST-LOCK HOOK
#
# The post-lock hook is run after a path is locked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-lock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this repos... | Shell |
#!/bin/sh
# PRE-UNLOCK HOOK
#
# The pre-unlock hook is invoked before an exclusive lock is
# destroyed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-unlock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH ... | Shell |
#!/bin/sh
# START-COMMIT HOOK
#
# The start-commit hook is invoked immediately after a Subversion txn is
# created and populated with initial revprops in the process of doing a
# commit. Subversion runs this hook by invoking a program (script,
# executable, binary, etc.) named 'start-commit' (for which this fi... | Shell |
#!/bin/sh
# POST-COMMIT HOOK
#
# The post-commit hook is invoked after a commit. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-commit' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this rep... | Shell |
#!/bin/sh
# POST-UNLOCK HOOK
#
# The post-unlock hook runs after a path is unlocked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-unlock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this... | Shell |
#!/bin/sh
# POST-UNLOCK HOOK
#
# The post-unlock hook runs after a path is unlocked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-unlock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this... | Shell |
#!/bin/sh
# PRE-REVPROP-CHANGE HOOK
#
# The pre-revprop-change hook is invoked before a revision property
# is added, modified or deleted. Subversion runs this hook by invoking
# a program (script, executable, binary, etc.) named 'pre-revprop-change'
# (for which this file is a template), with the following or... | Shell |
#!/bin/sh
# POST-LOCK HOOK
#
# The post-lock hook is run after a path is locked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-lock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this repos... | Shell |
#!/bin/sh
# POST-REVPROP-CHANGE HOOK
#
# The post-revprop-change hook is invoked after a revision property
# has been added, modified or deleted. Subversion runs this hook by
# invoking a program (script, executable, binary, etc.) named
# 'post-revprop-change' (for which this file is a template), with the
# f... | Shell |
#!/bin/sh
# PRE-UNLOCK HOOK
#
# The pre-unlock hook is invoked before an exclusive lock is
# destroyed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-unlock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH ... | Shell |
#!/bin/bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this scr... | Shell |
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
| Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>DEPT_TRG</name>
<identifier class="java.lang.String">2ee53aaa-ec07-4b7c-9d2b-bb955b5dabcf</identifier>
<schemaName>R3LABELTR</schemaName>
... | Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>TRG_CRITERE</name>
<identifier class="java.lang.String">c9eecc2e-1091-4fa6-8833-051a8cee2716</identifier>
<schemaName>R3LABELTR</schemaNam... | Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>TRG_SUIVI_ATELIER</name>
<identifier class="java.lang.String">30999092-31c8-4cad-8e98-783ab2549a5b</identifier>
<schemaName>R3LABELTR</sch... | Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>TRG_EXPOSANT_ARCHIVE</name>
<identifier class="java.lang.String">44a9c04f-a1c1-4902-a61a-7bfc9182cb72</identifier>
<schemaName>R3LABELTR</... | Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>TRG_INSCRIPTION_ARCHIVE</name>
<identifier class="java.lang.String">612c8950-a5f8-4297-87ac-60d80b6ab1f9</identifier>
<schemaName>R3LABELT... | Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>TRG_AUDITEUR</name>
<identifier class="java.lang.String">f15d0990-062b-4da9-b58b-faf7e2f7bb2f</identifier>
<schemaName>R3LABELTR</schemaNa... | Shell |
<?xml version = '1.0' encoding = 'UTF-8'?>
<trigger xmlns="http://xmlns.oracle.com/jdeveloper/1111/offlinedb">
<ID class="oracle.javatools.db.IdentifierBasedID">
<name>TRG_ATELIER</name>
<identifier class="java.lang.String">9abd9430-5335-4d4b-8678-d2e89c3629a9</identifier>
<schemaName>R3LABELTR</schemaNam... | Shell |
#!/bin/sh
jarsigner -verbose -digestalg SHA1 -sigalg MD5withRSA -keystore ~/Documents/keys/liberty-android-release.keystore bin/AnyMemo-release-unsigned.apk liberty-android-key
zipalign -v 4 bin/AnyMemo-release-unsigned.apk bin/AnyMemo-release.apk
| Shell |
#!/bin/bash
if [ -d "res/values-zh-rTW" ]
then
rm -rf res/values-zh-rTW
fi
mkdir res/values-zh-rTW
iconv -f utf8 -t gb2312 res/values-zh-rCN/strings.xml | iconv -f gb2312 -t big5 | iconv -f big5 -t utf8 > res/values-zh-rTW/strings.xml
| Shell |
#!/bin/bash
adb shell am start -e debug true -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n org.liberty.android.fantastischmemo/org.liberty.android.fantastischmemo.AnyMemo
debug_port=$(adb jdwp | tail -1);
cmd="adb forward tcp:8700 jdwp:$debug_port"
echo $cmd
exec $cmd
echo 'DONE!'
| Shell |
#!/bin/bash
cd ..
if [ -d "AnyMemoLite" ]
then
rm -rf AnyMemoLite
fi
cp AnyMemo AnyMemoLite -r
cd AnyMemoLite
mv src/org/liberty/android/fantastischmemo src/org/liberty/android/fantastischmemolite
rm -rf bin
rm -rf gen
find ./ -type f -name "*.java" | xargs sed -i 's/org\.liberty\.android\.fantastischmemo/org\.lib... | Shell |
#!/bin/bash
find ./ -type f -name "*.java" | xargs sed -i 's/org\.apache\.commons/org\.apache\.mycommons/g'
| Shell |
#!/bin/sh
trap exit ERR
ant debug install
adb shell am start -n org.liberty.android.fantastischmemo/org.liberty.android.fantastischmemo.ui.AnyMemo
| Shell |
#!/bin/sh
adb shell setprop debug.assert 1
adb shell setprop log.tag.StatementExecutor VERBOSE
adb shell setprop log.tag.BaseMappedStatement VERBOSE
adb shell setprop log.tag.MappedCreate VERBOSE
| Shell |
#!/bin/bash
cd ..
if [ -d "AnyMemoPro" ]
then
rm -rf AnyMemoPro
fi
cp AnyMemo AnyMemoPro -r
cd AnyMemoPro
mv src/org/liberty/android/fantastischmemo src/org/liberty/android/fantastischmemopro
find ./ -type f -name "*.java" | xargs sed -i 's/org\.liberty\.android\.fantastischmemo/org\.liberty\.android\.fantastischmem... | Shell |
#!/bin/sh
trap exit ERR
adb shell am instrument -w -e class "org.liberty.android.fantastischmemo.test.$1" org.liberty.android.fantastischmemo.test/android.test.InstrumentationTestRunner
| Shell |
#!/bin/sh
trap exit ERR
ant clean
ant debug install
| Shell |
#!/bin/bash
set -e
echo -n "Enter the version for this release: "
read ver
if [ ! $ver ]; then
echo "Invalid version."
exit
fi
name="select2"
js="$name.js"
mini="$name.min.js"
css="$name.css"
release="$name-$ver"
tag="release-$ver"
branch="build-$ver"
curbranch=`git branch | grep "*" | sed "s/* //"`
timestamp=$(... | Shell |
#!/bin/bash
set -e
echo -n "Enter the version for this release: "
read ver
if [ ! $ver ]; then
echo "Invalid version."
exit
fi
name="select2"
js="$name.js"
mini="$name.min.js"
css="$name.css"
release="$name-$ver"
tag="release-$ver"
branch="build-$ver"
curbranch=`git branch | grep "*" | sed "s/* //"`
timestamp=$(... | Shell |
#!/bin/bash
# Android Screenshot Library #
##############################
# Startup script #
echo "Android Screenshot Library -- initializing..."
#
if [ -z $ANDROID ]; then
echo "*** Android SDK not found ***"
echo "Make sure the ANDROID variable is pointing to Android SDK root directory"
else
adb="$AN... | Shell |
#!/bin/bash
set -e # fail early
function die() {
echo "Error: " $*
echo
echo "USage: $0 [dest]"
exit 1
}
shopt -s extglob # extended glob pattern
function process() {
SRC="$1"
BASE="${SRC/.apk/}"
DATE=`date +%Y%m%d`
N=1
while /bin/true; do
EXT=`python -c "print chr(96+$N)"`
DEST="${BASE}_${DATE... | Shell |
#!/bin/bash
#
# Copyright 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | Shell |
#Defaults ....
nodes=10
reads=50
bench="bank"
objects=10
threads=1
transactions=10
degree=3
jLogger="fatal"
contentionPolicy="Priority"
debug=true
verbose=5
instrument=false
sanity=true
nestingmodel="flat"
inner_delay="true"
outer_delay="false"
delay=0;
calls=1
nesting=6
myIP=`ifconfig lo | grep "inet addr:" | awk -... | Shell |
#!/bin/bash
cat $1 | sed s/^\\\([0-9_\\.a-zA-Z]\\+\\\)\\s\*=\\s\*/\\1\ =\ / | sed s/\\\\u\\\([0-9a-f]\\{4\\}\\\)/\\\\u\\U\\1\\E/g > $2
| Shell |
#!/bin/bash
SCRIPT_PATH=$0
RESOLVED_PATH=`readlink -f "$SCRIPT_PATH"`
while [ ! "$RESOLVED_PATH" = "$SCRIPT_PATH" ]; do
SCRIPT_PATH=$RESOLVED_PATH
RESOLVED_PATH=`readlink -f "$SCRIPT_PATH"`
done
GP_HOME=`dirname "$SCRIPT_PATH"`
GP_LOG_DIR="$HOME/.ganttproject.d"
# Check if log dir is present (or create it)
if [ ... | Shell |
#! /bin/bash
# Location where to install GanttProject
INSTALL_PATH=/usr/local/share/ganttproject/
# Location of executable of GanttProject
GP_EXECUTABLE=/usr/local/bin/ganttproject
# Assuming that writing at INSTALL_PATH and GP_EXECUTABLE needs root rights:
if [ "$(id -u)" != "0" ]; then
echo "This script must be... | Shell |
#!/bin/sh
set -e
if [ -e /usr/bin/ganttproject ]; then rm -f /usr/bin/ganttproject; fi
if [ -x "$(which update-mime >/dev/null 2>&1)" ]; then update-mime; fi
if [ -x "$(which update-menus 2>/dev/null)" ]; then update-menus; fi
| Shell |
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
if [ -e /usr/bin/ganttproject ]; then rm -f /usr/bin/ganttproject; fi
ln -s /usr/share/ganttproject/ganttproject /usr/bin/ganttproject
if [ -x "$(which update-menus 2>/dev/null)" ]; then update-menus; fi
if [ -x "$(which update-mime 2>/dev/null)" ]; then update... | Shell |
#!/bin/bash
SCRIPT_PATH=$0
GP_HOME=`dirname "$SCRIPT_PATH"`
GP_LOG_DIR="$HOME/.ganttproject.d"
# Check if log dir is present (or create it)
if [ ! -d $GP_LOG_DIR ]; then
if [ -e $GP_LOG_DIR ]; then
echo "file $GP_LOG_DIR exists and is not a directory" >&2
exit 1
fi
if ! mkdir $GP_LOG_DIR ; then
ec... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (michaelbibby <at> gmail.com)
# Purpose: Remove main components which installed by iRedMail, so that
# you can re-install iRedMail.
# Project: iRedMail (http://www.iredmail.org/)
# ------------ USAGE --------
# Execute this file in the current directory.
#
# ... | Shell |
#!/bin/sh
# =========================================================
# Author: Zhang Huangbin (michaelbibby@gmail.com)
# Date: 2009.07.28
# Purpose: Track user last login date & ip address with Dovecot.
# Project: iRedMail open source mail server solution.
# http://www.iredmail.org/
# ==============... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (michaelbibby <at> gmail.com )
# Purpose: Convert WinMail user mailboxs to standard IMAP directory
# structure (mailbox format).
# Migration guide wrote in Chinese:
# http://code.google.com/p/iRedMail/wiki/iRedMail_tut_Migration
# Description:
# WinMail s... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (michaelbibby <at> gmail.com )
# Purpose: Migrate ExtMail MySQL 'mailbox' table to iRedMail format.
# Project: iRedMail (http://www.iredmail.org/)
#
# Migration guide wrote in Chinese:
# http://www.iredmail.org/wiki/index.php?title=Migrate_from_ExtMail_Solution
# Usa... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Fetch all extra packages we need to build mail server.
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb@iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can re... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Import users to MySQL database from plain text file.
# Project: iRedMail (http://www.iredmail.org/)
# -------------------------------------------------------------------
# Usage:
# * Edit these variables:
# STORAGE_BASE_DIRECTOR... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Create new SSL keys.
# Project: iRedMail (http://www.iredmail.org/)
export HOSTNAME="$(hostname -f)"
export ROOTDIR="$(pwd)"
# SSL key.
export SSL_CERT_FILE="${ROOTDIR}/certs/iRedMail_CA.pem"
export SSL_KEY_FILE="${ROOTDIR}/private/iRe... | Shell |
#!/bin/sh
# Author: Zhang Huangbin <zhb(at)iredmail.org>
# Purpose: Send mail to notify user when his mailbox quota exceeds a
# specified limit.
# Project: iRedMail (http://www.iredmail.org/)
PERCENT=$1
cat << EOF | /usr/libexec/dovecot/deliver -d ${USER} -c /etc/dovecot.conf
From: postmaster@iredmail.... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb@iredmail.org)
# Date: 16/09/2007
# Purpose: Backup specified mysql databases with command 'mysqldump'.
# License: This shell script is part of iRedMail project, released under
# GPL v2.
###########################
# REQUIREMENTS
#####################... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Add new OpenLDAP user for postfix mail server.
# Project: iRedMail (http://www.iredmail.org/)
# --------------------------- WARNING ------------------------------
# This script only works under iRedMail >= 0.3.3 due to ldap schema
# chan... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb@iredmail.org)
# Date: 05/02/2010
# Purpose: Dump whole LDAP tree with command 'slapcat'.
# License: This shell script is part of iRedMail project, released under
# GPL v2.
###########################
# REQUIREMENTS
###########################
#
# *... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can r... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can r... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can r... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
# ---------------------------------------------------------
# SpamAssassin.
# ---------------------------------------------------------
sa_config()
{
ECHO_INFO "Configure SpamAssassin (content-based spam filter)."
backup_file ${SA_LOCAL_CF}
... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
# -------------------------------------------
# Install all optional components.
# -------------------------------------------
optional_components()
{
# Roundcubemail.
[ X"${USE_RCM}" == X"YES" ] && \
check_status_before_run rcm_instal... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin <zhb(at)iredmail.org>
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can r... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can... | Shell |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.