參考文獻:
https://blog.xuite.net/yh96301/blog/242333268
https://tw511.com/a/01/885.html
 

1. rufus做開機USB stick。資料分割配置要選GPT格式。

文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

https://public.tableau.com/views/9-_16238324831150/sheet3?:language=zh-TW&:increment_view_count=no&:embed_code_version=3&:loadOrderID=0&:display_count=n&:origin=viz_share_link

 


文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

參考資料:
https://www.ichiayi.com/tech/winxp_samba
https://freetoad.pixnet.net/blog/post/23509679
http://arbitrarytsai.blogspot.com/2019/10/fix.html

 

文章標籤

貓熊麗麗 發表在 痞客邦 留言(1) 人氣()

安裝Samba:

參考文獻:
https://magiclen.org/ubuntu-server-samba/
https://tsaiyuyan.github.io/2019/04/09/ubuntu-she-ding-samba-fen-xiang-dang-an/
https://www.itread01.com/content/1550441893.html

文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

參考文獻:https://www.mdeditor.tw/pl/pw03/zh-tw

# sudo apt-get update

# apt-get install mysql-server, mysql-client, libmysqlclient-dev(C語言相關庫)

安裝Mysql Secure

# sudo mysql_secure_installation

文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

參考文獻:http://www.unixlinux.online/unixlinux/linuxjc/linuxjc/201702/35313.html

實際用法:使用setfacl和getfacl指令

# getfacl sf <<<查詢目錄的ACL
# file: sf
# owner: steventsai

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

參考資料:https://cput5800.blogspot.com/2017/03/ms-sql-clsid.html

圖片

Server 2016發生錯誤訊息如上:

解決方式:

開啟元件服務>>>電腦>>>我的電腦>>>DCOM設定>>>Microsoft SQL Server Integration Services 13.0

文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

參考文獻:https://vivaldi.club/d/11869

# vi /etc/polkit-1/localauthority/50-local.d/restrict-login-powermgmt.pkla

[Disable lightdm PowerMgmt]
Identity=unix-user:*
Action=org.freedesktop.login1.reboot;org.freedesktop.login1.reboot-multiple-sessions;org.freedesktop.login1.power-off;org.freedesktop.login1.power-off-multiple-sessions;org.freedesktop.login1.suspend;org.freedesktop.login1.suspend-multiple-sessions;org.freedesktop.login1.hibernate;org.freedesktop.login1.hibernate-multiple-sessions

文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

參考資料:https://linuxconfig.org/how-to-install-matlab-on-ubuntu-20-04-focal-fossa-linux

需在GUI介面下進行安裝。

1. download matlab 到ubuntu下。要記得選對版本,要用linux版本。
/home/user/Downloads/matlab_R2020b_glnza64.zip
圖片

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()

# adduser stduser
Adding user `stduser' ...
Adding new group `stduser' (1004) ...
Adding new user `stduser' (1004) with group `stduser' ...
Creating home directory `/home/stduser' ...

文章標籤

貓熊麗麗 發表在 痞客邦 留言(0) 人氣()