#commandlinetips نتائج البحث

I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

nickteissler's tweet image. I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

Get a list of listening TCP ports on macOS / Linux: lsof -n -P -iTCP | grep '*:' #CommandLineTips

fortysevenfx's tweet image. Get a list of listening TCP ports on macOS / Linux:

lsof -n -P -iTCP | grep '*:'

#CommandLineTips

Bash Tip 1: Reuse the last argument of your previous command with `!$`. #Bash #CommandLineTips

tecadmin's tweet image. Bash Tip 1:  Reuse the last argument of your previous command with `!$`. 

 #Bash #CommandLineTips

Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

carles_pinux's tweet image. Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

unzip "*.zip" extracts all zip files in working directory #commandLineTips


Command line tip: Find the process ID based on its name: ps ux | awk '/webide/ && !/awk/ {print $2}' #commandLineTips


'grep -w xxx' to get the exact math of xxx #commandlinetips


$ unzip *.zip && rm *.zip # extract all zip files then delete zip files in current folder #commandLineTips


¡Aprovecha al máximo tu terminal en Linux! 🐧 Prueba este comando para mostrar la lista de archivos ordenados por tamaño: 'ls -S' 📂 #Linux #CommandLineTips


#CommandLineTips Compare two directories: diff --brief -r dir1/ dir2/


🔤 Master the echo command in Linux! Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide. 👉 voxfor.com/how-to-use-the… #LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

voxfor1's tweet image. 🔤 Master the echo command in Linux!

Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide.

👉 voxfor.com/how-to-use-the…

#LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

#Justlearned - to stop your mac going to sleep while you have a long-running process, run caffeinate -u -t 1800 (time in seconds) #commandlinetips


#sed en #Linux! Esta potente herramienta de edición en línea de comandos te permite manipular archivos de texto rápidamente y eficientemente 📄🚀. Ideal para buscar, reemplazar, insertar o eliminar texto en archivos grandes 🌟. #CommandLineTips #SysAdmin #UnixTools


Tip 3: Create Shortcuts and Aliases 🎯 Save time with custom shortcuts/aliases. Harness environment variables for efficiency. Check out Awesome Bash Aliases: github.com/agarrharr/awes… #CommandLineTips


Master the art of piping! 🚀 Use the "|" symbol to combine commands. Example: "command1 | command2" sends the output of command1 as input to command2. Unlock endless possibilities for data manipulation and processing! 💡 #Linux #CommandLineTips


Some cool quick Linux command line tricks http://goo.gl/fb/e2vh9 #uncategorized #cli #commandlinetips #commandline


🚀 Mastering these commands will make your Linux experience much smoother! What’s your go-to Linux search command? Drop it in the comments! ⬇️ #Linux #SysAdmin #CommandLineTips


🔤 Master the echo command in Linux! Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide. 👉 voxfor.com/how-to-use-the… #LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

voxfor1's tweet image. 🔤 Master the echo command in Linux!

Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide.

👉 voxfor.com/how-to-use-the…

#LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

Just discovered a game-changer in bash: You can quickly search through your command history with Ctrl + R! 🔍 No more scrolling—just type and find your previous commands instantly. 🖥️ #Bash #CommandLineTips


Bash Tip 1: Reuse the last argument of your previous command with `!$`. #Bash #CommandLineTips

tecadmin's tweet image. Bash Tip 1:  Reuse the last argument of your previous command with `!$`. 

 #Bash #CommandLineTips

Master the art of piping! 🚀 Use the "|" symbol to combine commands. Example: "command1 | command2" sends the output of command1 as input to command2. Unlock endless possibilities for data manipulation and processing! 💡 #Linux #CommandLineTips


Happy #LinuxRedirection! 🚀 Master these tricks for efficient command-line magic! 🧙‍♂️ #Linux #CommandLineTips 🐧💻


Tip 3: Create Shortcuts and Aliases 🎯 Save time with custom shortcuts/aliases. Harness environment variables for efficiency. Check out Awesome Bash Aliases: github.com/agarrharr/awes… #CommandLineTips


¡Aprovecha al máximo tu terminal en Linux! 🐧 Prueba este comando para mostrar la lista de archivos ordenados por tamaño: 'ls -S' 📂 #Linux #CommandLineTips


#sed en #Linux! Esta potente herramienta de edición en línea de comandos te permite manipular archivos de texto rápidamente y eficientemente 📄🚀. Ideal para buscar, reemplazar, insertar o eliminar texto en archivos grandes 🌟. #CommandLineTips #SysAdmin #UnixTools


And there you have it! These basic commands will help you navigate the Linux file system. Stay tuned for more tips and tricks! #LinuxBeginners #CommandLineTips #mentorship [9/9]


#Justlearned - to stop your mac going to sleep while you have a long-running process, run caffeinate -u -t 1800 (time in seconds) #commandlinetips


#TechTip File download for a file with public access wget -c file_path That is faster than browser download, can resume and also provides a proper progress tracker #CommandLineTips


Get a list of listening TCP ports on macOS / Linux: lsof -n -P -iTCP | grep '*:' #CommandLineTips

fortysevenfx's tweet image. Get a list of listening TCP ports on macOS / Linux:

lsof -n -P -iTCP | grep '*:'

#CommandLineTips

Bash Tip 1: Reuse the last argument of your previous command with `!$`. #Bash #CommandLineTips

tecadmin's tweet image. Bash Tip 1:  Reuse the last argument of your previous command with `!$`. 

 #Bash #CommandLineTips

I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

nickteissler's tweet image. I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

carles_pinux's tweet image. Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

🔤 Master the echo command in Linux! Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide. 👉 voxfor.com/how-to-use-the… #LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

voxfor1's tweet image. 🔤 Master the echo command in Linux!

Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide.

👉 voxfor.com/how-to-use-the…

#LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

Loading...

Something went wrong.


Something went wrong.


United States Trends