#linuxtipqkm search results
#Linux What is the difference ? cd; ls vs cd | ls #LinuxtipQKM #sysadmin #CodeNewbie #programmer #programming #code #coding #coder #softwaredeveloper #softwaredevelopment #softwareengineering
#Linux cat myfile; grep 23 vs cat myfile | grep "23" Whats the difference 👆 ? #LinuxtipQKM
#Linux I wrote a Linux shell script, named it scr1.sh ./scr1.sh does not seem to run it. Why ? #LinuxtipQKM #sysadmin #softwaredevelopment
#Linux Setup terminal according to preferences It is .bashrc in home dir. (I use Fedora, based off RHT) Have you updated this file ? Always have a backup before updating any file! Follow along for Info on Python, Linux and C For folks breaking into tech #LinuxtipQKM
#Linux What's the difference ? ls |cat vs ls;cat #LinuxtipQKM #shellprogramming #automation #configurationmanagement #shell
You are looking at a Linux Terminal window :How can you tell the loggedin account ? How will you know if it is a root account ? You may use upto 1 command #Linux #LinuxtipQKM #LoveLinux
Today' Linux tip grep - c GET *.js Example: Count number of GET rest API used files.. which Linux command did you try today ? #Linux #LinuxtipQKM
#Linux Ex: line that youmay see in .bashrc👇 export PATH=$PATH:/usr/local/go/bin Just add the command you want run to existing path In my case, installed go and updated path (check in ~ for .bashrc) You can update the path after any install and prior to run #LinuxtipQKM
#Linux Need a command to count number of lines in a specific file :Just has to be one letter Give it a try (Think Outside the box!) Answers tomorrow :-) #LinuxtipQKM #programming #shellcommands #sysadmin #softwaredevelopment
which command : Tells path of the executable Type to see if the command exists and Get the path.. Ex: which ls #Linux #LinuxtipQKM
#Linux Problem: List out all users on Linux system Do share your input. We will discuss #LinuxtipQKM #sysadmin #programming #SoftwareDevelopment #softwaredeveloper #programmer #code #coding #coder #Interview #job #fresher
#Linux List users problem yesterday: (awk Gets 1st field userid from passwd file) seperated by : Try:👇 #!/bin/bash for username in `awk -F: '{print $1}' /etc/passwd` do echo $username done Differentiate yourself in Interview Talk about shell script skills! #LinuxtipQKM
#Linux: The gift that keeps on giving.. ✅cd ~ and cd are the same Will be going over created course content guys No cost, but bring lots of interest 😃 Wish you get to break into that first damn job #LinuxtipQKM #SoftwareDevelopment #freshers
All of us like preferences You are on a Linux terminal #linux Which file do you change to see your favourite settings ? Should happen when a terminal is launched #LinuxtipQKM #configuration #preference
#Linux You are looking for a pattern "Marks" in some files Just remember using "Marks" in some subject files you created.. but forgot file name & location (Disorganized directory structure like mine 😃) How to find the files ? Share your input #LinuxtipQKM #Interview
Dear all: As posted earlier, am building mini apps Small utilities that can help showcase to employer, for fresher' mainly Do share views Check 👇 #LinuxtipQKM #pythontipQKM #CtipQKM Interviewing, Last mile support it is: Next: Rust, Go, AWS Join in. Suggestions welcome
#Linux Scripting can be the Glue between Development & Test Share the skills as it relates to how it helps the project teams We will discuss utilities on next month' Tech Talk on Linux #LinuxtipQKM #programming #sysadmin #programmer #softwaredevelopment #testing #automation
Check out #PytipQKM #CtipQKM #LinuxtipQKM #pylearnYTKM ▶️Python, Linux and C Content from my job learnings, from other techs, founders Theme: Freshers, recent engrs 👆 Connect for queries Volunteer to help freshers ? Do connect #fresher #Interview #job #jobsupport
Today' Linux tip grep - c GET *.js Example: Count number of GET rest API used files.. which Linux command did you try today ? #Linux #LinuxtipQKM
#Linux cat myfile; grep 23 vs cat myfile | grep "23" Whats the difference 👆 ? #LinuxtipQKM
Dear all: As posted earlier, am building mini apps Small utilities that can help showcase to employer, for fresher' mainly Do share views Check 👇 #LinuxtipQKM #pythontipQKM #CtipQKM Interviewing, Last mile support it is: Next: Rust, Go, AWS Join in. Suggestions welcome
#Linux Ex: line that youmay see in .bashrc👇 export PATH=$PATH:/usr/local/go/bin Just add the command you want run to existing path In my case, installed go and updated path (check in ~ for .bashrc) You can update the path after any install and prior to run #LinuxtipQKM
#Linux You are looking for a pattern "Marks" in some files Just remember using "Marks" in some subject files you created.. but forgot file name & location (Disorganized directory structure like mine 😃) How to find the files ? Share your input #LinuxtipQKM #Interview
#Linux Scripting can be the Glue between Development & Test Share the skills as it relates to how it helps the project teams We will discuss utilities on next month' Tech Talk on Linux #LinuxtipQKM #programming #sysadmin #programmer #softwaredevelopment #testing #automation
#Linux What is the difference ? cd; ls vs cd | ls #LinuxtipQKM #sysadmin #CodeNewbie #programmer #programming #code #coding #coder #softwaredeveloper #softwaredevelopment #softwareengineering
#Linux List users problem yesterday: (awk Gets 1st field userid from passwd file) seperated by : Try:👇 #!/bin/bash for username in `awk -F: '{print $1}' /etc/passwd` do echo $username done Differentiate yourself in Interview Talk about shell script skills! #LinuxtipQKM
#Linux Problem: List out all users on Linux system Do share your input. We will discuss #LinuxtipQKM #sysadmin #programming #SoftwareDevelopment #softwaredeveloper #programmer #code #coding #coder #Interview #job #fresher
#Linux I wrote a Linux shell script, named it scr1.sh ./scr1.sh does not seem to run it. Why ? #LinuxtipQKM #sysadmin #softwaredevelopment
#Linux: The gift that keeps on giving.. ✅cd ~ and cd are the same Will be going over created course content guys No cost, but bring lots of interest 😃 Wish you get to break into that first damn job #LinuxtipQKM #SoftwareDevelopment #freshers
#Linux What's the difference ? ls |cat vs ls;cat #LinuxtipQKM #shellprogramming #automation #configurationmanagement #shell
Check out #PytipQKM #CtipQKM #LinuxtipQKM #pylearnYTKM ▶️Python, Linux and C Content from my job learnings, from other techs, founders Theme: Freshers, recent engrs 👆 Connect for queries Volunteer to help freshers ? Do connect #fresher #Interview #job #jobsupport
which command : Tells path of the executable Type to see if the command exists and Get the path.. Ex: which ls #Linux #LinuxtipQKM
#Linux Setup terminal according to preferences It is .bashrc in home dir. (I use Fedora, based off RHT) Have you updated this file ? Always have a backup before updating any file! Follow along for Info on Python, Linux and C For folks breaking into tech #LinuxtipQKM
All of us like preferences You are on a Linux terminal #linux Which file do you change to see your favourite settings ? Should happen when a terminal is launched #LinuxtipQKM #configuration #preference
#Linux Need a command to count number of lines in a specific file :Just has to be one letter Give it a try (Think Outside the box!) Answers tomorrow :-) #LinuxtipQKM #programming #shellcommands #sysadmin #softwaredevelopment
You are looking at a Linux Terminal window :How can you tell the loggedin account ? How will you know if it is a root account ? You may use upto 1 command #Linux #LinuxtipQKM #LoveLinux
#Linux shell script: What is the output & why ? #!/bin/sh languages='Python Java C C++' echo $languages | grep Smalltalk #LinuxtipQKM #softwaredevelopment #shellscript #sysadmin #softwaredeveloper #programming
#Linux When we miss the hidden file :ls -al -a option lists this Useful in seeing files like .bashrc config files Linux commands, the toolkit of all Dev & Test community #LinuxtipQKM #sysadmin #softwaredevelopment #SoftwareEngineering #SoftwareEngineer #testing #automation
Something went wrong.
Something went wrong.
United States Trends
- 1. #SNME 68.7K posts
- 2. #WorldSeries 132K posts
- 3. Ohtani 56.8K posts
- 4. Bo Bichette 20.8K posts
- 5. Gimenez 11.1K posts
- 6. Blue Jays 73.5K posts
- 7. Jesse Love 1,934 posts
- 8. Shohei 40.4K posts
- 9. Scherzer 16.4K posts
- 10. Wrobleski 5,928 posts
- 11. #UFCVegas110 14.3K posts
- 12. Mateer 1,887 posts
- 13. Jordan Marshall N/A
- 14. Springer 14.1K posts
- 15. CM Punk 21.3K posts
- 16. Dave Roberts 5,387 posts
- 17. #AEWCollision 8,406 posts
- 18. Zilisch 2,755 posts
- 19. Georgia 50.2K posts
- 20. Purdue 3,623 posts