일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- amcl
- roslib
- turtlebot
- gcc
- webots
- CuDNN
- rqt
- ROS
- 전이학습
- G++
- ax200
- turtlebot3
- 촉각센서
- linetracing
- sources.list
- FreeCAD
- Linux
- Kinetic
- ubuntu
- Gazebo
- opencv
- 부분공간
- error
- autorace
- CUDA
- Installation
- YoLO
- roslaunch
- RGB-D
- darknet_ros
- Today
- Total
목록linux 및 기타 os (85)
기술 성공, 실패 기록소
https://dev.plusblog.co.kr/22 우분투 aptget update와 apt-get upgrade 의 차이 우분투에서 패키지를 설치하기 위해 apt-get 명령을 많이 사용한다. apt-get은 Advanced Packaging Tool의 약자로 우분투를 포함한 데비안 계열의 리눅스에서 사용되는 패키지 관리 툴이다. 터미널을 통해 dev.plusblog.co.kr
@ https://software-craftsman.tistory.com/16 하드링크 - 원본이건 링크 파일이건 수정하면 서로 그대로 영향 @https://qjadud22.tistory.com/22 심볼릭 링크 해제 - rm [링크파일] @https://sksstar.tistory.com/10 하드 링크는 원본 파일의 inode를 하드 링크 파일도 같이 사용하게 되어, 하드링크가 걸린 파일을 이동시켜도 계속 원본 파일을 가리키게 된다. 소프트 링크는 원본 파일의 inode와는 별개로 새로운 inode를 만들고 포인터는 원본파일을 가리킨다. 소프트 링크가 걸린 파일을 이동시키면 링크는 원본파일을 가리키지 못한다. 후에 다시 원위치로 되돌리면 다시 원본파일을 가리킨다. -> 어쨋든 소프트 링크 파일도 내용..
https://www.maketecheasier.com/find-a-file-in-linux/ How to Find a File in Linux Using the Find Command - Make Tech Easier The Linux find command is one of the most important and handy commands in Linux systems. Here's how you can use it to find files in Linux. www.maketecheasier.com sudo find / -name filename
https://4urdev.tistory.com/49 Linux Symbolic Link - 심볼릭 링크 생성 및 삭제 심볼링 링크.. 단어가 크게 와닿지 않지만, 그저 링크라고 생각하면 됩니다. 윈도우에서 바로가기 같은 개념인데, Console 을 주로 이용하는 Linux 의 경우, 명령어를 조금만 잘못 입력하면 문제가 4urdev.tistory.com
https://linuxize.com/post/how-to-remove-symbolic-links-in-linux/ unlink
https://unix.stackexchange.com/questions/167631/finding-the-original-file-of-a-symbolic-link/167632 Finding the original file of a symbolic link So let's say I have a symbolic link of a file in my home directory to another file on a different partition. How would I find the target location of the linked file? By this, I mean, let's say I have unix.stackexchange.com readlink -f /path/file ls -l /..
https://askubuntu.com/questions/22835/how-to-network-two-ubuntu-computers-using-ethernet-without-a-router How to network two Ubuntu computers using ethernet (without a router)? How can I network two Ubuntu computers, so that they can "see" each other at an IP address? askubuntu.com
https://tablefi.tistory.com/128 [Ubuntu 16.04~] pip upgrade 후 에러 해결 (ImportError: cannot import name 'main' ) sudo apt install python-pip pip install --upgrade pip 위와 같이 apt에서 설치한 pip(9.x 버전) 를 그대로 업데이트할 경우 다음과 같은 에러를 뿜는다 ImportError: cannot import name 'main' apt로 설치한.. tablefi.tistory.com curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py python2 get-pip.py errer occur when we try..
-환경 chip - amd64, i915 graphic card - rtx 2070 maxq 1. ubuntu 16.04 설치/ i915 https://sunlab0623.tistory.com/102 wifi6 AX200 on ubuntu 16.04 we can us AX200(wifi module) on ubuntu kernel version >=5.2 1. intall nvidia driver before upgrade kernel if don't install nvidia driver in advance, It will occur error in the process of upgrade ker.. sunlab0623.tistory.com ubuntu 16.04 dont support 9th inte..
https://stackoverflow.com/questions/68148246/broken-php-and-libssl1-1-installation-on-ubuntu-16-04 Broken php and libssl1.1 installation on Ubuntu 16.04 I have been using Ubuntu 16.04. Recently I did some experiments with my PHP installation and I'm afraid I have broken things badly. I tried sudo apt install php7.0 But it's showing a dependency and stackoverflow.com