Read, in the Name of your Lord Who created.
created humans from a clinging clot.
Read! And your Lord is the Most Generous.
Who taught by the pen.
What’s tmate? On *nix systems, sometimes we need support. And geeks don’t like GUI apps just to have your system in front of them, at least I don’t like that 😉
tmate is terminal sharing software you can use it to connect with your friends and you both work from there. It’s available in many distributions repos and in case you aren’t lucky enough, you can compile it from source or there are pre-compiled binaries there in their Github page.
CRUX is like a good looking, really good looking, gorgeous, hot girl without any cheap perfume or makeup, waiting for you to customize her in any way you see fit. On top of that, she is free, permanent and wont make absurd and disturbing demands.
How to install fully encrypted CRUX This post is for crux users who wanna secure their crux installation.
Partitioning I’m gonna use two partitions. First boot partition will be unencrypted which holds kernel. I use secure boot with my own keys. You can find a post in my blog how to do that. and I have some ports too for secure boot. Unencrypted Boot Partition Create a partition more than 200 Mbs for boot ESP with gdisk code ef00.
A picture is worth 1000 words. Working with github repos, sometimes you want to include a screenshot in your repos. Today I’ll help you getting this done in one step.
Go to your repo page and click on issues.
Click new issue
Take a screenshot you wanna add and paste it there using Control + V or whatever you like.
You will get a link once the screenshot is uploaded. Just copy it and paste it in your README.
Git is another awesome tool developed and maintained by Linus Torvalds who wrote linux kernel. In this post I’ll explain how can we use it for our site maintenance. I have a vps on which my site is hosted along with a mail server, git server and a web server too. But I’m sure this guide can be used with shared hosting accounts with some modifications.
Install git. Once installed, as root user, create git user and add it to www-data group.
What’s snippet/gist? gist is a piece of code or maybe some important text shared on Github or Gitlab. It’s actually a git repository so you can clone it, work on it locally and push changes.
Share gists from Terminal There are multiple programs available in many distributions for this purpose. You just have to find it. On Arch Linux, you can install gist.
Here is how it works in terminal.