Ashim Rudra Paulcodewithashim.hashnode.dev·Aug 11, 2024How to Create a Robust Ubuntu Web Server Using Apache, MySQL, PHP, and Virtual HostsImportance of a Web Server A web server is the backbone of any website, serving as the platform that delivers content to users across the globe. The efficiency and reliability of your web server are critical to the success of your online presence. Ov...2 likes·37 readsPHP
Michael Udofiaudofiamichael.hashnode.dev·Jul 2, 2024How to Automate User Creation on a Linux Server Using Bash ScriptsThe role of a systems operation (SysOps) engineer can sometimes become intimidating and dificult to deal with. One of the common tasks you'll encounter is managing user accounts, groups, and passwords on Linux servers. This includes creating users, a...bash script
Diwash Mainalibetter-diwash.hashnode.dev·Jul 1, 2024Build Your Own Private Cloud StorageIn today's world, many of us rely on cloud storage solutions like Google Drive, OneDrive, and other similar platforms. However, with the rapid advancement of Artificial Intelligence and growing concerns about data privacy, trusting these companies wi...1 like·93 readsPrivate Cloud Storage
Hongtech.mrleong.net·May 2, 2024Fixing DigitalOcean Web Console Connection ErrorsAfter performing SSH hardening on my CentOS server (hosted on DigitalOcean) the DO web console becomes inaccessible. After some trial and error, I found the required SSHD configurations to make it work (at the expense of some security risks). Handsha...34 readsHow-toserver hardening
Rakesh Kumar Jangidrakamodify.store·Jan 18, 2024Deploy WordPress + MariaDB + PHP + Apache web server on rhel9 with easy stepsPre-Setup: I am assuming that you have Configured the yum client and EPEL repository on the machine. Hostname Proper Network Internet connection for package installation Install Apache Web Server httpd packages for the web-server # yum ins...159 readsLinux-Administration-Seriesrakamodify
Lease Packetleasepacket.hashnode.dev·Jan 16, 2024Linux Server Security Best PracticesSecuring servers from bad access and cyber threats is crucial. Server administrators and cybersecurity teams need to make sure the servers are protected. Many people trust Linux servers because they think they are very safe. Compared to Windows and m...linuxserver
Azeez Sakadevsao.hashnode.dev·Jan 6, 2024Unleashing the Potential of Samba: Your Ultimate Guide to Effortless File SharingIntroduction Ever found yourself struggling with file sharing between different operating systems?Enter Samba – an open-source wizard that effortlessly bridges the gap, enabling seamless file and print sharing across Windows, Linux, and Unix systems....SMB Protocol
Remin T Royremintroy.hashnode.dev·Aug 15, 2023Deploy React App - Production ServerNOTE: This blog primarily focuses on Linux systems to host and deploy on servers. In this blog How to create a build file How to deploy in production If you don't know how to set up a production Linux server (AWS or Any other Debian Server) You c...117 readshosting
ILYAS RUFAIrufilboss.hashnode.dev·Apr 27, 2023Getting Started with Apache Tomcat on Linux: A Beginner's TutorialIn this blog post, I'll guide you through the process of installing and setting up Apache Tomcat on a Linux server. What's Apache Tomcat? Apache Tomcat is an open-source web server and servlet container that is widely used for hosting Java-based web ...11 likes·113 readsDevOps2Articles1Week
Imam Hossain Roniimamhossainroni.me·Nov 7, 2021Supercharge Your Process Management Using SupervisorIf you are using a VPS (Virtual Private Server), you might need to run many small programs continuously, such as shell or python scripts to automate some boring tasks asynchronously. Usually, external packages come with a unit file that allows an ini...1 like·50 readssupervisor