When u use AWS Lightsail, it is highly possible u will encounter a memory limit problem because lightsail only cares about your CPU usage. If your application is a memory eater and u have chosen a che[……]
It’s been a while since I switched back to the macOS default email client. I’m rarely shut down or restart my mac, so I didn’t know when the mail app super slow to start until recently I restarted my[……]
Recently, I’ve been building Nextcloud on AWS Lightsail. A cheap $5 instance is sufficient for me to sync files between devices and share calendars with my family. However, I want that online doc edit[……]
当新刷好的树莓派镜像启用时,你有可能会遇到奇怪的 apt 错误:
1 2 3 4 5 6 7 8 9 |
root@raspberrypi:/home/pi# apt install default-jre Reading package lists... Done Building dependency tree... Done Reading state information... Done Package default-jre is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'default-jre' has no installation candidate |
当然,不止这一个,安装任何包都会是 Package xxx has no installation candidate
解决办法
首先查看你的 /etc/apt/sources.list ,看看里边的源地址是不是都被注释掉了,这里我的是正常的。[……]
Basic idea
For AP and STA mode, the AP acts like a gateway, STA is the end device. One AP can link to multiple STA, the STA.
Base start
A basic fresh start steps:https://docs.alfa.com.tw/Product/A[……]