scortnt.github.io Open in urlscan Pro
2606:50c0:8001::153  Public Scan

Submitted URL: http://scortnt.github.io/
Effective URL: https://scortnt.github.io/
Submission: On November 22 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

ScorTnT
ABOUTARCHIVESCATEGORIESHOMETAGS

Powered by Google Übersetzer
 * 
 * 
 * 
 * 
 * 
 * 


SCORTNT


스콜 CARPE DIEM.

Light

Dark


   
   


 * VM'S NETWORK SETTING TOP NEW
   
   Feb 05, 2024 About 1 min
   
   NAT NAT 네트워크 호스트 전용 어댑터 어댑터에 브릿지 Host-Only Adapter 설정은 이름에서부터 알 수 있듯이, 기본적인
   인터넷 네트워크 환경을 제공하는 방식은 아니다. 보통은 host-only adapter + nat 설정을 동시에 사용하여 인터넷 사용은
   nat을 통해서, 내부 네트워크 환경은 호스트 전용 어댑터 설정을 통해서 사용하지만 저자는 이러한 방식의 사용은 적절한 방법이 아니라고
   생각되었고 호스트 전용 어댑터만을 사용해서 내부 네트워크 환경은 물론 외부 인터넷 연결 또한 해결하고자 했다. 기본적으로 네트워크 환경에서
   호스트 전용 어댑터로 설정하고 vm을 실행하여 ping을 날려보... Read More
   
   


 * VIRTUAL MACHINE'S DNS(3) TOP NEW
   
   Nov 08, 2023 About 5 mins
   
   가상머신의 DNS Server 운영과 개념 VM’s DNS(1) local한 DNS 구현 VM’s DNS(2) centos7와 Oracle
   Database 23c Free Developer 운영체제가 사용되었습니다. bind 배포용 linux의 DNS Server를 구축하기
   위한 S/W로 bind를 사용했다. bind는 berkeley internet name domain의 약자로 가장 오래된 domain
   서비스 시스템으로 가장 근본있는(?) S/W이다. 이 외에도 bind9 등과 같은 S/W(패키지)들이 있다. bind 설치 bind 설치는
   배포용 linux에서는 다음과 같은 명령어를 통해서 설치할 ... Read More
   
   


 * LINUX'S IP TOP NEW
   
   Nov 04, 2023 About 1 min
   
   기본적으로 linux에서는 ipconfig 명령어를 사용하여 ip를 확인할 수 없고 ip address를 통해 ip확인이 가능하며, 보통은
   net-tools를 설치하여 ifconfig 명령어를 통해 ip를 확인해야 한다. sudo yum install -y net-tools
   명령어를 통해서 net환경을 위한 툴들을 다운받을 수 있고 ifconfig가 포함되어 있다. ifconfig를 이용하면 Linux의 ip를
   확인할 수 있으며 빨간 박스로 표시된 부분이 ip값이다. Tool CentOS7-x86-64-2009.iso Oracle VM
   VirtualBox 7.0.12-r159484 Read More
   
   


 * PROXY SERVER TOP NEW
   
   Nov 04, 2023 About 1 min
   
   studying… Read More
   
   


 * VIRTUAL MACHINE'S DNS(2) TOP NEW
   
   Nov 04, 2023 About 3 mins
   
   이전 포스트 VM’s DNS(1)의 내용을 포함하고 있습니다. 해당 포스트는 VM(Virtual Machine)의 기본 인터넷설정,
   포트포워딩에 대한 자세한 설명은 생략되어 있습니다. Oracle VM VirtualBox, centos7, Oracle Database
   23c Free Developer를 사용하였습니다. NAT 환경 NAT 환경에서의 VM의 통신은 Host 컴퓨터로부터의 진입이 필수
   불가결이기 때문에, VM간의 통신은 포트포워딩에 불과하며, Host 컴퓨터가 사용하는 라우터의 IP를 DNS에 등록하여 접근하는 방식을
   사용해야 하며, 라우터의 IP를 사용하는 방식에서 두가지로 나뉘게 된다. DNS... Read More
   
   


 * VIRTUAL MACHINE'S DNS(1) TOP NEW
   
   Oct 31, 2023 About 4 mins
   
   가상머신의 DNS 가상머신의 상위 네트워크는 가상머신을 작동시키는 컴퓨터이다. 그렇기 때문에 가상머신이 인터넷 통신을 하는 과정에서 반드시
   컴퓨터를 지나가게 되며, 컴퓨터를 라우터로 인식한다고 봐도 무방하다. DNS를 이용하게 되면 가상머신 자체에 포함된 hosts 파일을
   검토하고 컴퓨터에 포함된 hosts 파일을 검토한다. hosts 파일들에 포함되지 않은 DNS를 이용하게 되면 컴퓨터의 상위 네트워크에
   접속해서 다시 검토하고 없으면 또 상위 네트워크로 올라가는 방식이다. 가상머신간의 DNS 사용 내 컴퓨터에 linux 가상머신과
   MariaDB 가상머신이 작동되고 있을 때 서로간의 통신을 쉽게 처... Read More
   
   


 * DNS SERVER TOP NEW
   
   Oct 31, 2023 About 1 min
   
   이전 포스트 DNS를 먼저 보시는게 좋습니다. 우리는 주소창에 www.google.com 이라고 입력하고 구글에 접속하게 되는데 이는 우리
   컴퓨터의 hosts 파일에 존재하지 않는다. 그렇다면 어느 hosts 파일에 해당 주소의 IP값이 존재할까? 당연하게도 컴퓨터의 hosts
   파일이나 hosts 파일이 존재하는 라우터에 모든 DNS에 대한 주소값을 가지고 있지 않다. 그렇기에 우리에게 인터넷을 제공하는 제공자가
   그 답을 던져준다. ISP :Internet Service Provider SK브로드밴드, KT, LG U+ 과 같은 인터넷 서비스
   제공자는 인터넷을 이용자에게 제공하면서 DNS Server를 운영... Read More
   
   


 * DNS TOP NEW
   
   Oct 28, 2023 About 2 mins
   
   DNS DNS란 domain name system의 약자로 웹 사이트에 접속할때 ip주소를 대신해주는 역할을 한다. 192.168.0.1
   127.0.0.1 위와 같은 숫자들은 컴퓨터를 다룬 사람이라면 눈에 익숙한 숫자일 것이다. 보통은 자신이 사용하는 컴퓨터의 ip 주소를
   가르키며 이를 대신하는 단어로 우리는 localhost를 사용한다. 여기서 사용하는 localhost가 DNS의 예시가 된다. 사용자가
   어려운 ip, 숫자 나열을 외우지 않아도 직관적인 단어를 사용해 같은 기능을 수행하는 것이 DNS의 기능이자 강점이 된다. 그렇다면 우리가
   웹사이트 주소창에 입력하는 이름은 어디로 가서 검증을 하게 될까... Read More
   
   


 * AN EXHIBIT OF MARKDOWN TOP NEW
   
   Dec 05, 2018 About 2 mins
   
   This note demonstrates some of what Markdown is capable of doing. An exhibit
   of Markdown Note: Feel free to play with this page. Unlike regular notes,
   this doesn’t automatically save itself. Basic formatting Paragraphs can be
   written like so. A paragraph is the basic block of Markdown. A paragraph is
   what text will turn into when there is no... Read More
   
   #example#markdown


 * MATHJAX TEST TOP NEW
   
   May 26, 2018 About 1 min
   
   A safe integer is an integer that can be exactly represented as an IEEE-754
   double precision number, and whose IEEE-75 representation cannot be the
   result of rounding any other integer to fit the IEEE-754 representation For
   example, $ 2 ^ {53} - 1 $ is a safe integer, it can be exactly represented
   Read More
   
   #test


 * VIDEO EXAMPLE TOP NEW
   
   Dec 18, 2017 About 3 mins
   
   Canon in D (Pachelbel’s Canon) - Cello & Piano [BEST WEDDING VERSION] Some of
   you know that we occasionally play for weddings. As you can imagine, we get a
   LOT of requests for Canon in D, and we discovered that there were no good
   arrangements available anywhere for piano and cello! Hard to believe given
   its popularity. So we decided to make ... Read More
   
   #video


 * TABLE EXAMPLE TOP NEW
   
   Dec 15, 2017 About 4 mins
   
   Table example as below For now, these extended features are provided: Cells
   spanning multiple columns Cells spanning multiple rows Cells text align
   separately Table header not required Grouped table header rows or data rows
   Rowspan and Colspan ^^ in a cell indicates it should be merged with the cell
   above. This feature is contribu... Read More
   
   #table


 * MERMAID EXAMPLE TOP NEW
   
   Dec 08, 2017 About 1 min
   
   1. Pie chart pie title Pets adopted by volunteers "Dogs" : 386 "Cats" : 85
   "Rats" : 35 2. sequence diagram @startmermaid sequenceDiagram Alice -» Bob:
   Hello Bob, how are you? Bob–»John: How about you John? Bob–x Alice: I am good
   thanks! Bob-x John: I am good thanks! Note right of John: Bob thinks a
   longlong time, so longthat ... Read More
   
   #mermaid


 * PLANTUML EXAMPLE TOP NEW
   
   Dec 04, 2017 About 1 min
   
   My First PlantUML PlantUML Block-1 @startuml Bob -> Alice : hello @enduml
   PlantUML Block-2 Bob -> Alice : hello world PlantUML Block-3 @startuml (*) –>
   “Initialization” if “Some Test” then –>[true] “Some Activity” –> “Another
   activity” -right-> () else ->[false] “Something else” –>[Ending process] ()
   endif ... Read More
   
   #plantuml


 * QUICK MARKDOWN EXAMPLE TOP NEW
   
   Jun 10, 2017 About 3 mins
   
   Paragraphs are separated by a blank line. 2nd paragraph. Italic, bold, and
   monospace. Itemized lists look like: this one that one the other one Note
   that — not considering the asterisk — the actual text content starts at
   4-columns in. Block quotes are written like so. They can span multiple
   paragraphs, if you like. Use 3 dash... Read More
   
   #example


 * THIS POST DEMONSTRATES POST CONTENT STYLES TOP NEW
   
   May 20, 2017 Bart Simpson About 4 mins
   
   Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque
   eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor,
   ultricies id dignissim ac, bibendum in velit. Some great heading (h2) Proin
   convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum.
   In arcu magna, aliquet vel pretium et, m... Read More
   
   


 * MY EXAMPLE POST TOP NEW
   
   Aug 12, 2016 About 1 min
   
   Eos eu docendi tractatos sapientem, brute option menandri in vix, quando
   vivendo accommodare te ius. Nec melius fastidii constituam id, viderer
   theophrastus ad sit, hinc semper periculis cum id. Noluisse postulant
   assentior est in, no choro sadipscing repudiandae vix. Vis in euismod delenit
   dignissim. Ex quod nostrum sit, suas decore animal id i... Read More
   
   


 * SOME ARTICLES ARE JUST SO LONG THEY DESERVE A REALLY LONG TITLE TO SEE IF
   THINGS WILL BREAK WELL TOP NEW
   
   May 20, 2016 About 1 min
   
   Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque
   eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor,
   ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis
   pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet
   vel pretium et, molestie et arcu. Mauris lo... Read More
   
   


 * SOME ARTICLES ARE JUST SO SHORT THAT WE HAVE TO MAKE THE FOOTER STICK TOP NEW
   
   May 19, 2016 About 1 min
   
   Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
   quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
   consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
   cillum dolore eu fugiat nulla pariatur. Excepteur s... Read More
   
   


 * ANOTHER TEST MARKDOWN TOP NEW
   
   Jan 01, 2016 About 10 mins
   
   Put the math expression within $…$: \(\LaTeX{}\) $\Pi$ $ a * b = c ^ b $ $
   2^{\frac{n-1}{3}} $ $ \int_a^b f(x)\,dx. $ \( \int_a^b f(x)\,dx. \)
   \[\begin{cases} \text{if true}\ foo \\ \text{if false}\ bar \end{cases}\] $
   \rho {\rm{FOD}} = \sum\limits{\sigma ,i} {(\delta _1 - \delta _2 n_i^\sigma )
   \phi _i^\sigma ({\bf{... Read More
   
   #test


 * TEST MARKDOWN TOP NEW
   
   Feb 28, 2015 About 1 min
   
   You can write regular markdown here and Jekyll will automatically convert it
   to a nice webpage. I strongly encourage you to take 5 minutes to learn how to
   write in markdown - it’ll teach you how to transform regular text into
   bold/italics/headings/tables/etc. Here is some bold text Here is a secondary
   heading Here’s a useless table: ... Read More
   
   #test


 * WELCOME TO JEKYLL! TOP NEW
   
   Jan 01, 2015 Jeffrey About 1 min
   
   You’ll find this post in your _posts directory. Go ahead and edit it and
   re-build the site to see your changes. You can rebuild the site in many
   different ways, but the most common way is to run jekyll serve, which
   launches a web server and auto-regenerates your site when a file is updated.
   To add new posts, simply add a file in the _posts dire... Read More
   
   #jekyll#theme#yat

 * All22
 * -sample 14
 * DNS 5
 * Linux 2
 * Server 1

Unpublished Work © 2023 - 2024 ScorTnT.
Powered by Jekyll & Yat Theme.
Subscribe via RSS
Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern