EOErere Onyeugboinerereony.hashnode.dev·Feb 2, 2022 · 5 min readCreating a Server on AWS PlatformWhat is a server? A server in its self-explanatory definition is a large computer that provides services to clients. A client is a user that assesses the server with a computer program. The Amazon Web service is a cloud platform just like Microsoft...00
EOErere Onyeugboinerereony.hashnode.dev·Nov 3, 2021 · 5 min readChoosing a Linux DistributionThere is a great deal of confusion with the word 'Linux' because of how it is used popularly, versus technically. Technically, Linux is not an operating system. You may ask why? An operating system is system software that does two things: Manages com...00
EOErere Onyeugboinerereony.hashnode.dev·Oct 20, 2021 · 2 min readOpen Source Intelligence Gathering Using Google Hacking DatabaseWhen you think of hacking, the first thing that comes to your mind is probably someone wearing a Guy Fawkes mask and black hand gloves (Trust me, I can't wrap my head around the need for the gloves either), hunched over a computer, and tapping away a...00
EOErere Onyeugboinerereony.hashnode.dev·Oct 3, 2021 · 2 min readPractical Linux Hardening(Part 1)Hardening an operating system simply means making it more secure. In this post, I will be outlining three simple steps in hardening your Linux system, using basic Linux commands. Applying the latest system updates Updating your operating system wh...00
EOErere Onyeugboinerereony.hashnode.dev·Sep 22, 2021 · 2 min readHow To Make a Web Server Out of Your ComputerThe story begins with DNS (Domain Name System), and IP addresses which I spoke about in my previous post. Every device connected to the internet has an IP address, including servers like google! 8.8.8.8 is the standard IP address for www.google.com E...01M