If you don't know what is #Awk or how it could help you processing text files, then you NEED that little introduction:
https://youtu.be/PUYS6MO4p7Y
If you don't know what is #Awk or how it could help you processing text files, then you NEED that little introduction:
https://youtu.be/PUYS6MO4p7Y
For the #shell #beginners :
« #GlobPatterns : how to move hundreds of files in not time [1/3] »
https://youtu.be/TvW8DiEmTcQ
So, you don't know yet the `grep` command ?
https://youtu.be/HBNNO92Juw4
When you have to fight against tab completion trying to be smart:
touch a.zap
unzip a<tab> #nothing
\unzip a<tab> #completed
unzip a<esc>/<esc>/ #completed
Does the opensource adoption in public services have evolved since I published that?
https://itsfoss.com/open-source-adoption-europe/ …
#FOSS #OpenData
#eGovernment #PublicAdministrations
#EU #Europe
#YesIKnowIT @itsfoss2
The commune of Mappano (Italia) in the neighborhood or Turin, has decided to use free and open source software for its IT infrastructure and eGovernement services. If you follow It’s FOSS regularly, you remember earlier this year, we regretted Munich was turning its back on free software. Of course,
How to Install Software from Source Code… and Remove it Afterwards
https://itsfoss.com/install-software-from-source-code/
#Linux #Beginner #C #Git #Make #Compiling #NodeJS
#YesIKnowIT @itsfoss2
Hello,
I'm Sylvain...
... and I'm a Vim Addict.
https://itsfoss.com/pro-vim-tips/ by @Yes_I_Know_IT
#Vim #TextEditor #Linux
#YesIKnowIT
Brief: In this article, I’ll show you some of my favorites Vim tricks with practical examples. If you don’t use Vim, these tips might not give reasons for using Vim but if you use it already, you’ll definitely become a better Vim user. Even if I recently
"I want to learn Linux. Is Kali right for me?"
Yes? No? Is that so simple?
https://itsfoss.com/kali-linux-review/
#Linux #Kali @itsfoss2
#YesIKnowIT
Brief: In this review of Kali Linux, we try to answer some common questions: what is Kali Linux, what are the uses of Kali Linux and should beginners use Kali Linux or not? Kali Linux has gained a lot of popularity recently. And there’s a reason for that. Hacking
How to move hundreds of files in no time?
Using the find command!
https://youtu.be/zmEFXjyzaQk
#Unix #Linux #Move #Files #Find
#YesIKnowIT