2018년 1월 29일 월요일

Run *. run on Linux(extention-run)

I usually use Ubutu.
As you move through Ubutu, you may need to install a file, but when you download and install it, let's learn how to install a file with the *. run extension.
You can do that by shoveling a lot and then chmod.
1.
# chmod a+x install.run
# sudo ./install.run
 
2.
# chmod 755 install_test.run
# sudo ./install_test.run 

The third method turns on the ubuntu explorer.
Right-click and click Property -- > Permission's Excute :
Check it and it will run immediately.


댓글 없음:

댓글 쓰기

라즈베리파이에 OMV(OpenMediaVault)설치 1.

라즈베리파이는 작은크기에 비해 많은 프로그램을 깔수 있습니다. 그중에서도 이번에는 OMV(OpenMediaVault)라는 프로그램을 설치하겠습니다. OMV(OpenMediaVault)는 NAS용으로 설계된 지유리눅스 배포판입니다.  자세한 내용은 위키...