#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


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: 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 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 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


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


ไม่พบผลลัพธ์สำหรับ "#linuxtipqkm"
ไม่พบผลลัพธ์สำหรับ "#linuxtipqkm"
Loading...

Something went wrong.


Something went wrong.


United States Trends