Skip to main content

Home/ Larvata/ Group items tagged screen

Rss Feed Group items tagged

crazylion lee

Xplain - 0 views

  •  
    "Last year, I wrote an article describing the free and open-source graphics stack, explaining all of the interconnected pieces: X11, graphics drivers, DRM, and DRI, and their roles in getting pixels placed on the screen. In the year since, I've answered a lot of really good questions from the Linux community about my post, about X11, and about Wayland. I've learned a lot. Several new technologies have appeared, and I have started to take a more active role in this myself, as part of our efforts to port GNOME to Wayland."
crazylion lee

10大螢幕錄影軟體推薦比較!搞定電腦手機錄影教學 - 電腦玩物 - 0 views

  •  
    "最近我在電腦玩物上開始嘗試錄製「我的教學影片」,輔助對一款軟體或工作方法的說明,尤其有些圖文解釋不清楚,或者圖文需要長篇大論之處,用一段教學影片更加簡潔明白。"
張 旭

What are Docker : images? - Project Atomic - 0 views

  • Now we understand what these <none>:<none> images stand for. They stand for intermediate images and can be seen using docker images -a
  • They don’t result into a disk space problem but it is definitely a screen real estate problem
  • dangling images
  • ...7 more annotations...
  • Another style of <none>:<none> images are the dangling images which can cause disk space problems.
  • In programming languages like Java or Golang a dangling block of memory is a block that is not referenced by any piece of code.
  • a dangling file system layer in Docker is something that is unused and is not being referenced by any images.
  • intermediate images
  • do docker images and see <none>:<none> images in the list, these are dangling images and needs to be pruned.
  • These dangling images are produced as a result of docker build or pull command.
  • docker rmi $(docker images -f "dangling=true" -q)
crazylion lee

Deskreen - 0 views

1 - 4 of 4
Showing 20 items per page