레이블이 ENGLISH인 게시물을 표시합니다. 모든 게시물 표시
레이블이 ENGLISH인 게시물을 표시합니다. 모든 게시물 표시

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.


In case automatic completion is not possible in the html document from Atom.



Atom provides the most auto-complete function.
After entering the command when using AutoComplete, press the tab key to achieve automatic completion and improve task efficiency. However, after initial user or other tasks are performed, the AutoComplete function may suddenly fail. It is especially easy to do so when first using it.
If you look at the bottom right of the Atom, it looks like the circle is not auto finished because it has a sign on it as the Defalt Text. You have to clean it and change it to HTML before it finally becomes an AutoComplete feature.



















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

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