rxd_txd
@rxd_txd
310
subscribers
486
photos
26
videos
22
files
2.72K
links
[
{
"channel":"rxd_txd",
"info":"my bookmarks",
"feedback":"
@flsixtyfour
",
"topics":[
"devops",
"linux",
"sci",
"music",
"go",
"/dev/null"
]
}
]
Download Telegram
Join
rxd_txd
310 subscribers
rxd_txd
https://blog.urfix.com/25-ssh-commands-tricks/
#ssh
#tricks
rxd_txd
https://jivoi.github.io/2015/07/01/pentest-tips-and-tricks/
#cli
#pentest
#tricks
EK
Pentest Tips and
Tricks
Pentest Handy Tips and
Tricks
.
rxd_txd
https://github.com/git-tips/tips
#github
#git
#tricks
GitHub
GitHub - git-tips/tips: Most commonly used git tips and
tricks
.
Most commonly used git tips and
tricks
. Contribute to git-tips/tips development by creating an account on GitHub.
rxd_txd
https://til.simonwillison.net/til/til/bash_escaping-a-string.md
#bash
#escape
#tricks
til.simonwillison.net
Escaping strings in Bash using !:q
TIL this
trick
, [via Pascal Hirsch](https://twitter.com/phphys/status/1311727268398465029) on Twitter. Enter a line of Bash starting with a `#` comment, then run `!:q` on the next line to see what that would be with proper Bash escaping applied.
```
bash…