Ubuntu 썸네일형 리스트형 계정 확인 방법 cat /etc/passwd /etc/passwd 파일을 보면 된다. cat 명령어는 파일내용을 콘솔에 출력하기 계정명만 보고 싶으면, cut -f1 -d: /etc/passwd 더보기 SSH 접속하기 Server의 IP주소는 다음과 같다. $ hostname -I 192.168.0.39 192.168.1.2 IP주소가 두개가 나오는 이유는 랜카드가 두개라서 그렇다. SSH접속은 다음과 같이 한다. ssh USERNAME@IP ADRESS 라우터를 통한 연결 ssh dell@192.168.0.39 The authenticity of host '192.168.0.39 (192.168.0.39)' can't be established. ED25519 key fingerprint is SHA256:Pf+YFT2P9zVjt2ctSIrMYGqHdNkc7Ovfl0bx9q77ZcE. This host key is known by the following other names/addresses: ~/.ssh/know.. 더보기 Linux (Ubuntu) PC2대 클러스터링 우분투 PC2대를 클러스터링 하기 위해서는 스위치 허브가 필요하지는 않다. 일반 랜선을 사용하면 되는데, 예전에는 Direct와 Cross케이블의 구분이 있었다면 요즘은 구분이 없다고 한다. LAN카드가 알아서 구분한다고 한다. 좋은 세상이다. LAN Cable의 종류는 CAT5~8까지 넘버에 따라 전송속도에 차이가 있다. 이건 사용하는 PC의 랜 전송속도에 맞추면 되겠다. 나머지 LAN케이블의 실드, 꼬임에 따른 특성은 검색하면 될듯. 솔직히 LAN케이블은 가격이 얼마 안하니 가장 비싼걸 사면 되겠다. 물리적으로 두대를 케이블로 연결하였으면 그 다음부터는 차근차근 세팅을 해 나아가면 된다. 우선 세팅-네트워크로 가서, 연결을 하기위한 Ethernet을 찾는다. 나의 경우 eno1이다. 공유기에 물려 있.. 더보기 gcc vs gcc-base gcc-7: "gcc-7" refers to the actual compiler package from the GCC version 7 series. GCC is a collection of compilers for various programming languages, including C, C++, and Fortran. The package "gcc-7" contains the complete set of tools and libraries for compiling and linking programs written in C, C++, and other supported languages using the GCC version 7 compiler. This includes the command-li.. 더보기 APT vs PPA APT (Advanced Package Tool): APT stands for Advanced Package Tool. It is a package management system used on Debian-based Linux distributions, including Ubuntu. APT is responsible for handling the installation, removal, and management of software packages on your system. It provides various command-line utilities like apt-get and apt that allow users to interact with the package repositories and.. 더보기 TTY GUI전환 내가 사용하는 워크스테이션(DELL)의 경우 CTRL+ALT+F3, CTRL+ALT+F1이다. 더보기 파티션이 되어 있는 드라이브의 마운트 Windows와 Ubuntu 멀티 부팅이 셋업되어 있는 경우, C드라이브 뿐만아니라 D~ 드라이브도 WIndows, Ubuntu가 나누어 써야 하는 경우가 생긴다.Ubuntu에서 드라이브를 추가(마운트)하는 방법은 검색을 하면 여러 사이트에서 방법을 제시하고 있다. 그러나, 파티션된 드라이브를 나누어 쓰는 경우는 설명되어 있지 않다. 핵심만 이야기 하면, /etc/fstab 에서 UUID를 사용하지 않고 PARTUUID를 설정하여야 한다.먼저 드라이브 정보를 살펴보면, sudo blkid/dev/sda3: LABEL="HP_UBUNTU_DATA" UUID="1808635d-3652-48d7-ad9f-9454289db848" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7ced6.. 더보기 우분투 원격접속 우분투 22 이상부터는 자체 OS에서 RDP를 이용한 원격접속기능을 제공하고 있다. 아래의 순서로 따라하면 Ubuntu측에서의 세팅이 완료된다. Settings에서 Users Unlock 자동 로그인이 가능하도록 On Screen Blanking과 자동 Screen lock 기능을 끈다 마지막으로 리모트 데스크답을 허용 접속 아이디/비번 확인해 주고, 리붓을 해주자. 출처는 https://linuxhint.com/enable-remote-desktop-ubuntu-access-windows/ How to Enable Remote Desktop on Ubuntu Desktop 22.04 LTS and Access it from Windows Freelancer & Linux System Administra.. 더보기 이전 1 2 3 4 5 다음 목록 더보기