Linux/Ubuntu2016. 8. 18. 20:23

좌 클릭은 이동

우 클릭은 이전 페이지로 이동


$ lynx -use_mouse

[링크 : http://linux.die.net/man/1/lynx]

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

proprietary driver on lubuntu  (0) 2016.09.09
gnome-disks 벤치마크  (0) 2016.09.05
axel  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
*.so 파일의 의존성 확인하기  (0) 2016.06.13
Posted by 구차니
Linux/Ubuntu2016. 8. 18. 19:56

wget보다 빠른 녀석인 듯?

$ sudo apt-cache search wget

abcde - A Better CD Encoder

axel - light download accelerator - console version

axel-dbg - light download accelerator - debugging symbols

devscripts - scripts to make the life of a Debian Package maintainer easier

filetea - Web-based file sharing system

libcupt3-0-downloadmethod-wget - flexible package manager -- wget download method

ow-shell - shell utilities to talk to an 1-Wire owserver

puf - Parallel URL fetcher

pwget - downloader utility which resembles wget (implemented in Perl)

snarf - A command-line URL grabber

texlive-latex-extra - TeX Live: LaTeX additional packages

wget - retrieves files from the web

wget-el - interface for wget on Emacsen

wput - tiny wget-like ftp-client for uploading files 


$ wget http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

--2016-08-18 20:13:20--  http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

Resolving releases.ubuntu.com (releases.ubuntu.com)... 91.189.88.148, 2001:67c:1360:8c01::1e

Connecting to releases.ubuntu.com (releases.ubuntu.com)|91.189.88.148|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1513308160 (1.4G) [application/x-iso9660-image]

Saving to: ‘ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637’


esktop-amd64.iso?_g   3%[                      ]  46.40M  2.48MB/s   eta 13m 18s

속도가 오를때 마다 줄이 넘어가서 일단 삭제하고..

아무튼 wget 보다는 빠르다.

$ axel http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

Initializing download: http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

File size: 1513308160 bytes

Opening output file ubuntu-16.04.1-desktop-amd64.iso

Starting download


[  0%]  .......... .......... .......... .......... ..........  [  91.7KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2151.5KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2164.4KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2177.7KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2190.9KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2203.9KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2217.0KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2230.6KB/s]

[  1%]  .......... .......... .......... .......... ..........  [3247.9KB/s]

[  1%]  .......... .......... .......... .......... ..........  [3249.8KB/s]

[  1%]  .......... .......... ..........^C .

Downloaded 18.3 megabytes in 5 seconds. (3250.80 KB/s) 


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

gnome-disks 벤치마크  (0) 2016.09.05
lynx 마우스 사용하기  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
*.so 파일의 의존성 확인하기  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
Posted by 구차니
Linux/Ubuntu2016. 6. 13. 17:31

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

lynx 마우스 사용하기  (0) 2016.08.18
axel  (0) 2016.08.18
*.so 파일의 의존성 확인하기  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
Posted by 구차니
Linux/Ubuntu2016. 6. 13. 11:39

so 파일의 다른 so 파일 의존성은 readelf -d로 확인!


$ readelf -d libssl.so.1.0.0

Dynamic section at offset 0x45ef0 contains 30 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libcrypto.so.1.0.0]
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x00000001 (NEEDED)                     Shared library: [ld-linux-armhf.so.3]

