Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set up a real-time picture of the earth on your Linux desktop

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to set up a real-time picture of the earth on the Linux desktop. I believe most people don't know much about it, so share this article for your reference. I hope you can learn a lot after reading this article. Let's learn about it together.

Get Himawaripy

Himawaripy has been tested in a range of desktop environments, including Unity, LXDE, i3, MATE, and others. It is free and open source software, but overall installation and configuration is not easy.

All the instructions for installing and setting up the application can be found on the project's Github home page (hint: there is no one-click installation feature).

The GitHub home page of the real-time Earth wallpaper script

Installation and use

Some readers have asked me to add step-by-step steps to install the application in this article. All of the following steps are on its GitHub home page, which is posted here again.

1. Download and decompress Himawaripy

This is the easiest step. Click the download link below, then download the * * version and unzip it into your download directory.

Download Himawaripy backbone file (.zip format)

2. Install python3-setuptools

You need to install the backbone package manually, which is not installed by default in Ubuntu:

Sudo apt install python3-setuptools

3. Install Himawaripy

In the terminal, you need to change to the directory you unzipped earlier and run the following installation command:

Cd ~ / Downloads/himawaripy-mastersudo python3 setup.py install

4. See if it can run and download real-time images of *:

Himawaripy

5. Set up scheduled tasks

If you want the script to be automatically run and updated in the background (if you need to update manually, just run 'himarwaripy')

Run in the terminal:

Crontab-e

Add a new line to it (run every 10 minutes by default)

* / 10 * / usr/local/bin/himawaripy above are all the contents of the article "how to set up a real-time picture of the earth on your Linux desktop". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report