본문 바로가기

my_lesson325

Linux - The volume “Filesystem Root” has only 533.9 MB disk space remaining The volume “Filesystem Root” has only 533.9 MB disk space remaining Open "Disk Usage Analyser" by searching for it in the Dash.Click on your root (/) drive.Wait for the graph at the right to stop displaying loading dots (it may take a while).You can now review which files are taking up the most space (You can just close the 'Permission denied' error if it appears).Hover your mouse over a sector .. 2017. 7. 8.
Android Apps - Linux_Android Studio 설치 Guide Android Studio 설치운영 체제 Windows Mac Linux Android Studio 설치는 몇 번의 클릭만으로 가능합니다. (이미 Android Studio를 다운로드했어야 합니다.)Android Studio를 Linux에 설치하려면 다음 단계를 진행하세요.다운로드한 .zip 파일의 압축을 애플리케이션의 적절한 위치에 풉니다(예: 사용자 프로필의 경우 /usr/local/ 또는 공유 사용자의 경우 /opt/).Android Studio를 시작하려면 터미널을 열고 android-studio/bin/ 디렉토리로 이동한 다음 studio.sh를 실행합니다.If you have an ERROR: unsupported-java-version-cannot-start-under-java-1-7-jav.. 2017. 7. 8.
Linux - 압축, 압축해제 하기 [zip, war, gz, tar, bz2,rar] Linux - 압축, 압축해제 하기 [zip, war, gz, tar, bz2,rar] zip 압축 및 압축 해제Usage : $ zip [-option] [file_list ...]option: man zip -d : directory -r : recursivesudo apt-get install unzip //zip 설치unzip test.zip //현재 폴더에 압축해제unzip test.zip -d targetdir //지정 폴더에 압축해제zip test.txt ./* //현재 폴더 폴더가 아닌 모든내용 압축zip -r test.txt ./* //현재 폴더 하위폴더까지 모든내용 압축cd /var/www/html && zip -r test.txt ./* // var/www/html 폴더로 이동후 해당.. 2017. 7. 8.
Linux - 콘솔, 터미널, TTY 이해하기 Linux - 콘솔, 터미널, TTY 이해하기 콘솔, 터미널, tty는 서로 깊은 연관을 갖고 있는데 본래 이것들은 컴퓨터와 상호작용을 위한 장비를 뜻한다. unix시스템의 기본적인 이용방법은 unix가 인스톨된 호스트에 네트워크를 통해서 다른 컴퓨터가 접속하여 작업을 수행하는 것이다. 사용자는 단말에 명령을 넣어서 호스트를 조작하는데 이때 사용자로부터 명령을 받아서 호스트에 전달하는 역활을 콘솔(console)이라고 한다. console이란?컴퓨터를 조작할 때 사용하는 입출력 장치를 콘솔이라고 하고 명령조작에 사용하는 애플리케이션이나 OS자체를 콘솔 또는 콘솔애플리케이션이라고 하는데 보통 많은 사람들이 콘솔이라고 부른다. 또한 우리가 많이 사용하는 cmd도 콘솔이고 사용하는 터미널도 콘솔이다. 터미널은.. 2017. 7. 8.
Android apps - Image 2017. 7. 8.
Android Apps - Errors Android Apps - Errors When the text is not displayed correctly on IDE of Android Studio : 안드로이드 스튜디오 편집기에서 문자가 깨져보일 때 Problem: Solution: Choice right file Encoding on bottom of right When the text is not displayed correctly on the activity screen of Android Studio : 안드로이드 스튜디오 액티비티에서 문자가 깨져보일 때solution:add fonts at ...../plugins/android/lib/layoutlib/data/fonts/fonts.xml imageView(이미지뷰)가 안보이는 현상.. 2017. 5. 24.