Skip to content

telope

A tel(e)- (r)ope that connects the world and me

  • Home
  • About Plenoh
  • telope!?
  • Archives

뷰포트(viewport) code snippet

Leave a reply
<meta name="viewport" content="width=device-width, initial-scale=1.0">
This entry was posted in HTML/CSS on 2020-04-11 by Plenoh.

국문법 스터디 노트 #1

Leave a reply

국문법 스터디 노트 #1

들어가며(Introduction)

I’ve always, in daily life, set English(U.S.) as default… Read more “국문법 스터디 노트 #1”

This entry was posted in General Studies on 2020-04-10 by Plenoh.

루비 프로그래밍 언어 스터디 노트 #1

Leave a reply

Ruby Programming Language Study Note

This study note is from Tutorialspoint(https://www.tutorialspoint.com/ruby/… Read more “루비 프로그래밍 언어 스터디 노트 #1”

This entry was posted in Ruby on 2020-04-07 by Plenoh.

자바 스터디 노트 #2

Leave a reply

Java Equivalent of printf in C

String.format("%.6f", weight);
This entry was posted in Java on 2020-03-26 by Plenoh.

자바 스터디 노트 #1

Leave a reply

Java Data Types

// Integer types
byte, 1 byte
short, 2 bytes
int, 4 bytes
long, 8 bytes

// Floating 
… Read more “자바 스터디 노트 #1”
This entry was posted in Java on 2020-03-25 by Plenoh.

Linux(Debian-based) Package Management – apt tool

Leave a reply

참고할 자료
https://wiki.debian.org/AptCLI
https://en.wikipedia.org/wiki/APT_(software)
https://help.ubuntu.com/lts/serverguide/apt.html… Read more “Linux(Debian-based) Package Management – apt tool”

This entry was posted in UNIX/Linux on 2020-01-06 by Plenoh.

UNIX/Linux 명령어 – ln -s

Leave a reply

Here’s the format.

$ ln -s [TARGET FILE or DIR] [LINK-NAME]
This entry was posted in UNIX/Linux on 2020-01-05 by Plenoh.

UNIX/Linux 명령어 – grep

Leave a reply
$ grep -n '검색할 문자열' ./*

옵션 설명
-n: 행의 번호(line number)를 함께 출력
-l: 패턴이 포함된 파일의 이름을 출력
-r: 재귀적으로(recursively)… Read more “UNIX/Linux 명령어 – grep”

This entry was posted in UNIX/Linux on 2020-01-05 by Plenoh.

Things to Learn

Leave a reply
  • apt tool
  • fontconfig
  • ssh login without password
    http://www.linuxproblem.org/art_9.html
    https://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps/
… Read more “Things to Learn”
This entry was posted in Agenda on 2020-01-05 by Plenoh.

Customizing My Ubuntu MATE

Leave a reply
  • Applying SpoqaHanSans for displaying hangul
  • Theme with shadows under panels
This entry was posted in Agenda on 2020-01-05 by Plenoh.

Post navigation

← Older posts
Newer posts →

Pages

  • About Plenoh
  • Archives
  • telope!?

Technology, information, and Computer Science
My studies and tech documents

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Categories

  • Agenda (20)
  • General Studies (9)
    • Latin (1)
  • Git/GitHub (2)
  • Personal Essays (13)
  • Programming Challenges (4)
  • Programming Languages (16)
    • C/C++ (3)
    • Java (5)
    • JS (3)
    • PHP (3)
    • Ruby (1)
  • Resources (9)
  • Uncategorized (1)
  • UNIX/Linux (7)
  • VI/VIM (1)
  • Web Development (12)
    • Django Tutorial (2)
    • HTML/CSS (9)

Recent Posts

  • 중경삼림(1994, Chungking Express)을 봤다
  • 종이책, 전자책 장단점 정리
  • 소프트웨어를 잘 만드는 사람은…
  • 모던 JavaScript 스터디 노트 #2
  • 모던 JavaScript 스터디 노트 #1

Archives

Proudly powered by WordPress