Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install bin on ubuntu

Go into a terminal and issue the following command in the directory where the bin file is,

chmod a+x name_of_file.bin
Then run it by writing

./name_of_file.bin
If you get a permission error and/or you're dealing with an installer that applies system-wide changes you might have to launch your application with root privileges:

 sudo ./name_of_file.bin
Comment

PREVIOUS NEXT
Code Example
Shell :: find port and kill 
Shell :: unzip all to dir linux 
Shell :: how to install keras ocr 
Shell :: kubectl copy secret namespace 
Shell :: git clone from specific branch 
Shell :: linux query port use by pid 
Shell :: bash remove last character from string 
Shell :: see all ADS in a file 
Shell :: how to steal stolen deleted code... from github... 
Shell :: access nodeport service from another machine in the same network 
Shell :: rostopic bag file to csv 
Shell :: bash errors: syntax error - ambiguous - file 
Shell :: create new item from terminal 
Shell :: run elasticsearch stop 
Shell :: bash if file contains string 
Shell :: tfswitch install 
Shell :: ubuntu list users in group 
Shell :: cmd take ownership of folder 
Shell :: Find what is running on port 8000 
Shell :: pm2 next /usr/bin/yarn: line 3: /bin: Is a directory 
Shell :: linux save http content to file 
Shell :: firewall in ubuntu 18.04 
Shell :: bash change to script directory 
Shell :: gh login 
Shell :: apagar raspberry desde terminal 
Shell :: download filezilla for ubuntu 
Shell :: check running process in linux 
Shell :: ubuntu baixar node com nvm 
Shell :: cursor pointer freezes ubuntu- keystrokes to release 
Shell :: Install Specific Version of chrome on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =