Tag: Tech bash
How to install make in windows
#tech/bash #tech/programming To install make you need to install choco first. Then you need to run in administrator this command....
how to install nvm
#tech/bash #tech/nodejs how to install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash References author [[nvm.sh]]...
install mono on ubuntu
#tech/bash #unity #os/ubuntu install mono on ubuntu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #install pre-reqs sudo apt install gnupg ca-certificates #add key sudo apt-key adv --keyserver hkp://keyserver....
install mono-devel
#tech/bash #unity #os/ubuntu install mono-devel 1 sudo apt install mono-devel -y References author [[mikenizo808]] position https://github....
Keychron Linux Function Keys
Keychron Linux Function Keys #tech/bash #tech/hardware Extracts set the keyrow to function mode temporary function mode in linux permanent function mode in linux References source https://mikeshade....
permanent function mode in linux
permanent function mode in linux #tech/bash #tech/hardware 1 2 echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe.d/hid_apple.conf sudo update-initramfs -u References author [[Mike Shade]]...
sane-utils
#tech/bash #device/scanner sane-utils https://launchpad.net/ubuntu/xenial/+package/sane-utils 1 sudo apt install sane-utils References author [[Ubuntu manuals]] position providers in scanimage...
scanimage
#tech/bash #device/scanner scanimage Extracts sane-utils References source https://manpages.ubuntu.com/manpages/xenial/man1/scanimage.1.html#name author [[Ubuntu Manuals]]
temporary function mode in linux
temporary function mode in linux #tech/bash #tech/hardware 1 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode References author [[Mike Shade]]...
xdg-open to open any file in ubuntu
#tech/bash #os/linux xdg-open to open any file in ubuntu 1 xdg-open weles\ a\ peo.jpg References author jokerdino...