[SpaceVim] vim한번에 설치하기

1 curl –sLf https://spacevim.org/install.sh | bash cs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 # This is a basic configuration example for SpaceVim   # All SpaceVim options are below [options] snippet [options]     # set spacevim theme. by default colorscheme layer is not loaded,     # if you want to use more colorscheme, please load the colorscheme     # layer, the value of this option is a string.     colorscheme = “gruvbox”     colorscheme_bg = “dark”     # Disable guicolors in basic mode, many terminal do not support 24bit     # true colors, the type of the value is boolean, true or false.     enable_guicolors = true     # Disable statusline separator, if you want to use other value, please … Read more

블로그 구글 번역기

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 <div class=“box_aside”>     <!—->     <!– “새 번역 링크 UI” –>     <ul class=“translation-links”>         <li>🇺🇸<a href=“javascript:void(0)” class=“english” data-lang=“en”><span class=“flag en”></span><span>English</span></a></li>         <li>🇪🇸<a href=“javascript:void(0)” class=“spanish” data-lang=“es”><span class=“flag es”></span><span>Spanish(español)</span></a></li>         <li>🇯🇵<a href=“javascript:void(0)” class=“japanese” data-lang=“ja”><span class=“flag ja”></span><span>Japanese(日本語)</span></a></li>         <li>🇮🇱<a href=“javascript:void(0)” class=“Hebrew” data-lang=“iw”><span class=“flag iw”></span><span>Hebrew(עברית)</span></a></li>         <li>🇦🇪<a href=“javascript:void(0)” class=“Arabic” data-lang=“ar”><span class=“flag ar”></span><span>Arabic(العربية)</span></a></li>         <li>🇹🇼<a href=“javascript:void(0)” class=“Arabic” data-lang=“zh-TW”><span class=“flag zh-TW”></span><span>Taiwanese(中文(繁體))</span></a></li>     </ul> <div id=“google_translate_element” style=“display:block;”></div>     <script src=“https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script>     <script type=“text/javascript”>         /* 구글 번역 초기화 */         function googleTranslateElementInit() {new google.translate.TranslateElement({pageLanguage: ‘ko’,autoDisplay: true}, ‘google_translate_element’);}     </script> … Read more

디스커스 광고 가리는 방법

디스커스 광고 가리는 방법 최근까지 나의 워드프레스 게시글 디스커스 덧글 창에는 광고가 떠서 상당히 지저분(?)했었다. 무료플렌을 사용하고 있어 어쩔 수 없는 것이긴하다. 그래서 구글링을 해본결과 게시글 작성 후에 아래 HTML코드를 삽입 하면 디스커스 코멘트 창에서 더이상 광고가 뜨지 않는다. Code 1 2 3 4 5 6 7 <!– 디스커스 덧글 광고 은닉하기 –> <style> div#disqus_thread iframe[sandbox] { max-height: 0px !important; } </style> <!– 디스커스 덧글 광고 은닉하기 END –> cs … Read more

nmap 사용법 정리

  nmap 네트워크 스캐닝 툴로, 대상(target)의 포트 및 서비스를 스캔하는데 사용되는 툴 설치가 완료된 경우 터미널 환경에서 nmap을 입력하면 실행할 수 있다. ————————————————————————————————- ┌──(root💀Luna)-[~] └─# nmap Nmap 7.94SVN ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254 -iL <inputfilename>: Input … Read more

취약한 웹사이트에서 Cloudflare를 우회하는 방법 | Wafw00f 도구

INTRO Recently, we established a Cloudflare protection on our website as we saw that some people are performing Dos attack on our lovely website. if you don’t know, it is completely illegal to perform Dos against any website except if you own it. you would need the owner permission to perform Dos attack. So, the … Read more

Test

Test #include &lt;stdio.h&gt; int main(void) { int age; printf(&quot;What is your name?&quot;); scanf(&quot;%d&quot;, &amp;age); printf(&quot;You are %d years old&quot;, age); } 1 2 3 4 5 6 7 8 9 10 #include &lt;stdio.h&gt; int main(void) {     int age;       printf(&quot;What is your name?&quot;);     scanf(&quot;%d&quot;, &amp;age);       printf(&quot;You are %d years old&quot;, age); } Colored by Color Scripter cs

Chapter Two

“Oh, I can’t explain. When I like people immensely, I never tell their names to any one. It is like surrendering a part of them. I have grown to love secrecy. It seems to be the one thing that can make modern life mysterious or marvellous to us. The commonest thing is delightful if one … Read more