11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


CoreElec - entware 설치 linux debian 작업

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    CoreElec - entware
    https://tvch.tistory.com/

    Entware 란 무엇이며 설치 / 제거 방법은 무엇입니까?

    > Entware 란 무엇입니까?
    Entware는 CoreELEC에서 지원을 추가 한 패키지 관리자입니다.

    Optware의 현대적인 대안이며 원래 OpenWRT에서 사용하도록 설계되었지만 다른 배포판에서 사용하도록 조정되었습니다. apt / yum / pacman과 유사하여 2000 개 이상의 Linux 응용 프로그램을 더 이상 설치할 수 없다는 점에서 도커 또는 해키 애드온을 사용해야합니다.

    > Entware는 어떻게 설치합니까?
    Entware는 이미지와 함께 패키지되지 않지만 설치할 수 있도록 스크립트를 추가했습니다.

    Entware를 시작하려면 장치에 SSH를 입력하고을 입력 한 installentware후 메시지가 표시되면 재부팅하고 opkg장치가 백업되어 실행될 때 사용할 수 있습니다.

    > Entware를 어떻게 제거합니까?
    Entware를 제거하거나 처음부터 다시 시작하기로 결정한 경우, 장치에 SSH를 연결 rm -rf /opt/*하고 재부팅 한 다음 Entware를 다시 설치하려면 장치를 재부팅 한 후 위의 지침을 따르십시오.

    > 추가 도움말
    CoreELEC 팀의 지원은 주로 Kodi에 중점을 둔 Entware 관련 문제에 대한 지원이 최소화됩니다.이 섹션은 사용자가 서로 도울 수 있도록 추가되었습니다.


    CoreElec

    entware 설치

    > installentware

     

    entware 제거

    > rm -rf /opt/* and reboot

     

    https://discourse.coreelec.org/t/what-is-entware-and-how-to-install-uninstall-it/1149

    apache 설치

    > opkg update

    > opkg install apache

     

    apache configuration -> /etc/apache/httpd.conf

     

    restart apache

    > apachectl restart

     

    https://openwrt.org/docs/guide-user/services/webserver/http.apache

    php7 설치

    > opkg install php7-cgi php7-mod-json php7-mod-dom php7-mod-mbstring php7-mod-openssl php7-mod-curl

     

    python 설치

    > opkg install python-light python-pip python-requests python-lxml

    > pip install BeautifulSoup4

    > pip install requests

     

    klive-server 설치

    > pip install flask

    > pip install requests

    > pip install gevent

     

    kliveProxy.service 수정

    [Unit]
    Description=KLive Server
    
    [Service]
    Environment=
    WorkingDirectory=/opt/klive/
    ExecStart=/opt/bin/python /opt/klive/kliveProxy.py
    Restart=always
    
    [Install]
    WantedBy=multi-user.target

     

    klive-server 서비스 등록

    > cp kliveProxy.service /opt/etc/init.d/ 
    > systemctl daemon-reload
    systemctl enable /opt/etc/init.d/kliveProxy.service
    systemctl start /opt/etc/init.d/kliveProxy.service

     

    klive-server 서비스 명령

    > systemctl start kliveProxy.service
    systemctl stop kliveProxy.service
    > systemctl restart kliveProxy.service

     

    [ 서비스 종료 및 비활성화 ]

    > systemctl stop kliveProxy.service

    > systemctl disable kliveProxy.service

     https://soju6jan.github.io/klive/2018/10/14/klive_install/


    gz 압축 하기

    명령어

    gzip {압축 파일명}

    파일 압축하기

    aaa.jpg를 gz으로 압축한다면 아래와 같은 명령어를 사용하면 된다.


    gzip aaa.jpg 

    수행 결과로 aaa.jpg는 없어지고, aaa.gz 압축 파일이 생성된다.


    gz은 여러개의 파일을 하나로 압축하는 용도가 아니다.

    여러개의 파일을 압축하시려면 tar, zip, 7z 압축을 사용하시길 바란다.


    gz 압축 풀기

    명령어

    gzip -d {압축 파일명}.gz

    gzip으로 압축을 푸는 옵션으로 -d 를 주면 된다. -d는 decompress의 줄임 표현이다.


    gzip 설치하기

    gzip은 리눅스에 기본으로 설치되어 있으나, 혹시 gzip 명령어를 찾을 수 없다고 나오면 아래 명령어로 설치하면 된다.


    우분투에서 unzip 설치



    출처: https://araikuma.tistory.com/121 [프로그램 개발 지식 공유]

    ====================
    entware 설치 작업
    > installentware
    ====================
    login as: root
    root@192.168.0.125's password:
    ##############################################
    #                  CoreELEC                  #
    #            https://coreelec.org            #
    ##############################################
    CoreELEC (official): 9.2.0 (Amlogic-ng.arm)
    CoreELEC:~ # docker ps
    CONTAINER ID        IMAGE                          COMMAND             CREATED             STATUS              PORTS               NAMES
    ddbe679e551f        linuxserver/tvheadend:latest   "/init"             27 hours ago        Up 17 seconds                           linuxserver_tvheadend_latest
    CoreELEC:~ #  installentware
    Connecting to bin.entware.net (104.27.176.50:80)
    writing to stdout
    Info: Checking for prerequisites and creating folders...
    Warning: Folder /opt exists!
    -                    100% |********************************|  2214  0:00:00 ETA
    written to stdout
    Info: Opkg package manager deployment...
    Connecting to bin.entware.net (104.27.177.50:80)
    saving to '/opt/bin/opkg'
    opkg                 100% |********************************|  146k  0:00:00 ETA
    '/opt/bin/opkg' saved
    Connecting to bin.entware.net (104.27.176.50:80)
    saving to '/opt/etc/opkg.conf'
    opkg.conf            100% |********************************|   193  0:00:00 ETA
    '/opt/etc/opkg.conf' saved
    Connecting to bin.entware.net (104.27.176.50:80)
    saving to '/opt/lib/ld-2.27.so'
    ld-2.27.so           100% |********************************|  125k  0:00:00 ETA
    '/opt/lib/ld-2.27.so' saved
    Connecting to bin.entware.net (104.27.176.50:80)
    saving to '/opt/lib/libc-2.27.so'
    libc-2.27.so         100% |********************************| 1314k  0:00:00 ETA
    '/opt/lib/libc-2.27.so' saved
    Connecting to bin.entware.net (104.27.177.50:80)
    saving to '/opt/lib/libgcc_s.so.1'
    libgcc_s.so.1        100% |********************************| 83960  0:00:00 ETA
    '/opt/lib/libgcc_s.so.1' saved
    Connecting to bin.entware.net (104.27.177.50:80)
    saving to '/opt/lib/libpthread-2.27.so'
    libpthread-2.27.so   100% |********************************| 98.7k  0:00:00 ETA
    '/opt/lib/libpthread-2.27.so' saved
    Info: Basic packages installation...
    Downloading http://bin.entware.net/aarch64-k3.10/Packages.gz
    Updated list of available packages in /opt/var/opkg-lists/entware
    Installing entware-opt (227000-3) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/entware-opt_227000-3_all.ipk
    Installing libgcc (7.4.0-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/libgcc_7.4.0-8_aarch64-3.10.ipk
    Installing libc (2.27-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/libc_2.27-8_aarch64-3.10.ipk
    Installing libssp (7.4.0-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/libssp_7.4.0-8_aarch64-3.10.ipk
    Installing libpthread (2.27-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/libpthread_2.27-8_aarch64-3.10.ipk
    Installing librt (2.27-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/librt_2.27-8_aarch64-3.10.ipk
    Installing libstdcpp (7.4.0-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/libstdcpp_7.4.0-8_aarch64-3.10.ipk
    Installing entware-release (1.0-2) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/entware-release_1.0-2_all.ipk
    Installing zoneinfo-asia (2019c-1) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/zoneinfo-asia_2019c-1_aarch64-3.10.ipk
    Installing zoneinfo-europe (2019c-1) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/zoneinfo-europe_2019c-1_aarch64-3.10.ipk
    Installing findutils (4.6.0-4) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/findutils_4.6.0-4_aarch64-3.10.ipk
    Installing terminfo (6.1-5) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/terminfo_6.1-5_aarch64-3.10.ipk
    Installing libpcre (8.43-1) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/libpcre_8.43-1_aarch64-3.10.ipk
    Installing grep (3.3-1) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/grep_3.3-1_aarch64-3.10.ipk
    Installing locales (2.27-8) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/locales_2.27-8_aarch64-3.10.ipk
    Installing opkg (2019-06-14-dcbc142e-1) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/opkg_2019-06-14-dcbc142e-1_aarch64-3.10.ipk
    Installing entware-upgrade (1.0-1) to root...
    Downloading http://bin.entware.net/aarch64-k3.10/entware-upgrade_1.0-1_all.ipk
    Configuring libgcc.
    Configuring libc.
    Configuring libssp.
    Configuring libpthread.
    Configuring librt.
    Configuring terminfo.
    Configuring libpcre.
    Configuring grep.
    Configuring locales.
    Entware uses separate locale-archive file independent from main system
    Creating locale archive - /opt/usr/lib/locale/locale-archive
    Adding en_EN.UTF-8
    Adding ru_RU.UTF-8
    You can download locale sources from http://bin.entware.net/other/i18n_glib227.tar.gz
    You can add new locales to Entware using /opt/bin/localedef.new
    Configuring entware-upgrade.
    Upgrade operations are not required
    Configuring opkg.
    Configuring zoneinfo-europe.
    Configuring zoneinfo-asia.
    Configuring libstdcpp.
    Configuring entware-release.
    Configuring findutils.
    Configuring entware-opt.
    Info: Congratulations!
    Info: If there are no errors above then Entware was successfully initialized.
    Info: Add /opt/bin & /opt/sbin to your PATH variable
    Info: Add '/opt/etc/init.d/rc.unslung start' to startup script for Entware services to start
    Info: Found a Bug? Please report at https://github.com/Entware/Entware/issues
    Would you like to reboot now to finish installation (recommended) [y/N]? y
    CoreELEC:~ #

     --------------------

    문제 발생시 바로 제거


    entware 제거

    > rm -rf /opt/* and reboot


    ◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    shimss@11q.kr님의 댓글

    shimss@11q.kr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (210.♡.41.89) 작성일
    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,672 / 16 Page
    [ amina 스킨 홈 페이지 수정 상단 자동메뉴 automenu 아미나스킨 테마에 적용 ] 댓글 1

    .amina 스킨 홈 페이지 수정 상단 자동메뉴 automenu 아미나스킨 테마에 적용\r\n\r\n<!-- gnb 시작--><…

    [ 림스 모바일 빌더 - jquery mobile Update - 업데이트 까지 m.zip ] 댓글 2

    림스 모바일 빌더 - jquery mobile Update - 업데이트파일명/업데이트제목작성일수정버젼조회m/skin/write.skin.basi…

    [ [게시판] 상단 메뉴 그룹>게시판 자동 메뉴[추천] ]

    [게시판] 상단 메뉴 그룹>게시판 자동 메뉴글쓴이 :이빌더스조회 : 2,680 추천 : 21 스킨화.zip (18.6K)[94]DATE :…

    [ 블로그나 홈페이지에 BGM 넣기(시계와 날씨창(600종) 큐브) ]

    블로그나 홈페이지에 BGM 넣기(시계와 날씨창(600종) 큐브)전체공개무료BGM 설치하기 팁|2008/01/30 17:30http://blog.…

    [ amina thema 설정변경 파일 위치 ]

    ###■ https://11q.kr는 정보를 찾아 공유 합니다..■ https://11q.kr\r\n\r\n\r\n\r\n\n[이 게시물은 관리…

    [ 배추 라이트와 아미나 스킨 테마 적용 ]

    배추 라이트와 아미나 스킨테마 적용\n[이 게시물은 관리자님에 의해 2013-11-17 19:08:52 11.H_BBS에서 이동 됨]\n[이 게…

    [ 시놀로지 서버 자료 공유하기 sw공유 방법 ]

    시놀로지 diskstation의 filestation의 파일 공유 방법은 패스워드를 입력해야 공유됨\r\n\r\n\n[이 게시물은 관리자님에 의…

    [ disk station에 로그인할 권한이 없습니다라는 메세지가 뜹니다 외부ip ddns또는 특정 pc 접속… ] 댓글 2

    disk station에 로그인할 권한이 없습니다라는 메세지가 뜹니다 외부ip ddns로 집에서 접속하니 dsm이 접속이되지 않음- 저는 내부 …

    [ filestation에서 디랙토리가 삭제되지 안음 해결 ]

    11q.kr 는 네이버/구글에서 검색 찾아오세요\r\n----------------------------------------------file…

    [ 림스모바일 2.6.3 검색이 되지 안되네요 (1/14일 버전 해결) ] 댓글 2

    심봉사 \r\n감사 합니다 새롭게 업데이트 하여 금일 림스모바일 2.6.3 버전 설치 하였습니다 찾기가 되지 않아 문의 드립니다 림스 모바일 홈…

    [ 배추빌더 lite 전체 업데이트 하기 ]

    배추빌더 lite 전체 업데이트 하기\r\n\r\n.Shims HomePage[https://11q.kr 홈피] .\n[이 게시물은 관리자님에 …

    [ 게시판 공유 카카오톡으로 링크 공유 하기_성공 20150109 ] 댓글 1

    >https://developers.kakao.com/docs/js카카오톡개발가이드에 접속 / 카카오톡 링크 에서1.원본 아래 소스를 게시…

    [ 시놀로지 nas 서버 접속한 ip추적 북한/중국/러시아연방 ip차단 설정하기 /ip 추적 사이트/차단리스트 ] 댓글 2

    ♠ 웹서버가 접속이 지연되고 특정ip가 지속적으로 접속 시도되어\r\n ip추척 검색하여 지도로 확인하니 중국서버에서 접속 시도하고 있습니다\r…

    [ view 페이지에서 PDF 파일 뿌려주기 ]

    홈 > 아미나빌더 > 활용팁\r\n활용팁\r\n\r\n view 페이지에서 PDF 파일 뿌려주기\r\n\r\n\r\n3하늘™ 기타 5…

    [ dsm 5.2 헤놀로지/시놀로지 5967 업데이트 사용기 ] 댓글 5

    헤놀로지/시놀로지 dsm 5967 업데이트 XPEnoboot 5.2-5644.5 DS3615xs 와 dsm 5967을 적용 가능하네요제장비에 업…

    [ vmware 스냅샷 설정값 백업 (자료구굴링 ) ]

    주) 스냅샷을 사용하면 설정 백업을 할수 있으나 용량이 2씩 증가하여 hdd 용량증가에 문제 발생\r\n 설정값에서 제외 사용중입니다 .\r\n…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-02 21:12:51

    오늘의 홈 현황


    • 현재 접속자♨ 619(1) 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 7 명
    • 오늘 방문자 2,140 명
    • 어제 방문자 2,099 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,355,385 명
    • 전체 게시물※ 8,614 개
    • 전체 댓글수※ 24,678 개
    • 전체 회원수 11,006 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