Skip to content

This repository will carry the commands required to execute when you install a new OS. I'll go on updating this everytime I try a new linux.

Notifications You must be signed in to change notification settings

dayanidhi07/linux_essentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux_essentials

This repository will carry the commands required to execute when you install a new OS. I'll go on updating this everytime I try a new linux.

If you don't find the repository you require, it means I haven't used it as my daily driver yet. Feel free to add it here.

How to run the files?

This will mostly carry shell files, so you can look into them and try out the commands you want.

But if you want to run them directly, you have to make them executable first.

To make the files executable, try the following steps:

  1. Go to the directory of the file you want to run
  2. Make the file executable by running the command: chmod +x {file_name}
  3. Run the file using the command: ./{file_name}

About

This repository will carry the commands required to execute when you install a new OS. I'll go on updating this everytime I try a new linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%