My new favorite tool to draw quick and NOT dirty UML sequence diagrams:
https://bramp.github.io/js-sequence-diagrams/
Notices by Yes, I Know IT ! π (yesiknowit@mastodon.social), page 15
-
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 ! π (yesiknowit@mastodon.social)'s status on Sunday, 10-Jun-2018 10:33:19 EDT Yes, I Know IT ! π
In the Bash, pressing "ctrl-x ctrl-v" will display its version informations.
-
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Sunday, 10-Jun-2018 04:19:09 EDT 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 -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 19:55:59 EDT Yes, I Know IT ! π
`β₯ | read β₯` is not portable between #zsh and #bash
Compare in both shells :
echo 1 | read X; echo $X -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 13:11:59 EDT 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 -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 07:42:34 EDT Yes, I Know IT ! π
XML command line processing:
http://xmlstar.sourceforge.net/ -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Tuesday, 05-Jun-2018 01:22:22 EDT Yes, I Know IT ! π
For the #shell #beginners :
Β« #GlobPatterns : how to move hundreds of files in not time [1/3] Β»
https://youtu.be/TvW8DiEmTcQ -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 19:09:44 EDT 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 }'In conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 12:43:52 EDT 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 @CarlaSchroderIn conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 06:42:53 EDT Yes, I Know IT ! π
#VM #Containers #Emulation #Wine?
Which virtualization technology is the best for YOUR needs?In conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Monday, 04-Jun-2018 00:32:35 EDT Yes, I Know IT ! π
What is #Virtualization?
And how does that relate to #Emulation, #Containers and #CloudComputing?In conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 19:01:15 EDT 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
#YesIKnowITIn conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 12:54:39 EDT 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/A7JjxaKDgGoIn conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 06:12:39 EDT Yes, I Know IT ! π
Type the same command in all you `tmux` panes:
tmux setw synchronize-panesIn conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Sunday, 03-Jun-2018 00:06:05 EDT Yes, I Know IT ! π
If your shell supports history, use "!-2" to repeat the before last command
#Unix #Linux #Shell #Bash #HistoryIn conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 18:14:55 EDT 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/BSH101In conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 12:27:58 EDT Yes, I Know IT ! π
If your shell supports history, use "!-1" to repeat the last command.
"!!" is a shorthand for that too
#Unix #Linux #ShellIn conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 05:27:55 EDT 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/EP09In conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Saturday, 02-Jun-2018 00:08:18 EDT 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/
In conversation from mastodon.social permalink -
Yes, I Know IT ! π (yesiknowit@mastodon.social)'s status on Friday, 01-Jun-2018 18:01:02 EDT Yes, I Know IT ! π
#OpenStack is a complex and somewhat frightening beast
https://opensource.com/resources/what-is-openstackIn conversation from mastodon.social permalink Attachments