Explore tweets tagged as #bashtips
@_mfk
mfk
6 years
Şurada dursun, belki birinin işine yarar. #bash #bashtips #cli
Tweet media one
0
0
2
@PinguinoDeMario
El Pingüino De Mario
10 months
Vamos a programar un script de bash que nos muestre mucha información acerca del sistema de forma automática, ideal para practicar escaladas de privilegios y ahorrar tiempo. #bashscripting #linux #sysadmin #informatica #bash #pentesting #scripting #scriptingbash #bashtips
7
133
744
@notplants
maxhfowler
10 years
grep searching my text message history to find a description of a dream I had about demons 3 years ago #bashtips http://t.co/x8E8NbtxJT.
Tweet media one
0
0
0
@bhupeshimself
Bhupesh
5 years
Monitor network usage stats on #linux 👇. #bash #bashtips
Tweet media one
0
3
4
@dinesh_rathee12
DA
5 years
Bash scripting cheat-sheet , Nice one 😉😉. . #bash #scripting #linux #tipsandadvice #tipsandtricks #bashtips #bashcheatsheet
Tweet media one
0
4
6
@lawofcons
(infinite-jes)
1 year
Don't forget about good ol' '$_" #bash #tips #shell #bashtips #Linux
Tweet media one
0
0
0
@_SaxX_
SaxX ¯\_(ツ)_/¯
5 years
#curl is maybe one the most used binary to request a website or make quickly some tests. Here is some useful uses cases. ⬇️Do you have any fav one which isn't list below ⬇️?. #bashtips #pentest #bugbounty
Tweet media one
2
9
50
@oquidave
David Okwii
3 years
Bash tip: How to make a multi-line comment. Great way to document your bash scripts. Also one of my most upvoted answers on SoF #bashTips #linux
Tweet media one
0
2
5
@realtauseed
Taused 🇵🇸
1 year
🔍 Bash Tip: .Need to find a specific command in your history? Use `Ctrl + R`!. Start typing a command, press `Ctrl + R`, and bash will search through your command history!. Example: `cd` + `Ctrl + R` = finds the last command starting with "cd". #BashTips #ProductivityHacks
Tweet media one
0
0
0
@realtauseed
Taused 🇵🇸
1 year
💻 Dev Tip! 💡. Writing a bash script and need to loop through files? 🤔.Use `for` loop with globbing to make it easy! 📁.Example:.```.bash.for file in *.txt; do. # do something with $file.done.```.Saves time and makes scripting a breeze! ⏱️. #BashTips
Tweet media one
0
0
0
@realtauseed
Taused 🇵🇸
1 year
Bash Tip 💻: . Master the power of `&&` and `||` operators! 🤩. Use `&&` to run commands only if the previous command succeeds:.`command1 && command2`. Use `||` to run commands only if the previous command fails:.`command1 || command2`. Level up your scripting game! 💥. #BashTips
Tweet media one
0
0
0
@realtauseed
Taused 🇵🇸
11 months
🤯 Bash Tip! 🤯. Want to quickly search and replace text in a file using Bash? 🔍. Use sed (stream editor) and regex! 💡. i.e:. sed -i 's/oldtext/newtext/g' filename.txt. This will replace all instances of "oldtext" with "newtext" in the file! 📈. #BashTips #DevTools
Tweet media one
0
0
0
@realtauseed
Taused 🇵🇸
8 months
🚀 Bash Hack: fc Command 💻 . Boost workflow with `fc` (fix command) in Bash—edit & re-run commands!. i.e: .- `fc` – Edit the last command. - `fc -n 3` – Edit a command 3 steps back. - `fc -l` – List recent commands. - `fc -r` – Reverse the command list.#BashTips #Command
Tweet media one
0
0
0
@realtauseed
Taused 🇵🇸
8 months
💻 Bash Tip: Use ctrl + r to search your command history! 🔍. Need to reuse a command ? Use ctrl + r to search your command history and find it quickly! 💡. Just type ctrl + r and start typing a few characters from the command you want to find. #BashTips #ProductivityHacks
Tweet media one
0
0
1
@bashblok
BashBLOK
10 years
Tweet media one
0
0
0
@SYNbit
Sake Blok
5 years
Tired of looking up the gateway on your current network to ping it?. This #bash command will just extract it from the routing table and #ping it:. ping $(netstat -rn -f inet | awk '$1 == "default" {print $2}' | head -1). Put it in your #aliases!. @UnixToolTip @climagic @bashtips
Tweet media one
2
10
46
@crownclouds
CrownCloud
2 months
Master Linux One Command at a Time - Delete with Confidence: rm - Remove Files and Directories. #Linux #LinuxCommands #rmCommand #CommandLine #SysAdmin #DevOps #ShellScripting #TerminalTips #LinuxTips #TechTutorial #RemoveFiles #LinuxBasics #LearnLinux #BashTips
Tweet media one
0
0
0
@crownclouds
CrownCloud
2 months
Master Linux One Command at a Time – Move and Rename: mv – Effortlessly Move and Rename Files and Directories. #Linux #LinuxCommands #mvCommand #CommandLine #SysAdmin #DevOps #ShellScripting #LinuxTips #TerminalTips #LearnLinux #MoveFiles #RenameFiles #TechTutorial #BashTips
Tweet media one
0
0
0
@crownclouds
CrownCloud
2 months
Master Linux one command at a time – manage background tasks with jobs. View stopped or running processes tied to your terminal session with ease. Great for multitasking in the shell. #LinuxTips #JobsCommand #ShellTools #SysAdmin #DevOps #CommandLine #OpenSource #BashTips
Tweet media one
0
0
0