Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social), page 6

  1. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Mar-2019 19:07:06 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    The Complete [and Definitive] Sed Command Guide

    You will never need any other sed reference than this article crafted with love πŸ’•... by myself
    https://linuxhandbook.com/sed-reference-guide/

    #sed #posix #gnu #linux #shell #command #reference

    In conversation Thursday, 28-Mar-2019 19:07:06 EDT from mastodon.social permalink

    Attachments

    1. Complete Sed Command Guide [Explained with Practical Examples]
      By Sylvain Leroux from Linux Handbook
      Complete Sed Command Guide [Explained with Practical Examples]
  2. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Mar-2019 06:05:17 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    10 Practical Grep Command Examples for Developers
    https://linuxhandbook.com/grep-command-examples/

    #grep #posix #gnu #shell #command

    In conversation Thursday, 28-Mar-2019 06:05:17 EDT from mastodon.social permalink

    Attachments

    1. 10 Practical Grep Command Examples for Developers
      By Sylvain Leroux from Linux Handbook
      10 Practical Grep Command Examples for Developers
  3. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Mar-2019 00:03:04 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Getting Started With the SED Command

    New to `sed`? This is for you!
    https://linuxhandbook.com/sed-command-basics/

    #sed #posix #gnu #linux #shell #command

    In conversation Thursday, 28-Mar-2019 00:03:04 EDT from mastodon.social permalink

    Attachments

    1. Getting Started With SED Command [Beginner’s Guide] - Linux Handbook
      from Linux Handbook
      Learn to use one of the most powerful commands of the Unix toolbox: sed, the stream editor with practical examples of SED commands.
  4. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 26-Mar-2019 23:53:32 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    The largest functional processor:

    https://www.youtube.com/watch?v=lNa9bQRPMB8

    Featuring a ton of LEDs--because everybody likes seen blinking LEDs!

    In conversation Tuesday, 26-Mar-2019 23:53:32 EDT from mastodon.social permalink
  5. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 25-Mar-2019 23:32:30 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In the Bash, pressing <Alt-U> will convert to uppercase the word starting at the current cursor position

    #Bash #Tip

    In conversation Monday, 25-Mar-2019 23:32:30 EDT from mastodon.social permalink
  6. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 24-Mar-2019 17:36:40 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Understanding "posits", an alternative to the IEEE-754 floating point formats for representing reals:

    https://www.johndcook.com/blog/2018/04/11/anatomy-of-a-posit-number/ #FloatingPoint #IEEE754 #Posit

    In conversation Sunday, 24-Mar-2019 17:36:40 EDT from mastodon.social permalink
  7. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 22-Mar-2019 10:45:45 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    `make` is really a mythical tool in the Unix toolchest.
    http://pkgw.github.io/make_for_scientists/

    Many times criticized. Feared. Improved or imitated.

    But still alive.

    In conversation Friday, 22-Mar-2019 10:45:45 EDT from mastodon.social permalink
  8. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 21-Mar-2019 09:42:13 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Tired of fighting against a bloated word processor when writing your latest report, novel, technical documentation or blog post?

    Maybe that's the sign you ready to consider using a lightweight markup language. All you need is just a basic text editor, the knowledge of some simple and non-intrusive keywords and markup. And a processor to convert that text file to... well... whatever you want: HTML, PDF, LaTeX, ...

    https://itsfoss.com/asciidoc-guide/
    #AsciiDoc #Markdown #LaTeX #FOP

    In conversation Thursday, 21-Mar-2019 09:42:13 EDT from mastodon.social permalink
  9. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 01-Mar-2019 13:22:15 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    So, you don't know yet the `grep` command ?
    https://youtu.be/HBNNO92Juw4

    #Shell #Linux #Grep
    #YesIKnowIT

    In conversation Friday, 01-Mar-2019 13:22:15 EST from mastodon.social permalink

    Attachments

    1. How to filter data using Grep - Yes, I Know IT ! Ep 06
      By Yes, I Know IT ! from YouTube
  10. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Feb-2019 19:29:52 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Print even lines
    seq 10 | sed -n '1b;P;N'

    #Shell #Sed #Linux

    In conversation Thursday, 28-Feb-2019 19:29:52 EST from mastodon.social permalink
  11. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Feb-2019 12:21:49 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In #Bash, to edit the last three commands in your favorite EDITOR type:

    fc -3 0

    When leaving the editor, commands are executed

    In conversation Thursday, 28-Feb-2019 12:21:49 EST from mastodon.social permalink
  12. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Feb-2019 05:55:16 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    `less -R` will handle gracefully ANSI "color" escape sequences:
    ls --color=always /tmp | less -R

    #Linux #Shell #ls

    In conversation Thursday, 28-Feb-2019 05:55:16 EST from mastodon.social permalink
  13. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Feb-2019 00:40:34 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

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

    #AWK #Shell

    In conversation Thursday, 28-Feb-2019 00:40:34 EST from mastodon.social permalink
  14. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 27-Feb-2019 17:57:00 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • Docker

    If you ever had to connect to an Oracle backend, you may know how painful it used to be to set up an Oracle Instance on your test/dev host.

    Thanks to @Docker, it is now several orders of magnitude simpler!

    https://yesik.it/EP18

    #Oracle #Database
    #Docker #Container
    #Linux

    In conversation Wednesday, 27-Feb-2019 17:57:00 EST from mastodon.social permalink
  15. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 27-Feb-2019 00:07:59 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In Bash `$(<file)` is equivalent to `$(cat file)`, but faster:

    P=( $(</etc/passwd) )
    echo ${P[0]}

    #Bash #Linux #Cat

    In conversation Wednesday, 27-Feb-2019 00:07:59 EST from mastodon.social permalink
  16. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 26-Feb-2019 17:45:29 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In a #sed substitution pattern, you can use any character as a separator instead of /
    Useful for path or urls:
    s!/usr/local!/opt!

    #Linux #UNIX

    In conversation Tuesday, 26-Feb-2019 17:45:29 EST from mastodon.social permalink
  17. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 26-Feb-2019 12:00:37 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    From a POSIX shell `$OLDPWD` holds the name of the previous working directory:
    cd /tmp
    echo You are here: $PWD
    echo You were here: $OLDPWD
    cd $OLDPWD

    #Unix #Linux #Shell #cd

    In conversation Tuesday, 26-Feb-2019 12:00:37 EST from mastodon.social permalink
  18. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 26-Feb-2019 05:42:50 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    When using the find command, use `-iname` instead of `-name` for case-insensitive search
    #Unix #Linux #Shell #Find

    In conversation Tuesday, 26-Feb-2019 05:42:50 EST from mastodon.social permalink
  19. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 25-Feb-2019 22:18:46 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • Docker

    If you ever had to connect to an Oracle backend, you may know how painful it used to be to set up an Oracle Instance on your test/dev host.

    Thanks to @Docker, it is now several orders of magnitude simpler!

    https://www.yesik.it/EP18

    #Oracle #Database
    #Docker #Container
    #Linux
    #YesIKnowIT

    In conversation Monday, 25-Feb-2019 22:18:46 EST from mastodon.social permalink
  20. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 25-Feb-2019 15:45:42 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    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

    #Linux #Shell #AWK
    #YesIKnowIT

    In conversation Monday, 25-Feb-2019 15:45:42 EST from mastodon.social permalink

    Attachments

    1. How to clean up a data file using AWK - Yes, I Know IT ! Ep 05
      By Yes, I Know IT ! from YouTube
  • 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.