전체 글

SQL/HackerRank(MYSQL) ·
문제 링크 https://www.hackerrank.com/challenges/earnings-of-employees/problem?isFullScreen=true Top Earners | HackerRank Find the maximum amount of money earned by any employee, as well as the number of top earners (people who have earned this amount). www.hackerrank.com 문제 We define an employee's total earnings to be their monthly salary x months worked, and the maximum total earnings to be the max..
SQL/HackerRank(MYSQL) ·
문제 링크 https://www.hackerrank.com/challenges/the-blunder/problem?isFullScreen=true The Blunder | HackerRank Query the amount of error in Sam's result, rounded up to the next integer. www.hackerrank.com 문제 Samantha was tasked with calculating the average monthly salaries for all employees in the EMPLOYEES table, but did not realize her keyboard's key was broken until after completing the calculati..
SQL/HackerRank(MYSQL) ·
문제 링크 https://www.hackerrank.com/challenges/what-type-of-triangle/problem?isFullScreen=true Type of Triangle | HackerRank Query a triangle's type based on its side lengths. www.hackerrank.com 문제 Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each record in the table: Equilateral: It's a triangle wi..
ETC/CentOS ·
1. root 계정으로 접속하기 2. vi /root/.vimrc 입력하기 vi /root/.vimrc 3. 'a' 누르고 Insert mode로 바꾼뒤 내용 입력해주고 Esc + wq! 로 저장후 빠져나오기 set nu set audoindent set background=dark 3. vi /root/.bashrc 들어가서 수정해주기 다섯번째 줄 복사(yyp 누르면 다음 줄에 복사 됨)해준 후 아래와 같이 vi='vim'으로 수정하기 4. source /root/.bashrc 입력하고 vi /root/.bashrc로 폰트 변화 확인하기 (아래 두번째 사진과 같이 폰트 색상이 바뀌었다.)
ETC/CentOS ·
이렇게 가상머신을 만들어준 후 초기 세팅을 해보자. 먼저 만들어진 가상머신의 설정을 눌러준다. 설정에 들어가서 좌측에 시스템을 눌러준후 포인팅 장치를 USB 태블릿으로 변경해준다. CPU는 이후에 사용을 위해 2개에서 4개로 설정할 수 있는데 나는 4개로 설정해주었다. 이제 시작 버튼을 눌러 가상버신을 시작해보자! 시작을 누르면 시동 디스크를 선택하라고 하는데 이전 포스팅에서 다운로드했던 CentOS DVD.iso 파일을 선택해준다.
ETC/CentOS ·
가상머신이란? 하드웨어를 소프트웨어적으로 구현해서 그 위에서 운영체제가 작동하도록하는 기술 다른 운영체제를 사용해야 하는 경우(맥OS에서 윈도우, 윈도우에서 리눅스) 독립된 작업공간이 필요한 경우 (바이러스 회피, 백업) 하나의 머신에서 여러명에게 운영체제 환경을 제공 출처: 생활코딩 가상머신 강의(opentutorials.org/course/173) 가상머신 (virtualbox) - 생활코딩 가상머신이란? 하드웨어를 소프트웨어적으로 구현해서 그 위에서 운영체제가 작동하도록하는 기술 가상머신을 사용하는 이유 다른 운영체제를 사용해야 하는 경우(맥OS에서 윈도우, 윈도우에 opentutorials.org Windows10에서 리눅스를 사용하기 위해서 이전 포스팅에선 WSL을 설치했는데 이번엔 Virtua..
삐야오
Hit the books!