Secure Your Linux Server

GNU/Linux server are great, cost-effective way for businesses to store and share data. GNU/Linux is open-sources, so it provides plenty of resources and community cooperation . However, that also brings security concerns. If you’re going to run a GNU/Linux server, you NEED to know how to secure it properly. 1. Updates the server The first thing you used do is update the OS to the latest version. Most VPS or cloud-based server update when you deploy them but still update....

November 24, 2022 · 3 min

Subdomain Takeover

What are subdomains To explain what a subdomain is you need to explain what a domain is. A domain name is the name of your website. So like rebootcyber.xyz or google.com is a domain. This allows users to just type in a name instead of a ip address. This makes it so much easy to remeber a website. Back to what a subdomain is. All a subdomain is a prefox added to a domain name to separte a section of a website....

November 16, 2022 · 2 min

IP Address

What is a IP Address? An IP address is Internet Protocol Address. Basically it is the address to a computer. There are two types IPv4 and IPv6. IPv4 is used everywhere but is every old. IPv6 is not used every much but is newer. IPv4 An IPv4 address looks like 127.0.0.1. It is kinda of a complete technology to understand. So there is public and private address. Do to some compact math there are only 4 billion IPv4 address in the world but there are 16 billion internet facing devices in the world....

November 5, 2022 · 4 min

Dns

What is DNS? DNS is Domain Name Server, when you go to google.com, computers don’t know what google.com is but it does know what an IP address is. So you have a file on you computer that says google.com equals 127.0.0.1. If you want to see the IP of google.com ping google.com on any system. How does DNS work? So when you go to a site like rebootcyber.xyz. First your pc check its DNS cache file then go to a local name server like your router or pi-hole....

October 30, 2022 · 2 min

Lis

Install script If you are Artix Linux with runit then you can use what I use for my desktop Linux experience. The script needs a little bit of work still and I am working on it. There are still somethings that I don’t like but I am close if you want to install it you can go to my github or go to my home page on my website. If you are reading this in the future the script is on my website....

October 15, 2022 · 1 min