Joyber 发布的文章

记录下,抖音的电商罗盘,提示的添加到桌面工具,实际就是添加了快捷方式,打开应用页面

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe" --profile-directory=Default --app-id=gigdnflkpghdmmegchnjicfonlcggdcf --app-url=https://compass.jinritemai.com/shop?from=pwa --app-launch-source=4

IUS 是一个 yum 存储库,可为 RHEL 和 CentOS 提供选定软件的更新版本

Setup
To enable the IUS repository on your system, install the ius-release package. This package contains the IUS repository configuration and public package signing keys. Many IUS packages have dependencies from the EPEL repository, so install the epel-release package as well.

RHEL/CentOS 7

yum install \
https://repo.ius.io/ius-release-el7.rpm \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Testing
IUS packages are first made available in the ius-testing repository before being promoted to the main repository. When you install ius-release, the ius-testing repository is disabled by default. Enable it if you would like to participate in testing new IUS packages.

yum install yum-utils
yum-config-manager --enable ius-testing