Windows 10 / Windows 7 使用 RDP wrapper 10分鐘完成遠端桌面多人連線

Windows 10 / Windows 7 可以一個使用者遠端桌面連線(RDP)。
很久之前,就知道可以透過破解的方式,讓多人使用遠端桌面連線。
早在XP年代,就有Thin Client(瘦終端)的結構,就有透過修改的方式進行多人遠端連線。

而破解修改Windows 10 / Windows 7內建的遠端桌面連線的限制。畢竟是破解,多少有些風險。
有可能有穩度上的問題,也有可能會有駭客又偷放了什麼後門。
一直以來,這些疑慮讓我有所顧忌,多人破解的遠端桌面都沒拿來當成正式的環境來使用。

在遠端桌面服務上,只裝了一個外衣,再加上github的原碼公開
讓這個服務很有機會變成一個正式的公司服務。
必須說,公司使用Windows Server 2008 R2+Remote Desktop Service
公司是有授權的,設定搞了3個多小時,授權還是無法啟動
後來才知道Remote Desktop Service需要打電話去啟動。

Read more

用docker+portainer 10分鐘快速部署 nextcloud v22.2.3 最新版

採用nextcloud官方的Stack的basic版本,進行安裝
選用的版本 nextcloud 22.2.3 apache+mysql(miriadb)的版本

安裝過程中,沒有太多的問題
如果有遇到下面的異常再排除就好

Read more

WordPress 2.8.1版出現

好不容易,從wordpess 2.7.1升到wordpress 2.8.0,結果今天登入後台,2.8.1更新版出現了,搞不懂,為什麼才幾天就出現更新版。

之前wordpress 2.8.0就有聽說會如期發佈,在我看來,可能是趕著推出,不然wordpress 2.8.1更新版怎麼這麼快就出來了。

我還有好多個wordpress的Blog在2.7.0/2.7.1,更版快速,不知道是不是一件好事。

果不其然,看到官方文件,修正了很多的Bugs,另外,也接到安全性組織的報告,如果裝了某些的Plugin之後,可以看到一些非經授權的內容,這表示,這個版本的安全性做的不夠好,還是趕快修正好了。

WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.

What else is new since 2.8? Read through the highlights below, or view all changes since 2.8

  • Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have to change.
  • Dashboard memory usage is reduced. Some people were running out of memory when loading the dashboard, resulting in an incomplete page.
  • The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.
  • A problem where the rich text editor wasn’t being loaded due to compression issues has been worked around.
  • Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.
  • Translation of role names fixed.
  • wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.
  • Upload error messages are now correctly reported.
  • Autosave error experienced by some IE users is fixed.
  • Styling glitch in the plugin editor fixed.
  • SSH2 filesystem requirements updated.
  • Switched back to curl as the default transport.
  • Updated the translation library to avoid a problem with mbstring.func_overload.
  • Stricter inline style sanitization.
  • Stricter menu security.
  • Disabled code highlighting due to browser incompatibilities.
  • RTL layout fixes.