Skip to content

adcin/IT-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

279 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT-Notes

You are very welcome to use my notes and to participate. But remember, they are neither complete nor generally valid.

The structure of my notes changed over time, here are my current standards.

Filenames

I try to name my files in this format: file_name.cin.extension or file_name.extension.cin

Example: script.cin.sh or script.sh.cin

Copy & Paste

I often use variables in my notes, when a few steps need to be done. This way I need to type less and use copy & paste more efficient.

Example:

MAIN_PATH=
mkdir -p $MAIN_PATH
cd $MAIN_PATH

About

These notes are primarily for me. So they are neither complete nor generally valid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors