'정보/기술/PC'에 해당되는 글 31건
- 2011.02.25 "" 문자열을 숫자 0으로 바꿀때
- 2011.02.04 Gmail에서 사이드바 광고제거하기. (FireFox, Chrome만 적용)
- 2011.01.27 웹서버에서 화일을 다운로드 받기 VB.NET
- 2011.01.20 인터넷에서 암호가 걸려있는 폴더를 주소줄에서 입력하여 접근하기.
- 2011.01.20 아파치 서버(Apache)의 특정 폴더에 암호 걸기.
- 2011.01.20 미국의 IP 주소가 필요한 경우.
- 2010.10.19 mklink에 대해서.
- 2010.06.24 Google Voice와 Sipgate를 이용하여 컴퓨터로 무료 미국내 전화하기 1
- 2010.04.22 AeroSnap의 창 조절용 단축키를 XP/Vista 에서 사용하게해주는 프로그램. 3
- 2009.12.17 베터리 제거상태에서 65W AC Adapter를 쓸때 CPU 성능 제한 문제 1
Dim fn As String = "Alien 2.bmp"
Using client As New System.Net.WebClient
client.Credentials = New System.Net.NetworkCredential("id", "pwd")
client.DownloadFileAsync(ad + fn, "c:\" + fn)
End Using
Re-type new password: mypassword
Adding password for user username
AuthName "Restricted Files"
# (Following line optional)
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
Require user username
![hss-logo](http://hotspotshield.com/images/hss-logo.gif)
Symbolic link:
Created as mklink link_name target_name
-아이콘은 바로가기와 같은 모양 (The
icon next to the link is the same like that of a shortcut)
-공간 차지않함. (Occupies
zero space in the system)
-화일시스템에서 따로 저장되는 화일이 아님(It is
not a separate file in the file system)
-OS레벨에서 해석됨 (Interpreted
at the operating system level)
-원본화일이 지워지면 링크는 남아있으나 내용은 지워짐 (If the
original file is deleted, the link is useless)
-원본화일을 지우는것은 Symbolic
Link를 지우는것이 아님 (Removing the original file does not remove the symbolic link)
-Symbolic Link를 지우는것은 원본화일을 지우는것이 아님 (Removing
the symbolic link does not remove the original file)
Hard link:
Created as mklink /H link_name target_name
-원본화일과 같은 공간을 차지하지만 같은 object를 가리킨다.(copy랑은 다른 의미) (The
space it occupies equals the size of the original file, but refers to the same
object in the system (not a copy))
- OS레벨에서 해석됨(Interpreted
at the operating system level)
-hard link의 아이콘은 다른 object들과 다름. (The
icon next to the hard link is different from the other objects)
-원본을 삭제하는것은 hard link에 영향을 주지않음 (Removing
the original file does not remove the hard link)
-hard link를 지워도 원본은 남아있음 (Removing
the hard link does not remove the original file)
-원본이 지워져도 그 내용은 하드링크를 통해서 접근가능 (If
the original file is deleted, its content is still available through the hard
link)
-hard link에 내용이 변경되면 원본에도 변경됨 (Making
a change to the hard link propagates all changes to the original file)
Shortcut:
Created by right clicking the original file and selecting action from the drop down menu
-원본화일과는 별개의 화일임 (A file
in the system that is completely separate from the original file)
-shortcut 내용을 해석할수 있는 프로그램만이 실행할 수 있음 (Only
those programs that know the concept of shortcuts understand them)
-원본이 지워지면 링크는 쓰래기. (If
the original file is deleted, the link is useless)
-원본을 지워도 shortcut은 남아있음 (Removing
the original file does not remove the shortcut)
-shortcut을 지워도 원본은 남아있음 (Removing
the shortcut does not remove the original file)
Google Voice가 베타에서 벗어나 일반인가입이 가능하도록 공개되었습니다. 이전에 구글 보이스와 Gizmo5를 이용하여 컴퓨터로 전화걸고 받을수 있는 방법을 소개하였는데요. Gizmo5를 구글이 인수하고 더이상 새로운계정을 만들수 없게 만들어놨습니다. 다른 새로운 방법(Sipgate) 을 알게되어 소개합니다. 유무선 인터넷이 연결된 컴퓨터로 전화를 사용하시고 싶으신분들은 아래의 방법을 따라 하시면 됩니다.
1. Sipgate.com/one에서 왼쪽 하단의 Sign
up now 부분을 클릭합니다.
2. 다음페이지에서 자신의 휴대폰번호와 회사를 입력하고 Get Invitation Code를 누르세요. 그러면 문자메세지로Invitation code가 전송되고 이를 아래의 웹페이지에 입력하시고 Sign up to sipgate버튼을 누르세요.