This is a visual guide that will allow users to use less Linux commands in order to make linux users life easier.
clone it by :
git clone https://github.com/cybereagle2001/LinuxVisualProgramHelp.git
change the directory :
cd LinuxVisualProgramHelp
Allow The Execution:
chmod +x LinuxHelp
run :
./Linuxhelp
If you had some problems do :
cd source
gcc root.c -o LinuxHelp
chmod +x LinuxHelp && ./LinuxHelp
MIT ©LinuxVisualhelp.
Original author : Oussama Ben Hadj Dahman (cybereagle2001)