• Home
  • Archive by category "Front-end Developer Tools"

Midnight Commander (MC) and color customization in linux

Midnight Commander (MC) is a free and open-source file manager that provides a text-based user interface. It is available on numerous Unix-like systems, including Linux and macOS. It uses a two-panel layout, allowing users to view the contents of two directories simultaneously. This design makes it easy to move or copy files between directories. Due to its text-based user interface, MC functions exceptionally well on remote servers where graphical environments are unavailable, making it an indispensable tool for system administrators and developers.

Read More Midnight Commander (MC) and color customization in linux

Basic git commands

You can perform git commands for example in:

cmd console (widnows start -> cmd. It should oppened Command Prompt app. To go to the root directory, enter cd \ . Next enter cd + path to directory with your project, e.g. cd Users\ Joanna\Desktop\my-project

git bash console, which you can get from https://git-scm.com/downloads . After installing console go to directory with your project, right click and select: Git Bash Here (then console opens).

If you have your console with path to your project, you can enter first command (step one).

Read More Basic git commands