#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
#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
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
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
#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
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. Austin Reaves 39.9K posts
- 2. Steelers 83.7K posts
- 3. Packers 65.2K posts
- 4. Tomlin 12.2K posts
- 5. Tucker Kraft 15.1K posts
- 6. Jordan Love 16K posts
- 7. #GoPackGo 10.6K posts
- 8. Derry 18.7K posts
- 9. #LakeShow 3,598 posts
- 10. #BaddiesAfricaReunion 8,361 posts
- 11. Aaron Rodgers 19.6K posts
- 12. Pretty P 3,683 posts
- 13. #LaGranjaVIP 66.8K posts
- 14. Teryl Austin 2,135 posts
- 15. Zayne 18.4K posts
- 16. Dolly 12.1K posts
- 17. #HereWeGo 7,495 posts
- 18. Sabonis 2,371 posts
- 19. Green Bay 10.9K posts
- 20. Karola 4,103 posts