• skip to content

Da Kiwi

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » do
Trace: • my_own_ipv6_tips_for_servers

do

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@public
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • dokuwiki_goes_mobile (public)
  • windows_monitoring (public)

Fulltext results:

fofox
80 Hits, Last modified: 7 weeks ago
lock.mozdev.org/|Adblock]]</del> <del>[[https://addons.mozilla.org/fr/firefox/addon/ublock/|µBlock]]</del> [[https://addons.mozilla.org/firefox/addon/ublock-origin/|uBlock... on and webserver information * <del>[[https://addons.mozilla.org/firefox/addon/748|Greasemonkey]]</del> [[https://addons.mozilla.org/fr/firefox/addon/tampermonkey/|Tamp... save your login information * <del>[[https://addons.mozilla.org/firefox/addon/shaarli/|Shaarli]]</del> [[https://addons.mozilla.org/addon/shaanti/|Shaanti]] : add a Sh... ttps://greasyfork.org/en/scripts/406535-instagram-download-button|Instagram Download Button]]: add the download button and the open button to download or o
openvpn
28 Hits, Last modified: 17 years ago
bind to # a specific local port number. nobind # Downgrade privileges after initialization (non-Windows only) ;user nobody ;group nobody # Try to pres... Name (eg, your name or your server's hostname) [j.doe]:John Doe Email Address [example@example.com]:j.doe@exam... the user via encrypted channel; if you **really** do want to send it over e-mail, you can use [[http://caspian.dotconf.net/menu/Software/SendEmail/|SendEmail]]: <code> # sendEmail -f vpn@example.com -t j.doe@example.com -u "VPN certificate" -m "here it is." -a /tmp/j.doe_vpn.zip </code> ====== Revoke certificate =====
mysql
23 Hits, Last modified: 5 months ago
------------+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +---------------+--------... ho 'show databases;' | mysql | grep -v Database`; do echo -n " ---> backing up ${i}..." >> ${LOGFILE... " >> ${LOGFILE}; else backup_success=0 fi done if [ $backup_success -eq 1 ] then echo
vimbashfactory
15 Hits, Last modified: 4 years ago
ly functional shell scripts using VIM ====== * Download the [[http://www.vim.org/scripts/script.php... on Show Program version. EOF } # don't forget to add ":" after an option if it needs ... ; exit 1 ; fi eval set -- "$TEMP" while true ; do case "$1" in -b|--black-a... type $0 --help for help" ; exit 1 ;; esac done if [ ! ${BLACKNWHITE} ] then RED="\033[1;31m"
dokuwiki_goes_mobile
13 Hits, Last modified: 12 years ago
obile template you can download: * [[http://www.dokuwiki.org/template:dokumobile|dokumobile]] * [[http://www.dokuwiki.org/template:minimal_mobile|minimal_mobile]] ===== Fix dokuwiki ===== The main trick here is that dokuwiki uses a special function, ismobiledevice() to set a g
ipsec
11 Hits, Last modified: 15 years ago
exchange_mode main,aggressive; doi ipsec_doi; situation identity_only; ... exchange_mode main,aggressive; doi ipsec_doi; situation identity_only; ... exchange_mode main,aggressive; doi ipsec_doi; situation identity_only; ... exchange_mode main,aggressive; doi ipsec_doi; situation identity_only;
groupware_toaster
11 Hits, Last modified: 3 years ago
eady running full mail stack (I use qmail/postfix/dovecot), which will not be covered there. This document also assume that nginx, fpm and mysql are a... tives & tls stuff here # server_name sub.domain.tld; access_log /var/log/nginx/group... fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; ... rl -L -O https://github.com/fruux/Baikal/releases/download/0.4.6/baikal-0.4.6.zip unzip baikal-0.4.6.z
exchange
10 Hits, Last modified: 14 years ago
re lettre du prénom - nom de famille en entier ("jdoe" pour John Doe par exemple) Entrer les informations comme suis... derbird ==== * installer le plugin [[https://addons.mozilla.org/fr/thunderbird/addon/lightning/|Lightning]] * installer le plugin [[https://addons.mozilla.org/en-US/thunderbird/addon/exchange-20072010-calendar-/|Exchange 2007/2010 ... devra être de la forme: https://global-fianet\jdoe@exch-cas-1/EWS/Exchange.asmx Plus d'information
bash_tips
10 Hits, Last modified: 15 years ago
or ctrl-y Paste the last thing to be cut ctrl-_ Undo </code> ===== VI ===== <code> set -o vi h Mov... t mode 0 (zero) Move cursor to beginning of line (doesn't put in insert mode) i Put into insert mode ... deleted j Move up through history commands k Move down through history commands u Undo </code> ====== inputrc usage ====== ===== History ===== Shortcuts
nagios_toaster
10 Hits, Last modified: 3 years ago
monitor/nconf ) - Follow [[http://www.nconf.org/dokuwiki/doku.php?id=nconf:help:documentation:start:installation|the official instal... the following line at the end, just before the //document.write(configuration);// statemement: <code... .js, and add the following line just before the //document.write(reporting);// statement: <code js> re
zsh
8 Hits, Last modified: 14 years ago
home directory (2~). ==== Right prompt ==== ZSH doesn't only have a left prompt, it can also have a ... ur .zshrc: <code> RPROMPT='%?' </code> ===== Window/Tab title ===== <code> case $TERM in xterm*
postgresql_upgrade_on_freebsd
6 Hits, Last modified: 12 months ago
rading PostgreSQL version on FreeBSD For minimal downtime during migration, we will use `pg_upgrade` ... oth old and new PostgreSQL binaries available. To do so, we will use FreeBSD's ports system, without `... (I didn't find a cleaner way, sorry): ```bash sudo rm -rf /usr/share/locale/sr_YU.ISO8859-5 sudo rm -rf /basejail/usr/share/locale/sr_YU.ISO8859-5 ```
backup_your_mailbox_with_gmail
5 Hits, Last modified: 9 years ago
-folder 'INBOX' for folder in `cd /home/vpopmail/domains/my_domain/my_email_user/Maildir/ ; ls -1d .* | tail +3` do /usr/local/bin/imapsync ${IMAPSYNCOPTS} --folder INBOX$folder done </code> Replace my_mail_server, my_email_user, my_gmail_user, my_domain by the appropriate values, and fill /etc/secr
windows_monitoring
5 Hits, Last modified: 13 years ago
====== Nagios ====== - Download [[http://nsclient.org/nscp/downloads|NSClient++]] - Enable/disable plugins by editing C:\Program Files\NSClient++\NSC.ini ====== Munin ====== - Download [[http://sourceforge.net/projects/munin-nodewin32/|Munin Node for Windows]] - Enable/disable plugins by editing C:\Program Files\Munin for Windows\munin-node.ini
ssh
4 Hits, Last modified: 3 years ago
> Host shortname HostName longname.domain.tld Port 22 User ... tname" will be the same as "ssh username@longname.domain.tld" (even if shortname is not defined in the... ame ProxyCommand ssh username@longname.domain.tld nc distant_private_ip_adress 22 U... ip_adress adress server using the public longname.domain.tld host. Of course [[http://netcat.sourcefor
public
4 Hits, Last modified: 6 days ago
vpn_vs_proxies
4 Hits, Last modified: 15 years ago
wipeliveserver
3 Hits, Last modified: 3 years ago
gemini_toaster
3 Hits, Last modified: 3 years ago
ics4n1
2 Hits, Last modified: 15 years ago
my_own_ipv6_tips_for_servers
2 Hits, Last modified: 2 years ago
deinstall_removed_port
1 Hits, Last modified: 7 years ago
recordsreleases
1 Hits, Last modified: 20 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki