The Linux Cursor

Hi folks.
Lets learn Cyber Security and protect our privacy!


The Linux Cursor

"history" shows your command log but anyone can access to this data.

Clear it with:
history -c

5 months ago | [YT] | 0

The Linux Cursor

I created discord server. If you want to discus things releated to tech then you are welcome to here: discord.gg/Drup85N63w

6 months ago | [YT] | 0

The Linux Cursor

There’s a command called `yes`
Type `yes` in your terminal—it’ll spam “y” forever.

Attackers sometimes abuse it to max out CPU cores. Even silly commands have power.

6 months ago | [YT] | 0

The Linux Cursor

Happy New Year Everyone! I hope this year will be good for you.

6 months ago | [YT] | 0

The Linux Cursor

"Sudo" logs live in /var/log/auth.log
Check them weekly to stay alert about your system:


grep 'sudo' /var/log/auth.log

6 months ago | [YT] | 0

The Linux Cursor

Never use password login for SSH. Always use key-based auth.

Edit "/etc/ssh/sshd_config":
PasswordAuthentication no
PubkeyAuthentication yes


Then restart ssh: sudo systemctl restart sshd

6 months ago | [YT] | 1

The Linux Cursor

new video about routers, soon

8 months ago | [YT] | 0

The Linux Cursor

Which one do you use?

10 months ago | [YT] | 0

The Linux Cursor

Which one do you use more

1 year ago | [YT] | 0

The Linux Cursor

Does linux being popular in Desktop operating systems would have good effect for linux community or bad?

1 year ago | [YT] | 0