The Linux Cursor

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


The Linux Cursor

Pretty interesting!

3 days ago | [YT] | 0

The Linux Cursor

I created #UpScrolled account. Its really fun at there.

1 week ago | [YT] | 0

The Linux Cursor

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

Clear it with:
history -c

3 weeks 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

1 month 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.

1 month ago | [YT] | 0

The Linux Cursor

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

1 month 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

1 month 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

1 month ago | [YT] | 1

The Linux Cursor

new video about routers, soon

3 months ago | [YT] | 0

The Linux Cursor

Which one do you use?

5 months ago | [YT] | 0