728x90
300x250

* 우분투 서버를 사용하고 있을 경우 X 시스템과 폰트관련 패키지가 설치되어 있지 않다. 

그림 1. xfont 설치하기

$ sudo apt-get install libfontenc1 xfonts-encodings xfonts-utils xfonts-base xfonts-75dpi

우분투 데스크탑을 사용하고 있다면 생략해도 무방함.

한글 언어팩 설치

그림 2. language-pack-ko 설치하기

$ sudo apt-get install language-pack-ko

그림 3. locale-gen ko_KR.UTF-8 생성하기

$ sudo locale-gen ko_KR.UTF-8

그림 4. /etc/default/locale 수정하기


$ sudo vi /etc/default/locale
LANG="en_US.UTF-8"
LANG="ko_KR.UTF-8"

그림 5. ko_KR.UTF-8 추가하기

$ sudo vi /etc/environment 
PATH 밑에 추가

LANG="ko_KR.UTF8"
LANGUAGE="ko_KR:ko:en_GB:en"

* 별도의 설정없이 바로 사용할 수 있는 한글폰트는 unfonts, baekmuk, nanum 정도 

 

은폰트 - unfonts
$ sudo apt-get install fonts-unfonts-core fonts-unfonts-extra 

백묵폰트 - baekmuk
$ sudo apt-get install fonts-baekmuk

나눔폰트 - nanum
$ sudo apt-get install fonts-nanum fonts-nanum-coding fonts-nanum-extra

 

재부팅
$ sudo reboot

 

[참고 자료(Reference)]

1. 우분투 서버 한글 설정 및 한글폰트 설치, https://findnew.tistory.com/22, 2017. 4. 14. 16:52, 풀스택초보.

반응형
728x90
300x250

[GNU - 리눅스(Linux)] 우분투 20.04, CentOS - 로우레벨포멧, 베라크립트(VeraCrypt), 네트워크 삼바, NFS[IPv4, IPv6]

 

이번에 소개할 내용은 우분투 20.04, CentOS에서 로우레벨포멧(Low-Level Format)과 베라크립트(VeraCrypt), 네트워크 삼바, NFS[IPv4, IPv6] 형태로 사용하는 방법에 대해서 소개하고자 한다.


1. 목차

글의 순서는 다음과 같다.

 

 


2. 환경 - 북극이 녹고 있어요.

북극에 관한 안내사항이다. 꼭 읽어보기 바란다.

 

 


3. 소개

아래의 내용처럼 리눅스 배포판에서 로우레벨 포멧, 암호화 저장소 베라크립트, 네트워크 드라이브인 삼바와 Cifs, NFS 파일시스템에 대해서
다뤄보았다.

 

 


4. 첨부(Attachment)

210420_ubuntu_20_04_centos_linux_low_level_format_fdisk_network_drive_samba_cifs_nfs_ipv4_ipv6_guide.zip
2.87MB

[GNU/GPL v3 License를 적용받는다.]

 


5. 맺음글(Conclusion)

리눅스 배포판에서 로우레벨포멧, fdisk 사용방법, 베라크립트(VeraCrypt), 네트워크 드라이브(삼바, Cifs, NFS)를 IPv4, IPv6에서 사용하는 방법에 대해서 소개하였다.

 


* 참고자료(Reference)

1. VeraCrypt - Free Open source disk encryption with strong security for the Paranoid, https://veracrypt.fr/en/Home.html, Accessed by 2021-04-20, Last Modified 2021-04-20.

2. Mounting an NFS share over IPv6 - IPv6.net, https://ipv6.net/blog/mounting-an-nfs-share-over-ipv6/ , Accessed by 2021-04-20, Last Modified 2021-04-20.

반응형
728x90
300x250

(시력보호[GNU - 리눅스(Linux)] 데비안(우분투), CentOS / RedShift - 야간모드(시력보호))

 

이번에 소개할 내용은 리눅스에서 시력보호를 하고자 할 때, 야간모드를 사용하는 방법에 대해서 소개하고자 한다.


1. 안내사항

꼭 읽어보기 바란다.

 


2. 사용 방법

아래처럼 명령어를 입력하여 적용할 수 있다.

 

 


3. 첨부(Attachment)

210415_linux_redShift_nightMode_guide.zip
0.90MB

[GNU/GPL v3 License를 적용받는다.]


4. 맺음글(Conclusion)

리눅스에서 야간모드로 시력의 피로도를 감소하는 방법에 대해서 살펴보았다.

 


* 참고자료(Reference)

1. Redshift, https://jonls.dk/redshift/ , Accessed by 2021-04-15, Last Modified 2021-04-15.

반응형
728x90
300x250

[GNU - C, C++] 리눅스(Linux) - 사진 압축 자동화 도구(g++, 쉘(Shell)) (2/2)

 

1부에 이어서 소개하고자 한다.

