Category: Operating System

0

Rocky Linux, The Rightful Successor to CentOS

CentOS born from nothing and was everything for some businesses but Red Hat deposed him from the kingdom. I have published a post about CentOS Replacement Candidates and Rocky Linux was one of candidates. Rocky Linux was under development by Rocky community and release candidate version of Rocky Linux was released on April 30, 2021.

Windows Upgrade Path 0

Guest Operating System Upgrade or New Virtual Machine?

Virtual Machine needs guest operating system (OS) to operates same as physical machine. Operating system is a system software and has life cycle same as other software. But what should we do about updating and upgrading guest operating systems in virtual environments. Guest Operating System Life-Cycle Most implemented services don’t need to any new features on operating system, so we should choose guest operating system with long term support. Both Windows and Linux (Some distributions) offering different of channels. You can choose a path that more stable or choose a path for have new features. Update vs Upgrade When you need to newest technologies and features on the latest major version of operating system, you have to do Upgrade. But when you are applying regular patches on operation system, you are doing Update. Keep Update Guest Operating System Operating systems’ vendors releasing patches during operating system life-cycle. Apply patches (Security or others) to keep guest operating system secure and stable as well as your services and business. Even installing service packs or upgrading to a minor version of current guest operating system is an update process and there is no limitation to do it. When We Should Upgrade Guest Operating...

0

Linux Deduplication and Compression: The Ultimate Guide to Saving Space

Cost of storage is the biggest piece of IT budget in any company (Of course not EMC, HPE or other like them 😀 ) and the storage spaces is eating by databases, other data files and backup files as well. Lot of those data file not be used once generated!. I have serious issue with these types of data and especially log files that one of dark data types. I can’t stop generating those data and the related teams are always crying about free space on their servers. They want just Linux servers (Seems, they don’t know Windows has NFS services as well), because they are using shared space on application servers to storing log files and others via NFS. I have offered other solutions such as using Windows as NFS server and use deduplication on Windows Servers, this feature is really good. I have used Windows deduplication on our backup proxy servers and result was incredible. Anyway, they want to Linux server (Not even other Unix-Like!), so I started to googling these: Don’t panic, most Linux’s modern file systems have no native deduplication and transparent compression and must be enabled with third-party software. Let’s see what is deduplication and...