>  기사  >  시스템 튜토리얼  >  해커의 느낌을 주는 Windows에서 실행할 수 있는 5가지 터미널 명령

해커의 느낌을 주는 Windows에서 실행할 수 있는 5가지 터미널 명령

WBOY
WBOY원래의
2024-07-15 15:38:311216검색

관련 위험 없이 할리우드 해커가 된 기분을 느끼고 싶었던 적이 있습니까? 다섯 가지 무해한 명령을 사용하여 지루한 Windows 터미널을 "해커" 공간으로 바꾸는 방법은 다음과 같습니다.

전제 조건: WSL을 활성화하고 터미널 색상을 매트릭스 녹색으로 설정

우리가 소개할 명령 중 일부는 Linux 기본 명령이며 Windows에서는 실행되지 않습니다. 하지만 WSL(Linux용 Windows 하위 시스템)을 활성화하면 Windows 터미널에서 Linux 명령을 쉽게 실행할 수 있으므로 걱정할 필요가 없습니다. WSL 활성화에 대한 빠른 가이드는 다음과 같습니다.

  1. 시작 메뉴를 엽니다.
  2. Windows 기능 켜기 또는 끄기를 검색하세요.
  3. 아래로 스크롤하여 “Linux용 Windows 하위 시스템” 옆의 확인란을 선택하세요.
  4. 메시지가 나타나면 확인을 클릭하고 PC를 다시 시작하세요.
  5. 다시 시작한 후 Microsoft Store를 열고 Ubuntu 24.04 또는 원하는 Linux 배포판을 검색하세요.
  6. 설치를 클릭하고 다운로드될 때까지 기다립니다.
  7. 설치가 완료되면 시작 메뉴를 열고 Ubuntu를 검색하세요.
  8. Ubuntu를 열면 Ubuntu 터미널 창이 나타납니다.
  9. 사용자 이름과 비밀번호를 만드세요.
  10. 그게 전부입니다! 이제 Windows PC에서 실행되는 Ubuntu 터미널에 Linux 명령을 입력할 수 있습니다.

WSL을 활성화하면 무대를 설정할 준비가 되었습니다. The Matrix의 상징적인 녹색 바탕에 검은색 텍스트만큼 "해커"를 나타내는 것은 없습니다. 다행히 Windows 터미널의 색상을 쉽게 변경하여 이러한 모양을 얻을 수 있습니다. 명령 프롬프트를 열고 다음을 입력하세요.

color a

또는

color 2
5 Terminal Commands You Can Run on Windows that Give Big Hacker Vibes

"color" 명령은 Windows 명령 프롬프트(cmd)에서만 작동하고 PowerShell에서는 작동하지 않습니다.

이 두 명령 모두 텍스트를 밝은 녹색으로 바꿔 터미널에 고전적인 해커 미학을 즉시 부여합니다. 기본 색상으로 돌아가려면 다음을 입력하세요.

color

이제 살펴보았으므로 해커가 된 듯한 느낌을 줄 수 있는 몇 가지 명령으로 넘어가겠습니다.

dir /s 명령을 사용하여 많은 스크롤 텍스트 만들기

우리가 살펴볼 첫 번째 명령은 다음과 같습니다.

dir /s

이 명령은 현재 디렉터리와 모든 하위 디렉터리에 있는 모든 파일과 디렉터리를 나열합니다. C 드라이브와 같은 상위 디렉터리에서 실행하면 시스템의 파일 구조를 자세히 살펴보는 것처럼 보이는 엄청난 양의 스크롤 텍스트를 생성할 수 있습니다.

