Unix
-
How to Set Up Auto-Restart for Failed Services on OpenRC

-
16 Best Notepad++ Alternatives for Linux in 2025

-
Oracle 19c Lab Setup: Essential Steps on VMWare Fusion

This document outlines the steps for installing Oracle Enterprise Linux 8 and Oracle Database 19c on VMware Fusion. Key procedures include configuring network settings, enabling SSH, and installing open-vm-tools. Post-installation tasks involve setting up authentication for the oracle user, configuring firewall ports, and preparing the environment for database operations.
-
watson Reference

The content details the use of the watson command-line tool for tracking work hours on Oracle Enterprise Linux and macOS. It provides commands for recording sessions, restarting projects, stopping ongoing sessions, managing projects, and displaying past sessions. Sample session durations and project tags are given, illustrating the tool’s functionality.
-
Mastering User Control in Oracle Enterprise Linux Systems

This post details user management in Oracle Enterprise Linux (OEL), covering user creation, modification, deletion, and group management. Key commands include useradd, usermod, and userdel. Additionally, it emphasizes the importance of proper user management for system security and efficiency, along with options for managing user passwords and home directories.
-
Step-by-Step Guide to Fdupes on macOS

-
User maintenance on macOS

-
Best Free and Open Source Alternatives to Apple Launchpad
-
5 Best Free and Open Source Linux Partitioning Tools
-
Keep Linux Open and Free—We Can’t Afford Not To

-
SQLcl: Customizing on a Mac

In this post I will summarize the steps I’ve taken to customize SQLcl on my Mac working environment. We assume that the reader is familiar with the procedures outline din my previous post on SQLcl on setting up SQLcl on Mac environment. Terminal customization First I start with changing the terminal a bit in order…
-
SQLcl: Setup on a Mac

Simple and straightforward steps about how to setup Oracle’s new SQL command line tool on a macOS X environment. Download Application and Environment Setup Attempt to start the application: Setup Java Download Java from the Oracle site. As I am on a mac wit M processor (ARM) , I cannot install jre-8u371-macosx-x64.dmg, so I cannot…