Unix


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

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

    www.tecmint.com/auto-restart-service-openrc/


  • 16 Best Notepad++ Alternatives for Linux in 2025

    16 Best Notepad++ Alternatives for Linux in 2025

    www.tecmint.com/best-notepad-alternatives-for-linux/


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

    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

    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

    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

    Step-by-Step Guide to Fdupes on macOS

    This article outlines how to identify and manage duplicate files on a Mac using the tool fdupes. It includes steps to install or upgrade fdupes, create test cases, list duplicates, and delete them, providing command-line examples for each stage applicable to Unix-based systems.


  • User maintenance on macOS

    User maintenance on macOS

    List all User Accounts will return an output as: Show a User Account Information $ /usr/bin/dscl . -read /Users/<USER_ACCOUNT> So, the command: will return: … Follow the command to Delete a User Account $ sudo /usr/bin/dscl . -delete /Users/<USER_ACCOUNT>


  • Best Free and Open Source Alternatives to Apple Launchpad

    Apple Launchpad is a central location where you can view all your apps and easily open them. We recommend the best free and open source alternatives.… Best Free and Open Source Alternatives to Apple Launchpad


  • 5 Best Free and Open Source Linux Partitioning Tools

    Disk partitioning is the means of dividing a hard disk drive into multiple logical storage units referred to as partitions. The post 5 Best Free and … 5 Best Free and Open Source Linux Partitioning Tools


  • Keep Linux Open and Free—We Can’t Afford Not To

    Keep Linux Open and Free—We Can’t Afford Not To

    Oracle underscores its commitment to helping keep Linux open and free for the global Linux community. — Read on www.oracle.com/news/announcement/blog/keep-linux-open-and-free-2023-07-10/


  • SQLcl: Customizing on a Mac

    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

    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…