wget https://github.com/hieplpvip/canon_printer/raw/master/canon_lbp_setup.sh
chmod +x canon_lbp_setup.sh
./canon_lbp_setup.sh
A small initiative to help users to configure and manage Servers, Network etc.. If the tips are helpful to you, please comment... Thanks.. System Admin TIST Cochin
wget https://github.com/hieplpvip/canon_printer/raw/master/canon_lbp_setup.sh
chmod +x canon_lbp_setup.sh
./canon_lbp_setup.sh
/usr/share/applications
Either directly use the terminal to create a symbolic link
ln -s <complete path to dir> <shortcut save location>
or
Open the folder in the file manager (nautilus), navigate to the directory to which you want to create a shortcut to.
Right click and select Open in Terminal.
For shortcut to current directory, type and execute
ln -s $PWD ~/Desktop/
For shortcut to a file/folder inside the current directory, type and execute
ln -s $PWD/filename ~/Desktop/
or
ln -s $PWD/dirname ~/Desktop/