We're back — and we're Kiro

Welcome to Kiro

An Arch-based Linux distribution, without the setup.

ArcoLinux brought you here. Kiro is where the journey continues — same hands, same teacher, same love for Arch, now built for the community from the ground up.

“Arch Linux, with a teacher in the box.”
Discover Kiro →

Use pastebinit to put log files online via the terminal

Starting from a question on Discord

How do I send information from a live-dvd like ArcoLinuxD to the internet without browser?

The answer is install 

sudo pacman -S pastebinit

To know any application in linux you type two things

man pastebinit
pastebinit --help or -h

This will give you all the info you require.

Navigate to the log or file you want to put on the net and type

pastebinit -i README -b http://pastebin.com

NOT HTTPS.

Then you get a link where your data is.