Skip to content

Instantly share code, notes, and snippets.

View tulik's full-sized avatar
:octocat:
Kubernetes!

Lukasz D. Tulikowski tulik

:octocat:
Kubernetes!
View GitHub Profile
@tulik
tulik / Full nmap LAN scan
Last active September 19, 2022 13:31
Nmap - Example scan of local network services
➜ ~ arp -a | awk '{ print $2 }' | tr -d '()' > /dev/null | sudo xargs nmap -sSV -Pn -A
Starting Nmap 7.70 ( https://nmap.org ) at 2019-05-17 01:10 BST
WARNING: Service 192.168.0.1:5000 had already soft-matched upnp, but now soft-matched rtsp; ignoring second value
Stats: 0:01:02 elapsed; 7 hosts completed (3 up), 3 undergoing Service Scan
Service scan Timing: About 69.23% done; ETC: 01:11 (0:00:05 remaining)
WARNING: Service 192.168.0.1:5000 had already soft-matched upnp, but now soft-matched sip; ignoring second value
Stats: 0:01:17 elapsed; 7 hosts completed (3 up), 3 undergoing Service Scan
Service scan Timing: About 84.62% done; ETC: 01:12 (0:00:05 remaining)
Nmap scan report for 192.168.0.1
Host is up (0.015s latency).
@tulik
tulik / azure-pipelines.yml
Last active September 19, 2022 13:33
Azure CI pipeline example
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pr:
@tulik
tulik / email-tmp.pl
Last active August 27, 2020 11:03
Generates N numbers of of email in @dispostable.com domain
#!/usr/bin/perl
use strict;
use warnings qw( all );
use feature qw( say );
my @chars = ('0'..'9');
my $len = 4;
my $x = shift // 1;
for (1..$x) {
@tulik
tulik / .zshrc
Created September 19, 2022 13:38
My .zshrc file backup (oh-my-zsh)
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@tulik
tulik / safe-place.md
Last active October 25, 2023 01:36
Personal email signatures

Here.

openapi: 3.0.0
info:
title: GitHub v3 REST API
description: |-
GitHub's v3 REST API.
Contact Support:
Name: Support
version: 1.0.0
servers: