Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)

  1. 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 ! 🎓

    Merging files on a line-by-line basis with the `paste` utility
    https://yesik.it/EP23

    #Paste #POSIX #Utility #Linux #Unix #Shell

    In conversation Monday, 29-Jul-2019 15:12:19 EDT from mastodon.social permalink

    Attachments

    1. The Paste Command
      from Yes I Know IT!
      In a previous video, we talked about the `cut` command which can be used to extract columns from a CSV or tabular text data file.
  2. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 29-Jul-2019 09:34:03 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Find words starting with `lin` (according to `/usr/share/dict/words`):

    ```
    look lin
    ```

    #Linux #Look #Utility

    In conversation Monday, 29-Jul-2019 09:34:03 EDT from mastodon.social permalink
  3. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jul-2019 19:24:29 EDT Yes, I Know IT ! 🎓 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`!

    #Chattr #Linux #Utility

    In conversation Sunday, 28-Jul-2019 19:24:29 EDT from mastodon.social permalink
  4. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jul-2019 08:09:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Poor's (wo)man stopwatch in your shell:

    ```
    time read
    ```

    #Linux #Shell #Stopwatch

    In conversation Sunday, 28-Jul-2019 08:09:59 EDT from mastodon.social permalink
  5. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jul-2019 02:09:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    csplit tweets.yaml /----/ '{*}'

    Split a collection of tweets stored in a YAML file into individual items.

    From https://linuxhandbook.com/csplit-command

    In conversation Sunday, 28-Jul-2019 02:09:59 EDT from mastodon.social permalink

    Attachments

    1. csplit: A Better Way to Split File in Linux Based on its Content
      By Sylvain Leroux from Linux Handbook
      How to split a file in Linux based on its content? Learn some practical examples of the GNU coreutils csplit command. It's more useful than the popular split command.
  6. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 25-Jul-2019 07:45:39 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Display a 2x3 matrix:

    seq 6 | paste - - -

    #Paste #Shell #Linux #Unix #POSIX #Utility

    In conversation Thursday, 25-Jul-2019 07:45:39 EDT from mastodon.social permalink
  7. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 25-Jul-2019 01:27:13 EDT Yes, I Know IT ! 🎓 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

    #VLC #AsciiArt #Linux #CommandLine

    In conversation Thursday, 25-Jul-2019 01:27:13 EDT from mastodon.social permalink
  8. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 24-Jul-2019 19:30:47 EDT Yes, I Know IT ! 🎓 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 #FileFormat

    In conversation Wednesday, 24-Jul-2019 19:30:47 EDT from mastodon.social permalink
  9. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 23-Jul-2019 19:17:53 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Split a fixed-width or delimited text file into individual columns using the `cut` command
    https://yesik.it/EP22

    #Cut #POSIX #Utility #Linux #Unix #Shell

    In conversation Tuesday, 23-Jul-2019 19:17:53 EDT from mastodon.social permalink

    Attachments

    1. The Cut Command
      from Yes I Know IT!
      The `cut` command is a POSIX-defined utility to remove unwanted data from a tabular text data file. With the `cut` utility you can remove bytes, character range ("columns") or fields on each line of an input file. Something that is particularly useful when you have to pre-process a CSV file from (or "for") a spreadsheet or a database.
  10. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 22-Jul-2019 14:08:19 EDT Yes, I Know IT ! 🎓 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 Monday, 22-Jul-2019 14:08:19 EDT from mastodon.social permalink
  11. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 22-Jul-2019 01:27:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    I should definitely investigate Asciinema for my future screencasts:

    https://asciinema.org/

    #Asciinema #Terminal #Screencast

    In conversation Monday, 22-Jul-2019 01:27:59 EDT from mastodon.social permalink
  12. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 21-Jul-2019 13:10:33 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓
    • GitHub

    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 Sunday, 21-Jul-2019 13:10:33 EDT from mastodon.social permalink
  13. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 19-Jul-2019 06:28:22 EDT Yes, I Know IT ! 🎓 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 #SunMicrosystems

    In conversation Friday, 19-Jul-2019 06:28:22 EDT from mastodon.social permalink
  14. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Jul-2019 11:52:21 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    "How do you know whether a quantum computer has done anything quantum at all?"
    Urmila Mahadev knows the answer

    https://www.quantamagazine.org/graduate-student-solves-quantum-verification-problem-20181008/
    #Quantum #Computing #Achievement

    In conversation Thursday, 18-Jul-2019 11:52:21 EDT from mastodon.social permalink
  15. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Jul-2019 05:34:03 EDT Yes, I Know IT ! 🎓 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 #CheatSheet

    In conversation Thursday, 18-Jul-2019 05:34:03 EDT from mastodon.social permalink

    Attachments

    1. Choose the Right Virtualization Method
      from Yes I Know IT!
      Maybe 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.
  16. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 17-Jul-2019 23:15:10 EDT Yes, I Know IT ! 🎓 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 #openssl

    In conversation Wednesday, 17-Jul-2019 23:15:10 EDT from mastodon.social permalink
  17. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 17-Jul-2019 17:56:10 EDT Yes, I Know IT ! 🎓 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-linux

    In conversation Wednesday, 17-Jul-2019 17:56:10 EDT from mastodon.social permalink
  18. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 17-Jul-2019 09:20:24 EDT Yes, I Know IT ! 🎓 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 Wednesday, 17-Jul-2019 09:20:24 EDT from mastodon.social permalink
  19. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 15-Jul-2019 16:02:54 EDT Yes, I Know IT ! 🎓 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 #RegExp

    In conversation Monday, 15-Jul-2019 16:02:54 EDT from mastodon.social permalink
  20. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 15-Jul-2019 03:22:16 EDT Yes, I Know IT ! 🎓 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>

    #Vim #TextEditor #Tip

    In conversation Monday, 15-Jul-2019 03:22:16 EDT from mastodon.social permalink
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.