herrDeng網內搜尋

自訂搜尋
Ads
2020年6月6日 星期六
2020年6月5日 星期五
2020年6月4日 星期四
Raspberry PI 4B 64-bit ubuntu 20 server安裝intel realsense2始末
老師還真能寫廢文,從失敗中吸取教訓,是每個玩open source者的必要覺悟。
2020年5月31日 星期日
Linux上的ssh,xrdp與遠端桌面
使用ssh -X 也可顯示被控端gui軟體或是完整遠端桌面,大部分的Linux電腦都會裝openssh,安裝容易。但從win10遠端client要裝第三方x11 server軟體,可參閱下列影片當中有關sshd_config設定
訂閱:
文章 (Atom)
熱門文章
-
請用CPU-Z軟體檢測Cache & Memory 註:快取(L1-L3: SRAM) 第一級快取(L1)–通常存取只需要幾個週期,通常是幾十個KB。 第二級快取(L2)–比L1約有2到10倍較高延遲性,通常是幾百個KB或更多。 第三級快取(L3)(不...
-
C++ DP速解難題leetcode 3363 Find the Maximum Number of Fruits Collected [Python解請進]
-
需要練習的Java程式:
-
計算gcd(123456789,999999999)
-
輸入字串s 輸入int x 輸出 x個s
-
Leetcode 342 Power of Four幾個C++一行解 [codes on Leetcode] https://leetcode.com/problems/power-of-four/solutions/7081839/9-ways-of-bit-manipula...
-
問int怎麼存-689這個數字。 int用4個bytes。 答案請用16進位表達。