[GNU - C, C++] 리눅스(Linux) - 사진 압축 자동화 도구(g++, 쉘(Shell)) (1/2), 2021-04-11 21:23
https://yyman.tistory.com/1536

 

4. 소개

아래처럼 작성을 하였다.

 


5. 첨부(Attachment)

 

210411_linux_compress_image_tools.z01
10.00MB
210411_linux_compress_image_tools.z02
10.00MB
210411_linux_compress_image_tools.z03
10.00MB
210411_linux_compress_image_tools.zip
5.55MB

 

[GNU/GPL v3 License를 적용받는다.]

 


6. 맺음글(Conclusion)

Linux(우분투 데스크톱 20.04, 센토스(CentOS))에서 사진 압축을 자동화 도구 프로그램 작성에 대해서 g++ 프로그래밍(C++ Std)으로 소개하였다.

ImageMagicK 라이브러리를 활용하여 자동화 도구를 개발하였다.

 


* 참고자료(Reference)

1. 우분투(Ubuntu / Canonical Ltd), https://ubuntu.com, Accessed by 2021-04-11, Last Modified 2021-04-11.

-> GNU 라이센스를 적용받는다.

2. CentOS(CentOS), https://www.centos.org, Accessed by 2021-04-11, Last Modified 2021-04-11.

-> GNU 라이센스를 적용받는다.

3. ImageMagicK, https://imagemagick.org, Accessed by 2021-04-11, Last Modified 2021-04-11.

-> GNU/GPL v3 License 라이센스를 적용받는다.

4. LaunchPad, https://launchpad.net, Accessed by 2021-04-11, Last Modified 2021-04-11.

반응형
728x90
300x250

[GNU - C, C++] 리눅스(Linux) - 사진 압축 자동화 도구(g++, 쉘(Shell)) (1/2)

 

이번에 소개할 내용은 리눅스에서 g++ 프로그래밍으로 ImageMagicK을 활용하여 사진 압축 자동화 도구에 대해서 소개하고자 한다.

오전에 잠깐 오픈소스 번역 프로젝트(LxQt -> FeatherNotes)에 잠시 참여하였다.

관심을 가져도 될만하다.

This time, I will introduce a photo compression automation tool using ImageMagicK with g++ programming on Linux.

In the morning, I briefly participated in the open source translation project. 
It deserves attention.In the morning, 
I briefly participated in the open source translation project (LxQt -> FeatherNotes).

It deserves attention.

ibeon-e sogaehal naeyong-eun linugseueseo g++ peulogeulaeming-eulo ImageMagicKeul hwal-yonghayeo sajin abchug jadonghwa dogue daehaeseo sogaehagoja handa.

ojeon-e jamkkan opeunsoseu beon-yeog peulojegteu(LxQt -> FeatherNotes)e jamsi cham-yeohayeossda. gwansim-eul gajyeodo doelmanhada.

 

 


1. 안내사항

지구가 현재 많이 아프다고 한다. 꼭 읽어봤으면 한다.
It is said that the earth is very sick now. I hope you read it.

 


2. 소개

아래처럼 작업하였다.

 

 


3. 2부에서 만나요.

[GNU - C, C++] 리눅스(Linux) - 사진 압축 자동화 도구(g++, 쉘(Shell)) (2/2), 2021-04-11 21:43
https://yyman.tistory.com/1537
반응형
728x90
300x250

[PHP] 리눅스, PHP 7.3(8.0) - CSS폰트, 자바스크립트, 서버URL - 공통영역 배포도구(3/3)

 

2부에 이어서 소개하도록 하겠다.

[PHP] 리눅스, PHP 7.3(8.0) - CSS폰트, 자바스크립트, 서버URL - 공통영역 배포도구(2/3), 2021-04-09 23:13 (금요일)
https://yyman.tistory.com/1534 

6. 소개

2부에 이어서 계속된다.

 

 

 


7. 첨부(Attachment)

 

210409_php_7_3_php_8_javascript_css_webfont_url_common_guide.z01
10.00MB
210409_php_7_3_php_8_javascript_css_webfont_url_common_guide.zip
2.33MB

[Apache License v2.0을 적용받는다.]

 


* 맺음글(Conclusion)

Apache 2.4, PHP 7.3(PHP 8.0), Javascript, CSS, 웹폰트 배포, URL 관리공통영역에 대해서 다뤄보았다.


* 참고자료(Reference)

1. PHP.net, https://php.net, Accessed by 2021-04-07, Last Modified 2021-04-07(Wed/수요일).

반응형
728x90
300x250

[GNU(리눅스[Linux])] 우분투 20.04[외 리눅스] 단일 압축하기, 분할 압축하기, 압축해제

 

이번에 소개할 내용은 리눅스에서 압축하기, 분할 압축하기, 압축해제하는 방법에 대해서 소개하고자 한다.

