Introduction to Ncat
11:17
3 жыл бұрын
Testing Network Speed with Iperf3
8:08
Introduction to Nmap
12:17
3 жыл бұрын
Securing Applications with Apparmor
13:03
Vulnerability Scanning with Nmap
4:02
Sudo Authentication with Yubikey
4:51
How to Use a Yubikey with OpenSSH
5:28
SSH Dynamic Port Forwarding
7:41
3 жыл бұрын
How to Sandbox Services with SystemD
13:42
Using zram and zswap in Linux
11:44
3 жыл бұрын
How to Create a Swap File in Linux
6:53
How to Upgrade to Linux Mint 20.1
4:21
Using Data Compression in Linux
6:08
How To Use The DD Command in Linux
10:01
Simple Steps to Secure SSHD
14:11
3 жыл бұрын
SSH Public Key Authentication
7:34
3 жыл бұрын
SSH Connection Multiplexing
9:02
3 жыл бұрын
DNS Malware Filtering with Quad9 DNS
3:43
Пікірлер
@vladislavkaras491
@vladislavkaras491 4 күн бұрын
Thanks for such great explanation and the demonstration as well!
@jarroddeskins9161
@jarroddeskins9161 2 ай бұрын
Hey thanks! Even two years later its relevant. I want to use zram for temporary. Because it will increase lifespan of SSD because they can only do so many overwrites. Browsing the internet pretty much chews up my SSD. It hasn't gone bad yet, but it will one day. I just hope it doesn't require SystemD because I prefer other init. Anyway thanks!
@jarroddeskins9161
@jarroddeskins9161 2 ай бұрын
Oh yes! It's running perfectly in OpenRC. I suppose I should have known, being that zram runs at kernel level. Now when I surf the net, all temporary internet files go to a RAM drive which is A) Not eating up overwrites on my SSD B) very secure because if I turn off my PC all internet data is PURGED. My PC never swaps unless I use chat4all or stable diffusion, because my GPU is only 12 gig. And swapping slows down the last 20% or so of image generation. But I put the part of the drive that is used during generation of image/chat onto a zram RAM drive and now it is much faster and won't be overwriting my SSD every time. It's my GPU that swaps when 12 gigabytes video ram isn't enough, not the CPU, so having my PC swap to system RAM DRAMATICALLY sped up image and chat generation. (I have 32 gigs RAM) This zram is quite useful for conserving overwrites on SSDs. And zswap allowed me to use system RAM as a swap for the GPU. I could hug you right now. Thanks for helping improve the security and performance of my shit.
@MASTERACADEMY4
@MASTERACADEMY4 2 ай бұрын
excellent tutorial, it was really helpful, thank you very much for making this great content.
@ronaldcariaga3260
@ronaldcariaga3260 2 ай бұрын
Thanks
@user-wz7ni5pk3x
@user-wz7ni5pk3x 3 ай бұрын
I've tried every tutorial on KZfaq, on any Linux forum. None of them worked. Your version is the only one that solved my problem, finally. Thank you very much.
@danielgx83
@danielgx83 3 ай бұрын
thanks
@Silvermist78
@Silvermist78 4 ай бұрын
Excellent presentation!
@user-yt5tc9fz7s
@user-yt5tc9fz7s 5 ай бұрын
Very nice video, thanks!
@fatpanda1597
@fatpanda1597 5 ай бұрын
sudo apt install zram-tools sudo nano /etc/default/zramswap --> -------------------------------------------------------------------------------- ALGO=lz4 PERCENT=25 -------------------------------------------------------------------------------- Done. Nothing more to change.
@cosmicusstardust3300
@cosmicusstardust3300 7 ай бұрын
I had to disable zram swap because I experienced a strange issue where Firefox would load directly into it, even though I have 128 GB of RAM. Also, whenever the 4 GB swap got filled by Firefox, it would result in a hard crash.
@cesaryaircalderonguevara5033
@cesaryaircalderonguevara5033 8 ай бұрын
Nice video, very clear concepts.
@bharadwaz7
@bharadwaz7 10 ай бұрын
thanks for making this
@boy23techy65
@boy23techy65 Жыл бұрын
Thank You: dd with gzip is what i was looking for.
@nichkot-usaphunkaorop8760
@nichkot-usaphunkaorop8760 Жыл бұрын
Thanks
@BrazenNL
@BrazenNL Жыл бұрын
Thanks. How do you add more keys?
@charlesclampitt7865
@charlesclampitt7865 Жыл бұрын
Good stuff.
@GraffHabit
@GraffHabit Жыл бұрын
Thanks for this, a little rusty after some time off work :)
@robblerouser5657
@robblerouser5657 Жыл бұрын
Ew! You use VIM.
@YouTubeStat
@YouTubeStat Жыл бұрын
Jeff?
@Rickety3263
@Rickety3263 Жыл бұрын
This is great, thanks! Now I'm going to search for the letsencrypt/acme tut to pull all of this together.
@somethingcoolgoeshere
@somethingcoolgoeshere Жыл бұрын
I wonder if you could copy the entire OS over the net onto a new pc with ncat an dd
@navanshu
@navanshu Жыл бұрын
That was a good explanation. I hope you make more videos like these 💪
@daniele.contreras3590
@daniele.contreras3590 Жыл бұрын
Thank you for the video, you just earned a subscriber.
@dennisvanderpool4459
@dennisvanderpool4459 Жыл бұрын
Most of my Linux boxes are headless, would like to know how to use it via SSH?
@felicemassaro9564
@felicemassaro9564 10 ай бұрын
Hi, I have exactly the same situation. Did you found the solution to use the Yubikey while on ssh?
@dennisvanderpool4459
@dennisvanderpool4459 10 ай бұрын
@@felicemassaro9564 Nope. I'm still using regular SSH keys.
@thebibleproof
@thebibleproof Жыл бұрын
Definitely subscribed! Thank you.
@rustydust8648
@rustydust8648 Жыл бұрын
can you please tell me how to change compression algorithm in zram?
@prashanthb6521
@prashanthb6521 Жыл бұрын
Edit the zram dot conf file.
@rustydust8648
@rustydust8648 Жыл бұрын
@@prashanthb6521 never mind you should disable it, it is a not the right way to go about setting up zram it doesnt allocate/reserve the space for zram imagine you have 16gb ram, and 8 gb is zram you will use 14gb ram without going to zram when full 16gb is filled up, it will try to store in zram, but zram will have to clean up some space in ram to exist as all 16 gb is filled, this creates a deadlock situation, it will make your pc freeze and for the record, yes i tested
@pipime1984
@pipime1984 Жыл бұрын
Good video, and by the way, is there a way to forward UDP packet?
@b20lopez
@b20lopez Жыл бұрын
Chrome keeps saying that SSL is not secured since it is self signed. What does that mean?
@arminloza_deb
@arminloza_deb Жыл бұрын
it's not using SSL encryption at all, just insecure plain text
@arturopresa6552
@arturopresa6552 Жыл бұрын
Why I have this error? dd if=/dev/sdb of=/dev/sdc bs=1M conv=noerror dd: failed to open '/dev/sdc': Permission denied
@powerpc64
@powerpc64 Жыл бұрын
sudo !!
@vanderwilhelm667
@vanderwilhelm667 Жыл бұрын
Im kinda late but use sudo
@antibulling2551
@antibulling2551 Жыл бұрын
and how to use this key for the login of the sesion. i am on lmde5 and login is done by ligthdm
@yos2413
@yos2413 Жыл бұрын
thanks
@nothingtoseehere5760
@nothingtoseehere5760 Жыл бұрын
Inaudible. Normalize your volume please.
@chrisdanger-godlike3048
@chrisdanger-godlike3048 Жыл бұрын
what is your hint? i am using 4gb swap partition an 32gb ram. now, i need more swap. can i create 10gb swap file and add with zswap the 4gb partition?
@chrisdanger-godlike3048
@chrisdanger-godlike3048 Жыл бұрын
@@mikewright9210 hi, i have create a 10GB swap file and deactivated swap partition (4GB), in terminal with top i see: RAM: MiB Spch: 27935,4 total, 2533,3 free, 6656,2 used, 18745,9 buff/cache swap: MiB Swap: 10240,0 total, 10216,0 free, 24,0 used. 20434,9 avail Spch i do not really understand the RAM buffer, but in my eyes, my computer do not need swap!\o/ mostly the swap use just some MB. So the meanings of 4GB swap is not very much... <- is irritating me :-/
@fuba44
@fuba44 Жыл бұрын
if i want to secure a vps i have bought.. like lets say a digitalocean or a linode, how would this work as the physical key is in "my pc" and not in the rented server?
@RohithGolle
@RohithGolle Жыл бұрын
actually priority in linux goes this way -20 highest priority to 19 lowest priority
@havila1906
@havila1906 Жыл бұрын
you dropped this, fam 👑
@alancampagnaro8511
@alancampagnaro8511 Жыл бұрын
very helpful!
@clemiboi
@clemiboi Жыл бұрын
It'll really good if you can go in-depth technically for each command and flags used in the profile as well. For example, at @9:29 this is asking for an (r)ead permission to the Downloads folder right? e.g. While you can use "ls" tool, but you still need to read the Downloads folder (i.e. allowing ls to read Downloads folder).
@Luukullus
@Luukullus Жыл бұрын
Thanks alot! With your help i made it :)
@H-RutherfordHill
@H-RutherfordHill Жыл бұрын
"sue-due"
@Sam-vf5uc
@Sam-vf5uc Жыл бұрын
If I were to do this to the boot drive (say, a SATA HDD to a SATA SSD), assuming I have enough space, would the drive used as the output file also be boot-able in the same machine?
@opalcitrine
@opalcitrine Жыл бұрын
Yes
@ritamdey6262
@ritamdey6262 2 жыл бұрын
Thanks!! Great help for me to benchmark my new router!! Can you show the authentication features of iperf3??
@crazyaccess
@crazyaccess 2 жыл бұрын
Great quality and efforts brother…
@ethanweatherhead4087
@ethanweatherhead4087 2 жыл бұрын
Could you do a tutorial on yubikey ssh from command prompt(windows) to ssh to remote server with openpgp?
@artist-eye
@artist-eye 2 жыл бұрын
how to exclude one user from yubikey sudo
@jaymanson5002
@jaymanson5002 2 жыл бұрын
I'm so harassed I need help learning to protect myself
@jaymanson5002
@jaymanson5002 2 жыл бұрын
Pls some il send u my social media I need a teacher
@smalinux
@smalinux 2 жыл бұрын
Thank you
@jim7smith
@jim7smith 2 жыл бұрын
Excellent, you earned a like and a sub
@AmeenAltajer
@AmeenAltajer 2 жыл бұрын
Keep em coming!
@marcello4258
@marcello4258 2 жыл бұрын
super underrated channel!