#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 cat myfile; grep 23 vs cat myfile | grep "23" Whats the difference 👆 ? #LinuxtipQKM
#Linux What's the difference ? ls |cat vs ls;cat #LinuxtipQKM #shellprogramming #automation #configurationmanagement #shell
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
which command : Tells path of the executable Type to see if the command exists and Get the path.. Ex: which ls #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 What is the difference ? cd; ls vs cd | ls #LinuxtipQKM #sysadmin #CodeNewbie #programmer #programming #code #coding #coder #softwaredeveloper #softwaredevelopment #softwareengineering
#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: 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 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
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 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
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 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
#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. Clay Higgins 28.8K posts
- 2. Grisham 5,142 posts
- 3. Peggy 8,496 posts
- 4. Scotland 102K posts
- 5. Switch 2 27.6K posts
- 6. Saudi 277K posts
- 7. Dominguez 3,343 posts
- 8. Cashman 1,436 posts
- 9. Bellinger 2,994 posts
- 10. Nicki 143K posts
- 11. Dearborn 75.3K posts
- 12. #LightningStrikes N/A
- 13. Mary Bruce 8,412 posts
- 14. Khashoggi 65.8K posts
- 15. Gemini 3 56.9K posts
- 16. Jeffrey Epstein 356K posts
- 17. #UNBarbie 18.6K posts
- 18. Kyle Teel N/A
- 19. Toyota 35.4K posts
- 20. Hakeem Jeffries 72.8K posts