* 적용대상: 우분투 20.04(12.04도 호환됨), 리눅스민트 20.04[14.xx], 데비안, CentOS Stream, CentOS 8, CentOS 이전 버전
                   (공통적으로 사용할 수 있는 최신 배포되는 리눅스)

 


1. 소개

아래처럼 할 수 있다.

 

 

 


2. 첨부(Attachment)

 

210330_ubuntu_20_04_unzip_compress_split_uncompress.zip
5.31MB

[Apache License v2.0을 적용받는다.]

 


* 맺음글(Conclusion)

우분투 20.04에서 단일 압축, 분할 압축, 압축해제 방법에 대해서 소개하였다.


* 참고자료(Reference)

1. 

반응형
728x90
300x250

[GNU(리눅스[Linux]) - CentOS Stream, LinuxMint 20에서 Oracle VirtualBox 6.1 설치, 실행하기


이번에 소개할 내용은 CentOS Stream(이하 "센토스 스트림"), LinuxMint(이하 "리눅스민트")에서 Oracle VirtualBox를 설치하고 실행하는 방법에 대해서 소개하려고 한다.


This time, I will introduce how to install and run Oracle VirtualBox in CentOS Stream (hereinafter "Sentos Stream") and LinuxMint (hereinafter "Linux Mint").



[라이선스(Licenses)]


1. CentOS Stream (GNU/GPL v2 License)

2. LinuxMint 20 (GNU/GPL v2 License)

3. Oracle VirtualBox (GNU/GPL v2 License)




1. 준비 파일(Staging file)


CentOS Stream 사용자는 아래의 rpm파일이 필요하다.


CentOS Stream users need the rpm file below.


[첨부(Attachment)]

SDL-1.2.15-38.el8.x86_64_rpm.zip



2. 소개(CentOS Stream) - 설치 (Introduction (CentOS Stream) - installation)


CentOS Stream에서 Oracle VirtualBox를 설치하는 방법이다.


This is how to install Oracle VirtualBox on CentOS Stream.




그림 1. CentOS Stream에서 Oracle VirtualBox 설치하기



그림 2. CentOS Stream에서 Oracle VirtualBox 설치하기



그림 3. CentOS Stream에서 Oracle VirtualBox 설치하기




3. 소개(CentOS Stream) - Oracle VirtualBox 실행하기
(
Introduction (CentOS Stream)-Running Oracle VirtualBox)


CentOS Stream에서 Oracle VirtualBox를 실행한 모습이다.


This is the execution of Oracle VirtualBox in CentOS Stream.




그림 4. CentOS Stream에서 Oracle VirtualBox 실행하기





4. 소개(LinuxMint20) 설치 (Introduction (LinuxMint 20) installation)


LinuxMint20에서 Oracle VirtualBox를 설치하는 방법이다.


그림 5. LinuxMint 20에서 Oracle VirtualBox 설치하기



그림 6. LinuxMint 20에서 Oracle VirtualBox 설치하기



그림 7. LinuxMint 20에서 Oracle VirtualBox 설치하기



그림 8. LinuxMint 20에서 Oracle VirtualBox 설치하기



그림 9. LinuxMint 20에서 Oracle VirtualBox 설치하기



그림 10. LinuxMint 20에서 Oracle VirtualBox 설치하기




5. 소개(LinuxMint20) - Oracle VirtualBox 실행 
(Introduction (LinuxMint20)-Running Oracle VirtualBox)


LinuxMint20에서 Oracle VirtualBox를 실행한 모습이다.


This is the execution of Oracle VirtualBox on LinuxMint20.




그림 11. LinuxMint 20에서 Oracle VirtualBox 실행하기




그림 12. LinuxMint 20에서 Oracle VirtualBox 실행하기




6. 첨부(Attachment)


210103_CentOS_Stream_LinuxMint20_OracleVirtualBox_Install_Guide_pptx.z01

210103_CentOS_Stream_LinuxMint20_OracleVirtualBox_Install_Guide_pptx.zip


210103_CentOS_Stream_LinuxMint20_OracleVirtualBox_Install_Guide_pdf.z01

210103_CentOS_Stream_LinuxMint20_OracleVirtualBox_Install_Guide_pdf.zip



[GNU/GPL v3 License를 적용받는다.]



* 맺음글(Conclusion)


CentOS Stream과 LinuxMint20에서 Oracle VirtualBox-6.1을 사용하는 방법에 대해서 소개하였다.



* 참고자료(Reference)


1. The CentOS Project, https://www.centos.org, Accessed by 2021-01-03, Last Modified 2021-01-03.

2. Main Page - Linux Mint, https://linuxmint.com, Accessed by 2021-01-03, Last Modified 2021-01-03.

3. Rpmfind mirror, https://rpmfind.net, Accessed by 2021-01-03, Last Modified 2021-01-03.

반응형

+ Recent posts