So today in the evening I ate fighters kebab, yogurt and half of 42 cm pizza.
Now I feel so stuffed that I’m gonna explode.
So today in the evening I ate fighters kebab, yogurt and half of 42 cm pizza.
Now I feel so stuffed that I’m gonna explode.
Back in the day when we had Litas pizza would cost around 12 Litas, now it costs 15€ – that’s 45 Litas.
After we got euro, the prices became so ridiculous and the salaries even more ridiculous.
I’m just glad I don’t work because you literally can’t buy much on a 700€-1000€ salary.
So today I didn’t sleep, it’s been 24+ hours I’m awake and I am so glitchy.
Also today I’m down from 200 mg Quetiapine to 25 mg. So my sleep will be worse for couple of days, I guess.
The internet is oversupplied with content, so by making content you’re not only not getting money, but also traffic and attention is scarce.
So by writing a blog, or doing a YouTube channel mostly will be free labor.
You really need a good reason to create content. These days everyone is a content creator.
Go to your users settings via GUI and switch account type to administrator.
Enter root password, then reboot PC.
Now your account will be in sudoers list.
It’s important to reboot PC.
So, if you want to run program as admin, you type sudo [program name] in the terminal.
Make sure your current user is in sudoers list.
Standard accounts can’t run sudo command, because they need to be in sudoers list.
So if you are new to Linux Ubuntu, you can actually open the terminal by pressing:
CTRL + ALT + T.
This will open up terminal.
This is how you install gimp using Ubuntu terminal
The Gimp app will be in your apps menu.
This is how you install Google Chrome on Ubuntu Linux
The Google Chrome browser should be in your apps menu, when the command finishes.
Install Ubuntu on your system, then open up terminal
and type:
sudo apt update && sudo apt install dirb -y
sudo apt update – updates repositories
sudo apt install dirb -y – installs dirb on your Ubuntu system.