Welcome to the forums/community @lundrvs What GNU/Linux distribution do you run and what programming language do you code in?
Hello
f33dm3bits , well right now I'm using GNU/Linux Mint on my x32bit netbook, and trying to navigate through the terminal in an easier way with the commands, so sometimes I program some BASH to make it easier. Per example I can't see only the time in 24h hours with the "time" command because that command does not exist, instead I had to do `date +%H%M%S`, but that's a lot of typing. So I decided to make a script with 'date' to output only the time as I wanted in one single type (or two).
A similar story with the `mv` command, when I wanted just to move everything to another directory excepting some files (the ones that I tell to); the `mv` command does not has this property itself or at least I don't find it or realize how to do it, but problably it is not simple typing.
I also have some solved exercises on the C language uploaded to my github account (which I prefer to keep it private until June), control the git shell, know SQL programming, a lot of HTML/5+CSS, some JS, and a little of PHP+MySQLi.
I too have read some of the Linux Bible book, so know about Perl.
Well I think that's all I know...