Symlinks (symbolic links) are like the ultimate shortcuts in the world of operating systems. They help you point to files and folders from multiple locations without creating duplicates. Let’s dive into how you can create and manage symlinks, making your life easier whether you’re navigating the Linux terminal or the Windows Command Prompt.
Linux: Creating and Managing Symlinks Making a Symlink In Linux, creating a symlink is as simple as striking a few keys:...
This is a set of commands for installing Zsh on Ubuntu 18, 20 and 22.
Updating the system sudo apt update && sudo apt dist-upgrade -y Installing Zsh sudo apt install zsh zsh --version Installing Oh-My-Zsh Plugin On-My-Zsh plugin provides some amazing shell enhancements to ZSH.
You can install the plugin by typing this command in your terminal: sudo apt install git-core curl fonts-powerline
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Link https://ohmyz....
Hey Here’s just a simple cheatsheet for the most basic git commands.
git init git add file/files git status git commit git push git pull git clone git branch Link til GitHub git cheat sheet!
Here are some common Linux commands:
ls - used to list the contents of a directory cd - used to change the current working directory mv - used to move or rename files and directories mkdir - used to create a new directory rm - used to delete files and directories chmod - used to change the permissions of a file or directory sudo - used to execute a command with superuser privileges apt-get - used to install and manage software packages on Linux systems grep - used to search for text patterns in files man - used to display the manual pages for a command These are just a few examples - there are many more Linux commands that can be used for various tasks....
Notes This is short intro to my notes from working with dotnet Entity Framework Core and EF migrations.
Migrations commands