'잡동사니'에 해당되는 글 13665건
- 2013.07.12 제주도 워크샾
- 2013.07.11 PXA255 init script 고찰
- 2013.07.11 스팀 첫 지름
- 2013.07.10 우분투 apt-get이 많이 느려진거 같은데..
- 2013.07.10 ubuntu 12.04 lightgdm xrog.conf
- 2013.07.10 ubuntu에서 pptpd를 이용한 vpn 서비스
- 2013.07.09 설계 관련 오픈소스
- 2013.07.09 MAC Address는 신상정보인가 아닌가?
- 2013.07.09 wan 에서 mac address 얻기
- 2013.07.08 축약주소 만들기 서비스
개소리 왈왈/사진과 수다2013. 7. 12. 23:28
하드웨어/PalmPalm Tynux Box2013. 7. 11. 15:16
H-JTAG에서 init script는
단순하게 프로그램을 올리기 직전에 올려지는 테스트 코드가 아닌
해당 프로세서를 초기화 하는 코드로 생각이 된다.
아무튼.. SDRAM IF를 사용하도록 초기화 코드를 찾아야 하는데
레지스터 기반이라.. 하아.. memory map부터 좀 찾아 봐야겠다 ㅠㅠ
[링크 : http://www.fairwayacademy.org/.../latest-on-openocd-and-pxa255-sdram-initscript/]
[링크 : http://www.fairwayacademy.org/.../enabling-working-area-in-sdram-for-openocd-on-pxa255/] << init code
위에 cfg 파일의 레지스터로 찾아보니 오호오오오오옹~ 이걸 이용해 봐야겠다
[링크 : http://www.idt.mdh.se/kurser/cdt214/PXA255_Developers_Manual.pdf]
단순하게 프로그램을 올리기 직전에 올려지는 테스트 코드가 아닌
해당 프로세서를 초기화 하는 코드로 생각이 된다.
아무튼.. SDRAM IF를 사용하도록 초기화 코드를 찾아야 하는데
레지스터 기반이라.. 하아.. memory map부터 좀 찾아 봐야겠다 ㅠㅠ
[INIT_TRITON_RAM] memory write 0x48000008 0x12DC24D8 ; MSC0 = 0x26F226F2
memory read 0x48000008 ; read MSC0
memory write 0x4800000C 0x7FF07FF0 ; MSC1 = 0x3FF4A441
wait 10
memory write 0x48000010 0x7FF07FF0 ; MSC2 = 0x00007FF0
wait 10
memory write 0x48000004 0x00000018 ; MDREFR = 0x00000018
memory write 0x4800001C 0x00000000 ; SXCNFG = 0x00000000
memory write 0x48000004 0x00010018 ; MDREFR = 0x00010018
wait 10
memory write 0x48000004 0x0009C030 ; MDREFR = 0x000BC018
memory write 0x48000000 0x00000AA8 ; MDCNFG = 0x00000AA8
wait 100
memory write 0x48000000 0x00000AAD ; MDCNFG = 0x00000AA9
memory write 0x48000040 0x00220032 ; MDMRS = 0x00220032
[링크 : http://download.ronetix.info/peedi/cfg_examples/xscale/pxa255.cfg] << init code(makefile?) |
[링크 : http://www.fairwayacademy.org/.../latest-on-openocd-and-pxa255-sdram-initscript/]
# pxa255.scr - openOCD script to initialize system and local SDRAM to greatly
# aid performance whilst flashing and dumping meomory.
#-----------------------------------------------------
# setup GPIO
#
#mww 0x40E00018 0x00008000 ;CPSR0
#mww 0x40E0001C 0x003FAB82 ;GPSR1
#mww 0x40E00020 0x0001C000 ;GPSR2
#mww 0x40E00024 0x000B2150 ;GPCR0
#mww 0x40E00028 0xFCC00050 ;GPCR1
#mww 0x40E0002C 0x00003FFF ;GPCR2
#mww 0x40E0000C 0xC38BA150 ;GPDR0
#mww 0x40E00010 0xFCFFABD2 ;GPDR1
#mww 0x40E00014 0x0001FFFF ;GPDR2
#mww 0x40E00054 0x80011004 ;GAFR0_L
#mww 0x40E00058 0xA51A800A ;GAFR0_H
#mww 0x40E0005C 0x69908018 ;GAFR1_L
#mww 0x40E00060 0xAAA5AAAA ;GAFR1_H
#mww 0x40E00064 0xAAAAAAAA ;GAFR2_L
#mww 0x40E00068 0x00000002 ;GAFR2_H
#mww 0x40F00004 0x00000030 ;PSSR# setup memory controller
# Local tweaks here for Falcon II board
# This board uses 2 13x9 sdrams for a 32 bit wide data bus#msc1
mww 0x4800000C 0x3FC43FCC
#msc0
mww 0x48000008 0x3FC423F2
#msc1
mww 0x4800000C 0x3FC43FCC
#msc2
mww 0x48000010 0x3FC43FC4
#mecr
mww 0x48000014 0x00000000
#mcmem0
mww 0x48000028 0x00010504
#mcmem1
mww 0x4800002C 0x00010504
#mcatt0
mww 0x48000030 0x00010504
#mcatt1
mww 0x48000034 0x00010504
#mcio0
mww 0x48000038 0x00004715
#mcio1
mww 0x4800003C 0x00004715
#mdref
mww 0x48000004 0x03CA4018
#mdref
mww 0x48000004 0x004B4018
#mdref
mww 0x48000004 0x000B4018
#mdref
mww 0x48000004 0x000BC018
#mdcnfg
mww 0x48000000 0x00001AC8
#DELAY 20 maybe put dummy mdw commands here???
mdw 0x00000000 20
#wakeup the sdram:
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
mww 0xA0000000 0xA0000000
#mdcnfg
mww 0x48000000 0x00001AC9
#mdmrs
mww 0x48000040 0x00000000 |
위에 cfg 파일의 레지스터로 찾아보니 오호오오오오옹~ 이걸 이용해 봐야겠다
0x4800_0000 MDCNFG SDRAM Configuration Register 0
0x4800_0004 MDREFR SDRAM Refresh Control Register
[링크 : http://www.idt.mdh.se/kurser/cdt214/PXA255_Developers_Manual.pdf]
'하드웨어 > PalmPalm Tynux Box' 카테고리의 다른 글
Tynuxbox FLASH 초기화 관련 내용 (0) | 2013.07.27 |
---|---|
Tynuxbox SDRAM 초기화 관련 내용 (0) | 2013.07.27 |
palmpalm + h-jtag이 안된이유? (0) | 2013.07.07 |
palmpalm FS 구조 (0) | 2013.07.07 |
palmpalm = PXA255 + Intel 28F128J3 (0) | 2013.07.03 |
게임/오리진&스팀&유플레이2013. 7. 11. 10:20
하프라이프 패키지!
아쉽게도 value complete pack이 사라져서
이거라도 흑흑흑 ㅠㅠ
portal은 다음기회에 질러보고
팀포는 별로 안끌리고
예전 밸브팩에서 하프라이프와 카스와 포탈이 조금 끌렸는데
어쩔수 없지 머.. ㅠㅠ(그건 100$ ㅠㅠ)
아쉽게도 value complete pack이 사라져서
이거라도 흑흑흑 ㅠㅠ
portal은 다음기회에 질러보고
팀포는 별로 안끌리고
예전 밸브팩에서 하프라이프와 카스와 포탈이 조금 끌렸는데
어쩔수 없지 머.. ㅠㅠ(그건 100$ ㅠㅠ)
'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글
앜앜앜앜앜앜!!!! vale complete pack!!! (0) | 2013.07.16 |
---|---|
오 밸브신이시여 왜 저에게 이런 시련을 주시나이까 ㅠㅠ (0) | 2013.07.15 |
오리진 50% 할인 (2) | 2013.06.13 |
스팀 주말 할인 날려먹음 ㅠㅠ (0) | 2013.06.07 |
구매한 게임은 바닥을 보이고.. (0) | 2013.06.04 |
Linux/Ubuntu2013. 7. 10. 16:24
korea 에서 Main으로 바꾸니 더욱 빨라진 기분..
(기분이라기 보다는 느낌? ㅋㅋㅋ
바꾸기 전에는 국내 서버에서 30kB/s 이렇게 날아오던던게 메가급으로 날아온다 -_-
어떻게 국내가 더 느려진겨?)
(기분이라기 보다는 느낌? ㅋㅋㅋ
바꾸기 전에는 국내 서버에서 30kB/s 이렇게 날아오던던게 메가급으로 날아온다 -_-
어떻게 국내가 더 느려진겨?)
'Linux > Ubuntu' 카테고리의 다른 글
Ubuntu 14.04 LTS 공개가 코앞에!! (0) | 2014.04.16 |
---|---|
범블비 - bumblebee (Nvidia Optimus) (0) | 2013.09.19 |
ubuntu 12.04 lightgdm xrog.conf (0) | 2013.07.10 |
ubuntu에서 pptpd를 이용한 vpn 서비스 (0) | 2013.07.10 |
우분투에서 소스 패키지 다운로드 하기 (0) | 2013.06.14 |
Linux/Ubuntu2013. 7. 10. 16:16
비정상 실행시 /etx/X11/xorg.conf.failsafe 파일을 가지고 노는게 나을려나..
아래 경로로 옮겨진 10-monitor.conf를 생성해서 가지고 노는게 좋으려나?
[링크 : http://samuelmartin.wordpress.com/2012/05/29/enabling-resolutions-in-ubuntu-12-04-lubuntu-12-04/]
[링크 : http://ubuntu.or.kr/viewtopic.php?p=103635]
$ ll /etc/X11/
total 96
drwxr-xr-x 10 root root 4096 Jul 10 16:00 ./
drwxr-xr-x 127 root root 12288 Jul 10 15:56 ../
lrwxrwxrwx 1 root root 13 Sep 9 2012 X -> /usr/bin/Xorg*
-rwxr-xr-x 1 root root 709 Apr 1 2010 Xreset*
drwxr-xr-x 2 root root 4096 Feb 14 07:09 Xreset.d/
drwxr-xr-x 2 root root 4096 Feb 14 07:09 Xresources/
-rwxr-xr-x 1 root root 3730 Jan 20 2012 Xsession*
drwxr-xr-x 2 root root 4096 Feb 14 07:10 Xsession.d/
-rw-r--r-- 1 root root 265 Jul 2 2008 Xsession.options
-rw-r--r-- 1 root root 601 Feb 14 07:09 Xwrapper.config
drwxr-xr-x 2 root root 4096 Feb 14 07:10 app-defaults/
drwxr-xr-x 2 root root 4096 Feb 14 07:10 cursors/
-rw-r--r-- 1 root root 18 Feb 14 07:09 default-display-manager
drwxr-xr-x 4 root root 4096 Feb 14 07:09 fonts/
-rw-r--r-- 1 root root 17394 Dec 3 2009 rgb.txt
drwxr-xr-x 3 root root 4096 Feb 14 07:10 xinit/
drwxr-xr-x 2 root root 4096 Jan 24 2012 xkb/
|
아래 경로로 옮겨진 10-monitor.conf를 생성해서 가지고 노는게 좋으려나?
$ ll /usr/share/X11/xorg.conf.d/
total 36
drwxr-xr-x 2 root root 4096 Feb 14 07:09 ./
drwxr-xr-x 5 root root 4096 Feb 14 07:09 ../
-rw-r--r-- 1 root root 1099 Jan 19 21:39 10-evdev.conf
-rw-r--r-- 1 root root 590 Dec 8 2012 11-evdev-quirks.conf
-rw-r--r-- 1 root root 364 Dec 8 2012 11-evdev-trackpoint.conf
-rw-r--r-- 1 root root 1593 Dec 8 2012 50-synaptics.conf
-rw-r--r-- 1 root root 115 Dec 8 2012 50-vmmouse.conf
-rw-r--r-- 1 root root 842 Dec 8 2012 50-wacom.conf
-rw-r--r-- 1 root root 590 Dec 8 2012 51-synaptics-quirks.conf |
아무튼
라고 입력하니 $HOME 에 xorg.conf.new 라고 빈내용의 설정파일이 생성된다.
xrandr 로 모니터 지원 해상도를 설정하면 된다는데 어떻게 설정을 해야 하려나..
$ sudo service lightgdm stop $ sudo X -configure |
$ cat xorg.conf.new Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor3"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "Throttle" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "DelayedFlush" # [<bool>]
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
#Option "TripleBuffer" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
Identifier "Card1"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card2"
Driver "fbdev"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card3"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen3"
Device "Card3"
Monitor "Monitor3"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
xrandr 로 모니터 지원 해상도를 설정하면 된다는데 어떻게 설정을 해야 하려나..
$ xrandr Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.0 +
1600x1200 65.0 60.0
1680x1050 60.0
1680x945 60.0
1400x1050 74.9 60.0
1600x900 60.0
1280x1024 75.0 60.0
1440x900 75.0 59.9
1280x960 60.0
1366x768 60.0
1360x768 60.0
1280x800 74.9 59.8
1152x864 75.0
1280x768 74.9 59.9
1024x768 75.0 70.1 60.0*
1024x576 60.0
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 75.0 72.8 60.0
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis) |
Section "Monitor" Identifier "Monitor0"
Modeline "1920x1080_60.00" 82.97 1000 1064 1168 1336 1000 1001 1004 1035 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "HDMI-1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080_60.00" "1024x768"
EndSubSection
EndSection |
[링크 : http://ubuntu.or.kr/viewtopic.php?p=103635]
'Linux > Ubuntu' 카테고리의 다른 글
범블비 - bumblebee (Nvidia Optimus) (0) | 2013.09.19 |
---|---|
우분투 apt-get이 많이 느려진거 같은데.. (0) | 2013.07.10 |
ubuntu에서 pptpd를 이용한 vpn 서비스 (0) | 2013.07.10 |
우분투에서 소스 패키지 다운로드 하기 (0) | 2013.06.14 |
rpm2cpio를 이용한 rpm 압축해제하기 (0) | 2013.01.15 |
Linux/Ubuntu2013. 7. 10. 14:38
집에 아이피가 공유기를 사용하여 192.168.0.x대로 되어있고
PPTP를 NAT 사용하지 않고 안드로이드 폰으로 연결하는 경우에 대한 설정이다.
일단 서버 아이피는 192.168.0.199로 고정되어 있고
회선은 KT 이므로 DNS는 168.126.63.1 와 168.126.63.2 로 설정하였다.
pptp 사용시 암호는 username / password 이며
공유기에서는 1723 번 포트를 포워딩 해주어야 한다.
혹시나 했지만.. packet forwarding이 설정되지 않으면 안된다.
NAT와는 별개로 포워딩은 켜줘야 PPTP로 전송이 됨.
[링크 : http://prettygom.com/entry/우분투에서-pptp-VPN-설정]
---
안드로이드에서 테스트
PPTP로 설정후
PPTP를 NAT 사용하지 않고 안드로이드 폰으로 연결하는 경우에 대한 설정이다.
일단 서버 아이피는 192.168.0.199로 고정되어 있고
회선은 KT 이므로 DNS는 168.126.63.1 와 168.126.63.2 로 설정하였다.
pptp 사용시 암호는 username / password 이며
공유기에서는 1723 번 포트를 포워딩 해주어야 한다.
$ sudo apt-get install pptpd
$ sudo vi /etc/pptpd.conf
# (Recommended)
localip 192.168.0.199
remoteip 192.168.0.234-238,192.168.0.245
|
$ sudo vi /etc/ppp/pptpd-options
# Network and Routing
# If pppd is acting as a server for Microsoft Windows clients, this
# option allows pppd to supply one or two DNS (Domain Name Server)
# addresses to the clients. The first instance of this option
# specifies the primary DNS address; the second instance (if given)
# specifies the secondary DNS address.
# Attention! This information may not be taken into account by a Windows
# client. See KB311218 in Microsoft's knowledge base for more information.
#ms-dns 10.0.0.1
#ms-dns 10.0.0.2ms-dns 168.126.63.1 ms-dns 168.126.63.2 |
$ sudo vi /etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
username pptpd password *
|
혹시나 했지만.. packet forwarding이 설정되지 않으면 안된다.
NAT와는 별개로 포워딩은 켜줘야 PPTP로 전송이 됨.
$ sudo vi /etc/sysctl.conf
# Uncomment the next line to enable packet forwarding for IPv4
net.ipv4.ip_forward=1 |
$ sudo sysctl -p
---
안드로이드에서 테스트
PPTP로 설정후
아이디 / 암호를 넣고
접속하면 끝!
상태바에도 올라간다!
'Linux > Ubuntu' 카테고리의 다른 글
우분투 apt-get이 많이 느려진거 같은데.. (0) | 2013.07.10 |
---|---|
ubuntu 12.04 lightgdm xrog.conf (0) | 2013.07.10 |
우분투에서 소스 패키지 다운로드 하기 (0) | 2013.06.14 |
rpm2cpio를 이용한 rpm 압축해제하기 (0) | 2013.01.15 |
우분투 배포판 업그레이드 (2) | 2012.11.23 |
파일방2013. 7. 9. 10:55
[링크 : http://pssc.egloos.com/5668498]
[링크 : http://www.kicad-pcb.org/] 회로+PCB 아트웤
[링크 : http://en.wikipedia.org/wiki/KiCad]
[링크 : http://sourceforge.net/projects/free-cad/] 모델링
[링크 : http://en.wikipedia.org/wiki/Freecad]
'파일방' 카테고리의 다른 글
startrail - 일주사진 합성 프로그램 (0) | 2013.08.13 |
---|---|
웹기반 스케쥴러 (0) | 2013.07.18 |
yaffs2 파일 시스템 열어보기(윈도우) (0) | 2013.07.04 |
phpfreechat (0) | 2013.02.06 |
ajaxchat (0) | 2013.02.06 |
개소리 왈왈/정치관련 신세한탄2013. 7. 9. 09:55
보안체계에서 식별자로 사용하기 위해
ip 만으로는 부족하여 mac을 도입하려고 생각중..
그런데 혹시나 해서 찾아보니 MAC 에 대한 의견이 분분한것 같다.
경찰에서는 mac은 개인정보라고 하고
다른쪽에서는 아니라고 하고..
머 솔찍히 MAC도 변경 가능하기에(조금 귀찮지만) UUID 라고 하긴 모호하지만
IP 기반에서 식별 가능한 몇 안되는 키워드이니 민감할수 밖에 없으려나?
[링크 : http://blog.daum.net/saschajin/11335]
[링크 : http://www.lawtimes.co.kr/LawNews/News/NewsContents.aspx?serial=76156]
[링크 : http://www.etnews.com/news/contents/internet/2788110_1488.html]
[링크 : http://www.lbskorea.or.kr/bbs/bbsView.php?code=bbs_dn&id=108]
[링크 : http://chanwoo.org/134]
ip 만으로는 부족하여 mac을 도입하려고 생각중..
그런데 혹시나 해서 찾아보니 MAC 에 대한 의견이 분분한것 같다.
경찰에서는 mac은 개인정보라고 하고
다른쪽에서는 아니라고 하고..
머 솔찍히 MAC도 변경 가능하기에(조금 귀찮지만) UUID 라고 하긴 모호하지만
IP 기반에서 식별 가능한 몇 안되는 키워드이니 민감할수 밖에 없으려나?
[링크 : http://blog.daum.net/saschajin/11335]
[링크 : http://www.lawtimes.co.kr/LawNews/News/NewsContents.aspx?serial=76156]
[링크 : http://www.etnews.com/news/contents/internet/2788110_1488.html]
[링크 : http://www.lbskorea.or.kr/bbs/bbsView.php?code=bbs_dn&id=108]
[링크 : http://chanwoo.org/134]
'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글
종편 투자자 목록 공개(?) (0) | 2013.07.16 |
---|---|
한 소녀의 神風 (0) | 2013.07.14 |
6.25 (0) | 2013.06.25 |
NLL 관련 대화록 전문 (0) | 2013.06.25 |
ㅋㅋㅋ 이런 유머도 또 없겠어 ㅋㅋㅋㅋ (0) | 2013.06.11 |
Programming/web 관련2013. 7. 9. 08:03
는 안되는 기분인데..
서버 자체가 공유기 뒤에 있어서 인지
공유기 내부 사설망 이외에는 전부 mac을 얻어오지 못한다 ㅠㅠ
어찌보면 당연한거긴 한데..(mac은 lan에서 사용될뿐 wan에서는 ip로 하니)
웬지 억울한건 기분탓인가...?
[링크 : http://superuser.com/questions/188799/how-to-find-the-mac-address-of-a-remote-computer]
서버 자체가 공유기 뒤에 있어서 인지
공유기 내부 사설망 이외에는 전부 mac을 얻어오지 못한다 ㅠㅠ
어찌보면 당연한거긴 한데..(mac은 lan에서 사용될뿐 wan에서는 ip로 하니)
웬지 억울한건 기분탓인가...?
[링크 : http://superuser.com/questions/188799/how-to-find-the-mac-address-of-a-remote-computer]
'Programming > web 관련' 카테고리의 다른 글
NoSQL (0) | 2014.04.09 |
---|---|
w3c 규격 번역 (0) | 2014.03.17 |
축약주소 만들기 서비스 (0) | 2013.07.08 |
php-mobile-detect (0) | 2013.02.23 |
php if/else/echo (0) | 2012.11.30 |
Programming/web 관련2013. 7. 8. 22:00
http://home.minimonk.net:8080/pt/
->
http://durl.me/5btcs5 durl.kr << 유일하게 PHP상의 레퍼러 주소가 변경됨
http://goo.gl/6zxev
http://bit.ly/1agejZ1
http://tinyurl.com/n5e22jf
->
http://durl.me/5btcs5 durl.kr << 유일하게 PHP상의 레퍼러 주소가 변경됨
http://goo.gl/6zxev
http://bit.ly/1agejZ1
http://tinyurl.com/n5e22jf
'Programming > web 관련' 카테고리의 다른 글
w3c 규격 번역 (0) | 2014.03.17 |
---|---|
wan 에서 mac address 얻기 (0) | 2013.07.09 |
php-mobile-detect (0) | 2013.02.23 |
php if/else/echo (0) | 2012.11.30 |
TD 태그 - Chrome 과 IE 차이? (0) | 2011.05.30 |