Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 14-Jul-2019 21:12:20 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 Sunday, 14-Jul-2019 21:12:20 EDT from mastodon.social permalink
  2. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 14-Jul-2019 15:35:11 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    A tribute to the best Doodle *ever*.

    My 5-year-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!

    <<proud dad :D>>
    https://g.co/doodle/he69ng?ds=cl

    In conversation Sunday, 14-Jul-2019 15:35:11 EDT from mastodon.social permalink

    Attachments

    1. CΓ©lΓ©bration du 50eΒ anniversaire de l'encodage accessible aux enfants
      Ramassez toutes les carottes en codant dans le #GoogleDoodle du jour
  3. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 14-Jul-2019 09:35:29 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Nice illustration of several random shuffle algorithms, including Fisher–Yates Shuffle:
    https://bost.ocks.org/mike/shuffle/
    by Mike Bostock (https://twitter.com/mbostock)

    #Random #Shuffle #JavaScript #Array

    In conversation Sunday, 14-Jul-2019 09:35:29 EDT from mastodon.social permalink
  4. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 14-Jul-2019 03:03:37 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    PDF to PNG using ImageMagick
    ```
    convert -background white \
    -define pdf:fit-page=A4 \
    sourcepath.pdf \
    -flatten \
    destpath.png
    ```
    #ImageMagick #IM #PDF #PNG #Convert

    In conversation Sunday, 14-Jul-2019 03:03:37 EDT from mastodon.social permalink
  5. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 13-Jul-2019 21:30:57 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Despite increasing SSD popularity, hard drives are not yet an extinct specy. But how do they work?

    Here is a nice infographic to explain platters, arms, sectors, and much more:
    https://www.makeuseof.com/tag/understand-makes-hard-drive-tick/

    #HardDrive #HD

    In conversation Saturday, 13-Jul-2019 21:30:57 EDT from mastodon.social permalink
  6. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Saturday, 13-Jul-2019 16:14:41 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 #Linux
    #YesIKnowIT @itsfoss2

    In conversation Saturday, 13-Jul-2019 16:14:41 EDT from mastodon.social permalink

    Attachments

    1. 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!
  7. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 12-Jul-2019 21:13:42 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    How to catenate files scattered through several sub-directories?
    https://yesik.it/blog/2018-catenate-files-from-subdirectories

    #Linux #Grep #Find #Globstar #Catenate #TextFiles

    In conversation Friday, 12-Jul-2019 21:13:42 EDT from mastodon.social permalink

    Attachments

    1. How to catenate files scattered through several sub-directories
      from Yes I Know IT!
      Yesterday, I needed to catenate all the https://en.wikipedia.org/wiki/Comma-separated_values[CSV] files from some dataset. The trouble was they were scattered into many different directories on several levels. My initial reflex was to use the find command--but I then wondered if there were other ways of doing that?
  8. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Friday, 12-Jul-2019 15:03:55 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Of bits and bytes
    https://yesik.it/blog/2018-bit-nibble-byte-and-word

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

    In conversation Friday, 12-Jul-2019 15:03:55 EDT from mastodon.social permalink

    Attachments

    1. Of bits and bytes
      from Yes I Know IT!
      In computer science, we often express data size using fancy words like bit, bytes or words. But what do they represent exactly? And was it always like that?
  9. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 11-Jul-2019 15:16:03 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    About the Execute Bit
    https://yesik.it/blog/2018-the-x-permission-bit

    #Linux #Permissions #Chmod

    In conversation Thursday, 11-Jul-2019 15:16:03 EDT from mastodon.social permalink

    Attachments

    1. 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...
  10. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Thursday, 11-Jul-2019 08:56:01 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    `curl` is the swiss army knife for querying remote services using the #FTP, #FTPS, #HTTP, #HTTPS, #IMAP, #LDAP, #POP3, #SMTP or #TFTP protocol (and many more!)

    Here is a tutorial by Himanshu Arora showing 5 basic #curl examples:
    https://www.howtoforge.com/linux-curl-command/

    #linux #unix #cli

    In conversation Thursday, 11-Jul-2019 08:56:01 EDT from mastodon.social permalink

    Attachments

    1. Linux curl Command Tutorial for Beginners (5 Examples)
      from HowtoForge
      While Web browsers are the primary medium through which users download stuff from the Internet, there are some Linux commands that also let you do thi...
  11. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 10-Jul-2019 20:32:33 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    `chmod +x` will make a file executable. If you ever have written a shell script on Unix/Linux, you know that. But what does that `x` means for a directory?

    https://yesik.it/blog/2018-the-x-permission-bit
    #Linux #Unix #chmod

    In conversation Wednesday, 10-Jul-2019 20:32:33 EDT from mastodon.social permalink
  12. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 10-Jul-2019 15:00:11 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    10 Ways of Launching Commands from your Shell
    using:
    ; & && | and ||

    https://www.yesik.it/SHELL10
    #Shell #Command #Background #Multitask

    In conversation Wednesday, 10-Jul-2019 15:00:11 EDT from mastodon.social permalink
  13. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 10-Jul-2019 07:45:03 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    vlc -Idummy -Vcaca "Star Wars: Episode IV - A New Hope (1977).mkv"

    Play #StarWars as it was originally intended by @GeorgeLucasILM back in the 70s

    #VLC #AsciiArt #Linux #CommandLine

    In conversation Wednesday, 10-Jul-2019 07:45:03 EDT from mastodon.social permalink
  14. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Wednesday, 10-Jul-2019 02:15:34 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Stop now the vi .vs. emacs war.

    Ed is THE standard editor. And it is since unmemorable times.

    https://www.gnu.org/fun/jokes/ed-msg.html
    #Ed #Standard #Unix #TextEditor

    In conversation Wednesday, 10-Jul-2019 02:15:34 EDT from mastodon.social permalink
  15. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 09-Jul-2019 14:27:59 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    What happens if you change a shell script, whilst it is running?
    https://www.shellscript.sh/tips/change-running-script/

    by Steve Parker (https://twitter.com/unixsteve)
    #Shell #SelfModifying #Script

    In conversation Tuesday, 09-Jul-2019 14:27:59 EDT from mastodon.social permalink
  16. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 09-Jul-2019 06:35:11 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    If 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

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

    In conversation Tuesday, 09-Jul-2019 06:35:11 EDT from mastodon.social permalink

    Attachments

    1. How to use the Array.reduce method to combine the map and filter operations
      from Yes I Know IT!
      Maybe did you already know how to use the `filter` and `map` array methods in JavaScript? But how to perform those operations both at the same time? `Array.reduce` is the solution...
  17. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 08-Jul-2019 23:59:24 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    The Executable and Linkable Format (ELF), is a standard file format for executable files used on many Unix-like x86 operating systems.

    Part.1 https://blog.k3170makan.com/2018/09/introduction-to-elf-format-elf-header.html by Keith Makan (https://twitter.com/k3170Makan)
    #elf #linux

    In conversation Monday, 08-Jul-2019 23:59:24 EDT from mastodon.social permalink

    Attachments

    1. Introduction to the ELF Format : The ELF Header (Part I)
      Hacking,Information Security,Penetration Testing,Google Hacking,Google Dorking,Keith Makan,Black Hat,Security Research,InfoSec,Web Site Security
  18. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 08-Jul-2019 18:19:15 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Understanding symbolic and hard links:

    https://linuxtechlab.com/working-with-linux-file-links/
    #Linux #Unix #File #Link

    In conversation Monday, 08-Jul-2019 18:19:15 EDT from mastodon.social permalink
  19. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 08-Jul-2019 12:32:16 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    You basically have three strategies to tune the Linux Kernel vm.dirty* settings:
    1. Decrease the cache (low dirty_ratio)
    2. Increase the cache (high dirty_background_ratio)
    3. Increase the spread (dirty_background_ratio and high dirty_ratio)

    https://lonesysadmin.net/2013/12/22/better-linux-disk-caching-performance-vm-dirty_ratio/
    #Linux #Kernel #Tuning #Disk

    In conversation Monday, 08-Jul-2019 12:32:16 EDT from mastodon.social permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Better Linux Disk Caching & Performance with vm.dirty_ratio & vm.dirty_background_ratio
      By Bob Plankers from The Lone Sysadmin
      Better Linux Disk Caching & Performance with vm.dirty_ratio & vm.dirty_background_ratio
  20. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 08-Jul-2019 05:55:49 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    An instructive article if you need to fine-tune your system or if you want to know more about the process management capabilities of Linux.

    https://likegeeks.com/linux-process-management/
    #Linux #Process #Management

    In conversation Monday, 08-Jul-2019 05:55:49 EDT 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.