VyhledΓ‘vacΓ nΓ‘stroj Google naleznate na internetovΓ© strΓ‘nce
www.google.com. NabΓdne vΓ‘m rΕ―znΓ© moΕΎnosti vyhledΓ‘vΓ‘nΓ. ProhledΓ‘vΓ‘ web,
obrΓ‘zky, skupiny a adresΓ‘Ε. Tyto moΕΎnosti poskytujΓ spoustu vΓ½hod pro
snadnΓ© surfovΓ‘nΓ na internetu, ale dovolujΓ i daleko vΓce neΔistΓ½ch
moΕΎnostΓ zcela zlomyslnΓ½m internetovΓ½m uΕΎivatelΕ―m jako hackerΕ―m,
poΔΓtaΔovΓ½m zloΔincΕ―m, zlodΔjΕ―m identit a dokonce i teroristΕ―m.
Tento dokument poukazuje na ΔernΓ© strΓ‘nky vyhledΓ‘vaΔe Google s tΓm, ΕΎe
bychom pro nΔj spoleΔnΔ mohli pouΕΎΓvat termΓn "Google hacking". CΓlem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @id youtube-auto-adds-skip@pida42 | |
// @name YouTube Script auto Adds skip | |
// @description Automatically trigger click event on "Skip add" button. | |
// @namespace https://gist.github.com/pida42/43a304ba7b944a5c0abf8169cfe4096f | |
// @version 1.0.1 | |
// @author pida42 | |
// @include https://www.youtube.com/* | |
// @match https://www.youtube.com/* | |
// @require https://code.jquery.com/jquery-2.1.4.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [...] | |
# Docker functions | |
function docker-exec() { | |
Container=$1 | |
echo "Running command: docker exec -ti $Container /bin/bash" | |
docker exec -ti $Container /bin/bash | |
} | |
function docker-exec-sh() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Docker, Docker Compose | |
alias docker-clear='docker rm -f $(docker ps -q -a); docker rmi -f $(docker images -q); docker system prune --all --force --volumes' | |
alias docker-down='docker-compose down' | |
alias docker-images='docker images --all' | |
alias docker-logs='docker-compose logs --tail=1000 -f -t' | |
alias docker-ps='docker ps -a' | |
alias docker-up='DATE_FROM=`date`; echo "BUILD START: $DATE_FROM" ; docker-compose up -d --build; DATE_TO=`date`; echo -e "BUILD START: $DATE_FROM\nBUILD END: $DATE_TO\n"' | |
alias docker-up-nohup='DATE_FROM=`date`; echo "BUILD START: $DATE_FROM" ; nohup docker-compose up -d --build $ && DATE_TO=`date`; echo -e "BUILD START: $DATE_FROM\nBUILD END: $DATE_TO\n"' | |
# Kubernetes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
function usage { | |
echo -n " | |
NAME | |
create-certs.sh - create CA, server and client certificates | |
SYNOPSIS | |
create-certs.sh [OPTION]... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(base) root@magrathea:~# conda install -c conda-forge opencv | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed with initial frozen solve. Retrying with flexible solve. | |
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed with initial frozen solve. Retrying with flexible solve. | |
Solving environment: - | |
Found conflicts! Looking for incompatible packages. | |
This can take several minutes. Press CTRL-C to abort. | |
failed | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import subprocess | |
import time | |
## If the parent process is ignoring that output, | |
## the Popen call cannot destroy the process as it has data sitting in a pipe and generates zombie processes. | |
#p = subprocess.Popen('ls -l /tmp', shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) | |
#time.sleep(10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# imapcopy -- Sync IMAP accounts (from server account A to server account B) | |
# Copyright (C) 2016 Frantisek Preissler, <[email protected]> | |
# Released under the terms of The MIT License | |
#if [ $# != 4 ] | |
if [ $# != 1 ] | |
then | |
# echo Usage: imapcopy [SOURCE-USER] [SOURCE-PASS] [TARGET-USER] [TARGET-PASS] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alfresco: | |
links: | |
- database | |
- solr | |
- activemq | |
- pdf-renderer | |
- imagemagick | |
- libreoffice | |
- tika | |
ports: |
NewerOlder