Doğukan Gülyaşar
Doğukan Gülyaşar
Hello guys, 3142 port will be used for some tasks while you are trying to build ONL but at the same time, apt-cacher-ng is using this port as well. You...
Add this code top of your file: ``` import os import glob cookie_del = glob.glob("config/*cookie.json") os.remove(cookie_del[0]) ```
Hi @capveg, After resolving the Packages download failure issue, we are now facing an "Unable to locate package" error for two packages: - hw-management - sx-kernel When I checked the...
I found a solution. 1. Clone the repository to the source code of the project from the github: `git clone https://github.com/radikris/booking_calendar.git` It needs to be looking like this in your...
I was struggling with this problem for several days. The following changes solved it: https://github.com/opencomputeproject/OpenNetworkLinux/pull/933