Merging files on a line-by-line basis with the `paste` utility
https://yesik.it/EP23
Notices by Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 29-Jul-2019 15:12:19 EDT Yes, I Know IT ! 🎓 -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 29-Jul-2019 09:34:03 EDT Yes, I Know IT ! 🎓 Find words starting with `lin` (according to `/usr/share/dict/words`):
```
look lin
```In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jul-2019 19:24:29 EDT Yes, I Know IT ! 🎓 How to use the `chattr` command to secure shared files. An interesting post by Himanshu Arora on HowtoForge.
https://www.howtoforge.com/linux-chattr-command/BTW, `chattr` has not to be confused with `chmod`!
In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jul-2019 08:09:59 EDT Yes, I Know IT ! 🎓 Poor's (wo)man stopwatch in your shell:
```
time read
```In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jul-2019 02:09:59 EDT Yes, I Know IT ! 🎓 csplit tweets.yaml /----/ '{*}'
Split a collection of tweets stored in a YAML file into individual items.
In conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 25-Jul-2019 07:45:39 EDT Yes, I Know IT ! 🎓 Display a 2x3 matrix:
seq 6 | paste - - -
In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 25-Jul-2019 01:27:13 EDT Yes, I Know IT ! 🎓 vlc -Idummy -Vcaca "Star Wars: Episode IV - A New Hope (1977).mkv"
Play #StarWars as it was originally intended by @GeorgeLucasILM back in the 70s
In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 24-Jul-2019 19:30:47 EDT Yes, I Know IT ! 🎓 .tar, .zip, .gz--you already have seen those extensions at the end of archive files, don't you?
But what do they mean? What is the difference between those formats?
https://itsfoss.com/tar-vs-zip-vs-gz/
#Tar #Zip #Gzi #Archive #FileFormatIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 23-Jul-2019 19:17:53 EDT Yes, I Know IT ! 🎓 Split a fixed-width or delimited text file into individual columns using the `cut` command
https://yesik.it/EP22In conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 22-Jul-2019 14:08:19 EDT Yes, I Know IT ! 🎓 `split` and `csplit`. Old friends, I used them a lot in the 1.44MB floppy disk era...
https://www.linux.com/learn/intro-to-linux/2017/8/splitting-and-re-assembling-files-linux
by Carla Schroder (https://twitter.com/CarlaSchroder)In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 22-Jul-2019 01:27:59 EDT Yes, I Know IT ! 🎓 I should definitely investigate Asciinema for my future screencasts:
In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 21-Jul-2019 13:10:33 EDT Yes, I Know IT ! 🎓 Excellent post by @benfrederickson showing the programming language popularity on @GitHub as of Jan, 2018
https://www.benfrederickson.com/ranking-programming-languages-by-github-users/Do you think things have evolved since that post?
In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 19-Jul-2019 06:28:22 EDT Yes, I Know IT ! 🎓 While doing some researches on the history of Solaris, I started to draw that infographic to summarize the complex and twisted path the Sun inherited operating system took to reach the situation we know today.
https://www.yesik.it/SOLARIS2017
#Solaris #illumos #OpenSolaris #Oracle #SunMicrosystemsIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Jul-2019 11:52:21 EDT Yes, I Know IT ! 🎓 "How do you know whether a quantum computer has done anything quantum at all?"
Urmila Mahadev knows the answerhttps://www.quantamagazine.org/graduate-student-solves-quantum-verification-problem-20181008/
#Quantum #Computing #AchievementIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Jul-2019 05:34:03 EDT Yes, I Know IT ! 🎓 Do you want to run a Windows software on Linux? Or optimize your costs by running several virtual servers on the same hardware? In those cases, like in many other ones, virtualization is the technology to leverage.
But with so many different virtualization technologies readily available today, which one is the best for YOUR needs?
https://yesik.it/VIRT101
#VM #Containers #Emulation #Wine #CheatSheetIn conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 17-Jul-2019 23:15:10 EDT Yes, I Know IT ! 🎓 http://www.ostechnix.com/4-easy-ways-to-generate-a-strong-password-in-linux/
My preferred :
openssl rand 14 -base64
gpg --gen-random --armor 1 14... but the passwords are not easy to remember. A good argument to use a password manager.
#password #linux #gpg #opensslIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 17-Jul-2019 17:56:10 EDT Yes, I Know IT ! 🎓 Nice introductory article on Awk by Justin Ellingwood (@jmellingwood):
https://www.digitalocean.com/community/tutorials/how-to-use-the-awk-language-to-manipulate-text-in-linuxIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 17-Jul-2019 09:20:24 EDT Yes, I Know IT ! 🎓 Once you tried Linux, it is hard to came back to Windows. According to Will Weaton:
http://wilwheaton.net/2018/03/i-tried-turning-it-off-and-back-on-again/
In conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 15-Jul-2019 16:02:54 EDT Yes, I Know IT ! 🎓 In JavaScript the "empty" regular expression literal is written `/(?:)/` since the parser would erroneously take `//` as the start of a single-line comment
https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5
#JavaScript #ECMA #Empty #RegExpIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 15-Jul-2019 03:22:16 EDT Yes, I Know IT ! 🎓 In Vim, you can display the number of words, lines and characters in the current selection by pressing <g> <Ctrl-G>
In conversation from mastodon.social permalink