- Jul 26 Tue 2022 14:52
-
ubuntu 20.04基礎安裝與設定
- Jun 16 Wed 2021 23:18
-
練習-外站圖表插入
- Mar 10 Wed 2021 15:05
-
Win10中更換Samba帳號

參考資料:
https://www.ichiayi.com/tech/winxp_samba
https://freetoad.pixnet.net/blog/post/23509679
http://arbitrarytsai.blogspot.com/2019/10/fix.html
- Mar 10 Wed 2021 14:07
-
ubuntu 安裝Samba
安裝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
- Feb 08 Mon 2021 15:47
-
Ubuntu 20.04 安裝MySQL 8.0.24
參考文獻: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
- Feb 03 Wed 2021 17:02
-
ubuntu(linux) 目錄繼承父系權限
參考文獻:http://www.unixlinux.online/unixlinux/linuxjc/linuxjc/201702/35313.html
實際用法:使用setfacl和getfacl指令
# getfacl sf <<<查詢目錄的ACL
# file: sf
# owner: steventsai
- Jan 25 Mon 2021 11:03
-
Event ID 10016 錯誤

參考資料:https://cput5800.blogspot.com/2017/03/ms-sql-clsid.html
Server 2016發生錯誤訊息如上:
解決方式:
開啟元件服務>>>電腦>>>我的電腦>>>DCOM設定>>>Microsoft SQL Server Integration Services 13.0
滑鼠右鍵「內容」>>>「安全性」頁>>>啟動與啟用權限中選「編輯」
- Jan 11 Mon 2021 17:54
-
ubuntu 20.04隱藏關機功能

參考文獻: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
- Jan 11 Mon 2021 09:57
-
ubuntu 安裝MatLab R2020b

參考資料: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
- Jan 08 Fri 2021 10:41
-
ubuntu adduser+home
# adduser stduser
Adding user `stduser' ...
Adding new group `stduser' (1004) ...
Adding new user `stduser' (1004) with group `stduser' ...
Creating home directory `/home/stduser' ...
- Dec 30 Wed 2020 11:40
-
Ubuntu讀取exFat格式的外接HD並鏡像備份
參考文獻:https://magiclen.org/ubuntu-exfat/
https://royalprogrammer.wordpress.com/2018/01/27/exfat-format/
https://blog.xuite.net/beavisliu/blog/15341561
- Dec 25 Fri 2020 16:09
-
Ubuntu安裝rsync配合NAS

參考文獻:https://blog.johnsonlu.org/ubuntursync-%E5%AE%89%E8%A3%9D/
1. 安裝:
# apt-get install rsync
Reading package lists... Done
Building dependency tree

