Today I learned that OpenSSH allows you to easily
transfer files on a local network! I've started setting up some home network
stuff to learn how "the cloud" works better and was pleasantly surprised how
easy this was.
Setup
OpenSSH is the de-facto standard for remote access via ssh. So …
I am no Linux guru, but usually if I went to get something done I am
able to. In this post, I will document how I solved a particular
problem in a fast and easy way.
I've been doing some listening/watching of Jonathan Pageau's Symbolic
World content which has got me
thinking about symbols and meanings of lots of things around me. In
this post I want to share a brief analysis of ways to interact with a
computer and how even in this area …
In this post I will discuss a relatively straightforward command:
cat. The cat command is used to concatenate files. So if I had
three files, I could do something like
cat file1.txt file2.txt file3.txt
...and this would display the concatenated content of all these files
to standard …
In this series of articles, I will document how I do various things
using shell scripts1. My basic approach is to use bash to
automate stuff by documenting and replicating steps that I take on the
Command Line Interface (CLI) 2.
In my Arch Linux Install for n00bs I gave details on how to install Arch linux and then suggested LARBS as a way to get up and running with your new installation. In this article I detail why I find LARBS particularly useful and address some points brought up by …