Linux/Ubuntu2015. 12. 29. 15:11

음.. 우분투 x86 머신을

synology 처럼 네트워크 접속시 자동으로 깨어나도록 하고 싶어서

찾아 봤더니 키워드를 잘못 찾아서 헤메고 있었던 기분...


아무튼.. 범용제품으로는 ARM cpu를 채용한 녀석만큼

딱 입맛에 맞춰서 재웠다 깨웠다는 조금 힘들려나..

매번 WOL로 살리는것도 귀찮은데..


[링크 : http://blog.dustinkirkland.com/2009/02/ubuntu-server-suspendhibernateresume.html]

[링크 : http://askubuntu.com/questions/1792/how-can-i-suspend-hibernate-from-command-line]

[링크 : https://wiki.ubuntu.com/UnderstandingSuspend]

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

lubuntu xtem scrollbar  (0) 2016.01.02
으악 lubuntu 였지 ㅋㅋㅋ  (0) 2015.12.30
pkg-config  (0) 2015.10.08
htop 색상의미  (0) 2015.10.08
ubuntu 스크린샷(캡쳐) 프로그램  (0) 2015.09.22
Posted by 구차니
Linux2015. 10. 30. 14:51

cpu-z 처럼 어느 슬롯에 몇 기가가 있나 리눅스에서 확인법 검색..


$ sudo lshw -class memory

  *-firmware

       description: BIOS

       vendor: American Megatrends Inc.

       physical id: 0

       version: P1.50

       date: 09/07/2012

       size: 64KiB

       capacity: 4032KiB

       capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification

  *-cache:0

       description: L2 cache

       physical id: 8

       slot: CPU Internal L2

       size: 512KiB

       capacity: 512KiB

       capabilities: internal write-through unified

  *-cache:1

       description: L1 cache

       physical id: 9

       slot: CPU Internal L1

       size: 128KiB

       capacity: 128KiB

       capabilities: internal write-through data

  *-cache:2

       description: L3 cache

       physical id: a

       slot: CPU Internal L3

       size: 2MiB

       capacity: 2MiB

       capabilities: internal write-back unified

  *-memory

       description: System Memory

       physical id: b

       slot: System board or motherboard

       size: 4GiB

     *-bank:0

          description: DIMM [empty]

          product: [Empty]

          vendor: [Empty]

          physical id: 0

          serial: [Empty]

          slot: ChannelA-DIMM0

     *-bank:1

          description: DIMM DDR3 Synchronous 1067 MHz (0.9 ns)

          product: Team-Elite-1600

          vendor: Fujitsu

          physical id: 1

          serial: 00000000

          slot: ChannelB-DIMM0

          size: 4GiB

          width: 64 bits

          clock: 1067MHz (0.9ns)


$ sudo dmidecode -t memory

# dmidecode 2.11

SMBIOS 2.7 present.


Handle 0x000B, DMI type 16, 23 bytes

Physical Memory Array

        Location: System Board Or Motherboard

        Use: System Memory

        Error Correction Type: None

        Maximum Capacity: 16 GB

        Error Information Handle: Not Provided

        Number Of Devices: 2


Handle 0x000D, DMI type 17, 34 bytes

Memory Device

        Array Handle: 0x000B

        Error Information Handle: Not Provided

        Total Width: Unknown

        Data Width: Unknown

        Size: No Module Installed

        Form Factor: DIMM

        Set: None

        Locator: ChannelA-DIMM0

        Bank Locator: BANK 0

        Type: Unknown

        Type Detail: None

        Speed: Unknown

        Manufacturer: [Empty]

        Serial Number: [Empty]

        Asset Tag: 9876543210

        Part Number: [Empty]

        Rank: Unknown

        Configured Clock Speed: Unknown


Handle 0x000E, DMI type 17, 34 bytes

Memory Device

        Array Handle: 0x000B

        Error Information Handle: Not Provided

        Total Width: 64 bits

        Data Width: 64 bits

        Size: 4096 MB

        Form Factor: DIMM

        Set: None

        Locator: ChannelB-DIMM0

        Bank Locator: BANK 2

        Type: DDR3

        Type Detail: Synchronous

        Speed: 1067 MHz

        Manufacturer: 04EF

        Serial Number: 00000000

        Asset Tag: 9876543210

        Part Number: Team-Elite-1600

        Rank: 2

        Configured Clock Speed: 1067 MHz 


[링크 : http://unix.stackexchange.com/.../how-to-determine-the-amount-of-ram-slots-in-use]

'Linux' 카테고리의 다른 글

objdump  (0) 2016.02.18
iotop  (0) 2016.01.19
IIO - Industrial I/O  (2) 2015.09.03
insmod / modprobe 차이  (0) 2015.08.25
리눅스 device tree  (0) 2015.04.29
Posted by 구차니
Linux/Ubuntu2015. 10. 8. 15:14

opencv 3.0.0을 빌드해서 올렸다.. 다시 돌릴려는데 영 안되네..



$ pkg-config opencv --libs

-L/usr/local/lib -lopencv_calib3d -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_hal -lopencv_highgui -lopencv_imgcodecs -lopencv_imgproc -lopencv_ml -lopencv_objdetect -lopencv_photo -lopencv_shape -lopencv_stitching -lopencv_superres -lopencv_video -lopencv_videoio -lopencv_videostab



$ sudo find / -name "*.pc" | grep opencv

/home/pi/src/openCV/opencv-3.0.0/build/unix-install/opencv.pc

/usr/lib/pkgconfig/opencv.pc

/usr/local/lib/pkgconfig/opencv.pc


$ sudo mv /usr/local/lib/pkgconfig/opencv.pc /usr/local/lib/pkgconfig/opencv.pc.bak


$ sudo ldconfig


$ pkg-config opencv --libs

-lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_photo -lopencv_stitching -lopencv_ts -lopencv_video -lopencv_videostab




정보는 바뀌는데 정작 빌드 하면 이상하게 된다.. ㅠㅠ

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

으악 lubuntu 였지 ㅋㅋㅋ  (0) 2015.12.30
우분투 hibernate(최대절전) / suspend(절전)  (0) 2015.12.29
htop 색상의미  (0) 2015.10.08
ubuntu 스크린샷(캡쳐) 프로그램  (0) 2015.09.22
우분투 시스템 온도 측정  (0) 2015.08.15
Posted by 구차니
Linux/Ubuntu2015. 10. 8. 10:28

그냥 부하가 걸리는건줄 알았는데 아니구나...


Default mode

Blue: low priority processes (nice > 0)

Green: normal (user) processes

Red: kernel time (kernel, iowait, irqs...)

Orange: virt time (steal time + guest time)


Detailed mode

Blue: low priority threads (nice > 0)

Green: normal (user) processes

Red: system processes

Orange: IRQ time

Magenta: Soft IRQ time

Grey: IO Wait time

Cyan: Steal time

Cyan: Guest time


Memory meters are more straightforward:

Green: Used memory pages

Blue: Buffer pages

Orange: Cache pages


[링크 : http://serverfault.com/questions/180711/what-exactly-do-the-colors-in-htop-status-bars-mean]

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

우분투 hibernate(최대절전) / suspend(절전)  (0) 2015.12.29
pkg-config  (0) 2015.10.08
ubuntu 스크린샷(캡쳐) 프로그램  (0) 2015.09.22
우분투 시스템 온도 측정  (0) 2015.08.15
우분투 모니터 없이 부팅하기  (0) 2015.08.15
Posted by 구차니
Linux/Ubuntu2015. 9. 22. 08:50

라즈베리에 까는데

용량들이 왜케 후덜덜 한거야...


f-spot은 사진 관리용이지.. 스샷은 안되고

shutter는 깔기만 했는데 용량이 ㅎㄷㄷ하게 깔려서 패스

gimp는 캡쳐하나 하자고 포토샾 까는 꼴이고..

그나마 무난하고 만만한건 gnome-screenshot(용량적고 강추)

[링크 : http://askubuntu.com/questions/6558/what-screenshot-tools-are-available]

    [링크 : http://packages.ubuntu.com/search?keywords=gnome-screenshot]

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

pkg-config  (0) 2015.10.08
htop 색상의미  (0) 2015.10.08
우분투 시스템 온도 측정  (0) 2015.08.15
우분투 모니터 없이 부팅하기  (0) 2015.08.15
lubuntu xbuntu mate 메모리 사용량 (live)  (2) 2015.08.12
Posted by 구차니
Linux2015. 9. 3. 16:01

2009년 부터 개발되어 오기 시작한 녀석..

[링크 : https://archive.fosdem.org/2012/schedule/event/693/127_iio-a-new-subsystem.pdf]

 

sysfs나 캐릭터 디바이스로 하드웨어와 통신을 하기 위한 인터페이스(?)라고 하면 되나..

아무튼 온도 센서 등과 같은 gpio를 이용하는 비표준 통신 장비들과(그래서 I2C 이런것과 달리 Industrial이라고 한 듯)

통신을 할 수 있도록 해주는 것으로 보이는 sub-system 이다.

 

 

[링크 : http://wiki.analog.com/software/linux/docs/iio/iio]

 

+

2022.06.20

[링크 : https://www.kernel.org/doc/html/v4.12/driver-api/iio/index.html]

'Linux' 카테고리의 다른 글

iotop  (0) 2016.01.19
리눅스에서 메모리 뱅크 확인하기  (0) 2015.10.30
insmod / modprobe 차이  (0) 2015.08.25
리눅스 device tree  (0) 2015.04.29
커널 컴파일 옵션 neon 과 cpu feature  (0) 2015.04.28
Posted by 구차니
Linux2015. 8. 25. 11:34

굳이 차이점이라면...

insmod는 파일을 이용해서 올리고

modprobe는 모듈 이름을 이용해서 올리고 정도?



pi@raspberrypi ~ $ which modprobe

/sbin/modprobe

pi@raspberrypi ~ $ which insmod

/sbin/insmod

pi@raspberrypi ~ $ ls -al /sbin/modprobe

lrwxrwxrwx 1 root root 9  4월 29  2013 /sbin/modprobe -> /bin/kmod

pi@raspberrypi ~ $ ls -al /sbin/insmod

lrwxrwxrwx 1 root root 9  4월 29  2013 /sbin/insmod -> /bin/kmod



insmod

insmod [ filename ] [ module options... ]

insmod is a trivial program to insert a module into the kernel: if the filename is a hyphen, the module is taken from standard input. Most users will want to use modprobe(8) instead, which is more clever.

[링크 : http://linux.die.net/man/8/insmod]


modprobe

modprobe [ -v ] [ -V ] [ -C config-file ] [ -n ] [ -i ] [ -q ] [ -b ] [ -o modulename ] [ modulename ] [ module parameters... ]

modprobe intelligently adds or removes a module from the Linux kernel: note that for convenience, there is no difference between _ and - in module names. modprobe looks in the module directory /lib/modules/'uname -r' for all the modules and other files, except for the optional /etc/modprobe.conf configuration file and /etc/modprobe.d directory (see modprobe.conf(5)). modprobe will also use module options specified on the kernel command line in the form of <module>.<option>.

[링크 : http://linux.die.net/man/8/modprobe]


[링크 : http://www.readysystem.co.kr/ready/bbs/board.php?bo_table=tech_linux&wr_id=36&page=5]

'Linux' 카테고리의 다른 글

리눅스에서 메모리 뱅크 확인하기  (0) 2015.10.30
IIO - Industrial I/O  (2) 2015.09.03
리눅스 device tree  (0) 2015.04.29
커널 컴파일 옵션 neon 과 cpu feature  (0) 2015.04.28
쓰레드 / 프로세스  (0) 2015.04.27
Posted by 구차니
Linux/Ubuntu2015. 8. 15. 17:43

아니.. 왜 이걸 아직가지 적은적이 없지? 그럴리가 없을텐데? ㄷㄷㄷ


$ sudo apt-cache search lm-sensor

libsensors4 - library to read temperature/voltage/fan sensors

libsensors4-dev - lm-sensors development kit

fancontrol - utilities to read temperature/voltage/fan sensors

lm-sensors - utilities to read temperature/voltage/fan sensors

mate-sensors-applet - Display readings from hardware sensors in your MATE panel

mrtgutils-sensors - Utilities to generate statistics for mrtg (from lm-sensors)

nagios-plugins-contrib - Plugins for nagios compatible monitoring systems

phpsysinfo - PHP based host information

psensor - display graphs for monitoring hardware temperature

psensor-server - Psensor server for monitoring hardware sensors remotely

sensord - hardware sensor information logging daemon

sensors-applet - Display readings from hardware sensors in your Gnome panel

xfce4-goodies - enhancements for the Xfce4 Desktop Environment


$ sudo apt-get install lm-sensors


$ sensors

k8temp-pci-00c3

Adapter: PCI adapter

Core0 Temp:   +91.0°C

Core0 Temp:   +88.0°C

Core1 Temp:   +67.0°C

Core1 Temp:   +79.0°C


$ sensors

k8temp-pci-00c3

Adapter: PCI adapter

Core0 Temp:  +102.0°C

Core0 Temp:  +100.0°C

Core1 Temp:   +74.0°C

Core1 Temp:   +91.0°C


헐.. 듀얼 코어이긴 한데.. 왜 Core0/1이 각각 두번씩 나오지? ㄷㄷㄷ
그나저나 이 온도 믿을만 한거 맞나? ㄷㄷㄷ

[링크 : http://www.lm-sensors.org/]

[링크 : https://help.ubuntu.com/community/SensorInstallHowto]

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

htop 색상의미  (0) 2015.10.08
ubuntu 스크린샷(캡쳐) 프로그램  (0) 2015.09.22
우분투 모니터 없이 부팅하기  (0) 2015.08.15
lubuntu xbuntu mate 메모리 사용량 (live)  (2) 2015.08.12
ubuntu mate  (0) 2015.07.28
Posted by 구차니
Linux/Ubuntu2015. 8. 15. 17:08

먼가.. 예전보다 간단해졌다?


$ sudo apt-get install xserver-xorg-video-dummy

$ sudo vi /etc/X11/xorg.conf

Section "Device"

    Identifier  "Configured Video Device"

    Driver      "dummy"

EndSection


Section "Monitor"

    Identifier  "Configured Monitor"

    HorizSync 31.5-48.5

    VertRefresh 50-70

EndSection


Section "Screen"

    Identifier  "Default Screen"

    Monitor     "Configured Monitor"

    Device      "Configured Video Device"

    DefaultDepth 24

    SubSection "Display"

    Depth 24

    Modes "1024x768"

    EndSubSection

EndSection


엥? 안되는데? ㅠㅠ


[링크 : http://askubuntu.com/questions/453109/ubuntu-14-04-add-fake-display-when-no-monitor-is-plugged-in]

[링크 : http://blog.mediafederation.com/andy-hawkins/ubuntu-headless-vnc-vesa-800x600-fix/]


에라이.. 그냥 메모리도 적게 먹고 좋네

걍 냅두자 ㅋㅋㅋㅋ


2012/06/02 - [Linux/Ubuntu] - ubuntu 12.10 에서 모니터 없이 부팅시키기


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

ubuntu 스크린샷(캡쳐) 프로그램  (0) 2015.09.22
우분투 시스템 온도 측정  (0) 2015.08.15
lubuntu xbuntu mate 메모리 사용량 (live)  (2) 2015.08.12
ubuntu mate  (0) 2015.07.28
Ubuntu 12.04 LTS G1610 CPU 지원 종료  (0) 2015.04.10
Posted by 구차니
Linux/Ubuntu2015. 8. 12. 10:02

일단은 lubuntu(LXDE)가 xubuntu(XFCE)/ubuntu mate(GNOME2) 보다 300메가 정도 메모리를 덜 먹는다.

어짜피 둘다 ubuntu 기반이니 원하는대로 바꾸다 보면 그게 그거일지도 모르겠지만

윈도 매니저 자체는 꽤 차이가 난다.


lubuntu - 700MB


xubuntu - 1GB


mate - 1GB



음.. 순정 unity가 메모리는 가장 적게 먹으나 느려 터졌으니.. LXDE가 나으려나?

2014/06/14 - [Linux/Ubuntu] - Ubuntu 14.04 LTS desktop 64bit edition


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

우분투 시스템 온도 측정  (0) 2015.08.15
우분투 모니터 없이 부팅하기  (0) 2015.08.15
ubuntu mate  (0) 2015.07.28
Ubuntu 12.04 LTS G1610 CPU 지원 종료  (0) 2015.04.10
sudo: unable to resolve host  (0) 2015.03.26
Posted by 구차니