Linux 터미널 명령(Linux terminal commands) 은 지루할 필요가 없습니다. 많은 명령이 사용자에게 멋지고 재미있고 재미있습니다.
이 기사에서는 시간과 좌절을 줄이고 생산성을 높이는 몇 가지 프로 Linux 명령 트릭에 대해 설명합니다.
백그라운드에서 Linux 터미널 명령 일시 중지 및 실행(Pause & Run Linux Terminal Commands In The Background)
파일에 텍스트를 입력하는 도중에 중간에 터미널에 다른 명령을 추가하고 싶지만 전경 모드에서 텍스트 타일을 열었기 때문에 할 수 없다는 것을 깨달은 적이 있습니까?
수행 중인 작업을 중단하지 않고 Linux(Linux) 터미널 명령줄로 돌아가려면 CTRL+Z를 눌러 전경 CTRL+Z 프로그램을 일시 중지합니다.
이제 원하는 추가 명령을 실행할 수 있습니다. 완료되면 터미널 창 에 fg 를 입력한 다음 돌아가기를 클릭하여 이전에 일시 중지된 세션으로 돌아갈 수 있습니다.
Linux 터미널에서 Wikipedia 사용 및 검색(Use & Search Wikipedia In Linux Terminal)
많은 사람들이 Wikipedia 를 사용하여 정보에 대한 방대한 지식 데이터베이스를 검색합니다. Google 은 사용자가 원하는 내용을 빠르게 찾을 수 있도록 Wikipedia 를 검색 엔진 결과의 맨 위로 밀어 넣는 경우가 많습니다 .
Linux 사용자는 터미널에서 Wikipedia 에 액세스하여 많은 시간을 절약할 수 있습니다 . Wikit을 사용 하여 (Use Wikit)Linux 배포판 내에서 신속하게 질문에 대한 답변을 얻으십시오 .
Wikit Linux 터미널 명령줄은 사용자에게 Wikipedia의 검색 주제 요약을 표시 (Wikit) 합니다(Wikipedia) . 컴퓨터에 Node.js(Node.js) 를 설치하여 시작하십시오(Start) .
Mint 시스템, Ubuntu 또는 Debian 에서 다음 명령을 실행합니다 .
sudo apt-get install nodejs
sudo apt-get install npm
Wikit 을 설치하려면 다음의 간단한 명령을 실행하십시오.
sudo npm install wikit -g
Wikit 을 설치한 후 다음 명령을 실행하여 Wikipedia 요약을 가져옵니다 .
wikit <search query>
여러 단어로 된 쿼리를 사용할 수도 있습니다.
증기 기관차(Steam Locomotive)
증기 기관차가 Linux(Linux) 터미널을 가로질러 오른쪽에서 왼쪽으로 달리는 것을 보고 싶 습니까? 하루에 약간의 재미를 더하려면 다음 명령을 입력하십시오.
$ sudo apt-get install sl
sl 프로그램이 설치되어 있지 않으면 다음을 설치해야 합니다.
$ sudo apt-get install sl
카우세이(Cowsay)
(Create)터미널 에서 ASCII (American Standard Code for Information Interchange ) 암소( Cowsay ) 를 만들고 (Cowsay)Cowthink 를 사용하여 생각하게 합니다.
(Install Cowsay)다음 Linux 터미널 명령 을 사용하여 Cowsay ( Debian OS용 )를 설치합니다.(Debian OS)
root@tecmint:~# apt-get install cowsay
다음 명령을 사용하여 소에게 생각하고 말할 내용을 알려주십시오.
root@tecmint:~# cowsay I Love nix
터미널에 수족관 설치(Install an Aquarium in Terminal)
ASCIIQuarium 을 사용하여 터미널 내부에서 바다의 신비를 즐겨보세요 . Fedora 를 사용 하는 경우 저장소에 있는 것처럼 쉽게 설치할 수 있습니다. 다음 명령을 사용하십시오.
$ sudo dnf install asciiquarium
다른 배포판을 실행 중인 경우 다운로드 방법에 대한 자세한 내용 은 홈페이지 를 방문하십시오.(the homepage)
또는 Perl(Perl) 모듈 인 Term-Animation 을 설치할 수 있습니다 . 명령줄 터미널에 다음을 입력합니다.
$ sudo apt-get install libcurses-perl
$ cd /tmp
$ wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
$ tar -zxvf Term-Animation-2.4.tar.gz
$ cd Term-Animation-2.4/
$ perl Makefile.PL && make && make test
$ sudo make install
그런 다음 Linux(Linux) 터미널 명령 프롬프트 에서 다음을 입력 합니다.
$ cd /tmp
$ wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
$ tar -zxvf asciiquarium.tar.gz
$ cd asciiquarium_1.0/
$ sudo cp asciiquarium /usr/local/bin
$ sudo chmod 0755 /usr/local/bin/asciiquarium
수족관을 보려면 아래 명령을 사용하세요.
$ perl /usr/local/bin/asciiquarium
찾아보기(Browsh)
Browsh 는 단순하고 오픈 소스이며 현대적인 텍스트 기반 브라우저입니다. 배터리 소모를 방지하여 인터넷(Internet) 연결 이 좋지 않을 때 가장 유용합니다 .
비디오 및 일반 브라우저가 할 수 있는 모든 것을 재생합니다. 그러나 터미널 환경에서 발생합니다.
Linux 에 (Linux)Browsh 를 설치하려면 최신 버전의 Firefox 와 트루 컬러를 지원하는 터미널 클라이언트를 실행해야 합니다.
위의 전제 조건이 있으면 Linux 배포 에 적합한 패키지를 다운로드(download the right package) 할 수 있습니다. 설치되면 다음 명령을 사용하여 터미널에서 Browsh 를 실행합니다.(Browsh)
$ browsh
대부분의 마우스 및 키 기능은 데스크탑 브라우저에서 기대하는 것과 동일하게 작동합니다. 다음(Below) 은 가장 기본적인 기능 중 일부입니다.
- BACKSPACE 역사로 돌아가기
- CTRL+l 은 URL 표시줄에 초점을 맞춥니다.
- (F1)문서를 열려면 F1 키 를 누릅니다.
- CTRL+r 페이지 새로고침
- 화살표 키, PageUP, PageDown(ARROW KEYS, PageUP, PageDown) 스크롤
- CTRL+t새 탭을 열 려면 CTRL+t
- CTRL+w탭을 닫으 려면 CTRL+w
- CTRL+q프로그램을 종료하려면 CTRL+q
롤캣(Lolcat)
재미있는 무지개 색상으로 텍스트를 인쇄하려면 lolcat을 사용하십시오. 설치하려면 아래 코드를 사용하세요.
# apt-get install lolcat
Linux 터미널에서 무지개 색상의 출력을 보려면 다른 Linux 터미널 명령에 연결하십시오 .
하드 드라이브 오류 검색(Search For Hard Drive Errors)
smartctl 을 사용 하여 하드 드라이브의 안정성을 모니터링하고 드라이브 오류를 예측하고 드라이브 자체 테스트를 수행하십시오.
Ubuntu에 smartctl을 설치하려면 아래 명령을 사용하십시오.
$ sudo apt-get install smartmontools
서비스를 시작하려면 다음 명령을 사용하십시오.
$ sudo /etc/init.d/smartmontools start
다른 배포판과 함께 사용하고 예제를 보려면 다음을 읽으십시오. Smartctl – 하드 드라이브용 모니터링 및 분석 도구(Smartctl – Monitoring and Analysis tool for Hard drive) .
Cpanel 백업 및 복원(Cpanel Backup & Restore)
(Quickly)다음 Linux(Linux) 터미널 명령 을 사용하여 cPanel 계정 파일을 빠르고 쉽게 백업 및 복원 합니다.
/scripts/pkgacct username
/scripts/restoracct username
부팅 가능한 드라이브 만들기(Create a Bootable Drive)
단일 터미널 명령을 사용하여 iso에서 USB 부팅 가능한 드라이브를 만듭니다 .
$ dd if=/home/user/Downloads/ubuntu.iso of=/dev/sdb1 bs=512M; sync
위의 명령은 USB 드라이브(/dev/sdb1)를 데비안 부팅 가능 드라이브에 생성합니다.
명령줄에서 많은 시간을 보내는 경우 위의 예는 생산성을 높이는 몇 가지 요령과 지름길을 설명합니다.
재미를 위해 작업과 관련이 없는 Linux 터미널 명령을 사용할 수도 있습니다 .
10 Cool Linux Terminal Commands You Have to Try
Linux terminal commands don’t have to be boring. Many commands are cool, fun, and entertaining for users.
This article will discuss some pro-Linux command tricks to save you time, frustration, and increase your productivity.
Pause & Run Linux Terminal Commands In The Background
Have you ever been halfway through typing text into a file, realize that you want to add another command into the terminal, but can’t because you have opened the text tile in the foreground mode?
To get back to the Linux terminal command line without interrupting what you are doing, press CTRL+Z to pause the foreground application.
Now you can run any additional commands you want. When done, you can return to your previously paused session by entering fg into the terminal window and then clicking return.
Use & Search Wikipedia In Linux Terminal
Many people use Wikipedia to search through its vast database of knowledge for information. Google often pushes Wikipedia toward the top of search engine results to help users find what they are looking for quickly.
Linux users can save a lot of time by accessing Wikipedia in the terminal. Use Wikit to get answers to your questions quickly inside your Linux distribution.
The Wikit Linux terminal command line will show users summaries of search topics from Wikipedia. Start by installing Node.js on your machine.
Run the following commands on Mint systems, Ubuntu, or Debian:
sudo apt-get install nodejs
sudo apt-get install npm
To install Wikit, run the following simple command:
sudo npm install wikit -g
After you have installed Wikit, get Wikipedia summaries by running the following command:
wikit <search query>
Note that you can also use multi-word queries.
Steam Locomotive
Do you want to see a steam locomotive run across your Linux terminal from right to left? If you want to add a little fun to your day, type in the following command:
$ sudo apt-get install sl
If the sl program is not installed you will need to install it:
$ sudo apt-get install sl
Cowsay
Create an ASCII (American Standard Code for Information Interchange) cow (Cowsay) in a terminal and use Cowthink to make it think.
Install Cowsay (for Debian OS) with the following Linux terminal command:
root@tecmint:~# apt-get install cowsay
Tell the cow what to think and say using this command:
root@tecmint:~# cowsay I Love nix
Install an Aquarium in Terminal
Enjoy the mysteries of the sea from inside your own terminal with ASCIIQuarium. If you are using Fedora, installing it is easy as it is in the repositories. Use this command:
$ sudo dnf install asciiquarium
If you are running a different distribution, visit the homepage for more information on how to download it.
Or, you can install Term-Animation, a Perl module. Type the following into a command line terminal:
$ sudo apt-get install libcurses-perl
$ cd /tmp
$ wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
$ tar -zxvf Term-Animation-2.4.tar.gz
$ cd Term-Animation-2.4/
$ perl Makefile.PL && make && make test
$ sudo make install
Next, type the following from the Linux terminal command prompt:
$ cd /tmp
$ wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
$ tar -zxvf asciiquarium.tar.gz
$ cd asciiquarium_1.0/
$ sudo cp asciiquarium /usr/local/bin
$ sudo chmod 0755 /usr/local/bin/asciiquarium
To see your aquarium, use the command below:
$ perl /usr/local/bin/asciiquarium
Browsh
Browsh is a simple, open-source, and modern text-based browser. It is most useful when you don’t have a good Internet connection by helping to avoid draining your battery.
It plays videos and anything else that a regular browser can. However, it takes place in terminal environments.
To install Browsh in Linux, you need to be running the latest version of Firefox and a terminal client with true color support.
After you have the above prerequisites, you can download the right package for your Linux distribution.Once it’s installed, run Browsh on the terminal with the following command:
$ browsh
Most of the mouse and key functions work the same as you would expect on a desktop browser. Below are some of the most basic functions:
- BACKSPACE to go back in history
- CTRL+l to focus the URL bar
- F1 to open the documentation
- CTRL+r to reload page
- ARROW KEYS, PageUP, PageDown to scroll
- CTRL+t to open a new tab
- CTRL+w to close a tab
- CTRL+q to exit a program
Lolcat
To print your text in fun rainbow colors, use lolcat. To install it, use the code below:
# apt-get install lolcat
Link it to other Linux terminal commands to see an output of rainbow colors in Linux terminal.
Search For Hard Drive Errors
Use smartctl to monitor the reliability of your hard drive, predict drive failures, and perform drive self-tests.
Use the command below to install smartctl in Ubuntu:
$ sudo apt-get install smartmontools
To start the service, us the following command:
$ sudo /etc/init.d/smartmontools start
To use with other distributions and see examples read: Smartctl – Monitoring and Analysis tool for Hard drive.
Cpanel Backup & Restore
Quickly and easily backup and restore cPanel account files using the following Linux terminal commands:
/scripts/pkgacct username
/scripts/restoracct username
Create a Bootable Drive
Create a USB bootable drive from iso using a single terminal command:
$ dd if=/home/user/Downloads/ubuntu.iso of=/dev/sdb1 bs=512M; sync
The command above creates a USB drive (/dev/sdb1) into a Debian bootable drive.
If you spend a lot of time on the command line, the above examples explain some tricks and shortcuts to increase your productivity.
You can also use Linux terminal commands that have nothing to do with work just for the fun of it.