Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 23-Apr-2018 02:51:00 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    My #Bash book available both as #PaperBook and #eBook

    https://yesik.it/BASH-IT-OUT/PAPER …
    https://yesik.it/BASH-IT-OUT/PDF
    https://yesik.it/BASH-IT-OUT
    @itsfoss2 #YesIKnowIT

    In conversation Monday, 23-Apr-2018 02:51:00 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**
  2. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 22-Apr-2018 19:14:45 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    How could I have lived without knowing that?

    ```
    # copy file to the #X11 #Clipboard:
    xclip -sel c < file
    ```
    #Linux #Shell #Terminal #CLI

    In conversation Sunday, 22-Apr-2018 19:14:45 EDT from mastodon.social permalink
  3. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 22-Apr-2018 13:28:18 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, 22-Apr-2018 13:28:18 EDT from mastodon.social permalink
  4. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 06-Apr-2018 07:19:48 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    "Keep your system up to date and apply security patches," said the TV after the Meltdown story.

    "Review the patch before applying them," said the security expert. Indeed, the satirical (?) website https://holeybeep.ninja/ try to convince you to apply a patch supposedly improving the security of your system.

    But this is the exact same opposite: by exploiting a bug in the patch program itself, it will execute arbitrary code on your system.

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894667#19
    #CVE #IT #Security #Tojan #Hoax

    In conversation Friday, 06-Apr-2018 07:19:48 EDT from mastodon.social permalink
  5. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 24-Mar-2018 08:42:05 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • look, beavers!

    That's a pretty clever solution @lookbeavers

    Indeed, in JavaScript the "procedural style" usually leads to the best performances. It does not necessary lead to the most elegant code, but you can always "hide" it.

    In conversation Saturday, 24-Mar-2018 08:42:05 EDT from mastodon.social permalink
  6. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 24-Mar-2018 06:25:37 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    If like me you like writing your JavaScript code in a functional style, you may already know the `Array.map` and `Array.filter` methods. But is there a way to combine them? And will this be a more efficient solution?

    http://www.yesik.it/blog/2018-javascript-map-filter-and-reduce-compared

    BTW, if you *don't* already know `Array.map` and `Array.filter`, don't panic: I introduce them on a simple to understand example in the first half of the article ;)

    #JavaScript #FunctionalStyle
    #Array #Filter #Map #Reduce

    In conversation Saturday, 24-Mar-2018 06:25:37 EDT from mastodon.social permalink
  7. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 21-Mar-2018 15:21:24 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Take a little bit of computer history and a little bit of computer science, mix them together and you have that article that introduces the fundamental unit of measurement we use daily in computing or electronic engineering.

    https://www.yesik.it/blog/2018-bit-nibble-byte-and-word

    BTW, if you believe that a byte is--and always was--an 8 bits quantity, you should definitely read that!

    #Bit #Byte #Octet #Nibble #Word
    #BinaryArithmetic #BooleanAlgebra
    #ComputerScience #ComputerHistory

    In conversation Wednesday, 21-Mar-2018 15:21:24 EDT from mastodon.social permalink
  8. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 15-Mar-2018 15:56:54 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    All you ever wanted to know about the `x` bit:
    https://www.yesik.it/blog/2018-the-x-permission-bit

    #Linux #Unix #chmod

    In conversation Thursday, 15-Mar-2018 15:56:54 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      About the Execute Bit
      from Yes I Know IT!
      What is the purpose of the execute (`x`) bit? And why directories have that bit too? After all, they are not executable! And what if my filesystem does not support Unix standard permissions? Find all the answers here. And more...
  9. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 08-Mar-2018 14:19:49 EST 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 Thursday, 08-Mar-2018 14:19:49 EST from mastodon.social permalink
  10. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 07-Mar-2018 13:59:00 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    After a major rewrite, I'm testing now the new version of my "tooth scheduler" based on the #Mastodon #API.

    I hope this time it won't enter in an endless loop posting again and again the same message...

    In conversation Wednesday, 07-Mar-2018 13:59:00 EST from mastodon.social permalink
  11. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 07-Mar-2018 13: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://www.yesik.it/EP18

    #Oracle #Database
    #Docker #Container
    #Linux

    In conversation Wednesday, 07-Mar-2018 13:57:00 EST from mastodon.social permalink
  12. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 07-Mar-2018 13:43:36 EST 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 Wednesday, 07-Mar-2018 13:43:36 EST from mastodon.social permalink
  13. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 07-Mar-2018 13:08:06 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://t.co/rDPPbkXkdp

    #Join #Linux

    In conversation Wednesday, 07-Mar-2018 13:08:06 EST from mastodon.social permalink
  14. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 16-Feb-2018 09:38:33 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    https://yesik.it/EP19

    In this video, I will show you how to install the Raspbian operating system. But you will also learn how you can set up the boot partition of the Raspberry Pi from your Linux computer so the board will connect to your Wi-Fi network and will have SSH access enabled, *even at its very first boot*.

    As always, I hope you will enjoy that video. And don’t forget to subscribe/share/comment!

    #RaspberryPi #Raspbian #Linux #SSH #WiFi

    In conversation Friday, 16-Feb-2018 09:38:33 EST from mastodon.social permalink
  15. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 15-Feb-2018 05:10:27 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    When strategic defense needs meet the customer interest!

    https://www.linkedin.com/pulse/french-government-consider-industrial-actors-connected-sylvain-leroux/

    #IoT #Cyberdefense #France
    #OpenSource

    In conversation Thursday, 15-Feb-2018 05:10:27 EST from mastodon.social permalink
  16. Free Software Foundation (fsf@status.fsf.org)'s status on Monday, 12-Feb-2018 15:50:49 EST Free Software Foundation Free Software Foundation
    Watch @johns_FSF deliver his talk "Freedom Embedded: Devices that Respect Users and Communities" at LinuxConfAu, from last month: https://u.fsf.org/2gu
    In conversation Monday, 12-Feb-2018 15:50:49 EST from status.fsf.org permalink Repeated by yesiknowit
  17. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 14-Feb-2018 06:29:27 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    I used the #Mastodon #API to schedule my toots while I was taking a break from the social networks.

    It wasn't such a success...
    And by looking at my code, I realize today that 30*60*60*1000 milliseconds is not one month, but just a little bit over one day...

    It's that, working late at night and in the hurry!

    In conversation Wednesday, 14-Feb-2018 06:29:27 EST from mastodon.social permalink
  18. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 09-Feb-2018 09:00:03 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • steckerhalter πŸ‡¨πŸ‡­

    @steckerhalter auto-posting should be disabled now. Sorry for the inconvenience ;)

    In conversation Friday, 09-Feb-2018 09:00:03 EST from mastodon.social permalink
  19. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 09-Feb-2018 08:46:52 EST Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“
    • steckerhalter πŸ‡¨πŸ‡­

    @steckerhalter Thank you for having mentioned it. I'm in vacation and it seems my scheduled content has gone in an endless loop. I will take a look at that immediately

    In conversation Friday, 09-Feb-2018 08:46:52 EST from mastodon.social permalink
  20. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 08-Feb-2018 22:46:01 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 Thursday, 08-Feb-2018 22:46:01 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.