DEV Community

HaxNet
HaxNet

Posted on

Are you someone who loves ...

I know this social platform is targeted developers, but I am not one.
I was into programming almost 20 years ago, but my career path took a different turn completely non-tech related.
I always love the idea of just learning stuff on the computer.
I am not a developer and don't know how to.

I spend my free time learning how to config things on my ArchLinux and CLI related programs to my liking. I just bought a domain name for the sole purpose of using it as an email
email is HaxNet@tekniq.xyz and you guessed it, the website is https://TekNiQ.xyz I even spent the time to put a forum on it.
Figuring how to edit the css and php files. I searched the internet a lot to figure how to do certain things.
On the way, I learned how to use ftp in the terminal

`ftp yourdomainname`
`lc \your\current\local\directory\`
`lcd \your\path\to\where\you\will\download\the\files`

`mget filename` this is to download a single file your directory
`mput filename` this is to upload a single file to your ftp directory
`mput *.png` this is to upload all files with that extension, 
Enter fullscreen mode Exit fullscreen mode

this would require you to keep pressing y to confirm
to stop this just type

`prompt` to have the Interactive mode *OFF*
Enter fullscreen mode Exit fullscreen mode

While I was working on my neomutt to input my new email address. I had to create adjust the keybinds so I can go directly to the folder I wanted, this was a pain because I had multiple email accounts from different servers. I am just going to make it 2-3 accounts instead of 6 haha

if you are using neomutt and you have a signature set, but noticed when you are reply, it is always at the bottom.
A simple command to bring it to the top is

set sig_on_top="yes"
Enter fullscreen mode Exit fullscreen mode

such a simple thing, but I couldn't find it anywhere. I had to go IRC via weechat (CLI software for IRC)

anyways, let me know what type of CLI programs you use.

Feel free to email me!

Regards,
HaxNet
TekNiQ's Forum

Top comments (0)