ubuntu 썸네일형 리스트형 [WIP] free 명령어 free 명령어free 명령어는 시스템의 메모리 사용 현황을 보여주는 유틸리티입니다.기본 구문free [옵션]주요 옵션-h, --human : 사용량을 사람이 이해하기 쉬운 형식으로 출력합니다. GB, MB 등의 단위로 표시됩니다.-b, --bytes : 바이트 단위로 메모리 사용량을 표시합니다.-k, --kilo : 킬로바이트(KB) 단위로 메모리 사용량을 표시합니다.-m, --mega : 메가바이트(MB) 단위로 메모리 사용량을 표시합니다.-g, --giga : 기가바이트(GB) 단위로 메모리 사용량을 표시합니다.-s , --seconds : 지정된 시간 간격으로 메모리 사용량을 출력합니다. 는 초 단위의 시간 간격을 나타냅니다.-t, --total : 메모리 총량을 포함하여 출력합니다.사용 예시1... 더보기 [WIP] apt/apt-get command apt/apt-get commandAPT(Advanced Packaging Tool)는 데비안(Debian) GNU/리눅스 계열의 패키지 관리 명령도구로 우분투(Ubuntu)에서도 지원한다.apt와 apt-get의 차이점apt: 더 나은 대화식 사용을위한 고급 명령 줄 인터페이스이다.apt-get: 인증 된 소스에서 패키지 및 패키지에 대한 정보를 검색하고 종속성과 함께 패키지를 설치, 업그레이드 및 제거한다. apt commandapt-get command명령의 기능apt installapt-get install패키지를 설치합니다apt removeapt-get remove패키지를 제거합니다apt purgeapt-get purge패키지와 해당 구성 파일을 제거합니다apt updateapt-get upda.. 더보기 [WIP] sudo 명령어 sudo 명령어sudo란?sudo는 리눅스·유닉스 계열 시스템에서 일반 사용자가 일시적으로 root(슈퍼유저) 권한으로 명령을 실행할 수 있도록 해주는 명령어입니다.필요한 작업에만 권한을 상승시킬 수 있기 때문에 보안과 시스템 안정성 측면에서 su보다 안전한 방식으로 권장됩니다.기본 사용법기본 형식sudo 명령어시스템 파일 편집sudo vim /etc/config.txt사용 예시패스워드 입력sudo를 사용할 때는 일반적으로 현재 사용자의 패스워드를 입력해야 합니다.특정 사용자로 실행sudo를 사용하여 특정 사용자로 명령어를 실행할 수도 있습니다. -u 옵션을 사용합니다.sudo -u sudo -u nginx ls /var/log/nginx루트 셸 실행root 환경 그대로 로그인한 것과 동일한 효과sud.. 더보기 [WIP] 우분투 이미지 다운로드(Download Ubuntu Image) 우분투 이미지 다운로드(Download Ubuntu Image)mirror.kakao.com - https://mirror.kakao.com/우분투 릴리스(ubuntu releases)ubuntu releases - https://mirror.kakao.com/ubuntu-releases/Ubuntu Server for ARMhttps://ubuntu.com/download/server/arm서버 설치 이미지(Server install image)jammyhttp://releases.ubuntu.com/jammy/https://mirror.kakao.com/ubuntu-releases/jammy/Ubuntu ServerUbuntu 18.04.6 LTS (Bionic Beaver) : ubuntu-18.0.. 더보기 [WIP] 소스 컴파일 중 "reason: No space left on device" 오류 소스 컴파일 중 "reason: No space left on device" 오류에러 메세지/usr/bin/ar: unable to copy file 'libsql_dd.a'; reason: No space left on devicemake[2]: *** [sql/CMakeFiles/sql_dd.dir/build.make:2610: sql/libsql_dd.a] Error 1make[2]: *** Deleting file 'sql/libsql_dd.a'make[1]: *** [CMakeFiles/Makefile2:29026: sql/CMakeFiles/sql_dd.dir/all] Error 2make: *** [Makefile:166: all] Error 2"No space left on device" .. 더보기 [WIP] 우분투 맨페이지 저장(Ubuntu Manpage Repository) 우분투 맨페이지 저장(Ubuntu Manpage Repository)Home page : https://manpages.ubuntu.com/Ubuntu Manpage Repository Provided by: sed_4.8-1ubuntu2_amd64 : https://manpages.ubuntu.com/manpages/kinetic/en/man1/sed.1.html 더보기 [WIP] nload 사용법 nload 사용법nload는 터미널에서 네트워크 트래픽을 실시간으로 모니터링하는 도구입니다.1. nload 설치Ubuntu 시스템sudo apt-get install nloadCentOS 시스템sudo yum install nload2. nload 명령어의 기본 사용 구문 및 옵션nload [options]$ nload -hnload version 0.7.4Copyright (C) 2001 - 2012 by Roland Riegel nload comes with ABSOLUTELY NO WARRANTY. This is free software, and you arewelcome to redistribute it under certain conditions. For more details see theGN.. 더보기 [WIP] 리눅스에 프록시를 지정하는 방법 리눅스에 프록시를 지정하는 방법1. 환경 변수를 설정하는 방법터미널을 열고 다음 명령어를 실행하여 환경 변수를 설정합니다.export http_proxy=http://:export https_proxy=http://:proxy_host와 proxy_port는 실제 프록시 서버의 호스트와 포트로 대체되어야 합니다.설정한 환경 변수는 현재 터미널 세션에서만 유효하므로, 다른 터미널 세션에서도 사용하려면 해당 명령어를 실행해야 합니다.2. 시스템 설정을 통해 프록시를 지정하는 방법Ubuntu터미널을 열고 /etc/environment 파일을 수정합니다.sudo vim /etc/environment파일 내에 다음 라인을 추가합니다.http_proxy=http://:https_proxy=http://:proxy_.. 더보기 이전 1 2 3 4 5 ··· 13 다음