Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 10-Jun-2018 16:58:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    My new favorite tool to draw quick and NOT dirty UML sequence diagrams:
    https://bramp.github.io/js-sequence-diagrams/

    #UML #JavaScript #SVG

    In conversation Sunday, 10-Jun-2018 16:58:59 EDT from mastodon.social permalink
  2. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 10-Jun-2018 10:33:19 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In the Bash, pressing "ctrl-x ctrl-v" will display its version informations.

    #bash #linux

    In conversation Sunday, 10-Jun-2018 10:33:19 EDT from mastodon.social permalink
  3. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 10-Jun-2018 04:19:09 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    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

    In conversation Sunday, 10-Jun-2018 04:19:09 EDT from mastodon.social permalink
  4. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 19:55:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    `β€₯ | read β€₯` is not portable between #zsh and #bash

    Compare in both shells :
    echo 1 | read X; echo $X

    In conversation Tuesday, 05-Jun-2018 19:55:59 EDT from mastodon.social permalink
  5. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 13:11:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    A quick reminder to myself:

    β€’ x86 ≑ Original 16 bits architecture [8086βŽ‡]
    β€’ x86-32, IA-32 ≑ Intel 32 bits extension to x86 [80386βŽ‡]
    β€’ x86-64, AMD 64, Intel 64 ≑ 64 bit extension to x86 [AMD OpteronβŽ‡]
    β€’ IA-64 ≑ Intel Itanium architecture

    #x86 #Itanium #AMD #Intel

    In conversation Tuesday, 05-Jun-2018 13:11:59 EDT from mastodon.social permalink
  6. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 07:42:34 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    XML command line processing:
    http://xmlstar.sourceforge.net/

    (never ever use #sed for that!)
    #XML #XSLT1 #CLI

    In conversation Tuesday, 05-Jun-2018 07:42:34 EDT from mastodon.social permalink
  7. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 01:22:22 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    For the #shell #beginners :
    Β« #GlobPatterns : how to move hundreds of files in not time [1/3] Β»
    https://youtu.be/TvW8DiEmTcQ

    #Unix #Linux
    #YesIKnowIT

    In conversation Tuesday, 05-Jun-2018 01:22:22 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      How to move hundreds of files in no time ... using glob patterns [1/3] - Yes, I Know IT ! Ep 01
      By Yes, I Know IT ! from YouTube
  8. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 19:09:44 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Three completly different AWK programs:

    seq 10 | awk '1 { print }'
    seq 10 | awk '/1/ { print }'
    seq 10 | awk 'NR==1 { print }'

    #Shell #AWK #regex

    In conversation Monday, 04-Jun-2018 19:09:44 EDT from mastodon.social permalink
  9. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 12:43:52 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Different does not mean better or worst. It just means different.

    https://www.linux.com/learn/intro-to-linux/2017/6/what-nosql
    by @CarlaSchroder

    #SQL #NoSQL

    In conversation Monday, 04-Jun-2018 12:43:52 EDT from mastodon.social permalink
  10. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 06:42:53 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    #VM #Containers #Emulation #Wine?
    Which virtualization technology is the best for YOUR needs?

    https://yesik.it/VIRT101

    #CheatSheet
    #YesIKnowIT

    In conversation Monday, 04-Jun-2018 06:42:53 EDT from mastodon.social permalink
  11. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 00:32:35 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    What is #Virtualization?
    And how does that relate to #Emulation, #Containers and #CloudComputing?

    https://www.yesik.it/EP12
    #YesIKnowIT

    In conversation Monday, 04-Jun-2018 00:32:35 EDT from mastodon.social permalink
  12. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 19:01:15 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    How to move hundreds of files in no time?
    Using the find command!

    https://youtu.be/zmEFXjyzaQk
    #Unix #Linux #Move #Files #Find
    #YesIKnowIT

    In conversation Sunday, 03-Jun-2018 19:01:15 EDT from mastodon.social permalink
  13. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 12:54:39 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    A text that must be studied at school in the #ModernHistory, #Engineering and #Philosophy classrooms.

    @stephenfry on The Internet
    https://youtu.be/A7JjxaKDgGo

    In conversation Sunday, 03-Jun-2018 12:54:39 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      Stephen Fry on The Internet
      By Hay Festival from YouTube
  14. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 06:12:39 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Type the same command in all you `tmux` panes:
    tmux setw synchronize-panes

    #tmux #Terminal #Shell #CLI

    In conversation Sunday, 03-Jun-2018 06:12:39 EDT from mastodon.social permalink
  15. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 00:06:05 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    If your shell supports history, use "!-2" to repeat the before last command
    #Unix #Linux #Shell #Bash #History

    In conversation Sunday, 03-Jun-2018 00:06:05 EDT from mastodon.social permalink
  16. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 18:14:55 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Do you know I have a "Bash and Linux Command Line" course On #Udemy?
    Take a look here for a discount:
    https://yesik.it/BSH101

    In conversation Saturday, 02-Jun-2018 18:14:55 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      The Bash & Linux Command Line Tools
      from Yes I Know IT!
      Using the command line might seem outdated by today standards in user interface & user experience. So, why someone might want to learn that ? Because it's cool and featured in many Hollywood movies ? Maybe. But more seriously, because even today it is incomparably efficient when you have to perform repetitive tasks or deal with lots of files or data.
  17. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 12:27:58 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    If your shell supports history, use "!-1" to repeat the last command.
    "!!" is a shorthand for that too
    #Unix #Linux #Shell

    In conversation Saturday, 02-Jun-2018 12:27:58 EDT from mastodon.social permalink
  18. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 05:27:55 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Looking for an explanation of what is the kernel and how it relates to userspace applications?
    Take a look at that video:
    https://yesik.it/EP09

    #Kernel #Linux
    #YesIKnowIT

    In conversation Saturday, 02-Jun-2018 05:27:55 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      What is the Kernel
      from Yes I Know IT!
      "What is the Kernel?" This is probably one of the most puzzling questions when discovering Linux.
  19. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 00:08:18 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Fine tune Linux Kernel I/O by setting up dirty page parameters.

    https://lonesysadmin.net/2013/12/22/better-linux-disk-caching-performance-vm-dirty_ratio/

    #Linux #Kernel #Cache #Disk #Tuning

    In conversation Saturday, 02-Jun-2018 00:08:18 EDT from mastodon.social permalink
  20. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 01-Jun-2018 18:01:02 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    #OpenStack is a complex and somewhat frightening beast
    https://opensource.com/resources/what-is-openstack

    In conversation Friday, 01-Jun-2018 18:01:02 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      What is OpenStack?
      from Opensource.com
      OpenStack is a set of software tools for building and managing cloud computing platforms for public and private clouds.
  • 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.