From 7f49a93cd1ff140c2a619e5ff5d3c354c7e7d354 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 20 Mar 2018 09:30:09 +0100 Subject: Add some other cheat --- cheat/.cheat/css | 5 + cheat/.cheat/help | 10 ++ cheat/.cheat/irc | 2 + cheat/.cheat/news | 3 + cheat/.cheat/security | 2 + cheat/.cheat/spark | 417 ++++++++++++++++++++++++++++++++++++++++++++++++++ cheat/.cheat/ssh | 47 ++++++ cheat/.cheat/tail | 17 ++ cheat/.cheat/tar | 34 ++++ cheat/.cheat/timew | 3 + cheat/.cheat/urxvt | 29 ++++ cheat/.cheat/vpn | 1 + cheat/.cheat/zip | 7 + 13 files changed, 577 insertions(+) create mode 100644 cheat/.cheat/css create mode 100644 cheat/.cheat/help create mode 100644 cheat/.cheat/irc create mode 100644 cheat/.cheat/news create mode 100644 cheat/.cheat/security create mode 100644 cheat/.cheat/spark create mode 100644 cheat/.cheat/ssh create mode 100644 cheat/.cheat/tail create mode 100644 cheat/.cheat/tar create mode 100644 cheat/.cheat/timew create mode 100644 cheat/.cheat/urxvt create mode 100644 cheat/.cheat/vpn create mode 100644 cheat/.cheat/zip diff --git a/cheat/.cheat/css b/cheat/.cheat/css new file mode 100644 index 0000000..58c90b9 --- /dev/null +++ b/cheat/.cheat/css @@ -0,0 +1,5 @@ +# Permet de dire que la taille est interne est pas externe, permet d'éviter de foutre le bordel... +``` +* { +box-sizing: border-box; +} diff --git a/cheat/.cheat/help b/cheat/.cheat/help new file mode 100644 index 0000000..fc1a497 --- /dev/null +++ b/cheat/.cheat/help @@ -0,0 +1,10 @@ +# Get help without open webbrowser from simple to complet help +howdoi +bro <- not installed, bugged +tldr +eg +s <- search on internet +man-pages + +# Good buts just grep man-pages for use so => usless +https://www.explainshell.com diff --git a/cheat/.cheat/irc b/cheat/.cheat/irc new file mode 100644 index 0000000..d627438 --- /dev/null +++ b/cheat/.cheat/irc @@ -0,0 +1,2 @@ +# Search for me please +rm log.txt; for i in {8..0};do echo Getting log from $(date --date="$i day ago" +"%Y-%m-%d")...; curl -s "https://khaganat.net/irc/logs/%23khanat/%23khanat.$(date --date="$i day ago" +"%Y-%m-%d").log" >> log.txt; done; pseudo="neodarz"; cat log.txt | grep -v "<$pseudo" | grep "$pseudo" diff --git a/cheat/.cheat/news b/cheat/.cheat/news new file mode 100644 index 0000000..b2c170b --- /dev/null +++ b/cheat/.cheat/news @@ -0,0 +1,3 @@ +# For get the news +haxor <- news from hacker news +newsboat (rssblog here) diff --git a/cheat/.cheat/security b/cheat/.cheat/security new file mode 100644 index 0000000..0adb41f --- /dev/null +++ b/cheat/.cheat/security @@ -0,0 +1,2 @@ +# `maybe` command can be used for test script +maybe