Category: Operating System Tools
-
Post Views: 55 A set of reusable Linux desktop software management methodology from stepping on the pit to perfect landing System: Ubuntu 26.04 (Resolute) + Gnome 50 write in front Many people think it is very tossing to install WeChat on Linux: the official one .deb The package is out of the sandbox, and a bunch of outdated third-party packages…
-
Post Views: 20 1. pnpm : The file cannot be loaded c:\users\thinkpad\appdata\roaming\npm\pnpm.ps1, because running scripts are prohibited on this system. as shown in Figure 1 2. Reference: about_execution_policies . Instead of executing in the terminal, it is executed in the command prompt, and it is found that the execution is successful. as shown in Figure 2
-
Post Views: 15 1. When previewing Shopify’s theme application extension, open:https://it-wr-sitting-chen.trycloudflare.com?shop=shuijingwanwq-development.myshopify.com&host=c2h1aWppbmd3YW53cS1kZXZlbG9wbWVudC5teXNob3BpZnkuY29tL2FkbWlu When prompted by 360 Security Brain: the solution of the fake Apple ID login interface. as shown in Figure 1 2. Click Ignore the prompt, and after continuing to visit, it is still invalid. In the Setting Center of 360 Security Guard – Security Center – Web Security, uncheck…
-
Post Views: 18 1. In the management notification interface, the notification of 360 calendars appears, which is very annoying. as shown in Figure 1 2. Click the time of the system, and find that the time interface of the system has also been updated to 360 calendars. as shown in Figure 2 3. Open 360 Security Guard’s Daquan – Added,…
-
Post Views: 111 1. Laravel Sail requires Windows 10 systems that support WSL 2. The 2004 version released in May 2020 only supports the WSL 2 function, so our system needs to be updated to the 2004 version equal to or greater than the 2004 version. To view the system version, you can use the winver command, refer to Windows…
-
Post Views: 17 1. Invoke the following command in the terminal to install the API: go install google.golang.org/api/urlshortener/v1, error: cant load package: package google.golang.org/api/urlshortener/v1. as shown in Figure 1 2. Reference:https://github.com/googleapis/google-api-go-client/blob/master/GettingStarted.md. Invoke the following commands in the terminal to install the API: go get -u google.golang.org/api/urlshortener/v1, error: Package google.golang.org/api/urlshortener/v1: unrecognized import path “google.golang.org/api/urlshortener/v1”. as shown in Figure 2 3. Reference:https://www.shuijingwanwq.com/2019/12/28/3784/.…