Using TeamViewer to Remotely Control Android Phones

Do you often forget to bring your Android phone with you when you need it? TeamViewer can help with that! But you need to remove it from the system’s automatic background kill list. The remote control function is compatible with Android 5~Android 8 (the first time you use it, you may be asked for permission, and you can choose to allow permanently). For Android 9 and above, it is suitable for remote viewing (every time you use it on Android 9 and above, you need to allow it once on your phone, which is more suitable as a tool for wireless display to a computer)....

May 26, 2020 · 蘿蔔

Easily Install APK Files to Your Phone with Scrcpy

First, we need to install Scrcpy and open it. Installation instructions here If you are using a Xiaomi phone (if not, skip this part), go to “Settings” > “Additional settings” > “Developer options” and allow USB installation. This action requires a SIM card to be inserted (required by MIUI). Please have the Finder or File Manager window for the prepared APK file open on the side, and drag the file into the Scrcpy window....

May 20, 2020 · 蘿蔔

Using Scrcpy to Control Your Android Phone from Your Computer

Introduction: Due to a sudden breakdown of the screen of my phone, the liquid crystal display (LCD) would display but with no backlight, making it difficult to view the screen. However, I still needed to use the phone to transfer important data and test Android programs. Therefore, I had to figure out a way to operate it! (As I currently use an iPhone) (Screen can only be vaguely seen under intense light)...

May 19, 2020 · 蘿蔔

Using WireGuard on Linux

WireGuard is a point-to-point encryption network. I have been using it to manage/connect all my cloud servers. Today, let’s share how to use WireGuard! Install WireGuard Basically, the WireGuard Install Page provides complete installation methods and commands for various versions, so you can refer to it directly. Create WireGuard Profile First, go to the WireGuard installation folder. If it does not exist, please create it. cd /etc/wireguard Use the command to generate a public and private key, and use “cat” to view the contents of the public and private keys....

May 16, 2020 · SteveYi

Creating a Cloud Identity account

First, go to the Cloud Identity registration page and click on the next page button. Then enter your company name (you can enter any name), number of employees (choose any number) and treat it as a team. Select your location (once set, it cannot be changed), but it doesn’t really matter. Set up your current email address (some registration emails will be sent here). Enter the domain you want to set up (cannot be used for other G Suite services)....

May 15, 2020 · SteveYi

Delete G Suite organization

Previously, I shared with you the way to register a G Suite account. Recently, I wanted to delete the G Suite organization of the Cloud Identity free version. Since I have never deleted a G Suite organization before, I searched for information and roughly sorted out the deletion method. Important reminder: Before deletion, please cancel the contractual authorization and delete all GCP projects. After deletion, all organization data will be cleared....

May 15, 2020 · SteveYi

Backblaze B2 now supports S3 API!

A few days ago, when I opened Backblaze, I saw a big line of text: That’s right! Backblaze B2 now supports the S3 API! The S3 API is currently the most popular protocol in the market, and many hardware and software are compatible. Backblaze B2 is a great cloud storage option with a low cost advantage. How to use the S3 API If the storage bucket was created before May 4, 2020, you will need to create a new one and move your files into it (we recommend using Rclone, which will automatically support B2 Copy File)....

May 14, 2020 · SteveYi

Backblaze B2: Affordable Cloud Data Storage Service

When I was learning how to build a website, I considered a problem! If my traffic suddenly increased and I had more articles, would my image storage and bandwidth also increase? So I searched for some object storage services online and found a cheap object storage provider - Backblaze. What is Object Storage? Object storage is a type of data storage where each data unit is stored as a discrete unit called an object....

May 11, 2020 · SteveYi

Hosting Static Websites with Github - Github Pages

First, go to Github and click on the green New button on the left. Enter a Repository name (customizable) Choose Public or Private Click on Create Repository Now you have created a Repository! Next, we need to download Github Desktop to easily upload the website source files. Click on Download for macOS (or Download for Windows for Windows) After downloading, sign in to your Github account (Sign in to Github....

April 22, 2020 · SteveYi

Setting up Custom Email Domain with Mailgun and Gmail

As a child, I was always curious about the domain name of the sender in an email. Later, after getting involved in website development, I registered many domains (currently having about 6 domains), and gradually understood the doubts I had as a child. Today, I will share with you the method of setting up custom email domain with Mailgun and Gmail! First, register with Mailgun, which offers 5000 free emails by default....

April 22, 2020 · SteveYi