Study-Note
Spinning up basic lab env with basic Terraform & Ansible
        
        
        
      
  
  
  ·798 words·4 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Terraform
  
  
  
  
    
  
    Ansible
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        Spinning up initial lab environment with basic Terraform & Ansible adhoc commands. This spins up two freeIPA server and 1 DNS server, along with a virtual network to tie things together
      
      
    Deploying hugo on RHEL9 AWS instance
        
        
        
      
  
  
  ·736 words·4 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        While maintaining repeatability and consistency
      
      
    Lessons learned deleting 15 years of media content
        
        
        
      
  
  
  ·816 words·4 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        I was learning more about ZFS while applying what I learned to my OWN data. Of course, as Murphy’s Law states… so here are the lesson from a fool.
      
      
    How to Install NVIDIA Drivers on AlmaLinux 8
        
        
        
      
  
  
  ·430 words·3 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        Installing NVIDIA GPU driver on AlmaLinux is a pain in the ass as there are so many sources with different approaches. These steps worked for me
      
      
    Replacing physical disk in LVM
        
        
        
      
  
  
  ·806 words·4 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        During installation of Alma Linux, I noticed that it created a logical volume (LV) by default for /home spanning across 2 disks. One of it is failing.
      
      
    Signing ZFS kernel module in Alma Linux for secure boot 
        
        
        
      
  
  
  ·576 words·3 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        After installing zfs-utils in Alma Linux, I realized I need to sign zfs module because of secure boot. Here’s how
      
      
    Notes after first time spinning up VMs with KVM 
        
        
        
      
  
  
  ·774 words·4 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        I decided to take the hard way to understand each line of the XML file and the proper way to spin up KVMs instead of with GUI
      
      
    Backing up in linux
        
        
        
      
  
  
  ·1319 words·7 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Linux
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        Which linux directory to back up # /etc /home /root /var /usr/local/bin and sbin /srv Note: If there are any media mount points in the system such as ‘/mnt’ and ‘/media’, they should be excluded to avoid infinite loop
Also helpful to list down the names of packages installed on your system
dpkg --get-selections > package_list.txt Backup command options # tar, rsync
      
      
    Which cloud to learn: AWS vs Azure
        
        
        
      
  
  
  ·1293 words·7 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Cloud
  
  
  
  
    
  
    Study-Note
  
  
  
  
  
  
      
        Cloud skills are transferable. Don’t have a mindset of learning one. So just pick one and get a beginner cert.
      
      
    Subnet mask and subnetting
        
        
        
      
  
  
  ·1275 words·6 mins
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    IT
  
  
  
  
    
  
    Study-Note
  
  
  
  
    
  
    Networking
  
  
  
  
  
  
      
        First of all wth is /26 or /24 mask? Then I realised I didn’t understand anything (or at least not deep enough) about subnetting