Mac: Logout a user from the command line
Logout user from terminal.
Logout user from terminal.
Getting started. Make sure you have already set up a dotfiles directory like I’ve described in the video called How to create dotfiles folder
Create a folder to store your dotfiles. I recommend to creating this directory in the root of your home folder so that it’s easier to use tools like GNU Stow:
What are dotfiles. Your personal, crafted configuration! Text-based configuration files for the programs you use Personal scripts Called “dotfiles” be...
To find the process that is listening to a port on Mac OS X, we’ll use the lsof command to find the process ID (PID), and the ps command to show the n...
The Launchpad in macOS helps you access applications quickly. If you decide you want to reset the Launchpad apps where they appear in their default order.
JAR stands for Java ARchive. It’s a file format based on the popular ZIP file format and is used for aggregating many files into one.
This article shows how to install Java JDK on macOS, Homebrew package manager, manual installation, and switch between different JDK versions.
From Java 11 on, you can execute a single source file without compiling it first. Beyond experimentation, you can write scripts this way. Even the shebang i...
Hello guys! Today I want to write about the time and how it was and it is currently treated with Java. Many developers (me first some time ago) don’t have cl...
Copyright: This article is a copy of the article “The Pattern: Ports and Adapters (Object Structural)”, which was written and published by Alistair Cockbu...
Copyright: This article is a copy of the article “Ports and Adapters Pattern(Hexagonal Architecture)”, which was written and published by Juan Manuel Garr...
We discuss tmux features, their relevance for local and remote scenarios, and how to setup and configure tmux to support nested sessions
Explore tmux and its tough questions and tricks, including features, nested sessions, scrollback buffer, clipboard integration, and iTerm2 integration...
Upon completion, you will have a sane, productive Haskell environment adhering to best practices.
This article describes how to configure Rouge to handle formatting of Highlights.
Here is an explanation of how to create your new ECC keys for GnuPG.
The first thing you should do after installing Git on your system is to configure your git username and email address.
In this post you will learn how to use markup for an Apples Xcode Playgrounds.
Can’t use a specific port? Here’s how to check which port is in use in Windows with simple commands and apps like currports and tcpview.
Today we are going to discuss what is a Transaction Management within Spring.
Copyright: This article is a copy of the article “A beginner’s guide to ACID and database transactions”, which was written and published by Vlad Mihalcea,...