Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 20-Apr-2019 00:36:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    While doing some researches on the history of Solaris, I started to draw that infographic to summarize the complex and twisted path the Sun inherited operating system took to reach the situation we know today.

    https://www.yesik.it/SOLARIS2017
    #Solaris #illumos #OpenSolaris #Oracle #SunMicrosystems

    In conversation Saturday, 20-Apr-2019 00:36:59 EDT from mastodon.social permalink
  2. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 19-Apr-2019 10:47:39 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    A byte is, and always was, an 8 bits quantity!

    No.

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

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

    In conversation Friday, 19-Apr-2019 10:47:39 EDT from mastodon.social permalink
  3. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Apr-2019 17:09:21 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Do you want to run a Windows software on Linux? Or optimize your costs by running several virtual servers on the same hardware? In those cases, like in many other ones, virtualization is the technology to leverage.

    But with so many different virtualization technologies readily available today, which one is the best for YOUR needs?
    https://yesik.it/VIRT101
    #VM #Containers #Emulation #Wine #CheatSheet

    In conversation Thursday, 18-Apr-2019 17:09:21 EDT from mastodon.social permalink

    Attachments

    1. Choose the Right Virtualization Method
      from Yes I Know IT!
      Maybe you want to run a Windows software on Linux? Or optimize your costs by running several virtual servers on the same hardware? In those cases, like in many other ones, virtualization is the technology to leverage.
  4. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Apr-2019 10:46:28 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    http://www.ostechnix.com/4-easy-ways-to-generate-a-strong-password-in-linux/

    My preferred :
    openssl rand 14 -base64
    gpg --gen-random --armor 1 14

    ... but the passwords are not easy to remember. A good argument to use a password manager.
    #password #linux #gpg #openssl

    In conversation Thursday, 18-Apr-2019 10:46:28 EDT from mastodon.social permalink
  5. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 18-Apr-2019 05:19:36 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Once you tried Linux, it is hard to came back to Windows. According to Will Weaton:

    http://wilwheaton.net/2018/03/i-tried-turning-it-off-and-back-on-again/

    In conversation Thursday, 18-Apr-2019 05:19:36 EDT from mastodon.social permalink
  6. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 16-Apr-2019 15:04:36 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    In JavaScript the "empty" regular expression literal is written `/(?:)/` since the parser would erroneously take `//` as the start of a single-line comment

    https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5
    #JavaScript #ECMA #Empty #RegExp

    In conversation Tuesday, 16-Apr-2019 15:04:36 EDT from mastodon.social permalink
  7. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 15-Apr-2019 17:23:10 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    In Vim, you can display the number of words, lines and characters in the current selection by pressing <g> <Ctrl-G>

    #Vim #TextEditor #Tip

    In conversation Monday, 15-Apr-2019 17:23:10 EDT from mastodon.social permalink
  8. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 15-Apr-2019 10:38:41 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Many Linux distributions are slowly phasing out "ifcong" in favor of the "ip" command. If you have a hard time making the transition, or simply if you are curious, worth reading that article by Pradeep Kumar:

    https://www.linuxtechi.com/ip-command-examples-for-linux-users/

    In conversation Monday, 15-Apr-2019 10:38:41 EDT from mastodon.social permalink
  9. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 31-Mar-2019 20:34:01 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    WC Command Examples: Count Number of Lines, Words & Characters in Linux

    https://linuxhandbook.com/wc-command/
    #wc #wordcount #shell #command

    In conversation Sunday, 31-Mar-2019 20:34:01 EDT from mastodon.social permalink
  10. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 31-Mar-2019 14:25:41 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Monitoring and Testing the Health of SSD in Linux

    https://linuxhandbook.com/check-ssd-health/
    #smart #ssd #hd #monitoring #smartctl #shell #command

    In conversation Sunday, 31-Mar-2019 14:25:41 EDT from mastodon.social permalink
  11. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 31-Mar-2019 06:38:28 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    5 Practical Examples of Tail Command in Linux

    https://linuxhandbook.com/tail-command/
    #tail #shell #command

    In conversation Sunday, 31-Mar-2019 06:38:28 EDT from mastodon.social permalink
  12. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 31-Mar-2019 00:59:51 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    7 Essential and Practical Usage of Paste Command in Linux

    https://linuxhandbook.com/paste-command/
    #paste #posix #shell #command

    In conversation Sunday, 31-Mar-2019 00:59:51 EDT from mastodon.social permalink
  13. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 30-Mar-2019 19:38:00 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    Load balancing with HAProxy, Nginx and Keepalived in Linux

    https://linuxhandbook.com/load-balancing-setup/
    #Nginx #HAProxy #Keepalived #WebServer #LoadBalancing #Linux

    In conversation Saturday, 30-Mar-2019 19:38:00 EDT from mastodon.social permalink
  14. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 30-Mar-2019 13:17:12 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    4 Essential and Practical Usage of Cut Command in Linux

    https://linuxhandbook.com/cut-command/
    #Cut #Posix #Shell #Command

    In conversation Saturday, 30-Mar-2019 13:17:12 EDT from mastodon.social permalink
  15. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 30-Mar-2019 08:11:40 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    csplit: A Better Way to Split File in Linux Based on its Content

    https://linuxhandbook.com/csplit-command/
    #csplit #GNU #Shell #Command

    In conversation Saturday, 30-Mar-2019 08:11:40 EDT from mastodon.social permalink
  16. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 30-Mar-2019 01:31:46 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    How to Change SMTP Settings in Discourse

    https://linuxhandbook.com/change-smtp-discourse/
    #Discourse #Forum #SMTP #Configuration

    In conversation Saturday, 30-Mar-2019 01:31:46 EDT from mastodon.social permalink
  17. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 29-Mar-2019 18:55:58 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    13 Linux Terminal Shortcuts Every Power Linux User Must Know

    https://linuxhandbook.com/linux-shortcuts/
    #shell #shortcuts

    In conversation Friday, 29-Mar-2019 18:55:58 EDT from mastodon.social permalink
  18. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 29-Mar-2019 13:07:50 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    How to use the `chattr` command to secure shared files. An interesting post by Himanshu Arora on HowtoForge.
    https://www.howtoforge.com/linux-chattr-command/

    BTW, `chattr` has not to be confused with `chmod`!

    #Chattr #Linux #Utility

    In conversation Friday, 29-Mar-2019 13:07:50 EDT from mastodon.social permalink
  19. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 29-Mar-2019 07:11:07 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    tmate: Instantly Share Terminal Session With Other Linux Users

    https://linuxhandbook.com/tmate/
    #tmate #terminal #multiplexer #tmux #fork

    In conversation Friday, 29-Mar-2019 07:11:07 EDT from mastodon.social permalink
  20. Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Friday, 29-Mar-2019 01:43:56 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! 🎓

    The Complete Guide to Install Raspberry Pi Headless and Wireless

    You have a RaspberryPi to install, but no extra keyboard and no external monitor? No problem!
    https://linuxhandbook.com/raspberry-pi-headless-setup/

    #RPi #Linux #Rasbian #Install #Headless #Wireless

    In conversation Friday, 29-Mar-2019 01:43:56 EDT from mastodon.social permalink

    Attachments

    1. Complete Guide to Install Raspberry Pi Headless and Wireless
      By Sylvain Leroux from Linux Handbook
      Complete Guide to Install Raspberry Pi Headless and Wireless
  • 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.