본문 바로가기
  • AI (Artificial Intelligence)

Skills/Ubuntu11

How To Install Python 3 On Ubuntu 18.04 Or 20.04 Ref. phoenixnap.com/kb/how-to-install-python-3-ubuntu Introduction Python is a popular programming language often used to write scripts for operating systems. It’s versatile enough for use in web development and app design. In this tutorial you will learn how to install Python 3.8 on Ubuntu 18.04 or Ubuntu 20.04. Prerequisites A system running Ubuntu 18.04 or Ubuntu 20.04 A user account with sud.. 2020. 11. 6.
Ubuntu Linux install OpenSSH server Ref. www.cyberciti.biz/faq/ubuntu-linux-install-openssh-server/ Ubuntu Linux install OpenSSH server - nixCraft Ubuntu Linux install OpenSSH server - Learn how to install and configure sshd server for secure remote login when using ssh client from macOS, BSD/Unix. www.cyberciti.biz How do I install OpenSSH server on Ubuntu Linux? Introduction: sshd (OpenSSH Daemon or server) is the daemon program.. 2020. 11. 6.
How to Install and Configure VNC on Ubuntu 18.04 우분투를 안쓴지 제법되었는데.. 솔직히 CensOS를 신봉하는 나로서는..새로운 것을 지원 빨리한다. Ubuntu.. 안정적인 것을 원한다. CentOS.. 이런 형식으로 약간..이건 뭐 제 느낌이라. BlockChain을 개발하는 나에게 이상하게 자료를 찾다보면 Ubuntu 와 연관이 많아 다시 한번 써보려 한다.사실 아직도 크게 신뢰 하진 않으나.. 12.04가 벌써 18.04가 되어 있었다. 각설..IntroductionVNC, or "Virtual Network Computing", is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on.. 2018. 5. 4.
[Ubuntu] Solution for low screen resolution in Ubuntu 14.04 and VirtualBox Solution for low screen resolution in Ubuntu 14.04 and VirtualBoxOn my test installations of Ubuntu 14.04 in VirtualBox, I had to figure out how to deal with a situation where the highest screen resolution I could get is 640 x 480. And it was not just with Ubuntu 14.04, but also with Kubuntu 14.04.When I ran the xrandx command, the output was:kamit@HU:~$ xrandr xrandr: Failed to get size of gamm.. 2014. 9. 24.
모든 사용자용 bashrc 수정하기 /etc/bash.bashrc 이 파일이다. 여기다가도 export LANG=C 추가~! 출처 : http://haneu.tistory.com/116 2014. 3. 7.
vim 에디터 설치 및 기본설정하기 $ sudo apt-get install vim apt-get은 정말로 편한것 같다... 설치가 끝나고 기본 설정하기 $ vim ~/.vimrc 명령어로 새로 .vimrc를 홈디렉토리에 생성해준후 set autoindent - 자동 들여쓰기 set cindent - c언어 들여쓰기 set smartindent - 똑똑한 들여쓰기 set number - 줄 번호 표시 set ruler - 포인터 좌표 표시 set sm - 괄호 짝 표시 set title - 작업중인 문서 제목 표시 set shiftwidth=4 - 자동 들여쓰기 넓이 set tabstop=4 - 들여쓰기(tab)넓이 ==붙여넣기용== set autoindent set cindent set smartindent set number set r.. 2014. 3. 7.
Ubuntu java 버전 변경하기 $> sudo update-alternatives --config java There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path priority Status --------------------------------------------------------------------------------------------------* 0 /usr/lib/jvm/java-6-sun/jre/bin/java 63 auto mode 1 /usr/lib/jvm/java-1.5.0-sun/jre/bin/java 53 manual mode 2 /usr/lib/jvm/java-6-sun/jre/bin/java 63 m.. 2014. 3. 7.
Ubuntu/C - 우분투 소스 컴파일, 실행 소스 코드를 작성 후 컴파일을 하고 실행파일을 만드는 과정을 알아보자 우분투에서 C 프로그램 소스를 컴파일 할 때는 gcc를 이용하는데, 이는 '컴파일러 드라이버'로 불린다. 소스 코드의 빌드 과정에 따라 실행파일을 생성한다. 1. 프리프로세서에 의한 파일 포함과 매크로 처리 2. 어셈블리 코드로 컴파일하고 어셈블 과정을 거쳐 오브젝트 파일로 변환 3. 오브젝트 파일 결합과 라이브러리 링크 위에서 프리프로세서란 고급언어를 또 다른 고급언어로 번역하는 번역기라고 할 수 있다. 쉽게 풀어서 보면, 컴파일보다 먼저 실행되어 미리 처리하는 것인데, 컴파일러가 코드를 번역하기 전에 통일된 언어로 맞추어 놓는 역할을 한다. 프리 프로세서에 대한 사항은 추후 포스팅에 자세히 알아보자. 먼저 hello.c 파일에 대한.. 2014. 3. 7.
add-apt-repository: command not found add-apt-repository 라는 명령어를 찾을 수 없을 경우 아래와 같은 Error 메시지가 나타난다. # add-apt-repository ppa:oisf/suricata-stable bash: add-apt-repository: command not found 아래와 같이 패키지를 설치 후 해결하면 된다. # apt-get install python-software-properties 2014. 2. 27.
Ubuntu 해상도(VirtualBox) 가상환경이라 그런지 해상도가 3가지 종류 밖에 없다. 예전에 배운 기억이.. 역시.. 검색이 답이다. apt-get install virtualbox-ose-guest-x11 (오늘 해보니 이거 하나만 해도 되네요^^;; - 2014. 02. 27.) apt-get -q -y -f build-dep virtualbox-ose-guest-utils virtualbox-guest-x11 apt-get -q -y -f install virtualbox-ose-guest-utils virtualbox-guest-x11 Error log The following packages have unmet dependencies: virtualbox-ose-guest-x11 : Depends: virtualbox-gues.. 2014. 2. 19.
[Ubuntu] 네트워크 설정 우분투 네트워크 설정 # vi /etc/network/interfaces (사실 vi보다 나는 nano를 사용한다) # The loopback network interface auto lo iface lo inet loopback // 동적으로 할당 받을때 사용한다. # The primary network interface # auto eth0 # iface eth0 inet dhcp // 고정으로 IP를 사용. # menual auto eth0 iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0 netwrok 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers.. 2014. 1. 23.