Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 07-Feb-2018 22:08:57 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Wednesday, 07-Feb-2018 22:08:57 EST from mastodon.social permalink
  2. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 06-Feb-2018 21:43:12 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Tuesday, 06-Feb-2018 21:43:12 EST from mastodon.social permalink
  3. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 05-Feb-2018 21:12:22 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Monday, 05-Feb-2018 21:12:22 EST from mastodon.social permalink
  4. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 04-Feb-2018 20:41:52 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Sunday, 04-Feb-2018 20:41:52 EST from mastodon.social permalink
  5. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 03-Feb-2018 19:47:28 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Saturday, 03-Feb-2018 19:47:28 EST from mastodon.social permalink
  6. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 02-Feb-2018 19:23:23 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Friday, 02-Feb-2018 19:23:23 EST from mastodon.social permalink
  7. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 01-Feb-2018 19:02:12 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Cool tutorial by @shapeshed on the "join" command. Useful to merge files based on their content.

    https://shapeshed.com/unix-join/

    #Join #Linux

    In conversation Thursday, 01-Feb-2018 19:02:12 EST from mastodon.social permalink
  8. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 31-Jan-2018 18:51:30 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Wednesday, 31-Jan-2018 18:51:30 EST from mastodon.social permalink
  9. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 30-Jan-2018 18:21:21 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Tuesday, 30-Jan-2018 18:21:21 EST from mastodon.social permalink
  10. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 29-Jan-2018 17:56:09 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    If like me you always forget the #tar option to extract #xz compressed #archives, this railroad-style #infographics is for you:
    https://yesik.it/TARCS1

    In conversation Monday, 29-Jan-2018 17:56:09 EST from mastodon.social permalink
  11. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 28-Jan-2018 17:25:07 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    JSON command line processing:
    https://stedolan.github.io/jq/

    (never ever use #sed for that!)
    #JSON #CLI

    In conversation Sunday, 28-Jan-2018 17:25:07 EST from mastodon.social permalink
  12. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 27-Jan-2018 17:07:09 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    How to Write Complex Awk Patterns using Operators?
    https://www.yesik.it/EP13

    #AWK #Shell #Linux

    In conversation Saturday, 27-Jan-2018 17:07:09 EST from mastodon.social permalink

    Attachments

    1. Invalid filename.
      How to Write Complex Awk Patterns using Operators?
      from Yes I Know IT!
      Awk is a powerful tool using pattern matching to identify the data to process in a file. But Awk patterns are much more versatile than their `sed` counterpart. In this video, you will see the core logical and relational operators you can use in Awk patterns. And you will discover how you can use complex patterns to extract in a fraction of second the relevant informations from a data set containing more than 57000 records.
  13. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 26-Jan-2018 16:08:42 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    In Bash `~sylvain` is expanded to the home directory of the user whose login is 'sylvain'

    I don't know if this works with other usernames though...
    ;)

    #Bash #Shell

    In conversation Friday, 26-Jan-2018 16:08:42 EST from mastodon.social permalink
  14. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 25-Jan-2018 19:35:20 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓
    • tomasino

    @tomasino

    Actually this:

    seq 10 | awk '{ print > "OUT." NR%2 }'

    Will create *two* files. One containing odd lines. The other one containing even lines.

    I agree the filenames are not very cool (OUT.0 and OUT.1).

    Maybe something like that would be better:

    seq 10 | awk '{ print > ((NR%2) ? "ODD" : "EVEN") }'

    In conversation Thursday, 25-Jan-2018 19:35:20 EST from mastodon.social permalink
  15. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 25-Jan-2018 15:32:53 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    seq 10 | awk '{ print > "OUT." NR%2 }'
    head OUT.?
    Split a file in two parts based on odd/even lines

    #AWK #Shell

    In conversation Thursday, 25-Jan-2018 15:32:53 EST from mastodon.social permalink
  16. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Wednesday, 24-Jan-2018 22:19:52 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    seq 10 | awk NR%2
    Keep odd lines of a file

    #AWK #Shell

    In conversation Wednesday, 24-Jan-2018 22:19:52 EST from mastodon.social permalink
  17. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 23-Jan-2018 22:13:47 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    How to Run a Web Server from a Docker Container?
    https://www.yesik.it/EP16

    #Docker #Apache #HTTP

    In conversation Tuesday, 23-Jan-2018 22:13:47 EST from mastodon.social permalink

    Attachments

    1. Invalid filename.
      How to Run a Web Server from a Docker Container?
      from Yes I Know IT!
      Installing and running a web server in just a few seconds. Just a dream? No--and in fact it is pretty easy to achieve using Docker containers! Even better, once you know how to do it, you could run many other kinds of servers exactly the same way...
  18. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 22-Jan-2018 21:34:38 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    How to Install #Docker on Debian/Ubuntu/CentOS? | Yes, I Know IT ! https://www.yesik.it/EP15

    #Docker
    #CentOS #Debian #Ubuntu

    In conversation Monday, 22-Jan-2018 21:34:38 EST from mastodon.social permalink

    Attachments

    1. Invalid filename.
      How to Install Docker on Debian/Ubuntu/CentOS?
      from Yes I Know IT!
      In this video, I show you how to install the latest version of Docker on Debian/Ubuntu/CentOS, straight from the project repository -- and that, in a secure manner by checking first the remote repository key fingerprint!
  19. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 22-Jan-2018 10:03:55 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓
    • jpetazzo

    Do you need "child" containers -- or "sibling" containers?

    http://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/
    by @jpetazzo

    #Docker

    In conversation Monday, 22-Jan-2018 10:03:55 EST from mastodon.social permalink
  20. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 21-Jan-2018 09:43:00 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Intriguing. What is the typical use case of running #Docker on a #RaspberryPi w/ #Raspian?

    https://docs.docker.com/engine/installation/linux/docker-ce/debian/

    In conversation Sunday, 21-Jan-2018 09:43:00 EST from mastodon.social permalink
  • After
  • 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.