2018년 1월 29일 월요일

Shaomi mi A1 screen capture

First, he used Android for a long time, so he decided to go to Android to record while talking on the phone, and then chose Shaomi as the most expensive one.
Because it is a phone made by collaboration with Google than others, I made a choice because there is no expendency and there are many upgrades.
Of course, I do not play games much so I have not found any difficulty with playing because it is good as long as it does not get too wet. Also, there is no superfluity as reference phone and it is convenient to find the function that I want through other app because it is equipped with global ROM. On the tablets from China, many of them were annoying, but Shaomi mi A1 should not be used.
To get to the point, the screen camchow can be made by pressing and holding the button under volume control and the power button simultaneously.


Install Atom

ATOM is an editor created by GitHub that is designed to serve as an editor in a wide range of programming languages. It is modeled on sub-lime text and textmate, and uses web technology and is built on node.js. and Electron.
It is an open source, easily extended functionality with the plug-in, and supports Windows, Linux, and ma cOS. And it is implemented with web technologies such as HTML, CSS, and JavaScript, so it has the characteristics of being able to control the UI like editing a webpage.
As a feature, open source is free and supported by GitHub, specialized in code development and source management. You can also personalize your themes to your code sync, and you can access the editing tool with a Chrome element check.
https://atom.io/
Go to the site and download it. It's much simpler than installing another program. You can set it up right away without the osselection screen, and then click Download.
Touch ' Install Package ' to display the install patches window in the center setting and click on patches to view the patches.

Or, type your name in ' search packs ' to search and show.


Seti UI
:It has a beautiful color combination with code theme.
Beautify
:Arrange the misaligned source code.
Code Peek
:Automatically open and compare files with the selected function defined
Auto Close HTML
:Just enter the HTML tag name and it automatically attaches the start and end tags.
Package sync
:Synchronize the Atom package between different computers.
Minimap
:In the upper right corner, you can see a map of the source code as a whole.
Emmets
:Provides the ability to complete tags with HTML, CSS Auto-Completion, and multiple structures at once.
Linter
:Utility to analyze codes such as HTML, CSS, Javascript, and TypeScript to validate grammar and validity.
sort Lines
:The contents of the selected lines are arranged alphabetically together.
WakaTime
:Graph utility that provides visibility into the language used in your project, including time to work and login.
Remote-FTP
:Package to connect FTP from Atom.
Tool-bar
:Shows icons that feature features of the file, such as coffee scripts, to make it easier to distinguish files on the toolbar.
Atom-autocomplete-php
:Add PHP code auto complete function.
I haven't used too many extension plug-ins yet, so I've simplified it.

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용으로 설계된 지유리눅스 배포판입니다.  자세한 내용은 위키...