Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 04-Dec-2017 11:53:28 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    The best Doodle *ever*.

    My 4 years old boy had lots of fun guiding the rabbit to eat all the carrots. He struggles a little bit with loops though. But after 20 minutes of trial and errors, he did it!

    https://g.co/doodle/he69ng?ds=cl

    #ProudDad
    #KidsCoding

    In conversation Monday, 04-Dec-2017 11:53:28 EST from mastodon.social permalink
  2. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 11-Nov-2017 17:14:41 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    in reply to
    • Bob Mottram

    @bob I'm afraid you're right Bob.

    In conversation Saturday, 11-Nov-2017 17:14:41 EST from mastodon.social permalink
  3. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 11-Nov-2017 17:11:49 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • thufir

    @thufir_hawat I didn't mention that in the article as there is still a slight risk of bricking your computer using me_cleaner.

    But if you used it successfully, don't hesitate to share your own configuration!

    In conversation Saturday, 11-Nov-2017 17:11:49 EST from mastodon.social permalink
  4. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 11-Nov-2017 05:02:47 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    The blogosphere suddenly became aware of the existence of Intel ME "spying at you" to paraphrase some catchy titles. If some authors seem to discover that technology, the truth is it is here for almost 10 years!

    So, in order for you to make your own educated opinion, I tried to summarize the facts concerning Intel ME and the current state of the community knowledge about that technology.

    https://itsfoss.com/fact-intel-minix-case/

    #InfoSec #Privacy
    #Intel #IntelME #Minix
    #Mythbuster

    In conversation Saturday, 11-Nov-2017 05:02:47 EST from mastodon.social permalink
  5. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 10-Nov-2017 08:04:31 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Avoid using /dev/urandom, or even /dev/random:
    Use that pool ... I mean "wall" of entropy instead!

    https://youtu.be/1cUUfMeOijg

    In conversation Friday, 10-Nov-2017 08:04:31 EST from mastodon.social permalink
  6. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 02-Nov-2017 07:59:07 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Converting a text to uppercase from the shell? Is that so simple? Yes, but...
    https://www.yesik.it/EP17

    You've probably noticed from my accent (pun intended), I'm a French native speaker. So, in this video I show you several classical ways to convert characters to upper case from the shell. And most important, I will explain how and why they work--or don't work--with characters outside the ASCII range.

    #Uppercase #Lowercase
    #Locale #AccentedLetters
    #Sed #Awk #Bash

    In conversation Thursday, 02-Nov-2017 07:59:07 EDT from mastodon.social permalink
  7. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 01-Nov-2017 15:48:03 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    VERY interesting reading for those who are looking for facts and figures about the Linux kernel development. This report covers about 14 months of work, mostly corresponding to kernel version 4.8 through 4.13.

    "2017 Linux Kernel Development Report"
    https://www.linuxfoundation.org/2017-linux-kernel-report-landing-page/

    Pay special attention to "Who is reviewing the work" p20. More than 20% of the Kernel patches are reviewed by people working for Red Hat. Good or bad thing? I let that up to your interpretation. https://mastodon.social/media/Lf7sTosVRabSdwyTie4

    In conversation Wednesday, 01-Nov-2017 15:48:03 EDT from mastodon.social permalink
  8. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 16-Oct-2017 08:58:02 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Install NodeJS from the sources on your Linux box. Useful if you need a very specific version of NodeJS (or simply, if you want to try out the latest cutting-edge version).

    That's also a very good way to make your first steps in installing software from sources! Aspiring developers will even be happy to make their first change to the source of NodeJS, to impress their peer with a customized version message ;)

    https://itsfoss.com/install-software-from-source-code/

    #Linux #Compiling #NodeJS #FHS

    In conversation Monday, 16-Oct-2017 08:58:02 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      How to Install Software from Source Code… and Remove it Afterwards
      By Sylvain Leroux from It's FOSS
      How to Install Software from Source Code… and Remove it Afterwards
  9. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 10-Oct-2017 05:03:47 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • johnblood

    @johnblood I don;t know. Worth trying ;)

    In conversation Tuesday, 10-Oct-2017 05:03:47 EDT from mastodon.social permalink
  10. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 10-Oct-2017 05:03:06 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Since I discovered Docker, I no longer install any server bare metal on my development computer. With containers, it's so simple to start, stop and restart a server from a clean state! Perfect for testing or experimentation.

    In my latest video I show you how to create, start and stop a web server in a Docker container.

    Don't hesitate to share/like/comment the video!

    https://yesik.it/EP16

    #Docker #container #Apache #http

    In conversation Tuesday, 10-Oct-2017 05:03:06 EDT from mastodon.social permalink
  11. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 10-Oct-2017 04:59:34 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • Danie van der Merwe βœ…

    @danie10 Amiga, Atari and Macintosh. Those were the computers we students had at home in the 90s. What a shock each time we entered in the training room at school, lit by the greenish glow of rows of XT PC.

    In conversation Tuesday, 10-Oct-2017 04:59:34 EDT from mastodon.social permalink
  12. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 04-Oct-2017 05:58:28 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Very few technologies are even even close to the plateau or productivity in the 2017 Gartner Hype Cycle...

    ... and they are not what you may think:

    * Virtual reality (https://www.forbes.com/sites/bernardmarr/2017/07/31/the-amazing-ways-companies-use-virtual-reality-for-business-success/)
    * Augmented reality (http://www.businessnewsdaily.com/9245-augmented-reality-for-business.html)
    * Software defined security (https://www.infosecurity-magazine.com/opinions/software-defined-security-going/)
    * Enterprise Taxonomy and Ontology Management (http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0104-65002005000300004)

    Attached are the 2016 and 2017 hype cycles for comparison.

    #VR #AR #SDS/#SDSec #EIM https://mastodon.social/media/ZUgnQcthsEKbb2oOd_Y https://mastodon.social/media/FpXi0IrwJCZYETFVis8

    In conversation Wednesday, 04-Oct-2017 05:58:28 EDT from mastodon.social permalink
  13. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 28-Sep-2017 12:13:01 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In #awk a pattern without associated action defaults to '{ print }'
    seq 10 | awk /1/ is the same as
    seq 10 | awk '/1/ {print}'

    #Shell

    In conversation Thursday, 28-Sep-2017 12:13:01 EDT from mastodon.social permalink
  14. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 27-Sep-2017 13:23:00 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

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

    #AWK #Shell

    In conversation Wednesday, 27-Sep-2017 13:23:00 EDT from mastodon.social permalink
  15. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 26-Sep-2017 14:50:01 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Take a look at my Bash & Linux Command Line Course:
    https://yesik.it/BSH101

    #Bash #Shell #CLI #Linux

    In conversation Tuesday, 26-Sep-2017 14:50:01 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.
  16. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 25-Sep-2017 14:11:01 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 Monday, 25-Sep-2017 14:11:01 EDT from mastodon.social permalink
  17. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 24-Sep-2017 14:05:01 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 #Shell #CLI

    In conversation Sunday, 24-Sep-2017 14:05:01 EDT from mastodon.social permalink
  18. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 23-Sep-2017 15:39:00 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

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

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

    In conversation Saturday, 23-Sep-2017 15:39:00 EDT from mastodon.social permalink
  19. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 22-Sep-2017 14:24:01 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Solaris is dead, Long live Solaris!
    https://itsfoss.com/solaris-alternatives/

    #Solaris #OpenSolaris #Illumos

    In conversation Friday, 22-Sep-2017 14:24:01 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      Oracle is Set to Kill Solaris. Here are the Alternatives to Solaris
      By Sylvain Leroux from It's FOSS
      Oracle is Set to Kill Solaris. Here are the Alternatives to Solaris
  20. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 21-Sep-2017 14:05:01 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Check your Bash skills and challenge your friends:
    https://www.yesik.it/BASH-IT-OUT

    #Bash #Shell #Challenge #Puzzle

    In conversation Thursday, 21-Sep-2017 14:05:01 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      Bash It Out!
      from Yes I Know IT!
      **Strengthen your Bash knowledge with 17 scripting challenges of varied difficulties** Do you want to improve your Bash skills? Be aware of the common or not-so-common pitfalls of interactive Bash usage? Or simply test your friends (and/or your employees!) with subtle brainteasers? Then, this book is for you!
  • 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.