https://medium.com/@mycoralhealth/learn-to-securely-share-files-on-the-blockchain-with-ipfs-219ee47df54c   If you have any questions about the following tutorial or want to request a future tutorial, join our Telegram chat! Ask us anything! Before re…
Linux Essentials Certification Globbing ls ?.txt --- ? stands for one character while * means one or more characters ls [F]*.txt --- list file starting with F ls [F]*.txt --- list file starting with F ls f[igh] --- the first character is f, but the s…
How to use Virstalbox to share files with Linux and Windows, and to move the mouse in and out Virtualbox freely without click Ctrl key, herewith what I have done to achieve both. 1, download 'VBoxGuestAdditions_4.3.12.iso' 2, in RH Linux of Virtualbo…
server - How do I copy files that need root access with scp? - Ask Ubuntuhttps://askubuntu.com/questions/208378/how-do-i-copy-files-that-need-root-access-with-scp How to run SUDO command in WinSCP to transfer files from Windows to linux - Stack Overf…
Sometimes when working at the command line, it can be handy to view a file’s contents right in the terminal, or open a file with a certain application. We’ll learn how to view files in the terminal using cat and less and we’ll learn how to open them…
By using ssh, you can share a tmux session, making pair programming much easier. We'll learn how to share a tmux session with another user. For one developer: tmux new-session -s pair For the other developer: tmux ls # list all the session tmux a -t…
Awesome Go      financial support to Awesome Go A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python. Contributing Please take a quick gander at the contribution guidelines first. Thanks to all contributors; you…
Best Open Source Software Open Source, Software, Top The promise of open source software is best quality, flexibility and reliability. This is the best open source software in the world. Firefox delivers helpful new features to make your online exper…
The Top 50 Proprietary Programs that Drive You Crazy — and Their Open Source Alternatives 01 / 22 / 2013 By Josh Weikel No Comments Posted in Software Tags Update January 22, 2013: This article was originally posted February 7, 2008. Since then, it h…
文章内容来自Udacity课程:Linux Command Line Basics--Getting Started with the Shell Your own Linux box To learn the Linux shell, you need a Linux machine to run it on. But we can't really ship a new Linux computer to every one of you. So instead you will set u…