Linux2021. 1. 12. 16:14

원하는 것만 static하게 하는 법을 좀 더 찾아 봐야겠네

LDFLAGS = -static

[링크 : https://stackoverflow.com/questions/2856438/how-can-i-link-to-a-specific-glibc-version]

 

+

[링크 : https://xspdf.com/resolution/50038879.html]

'Linux' 카테고리의 다른 글

sit1 인터페이스  (0) 2021.01.20
특정 버전의 파일로 링크걸어서 빌드하기  (0) 2021.01.12
segmentation fault, bus error  (0) 2021.01.08
linux ip 와 gateway 설정  (0) 2021.01.08
udev  (0) 2021.01.05
Posted by 구차니
Linux2021. 1. 8. 15:58

segmentation fault는 주소 영역은 존재하는데 접근해서는 안되는 주소를 간거라고 한다면

bus error는 물리적 주소조차도 존재하지 않는 영역을 갈경우 발생하는건가?

 

A Bus Errors triggers a process-level exception,notifying an  operating system(OS) that a process is trying to access memory that the CPU cannot physically address which in UNIX translates into a “SIGBUS” signal, which if not caught, will terminate the current process.

[링크 : https://learntechway.com/difference-between-segmentation-fault-and-bus-error/]

'Linux' 카테고리의 다른 글

특정 버전의 파일로 링크걸어서 빌드하기  (0) 2021.01.12
libc static build 하기  (0) 2021.01.12
linux ip 와 gateway 설정  (0) 2021.01.08
udev  (0) 2021.01.05
uio - userspace io  (0) 2021.01.05
Posted by 구차니
Linux2021. 1. 8. 12:25

잘 외워두고 써야겠군 

ifconfig eth0 192.168.1.123 netmask 255.255.255.0 up
route add default gw 192.168.1.1

[링크 : https://southlife.tistory.com/82]

'Linux' 카테고리의 다른 글

libc static build 하기  (0) 2021.01.12
segmentation fault, bus error  (0) 2021.01.08
udev  (0) 2021.01.05
uio - userspace io  (0) 2021.01.05
파일이 존재하는데 실행하려고 하면 없다고 에러 뜰 경우  (0) 2020.12.16
Posted by 구차니
Linux2021. 1. 5. 19:54

udev는 장치관리자 / 자동 마운트지

user space driver 와는 연관이 없는 것 같은데....

user space driver 에 대한 마운트를 진행하기도 하니 그거랑 연관이 있다고 해야하나 말아야 하나..

 

[링크 : http://wiki.archlinux.org/index.php/Udev]

[링크 : http://lascrea.tistory.com/89]

 

'Linux' 카테고리의 다른 글

segmentation fault, bus error  (0) 2021.01.08
linux ip 와 gateway 설정  (0) 2021.01.08
uio - userspace io  (0) 2021.01.05
파일이 존재하는데 실행하려고 하면 없다고 에러 뜰 경우  (0) 2020.12.16
ifconfig wan  (0) 2020.12.11
Posted by 구차니
Linux2021. 1. 5. 19:43

user space driver를 보다가 점점 이상한데로 헤매는 느낌..

rtl-sdr에서 왜 자꾸 이상한데로 새는건가.. ㅠㅠ

 

[링크 : http://lethean.github.io/2006/12/19/uio-linux-userspace-kernel-driver/]

[링크 : http://www.kernel.org/doc/html/v4.14/driver-api/uio-howto.html]

 

'Linux' 카테고리의 다른 글

linux ip 와 gateway 설정  (0) 2021.01.08
udev  (0) 2021.01.05
파일이 존재하는데 실행하려고 하면 없다고 에러 뜰 경우  (0) 2020.12.16
ifconfig wan  (0) 2020.12.11
dsa distributed switch architecture  (0) 2020.12.11
Posted by 구차니
Linux/openSUSE2021. 1. 5. 10:05

네트워크 설정은 특색이라고 해야하나

redhat이나 debian 계열과는 또 확연히 다르다.

 

[링크 : https://continuetochallenge.tistory.com/40]

'Linux > openSUSE' 카테고리의 다른 글

openSUSE ssh 활성화 하기  (0) 2021.01.04
openSUSE 패키지 관리자 zypper  (0) 2021.01.04
Posted by 구차니
Linux/openSUSE2021. 1. 4. 15:00

ssh 데몬을 활성화 하고

firewalld 에서 ssh를 허용해주어야 한다.

 

$ sudo systemctl enable sshd
$ sudo systemctl start sshd
$ sudo firewall-cmd --add-service=ssh --permanent
$ sudo firewall-cmd --reload

[링크 : https://continuetochallenge.tistory.com/38]

'Linux > openSUSE' 카테고리의 다른 글

openSUSE 네트워크 설정  (0) 2021.01.05
openSUSE 패키지 관리자 zypper  (0) 2021.01.04
Posted by 구차니
Linux/openSUSE2021. 1. 4. 14:55

야이 강아지들이 하나로 좀 통일해라 ㅠㅠㅠㅠ

> htop
If 'htop' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf htop

> cnf htop

The program 'htop' can be found in the following package:
  * htop [ path: /usr/bin/htop, repository: zypp (repo-oss) ]

Try installing with:
    sudo zypper install htop

 

[링크 : https://www.cyberciti.biz/faq/how-to-install-htop-on-opensuse-linux-using-zypper/]

 

그나저나 cnf는 무슨 유틸리티 인건가..

엌... command not found 줄여서 cnf ㅋㅋㅋㅋㅋ 핸들러!!

COMMAND-NOT-FOUND(1)      http://en.opensuse.org/Sco      COMMAND-NOT-FOUND(1)

NAME
       command-not-found - A command-not-found handler

SYNOPSIS
       command-not-found {binary_name} {repository}

'Linux > openSUSE' 카테고리의 다른 글

openSUSE 네트워크 설정  (0) 2021.01.05
openSUSE ssh 활성화 하기  (0) 2021.01.04
Posted by 구차니
Linux2020. 12. 16. 11:33

예전에 겪었던 건데 일단 이유만 말하자면

바이너리 파일은 32bit용

실행 환경은 64bit인데 32bit 호환용 라이브러리가 없어서 에러를 그따구로 내는 것!

 

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

 

[링크 : https://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists]

[링크 : https://minimonk.tistory.com/6541]

'Linux' 카테고리의 다른 글

udev  (0) 2021.01.05
uio - userspace io  (0) 2021.01.05
ifconfig wan  (0) 2020.12.11
dsa distributed switch architecture  (0) 2020.12.11
linux command line에서 mp3 재생하기  (0) 2020.12.08
Posted by 구차니
Linux/Ubuntu2020. 12. 16. 11:19

apt list 명령어나

aptitude 패키지를 설치해서 해당 유틸리티로 확인하는게 가장 확실한 듯

 

[링크 : https://www.cyberciti.biz/faq/debian-ubuntu-linux-apt-get-aptitude-show-package-version-command/]

 

+

만약에 해당 버전 배포판에서 원하는 버전(그러니까 구버전)이 없으면 어떻게 해야하려나?

'Linux > Ubuntu' 카테고리의 다른 글

vino server without login  (0) 2021.04.14
ubuntu gnome-control-center over ssh  (0) 2021.04.14
ubuntu 20.04 한글입력기  (2) 2020.12.07
/dev/ipmi를 보고 싶다!!!  (0) 2020.11.07
우분투에서 부팅 USB 만들기(iso)  (0) 2020.10.06
Posted by 구차니