updated 2024-09-20
Version 2409? (Build 16.0.17928.20148)
| <?php | |
| if(empty($argv[1])) { | |
| die; | |
| } | |
| if($argc > 2) { | |
| for ($i = 1; $i < $argc; $i++) { | |
| echo chr(bindec($argv[$i])); |
| #!/usr/bin/env bash | |
| if [ -z $1 ]; then | |
| echo -e "No domain specified!" | |
| exit 1 | |
| fi | |
| # if given domain has a website @TODO: not just website, manually geather the mail.domain.tld certificates... | |
| if [ ! -d /var/www/$1 ]; then | |
| echo -e "There is no website named $1 !" |
| #!/bin/bash | |
| # Install dependencies only for Docker. | |
| [[ ! -e /.dockerinit ]] && exit 0 | |
| set -xe | |
| # Update packages and install composer and PHP dependencies. | |
| apt-get update -yqq | |
| apt-get install git libcurl4-gnutls-dev libicu-dev libmcrypt-dev libvpx-dev libjpeg-dev libpng-dev libxpm-dev zlib1g-dev libfreetype6-dev libxml2-dev libexpat1-dev libbz2-dev libgmp3-dev libldap2-dev unixodbc-dev libpq-dev libsqlite3-dev libaspell-dev libsnmp-dev libpcre3-dev libtidy-dev phpunit -yqq |
| #!/usr/bin/env bash | |
| ########################################################################################################### | |
| # Bash Script of this Documentation : | |
| # https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bullseye%20Root%20on%20ZFS.html#debian-bullseye-root-on-zfs | |
| # | |
| # Copyright © 2022 - installer.sh | |
| # Yasin Karabulak | |
| # info@yasinkarabulak.com | |
| # https://github.com/unique1984 | |
| # |
| _symfony() | |
| { | |
| local cur=${COMP_WORDS[COMP_CWORD]} | |
| local cmd="${COMP_WORDS[0]}" | |
| if ($cmd > /dev/null 2>&1) | |
| then | |
| COMPREPLY=($(compgen -W "$($cmd --help --no-ansi | grep -v 'Available\|Global\|Usage:\|Runs\|Environment' | grep ':' | awk '{print $1}' | grep -Poi '^\K[\w:-]+') new serve server:stop security:check composer console login link projects envs env:create tunnel:open ssh deploy domains vars user:add help" -- $cur)) | |
| fi | |
| } | |
| complete -F _symfony symfony |
##Virtualbox Bullseye Installation (6.1.26 sürümü için)
apt-key ekleme işlemleri (https://www.virtualbox.org/wiki/Linux_Downloads)
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
Paketleri indir (Application + Extension Pack --> ExtPack isteğe bağlı uygulama kurulunca otomatik indireyim mi diye soruyor.)
sysctl -w fs.file-max=12000500
sysctl -w fs.nr_open=20000500
# Set the maximum number of open file descriptors
ulimit -n 20000000
# Set the memory size for TCP with minimum, default and maximum thresholds
sysctl -w net.ipv4.tcp_mem='10000000 10000000 10000000'This tutorial describes how to install TLS to a mail server consisting of Postfix and/or Dovecot by using Let's Encrypt certificates with automatic renewing and firewall management.
The system used for this tutorial was:
$ lsb_release -idrc
Distributor ID: Ubuntu| [ | |
| { | |
| "plaka": 1, | |
| "il": "ADANA" | |
| }, | |
| { | |
| "plaka": 2, | |
| "il": "ADIYAMAN" | |
| }, | |
| { |