명령의 기능은 다음과 같습니다.

  • dir: 파일 및 디렉터리 목록
  • /s: 모든 하위 디렉터리 포함

    사용하려면 간단히 명령 프롬프트를 열고 dir /s를 입력한 후 화면이 빠르게 스크롤되면서 채워지는 것을 지켜보세요. 텍스트로 시스템의 모든 파일과 폴더를 표시합니다.

    이 명령은 단지 보여주기 위한 명령이 아니며 특정 파일을 찾거나 디렉터리 구조의 개요를 확인해야 할 때 매우 유용할 수 있습니다.

    또는 더욱 인상적으로 보이게 하려면 다음 명령을 사용하세요.

    dir /s | more

    이 명령은 각 정보 화면이 끝날 때마다 출력을 일시 중지하여 각 데이터 줄을 주의 깊게 분석하는 것처럼 보이게 합니다.

    5 Terminal Commands You Can Run on Windows that Give Big Hacker Vibes

    ping-t 명령을 사용하여 웹 사이트를 지속적으로 ping합니다.

    다음은 -t 옵션이 있는 ping 명령입니다.

    ping -t example.com

    ping 명령은 인터넷 프로토콜에서 호스트의 연결 가능성을 테스트하는 데 사용됩니다( IP) 네트워크. -t 옵션을 추가하면 수동으로 중지할 때까지(Ctrl+C를 누름) 지정된 주소에 대해 계속 ping을 수행할 수 있습니다. 수행하는 작업은 다음과 같습니다.

    • ping: 특정 IP 주소 또는 도메인에 네트워크 요청을 보냅니다.
    • -t: 중지될 때까지 계속 ping을 보냅니다.
    • example.com: ping을 원하는 웹사이트. 예를 들어 google.com

      이 명령은 서버의 응답 시간을 지속적으로 표시하여 실시간 네트워크 성능 데이터를 제공합니다. 지속적인 데이터 스트림으로 인해 시각적으로 매력적일 뿐만 아니라 네트워크 연결을 모니터링하는 데에도 실질적으로 유용합니다.

      Use cmatrix to Create the Iconic Matrix Text Rain (WSL necessary)

      Let's step it up a notch with a command that truly embodies the hacker aesthetic—cmatrix. This command creates the falling green text effect popularized by The Matrix movies. Now this is a Linux command, and you’ll need to first install it on your system before you can use it. To do this, open the Ubuntu terminal—or whichever Linux terminal you've installed using WSL, and enter the following command:

      sudo apt install cmatrix

      After installation, simply type:

      cmatrix

      Press CTRL+C to quit when you're done basking in the glow of your Matrix-inspired terminal.

      Use genact to Simulate Running Random Tasks (WSL necessary)

      This is another fun Linux command that generates fake but realistic-looking activity in your terminal—perfect for when you want to look busy or just enjoy some tech-themed eye candy. Same as before, you’ll first need to install genact on your system. To do this, make sure you have Rust installed in your WSL environment by entering the following command in your WSL-backed Ubuntu terminal:

      sudo snap install genact

      Once installed, you can run it simply by typing:

      genact

      Genact will start displaying various fake activities, such as compiling code, running tests, or downloading files. It's completely harmless but looks impressively technical. Some of the modules you might see include:

      • Cargo: Simulates building a Rust project
      • Bootlog: Fakes downloading a file
      • Cryptomining: Pretends to mine cryptocurrency
      • Composer: Mimics compiling a Linux kernel

        The command for running the modules is like this:

        genact -m <em>module-name     <p> </p></em>

        So, if you are trying to simulate cryptomining, this is the command you'll use:

        genact -m cryptomining

        Use hollywood to Feel Like a Hacker From The Movies (WSL necessary)

        For our final command, let’s pull out all the stops and go full overboard with “hollywood”. This is another Linux command that creates a split-screen terminal that looks like something straight out of a Hollywood movie—the stereotypical mainstream hacker visuals.

        You can run the command on your WSL powered Ubuntu terminal by entering:

        hollywood

        As you can see, the terminal will split into multiple terminals, each running different commands and displaying various outputs. You'll see things like network scans, server logs, code compilations, system monitoring, and much more. It's a feast for the eyes and will definitely make anyone looking over your shoulder think you're engaged in some serious hacking. To exit hollywood, simply press Ctrl+C, and you'll be back to the base terminal.

        Now, in case, the command doesn't run, it means you'll need to first install it on your system. To do this, enter the following commands one-by-one into the terminal.

        <code class="hljs javascript">sudo apt-add-repository ppa:hollywood/ppasudo apt-get updatesudo apt-get install byobu hollywood</code> 

        So, as you can see, these five terminal commands can transform your Windows terminal into a hacker's playground. This can be a fun way to satisfy your inner cyberpunk or just impress (or scare) your friends.

위 내용은 해커의 느낌을 주는 Windows에서 실행할 수 있는 5가지 터미널 명령의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.