3mp3r0r·Jul 17, 2021How to make a local server have public IP to access anywhereFor the impatient ones, here are the two commands you need. For others, i recommend giving it a full read.
3mp3r0r·Jan 30, 2021How to Change Lid Close Behavior in Ubuntu/LinuxSo i usually just close the lid of my laptop when i have to get out of my blanket or for any other reason to do a work which might take 5…A response icon1A response icon1
3mp3r0r·Jan 30, 2021VMware workstation file types -vmdk, vmx, vmsn etc.Whenever we download a virtual machine to install in VMware workstation, it consists of more than one file. But we only care about .vmdk…
3mp3r0r·Dec 6, 2020WiFi standards (802.11 series)We all are familiar with WiFi and probably use it on daily basis. If you have never come across the term ‘802.11’, then just keep reading…
3mp3r0r·Dec 6, 2020Why we use #!/bin/bash (shebang) in scriptingI have been familiar with reading scripts for a some time now and started my bash scripting after watching Hackersploit’s playlist. But I…
3mp3r0r·Oct 19, 2020SSH vs SSL -Basic DifferencesIf you are related to computer science or cyber security in any way, you might have come across the 2 terms very often. But if do not know…
3mp3r0r·Sep 22, 2020TCP Handshake - Difference between FIN and RST flagWhile sending some information between two points in a connection-oriented network, some set of rules or protocols are followed.
3mp3r0r·Aug 28, 2020NMAP — All youIn this story i will tell you the ways nmap is used most most widely. You may call it a short summary on how to use NMAP for port…