[링크 : http://stackoverflow.com/...direct-shared-object-dependencies-of-a-linux-elf-binary]

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

axel  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
notepadqq 흐음...  (0) 2016.03.23
Posted by 구차니
Linux/Ubuntu2016. 6. 9. 11:02

이렇게 보니.. 리눅스 버전이 미친듯이 올랐구나 싶네


4.10    Warty Warthog    2.6.8

5.04    Hoary Hedgehog   2.6.10

5.10    Breezy Badger    2.6.12

6.06    Dapper Drake     2.6.15

6.10    Edgy Eft         2.6.17

7.04    Feisty Fawn      2.6.20

7.10    Gutsy Gibbon     2.6.22

8.04    Hardy Heron      2.6.24

8.10    Intrepid Ibex    2.6.27

9.04    Jaunty Jackalope 2.6.28

9.10    Karmic Koala     2.6.31

10.04   Lucid Lynx       2.6.32

10.10   Maverick Meerkat 2.6.35

11.04   Natty Narwhal    2.6.38

11.10   Oneiric Ocelot   3.0

12.04   Precise Pangolin 3.2+

12.10   Quantal Quetzal  3.5

13.04   Raring Ringtail  3.8

13.10   Saucy Salamander 3.11

14.04   Trusty Tahr      3.13

14.10   Utopic Unicorn   3.16

15.04   Vivid Vervet     3.19

15.10   Wily Werewolf    4.2

16.04   Xenial Xerus     4.4 


[링크 : http://askubuntu.com/.../list-of-ubuntu-versions-with-corresponding-linux-kernel-version]

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

baobab - Disk Usage Analyzer  (0) 2016.06.13
*.so 파일의 의존성 확인하기  (0) 2016.06.13
응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
notepadqq 흐음...  (0) 2016.03.23
ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
Posted by 구차니
Linux/Ubuntu2016. 4. 24. 08:58

$ do-release-upgrade


어제 자기 전에 걸어 두고 일어나니

지울 녀석이 남았다고 버팅겨서 y 해주었더니 금세 끝나네

자.. 이제 2년간 버텨보자 ㅋ




Welcome to Ubuntu 16.04 LTS (GNU/Linux 4.4.0-21-generic x86_64)


 * Documentation:  https://help.ubuntu.com/


Last login: Wed Apr 20 20:57:14 2016 from 192.168.219.153




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

*.so 파일의 의존성 확인하기  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
notepadqq 흐음...  (0) 2016.03.23
ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
ubuntu selinux... disabled?!  (0) 2016.02.15
Posted by 구차니
Linux/Ubuntu2016. 3. 23. 17:10

심심해서..

xming으로 연결해서 테스트 해봤더니

context 메뉴가 안드로메다로 간다



$ notepadqq

QXcbConnection: Failed to get the primary output of the screen

QXcbConnection: Failed to get the primary output of the screen

QXcbConnection: XCB error: 170 (Unknown), sequence: 162, resource id: 90, major code: 146 (Unknown), minor code: 20

QXcbConnection: XCB error: 170 (Unknown), sequence: 323, resource id: 90, major code: 146 (Unknown), minor code: 20


머지? 캡쳐 하려고 다시 실행하니 되네? ㄷㄷ

$ notepadqq

QXcbConnection: Failed to get the primary output of the screen

QXcbConnection: XCB error: 170 (Unknown), sequence: 162, resource id: 90, major code: 146 (Unknown), minor code: 20



아무튼.. Qt 기반인가 느리당... scite는 좀 그나마 빠른데 ㅠㅠ

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

우분투 버전별 리눅스 커널  (4) 2016.06.09
응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
ubuntu selinux... disabled?!  (0) 2016.02.15
ubuntu 15.10 가벼워졌네?  (0) 2016.02.12
Posted by 구차니
Linux/Ubuntu2016. 2. 16. 10:18

서버 구동시 메시지를 보니.. TLS 어쩌구.. 보안 타입...

$ /usr/lib/vino/vino-server --sm-disable start

16/02/2016 10시 12분 29초 Autoprobing TCP port in (all) network interface

16/02/2016 10시 12분 29초 Listening IPv6://[::]:5900

16/02/2016 10시 12분 29초 Listening IPv4://0.0.0.0:5900

16/02/2016 10시 12분 29초 Autoprobing selected port 5900

16/02/2016 10시 12분 29초 Advertising security type: 'TLS' (18)

16/02/2016 10시 12분 29초 Re-binding socket to listen for VNC connections on TCP port 5900 in (all) interface

16/02/2016 10시 12분 29초 Listening IPv6://[::]:5900

16/02/2016 10시 12분 29초 Listening IPv4://0.0.0.0:5900

16/02/2016 10시 12분 29초 Clearing securityTypes

16/02/2016 10시 12분 29초 Advertising security type: 'TLS' (18)

16/02/2016 10시 12분 29초 Clearing securityTypes

16/02/2016 10시 12분 29초 Advertising security type: 'TLS' (18)

16/02/2016 10시 12분 29초 Advertising authentication type: 'No Authentication' (1)

16/02/2016 10시 12분 29초 Re-binding socket to listen for VNC connections on TCP port 5900 in (all) interface

16/02/2016 10시 12분 29초 Listening IPv6://[::]:5900

16/02/2016 10시 12분 29초 Listening IPv4://0.0.0.0:5900

16/02/2016 10시 12분 29초 Listening for VNC connections on TCP port 5900 in (all) network interface

16/02/2016 10시 12분 29초 Listening IPv6://[::]:5900

16/02/2016 10시 12분 29초 Listening IPv4://0.0.0.0:5900

16/02/2016 10시 12분 29초 Clearing securityTypes

16/02/2016 10시 12분 29초 Clearing authTypes

16/02/2016 10시 12분 29초 Advertising security type: 'TLS' (18)

16/02/2016 10시 12분 29초 Advertising authentication type: 'No Authentication' (1)

16/02/2016 10시 12분 29초 Advertising security type: 'No Authentication' (1)


$ sudo apt-get install xtightvncviewer

패키지 목록을 읽는 중입니다... 완료

의존성 트리를 만드는 중입니다

상태 정보를 읽는 중입니다... 완료

제안하는 패키지:

  tightvncserver

다음 새 패키지를 설치할 것입니다:

  xtightvncviewer

0개 업그레이드, 1개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.

54.7 k바이트 아카이브를 받아야 합니다.

이 작업 후 186 k바이트의 디스크 공간을 더 사용하게 됩니다.

받기:1 http://kr.archive.ubuntu.com/ubuntu/ wily/universe xtightvncviewer amd64 1.3.10-0ubuntu2 [54.7 kB]

내려받기 54.7 k바이트, 소요시간 0초 (324 k바이트/초)

Selecting previously unselected package xtightvncviewer.

(데이터베이스 읽는중 ...현재 227107개의 파일과 디렉터리가 설치되어 있습니다.)

Preparing to unpack .../xtightvncviewer_1.3.10-0ubuntu2_amd64.deb ...

Unpacking xtightvncviewer (1.3.10-0ubuntu2) ...

Processing triggers for man-db (2.7.4-1) ...

Processing triggers for menu (2.1.47ubuntu1) ...

xtightvncviewer (1.3.10-0ubuntu2) 설정하는 중입니다 ...

Processing triggers for menu (2.1.47ubuntu1) ...


$ xtightvncviewer

Connected to RFB server, using protocol version 3.7

No authentication needed

Desktop name "minimonk@devmonk"

VNC server default format:

  32 bits per pixel.

  Least significant byte first in each pixel.

  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0

Warning: Cannot convert string "-*-helvetica-bold-r-*-*-16-*-*-*-*-*-*-*" to type FontStruct

Using default colormap which is TrueColor.  Pixel format:

  32 bits per pixel.

  Least significant byte first in each pixel.

  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0

Same machine: preferring raw encoding


일단은. 짜증나서 뷰어 변경하니 되긴 함.


$ gsettings set org.gnome.Vino require-encryption false

보안 강화로 인해 14.10 이후 부터는 tls를 강제로 켜놓는 바람에
클라이언트 들이 지원을 못하는걸려나?
dconf-editor로 encryption을 꺼도 꺼지지 않는다 ㅠㅠ

+
sudo dcont-editor
로 encryption을 꺼서 되는건가?
리부팅 해도 계속 되네 -ㅁ-???


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

응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
notepadqq 흐음...  (0) 2016.03.23
ubuntu selinux... disabled?!  (0) 2016.02.15
ubuntu 15.10 가벼워졌네?  (0) 2016.02.12
우분투 multiseat 설정  (0) 2016.02.04
Posted by 구차니
Linux/Ubuntu2016. 2. 15. 12:36

selinux가 켜져 있는지 꺼져 있는지 확인하는 방법


$ selinuxenabled

The program 'selinuxenabled' is currently not installed. You can install it by typing:

sudo apt-get install selinux-utils


$ sudo apt-get install selinux-utils

패키지 목록을 읽는 중입니다... 완료

의존성 트리를 만드는 중입니다

상태 정보를 읽는 중입니다... 완료

다음 새 패키지를 설치할 것입니다:

  selinux-utils

0개 업그레이드, 1개 새로 설치, 0개 제거 및 7개 업그레이드 안 함.

53.5 k바이트 아카이브를 받아야 합니다.

이 작업 후 270 k바이트의 디스크 공간을 더 사용하게 됩니다.

받기:1 http://kr.archive.ubuntu.com/ubuntu/ wily/universe selinux-utils amd64 2.3-2build1 [53.5 kB]

내려받기 53.5 k바이트, 소요시간 0초 (776 k바이트/초)

Selecting previously unselected package selinux-utils.

(데이터베이스 읽는중 ...현재 181268개의 파일과 디렉터리가 설치되어 있습니다.)

Preparing to unpack .../selinux-utils_2.3-2build1_amd64.deb ...

Unpacking selinux-utils (2.3-2build1) ...

Processing triggers for man-db (2.7.4-1) ...

selinux-utils (2.3-2build1) 설정하는 중입니다 ...


$ selinuxenabled && echo enabled || echo disabled

disabled


[링크 : http://www.revsys.com/writings/quicktips/turn-off-selinux.html]


Ubuntu 15.10 인데 꺼져있네.. 건드린거 없으니 기본이 꺼져 있는 듯

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

notepadqq 흐음...  (0) 2016.03.23
ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
ubuntu 15.10 가벼워졌네?  (0) 2016.02.12
우분투 multiseat 설정  (0) 2016.02.04
LXDE 에서는... XDMCP 미지원?  (0) 2016.02.04
Posted by 구차니
Linux/Ubuntu2016. 2. 12. 23:20

LTS가 아닌건 잘 안쓰지만..

오랫만에 설치를 해보니

14.04 때 처럼 fucking gnome3!!! 를 외칠만큼 무겁지 않다는 점에 놀람


암튼.. 부팅도 종료도 빠르고 나쁘지 않은듯..



xdmcp랑..

ssh랑 되게 설정해놔야지.

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

ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
ubuntu selinux... disabled?!  (0) 2016.02.15
우분투 multiseat 설정  (0) 2016.02.04
LXDE 에서는... XDMCP 미지원?  (0) 2016.02.04
xdrp  (0) 2016.02.02
Posted by 구차니