Andre Wongblog.wongandre.com·Nov 18, 2024Creating my own storage serverBackground I have been using Google Cloud to store my data such as photos, documents, and emails. I paid about $3 a month for the 100GB plan and recently it is about 80% full. This prompted me to look for another solution: self-hosting a file server...DiscussHomelab
David Sanzdbaenlasombra.com·Oct 25, 2024mount.nfs: Protocol not supportedA la hora de configurar un nuevo sistema de archivos en un IaaS o un PaaS recién creado, podemos encontrarnos el siguiente error: [root@~]# mount -o resvport gecm-nonprod-dp-fs-ad3-mp.xxx.vcngecmnonprod.oraclevcn.com:/GECM-NonProd-xxx-xxx /xxxx moun...Discuss·1 like·31 readsOCIOCI
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 3, 2024Kubernetes - VolumesFirst we will try to understand few point about Container Volumes: How a Docker Container manages data? Docker Writable layer Data Storage : (Non-persistent) Each Docker container has a writable layer where the application’s data is stored. This la...DiscussKubernetes Basics: A Beginner’s GuideEphemeralStorage
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 2, 2024Implementing NFS Persistent Volumes in Kubernetes for MySQL and Petclinic Application Project: A Complete GuideBefore jumping into the concept of NFS Volumes, let me briefly explain the different types of volumes available in Kubernetes: Here’s a concise version of the different types of Kubernetes volumes and their use cases: Temporary Storage: emptyDir Us...Discuss·56 readsKubernetes Basics: A Beginner’s GuideNFS in Kubernetes
Karthi Skarthi-devopswork.hashnode.dev·Sep 30, 2024Step-by-Step Guide to Setting Up NFS Server and Client for file sharing | Linux (6) #LinuxAdminSetup NFS server-client in Centos 7. #linux#nfs#centos#filesharing What is NFS ? In modern networks, efficiently sharing files between systems is crucial. NFS (Network File System) provides a seamless solution, enabling Linux and Unix-based systems ...DiscussNfs
Dinesh Kumar Kblog.dineshcloud.in·Sep 21, 2024Installing and Configuring NFS Server on Ubuntu 22.04Network File System (NFS) allows a system to share directories and files with others over a network. With NFS, users and programs can access files on remote systems as if they were on the local hard disk. This is useful for sharing resources such as ...DiscussLinuxLinux
Karthi Skarthi-devopswork.hashnode.dev·Sep 20, 2024File System Management with autofs: Setup Guide #RHCSA | Linux (3) #LinuxAdminIn this blog post, we’ll delve into autofs, a dynamic filesystem mounting service in Red Hat Linux. This service automates the mounting and unmounting of file systems on demand, optimizing system performance and simplifying administration. What is au...Discussautofs
Abhay Dandgeabhaydandge.hashnode.dev·Aug 29, 2024Deploying a Containerized Nginx Web Server on EC2: My JourneyIntroduction I recently took on the challenge of deploying a containerized Nginx web server on an Amazon EC2 instance. This was an exciting step in my cloud and DevOps journey, and I want to share my experience and what I learned along the way. The S...Discuss·1 like#FileSharing
MD. TANVIR RAHMANcodewithtanvir.hashnode.dev·Aug 24, 2024Linux Backup : A project based ApproachScenario: As a Junior System Administrator at Office Security Solution, you’ve been tasked with setting up accounts for new employees and interns joining your company. Task 1: Your company is onboarding two full-time employees and two interns. You ...DiscussLinux
Abhay Dandgeabhaydandge.hashnode.dev·Jun 25, 2024Creating a Docker Volume for Gogs and PostgreSQL Using NFSDocker volumes are a crucial part of managing data in Docker containers, allowing for persistent storage that can be shared among multiple containers. One of the robust options for Docker volumes is using Network File System (NFS), which allows for n...Discuss·2 likes·73 readsdocker-volume