Linux Cheatsheet

With everything going on with logicoma, I will be frequently updating this page so I can just jump back into whatever system tasks at hand. I should add this I'm going to keep this focused on ubuntu/debian.

Commands

fdisk -l
mkdir ā† a directoy of where to mount the disk
mount ā† mount a disk using /dev/[disk]
ln ā† creates a link file from another
name ā† use 'a' to get all the information on the server

rm /path/to/directory/*

Popular posts from this blog

Aspetcore: NLog with Postgresql

Mongodb Cheatsheet

Entity Framework: ToListAynsc & WhereAsync