search git
#!/bin/bash git rev-list –all | xargs git grep “$1”
#!/bin/bash git rev-list –all | xargs git grep “$1”
SOA #1 – nr 1: U mnie działa. SOA #2 – nr 2: U mnie też nie działa. SOA #4 – nr 4: Się naprawi – pracujemy nad poprawką. SOA #8 – nr 8: Google…
#!/usr/bin/env bash if [ -z “$1″ ]; then PATH_START=$HOME”/REPOS” cd $PATH_START else PATH_START=$1 cd $PATH_START PATH_START=$(pwd) fi DIR_REPOS=($(ls -d */)) printf “\nstart DIR: “$PATH_START”\n” for dir in “${DIR_REPOS[@]}”; do CURRENT=$PATH_START”/”$dir echo “repo: “$CURRENT if […
#!/bin/bash ### find if [ -z “$1” ]; then echo “give path as pram” exit fi du -sh $1 | sort -n -r | head -n 10 # #HowToFindLargestTop10Files
SET FOREIGN_KEY_CHECKS = 0; — Your semicolon separated list of DROP statements here SELECT concat(‘DROP TABLE IF EXISTS ‘, TABLE_NAME, ‘;’) FROM information_schema.tables WHERE table_schema = ‘taylorwessing’; SET FOREIGN_KEY_CHECKS = 1;
composer create-project symfony/website-skeleton example cd example composer require –dev symfony/maker-bundle bin/console make:entity SomeExample bin/console make:crud SomeExample
#!/bin/bash # Update all git directories below current directory or specified directory # Skips directories that contain a file called .ignore HIGHLIGHT=”\e[01;34m” NORMAL=’\e[00m’ function update { local d=”$1″ if [ -d “$d” ]; then if…
SELECT table_schema “DB Name”, Round(Sum(data_length + index_length) / 1024 / 1024, 1) “DB Size in MB” FROM information_schema.tables GROUP BY table_schema LIMIT 30;
hmm zrobione wieki temu chyba trzeba będzie uaktualnić Tłumaczenie komunikatora Telegram.org wyślij przez teleram jako plik, pobiez i wtedy jest dostepna opcja użyj tłumaczenie Android Telegram Polish translation – Polskie tłumaczenie Telegram na Androida wiecej…
If you are using CGI/FCGI change on php.ini always_populate_raw_post_data = -1 If not, add on .htaccess php_flag always_populate_raw_post_data -1