Linux Commands

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. ...

October 20, 2017 · 2 min · 330 words · Me

Notes and commands after working with .NET EF Core

Notes This is short intro to my notes from working with dotnet Entity Framework Core and EF migrations. Migrations commands

May 31, 2017 · 1 min · 20 words · Me