有 3149 筆資料符合您搜尋的條件
- 2024-11-04 20:52:37
- 版面: PHP
- 主題: How To Install OCI8 on RunCloud Ubuntu 24.04
- 回覆: 0
- 觀看: 8
How To Install OCI8 on RunCloud Ubuntu 24.04
https://gist.github.com/syahzul/8f29a34a45c62fc577f7964ba123d4ba https://download.oracle.com/otn_software/linux/instantclient/2350000/instantclient-basic-linux.x64-23.5.0.24.07.zip https://download.oracle.com/otn_software/linux/instantclient/2350000/instantclient-sdk-linux.x64-23.5.0.24.07.zip sudo ...
- 2023-06-27 13:51:38
- 版面: Proxmox VE
- 主題: resize ubuntu root
- 回覆: 2
- 觀看: 2235
Re: resize ubuntu root
root@41198:/home/yehlu# parted
GNU Parted 3.3
使用 /dev/sda
歡迎使用 GNU Parted!輸入 'help' 來檢視指令列表。
(parted) resizepart
分割區編號? 2
警告: 正在使用分割區 /dev/sda2。您確定要繼續嗎?
是/Yes/否/No? Yes
終點? [34.4GB]? 96G
GNU Parted 3.3
使用 /dev/sda
歡迎使用 GNU Parted!輸入 'help' 來檢視指令列表。
(parted) resizepart
分割區編號? 2
警告: 正在使用分割區 /dev/sda2。您確定要繼續嗎?
是/Yes/否/No? Yes
終點? [34.4GB]? 96G
- 2023-04-20 15:20:55
- 版面: laravel
- 主題: SQL Server 2016
- 回覆: 0
- 觀看: 2912
SQL Server 2016
Illuminate\Database\QueryException SQLSTATE[28000]: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]使用者 'SUPERUSER' 的登入失敗。 (Connection: sqlsrv, SQL: select top 1 * from [Alldata] where [Alldata].[UNID] = 1).
- 2023-04-20 15:20:26
- 版面: laravel
- 主題: SQL Server 2016
- 回覆: 0
- 觀看: 2766
SQL Server 2016
Illuminate\Database\QueryException SQLSTATE[28000]: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]使用者 'SUPERUSER' 的登入失敗。 (Connection: sqlsrv, SQL: select top 1 * from [Alldata] where [Alldata].[UNID] = 1).
- 2021-12-14 09:21:33
- 版面: Proxmox VE
- 主題: resize ubuntu root
- 回覆: 2
- 觀看: 2235
Re: resize ubuntu root
不需要關機
直接在硬體,調整磁碟大小,增加容量即可。
直接在硬體,調整磁碟大小,增加容量即可。
- 2021-08-31 13:43:05
- 版面: Proxmox VE
- 主題: /etc/rc.local
- 回覆: 0
- 觀看: 3098
/etc/rc.local
https://www.linuxbabe.com/linux-server/how-to-enable-etcrc-local-with-systemd How to Enable /etc/rc.local with Systemd Last Updated: March 26th, 2021 Xiao Guoan (Admin) 26 Comments Linux Server If you are running a Linux distro that uses Systemd, then you may find that your command in /etc/rc.local ...
- 2021-06-29 22:39:56
- 版面: Proxmox VE
- 主題: zpool real path
- 回覆: 0
- 觀看: 2290
zpool real path
root@pveh:/dev/pvehzpool# /sbin/zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT pvehzpool 7.25T 1.57T 5.68T - - 11% 21% 1.00x ONLINE - root@pveh:/dev/pvehzpool# /sbin/zfs list NAME USED AVAIL REFER MOUNTPOINT pvehzpool 1.75T 3.36T 18.6G /pvehzpool pvehzpool/base-100-di...
- 2021-01-27 15:35:28
- 版面: CodeCharge Studio
- 主題: PDO MYSQL
- 回覆: 2
- 觀看: 15019
Re: PDO MYSQL
https://github.com/bevhost/phplib/blob/master/inc/db_mysqli.inc <?php /* * PHPLIB class for PHP Data Objects * * by David Beveridge * */ class DB_Sql { /* public: connection parameters */ var $Host = ""; var $Database = ""; var $User = ""; var $Password = ""; ...
- 2021-01-09 19:50:20
- 版面: Proxmox VE
- 主題: zpool upgrade
- 回覆: 3
- 觀看: 2828
Re: zpool upgrade
root@pveh:~# zpool status pool: pvehzpool state: ONLINE scan: resilvered 187G in 0 days 01:27:16 with 0 errors on Sat Jan 9 18:27:09 2021 config: NAME STATE READ WRITE CKSUM pvehzpool ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ata-WDC_WD20EZRZ-00Z5HB0_WD-WCC4N1LKKNX6 ONLINE 0 0 0 ata-WDC_WD20EZRZ-00Z5HB0_WD...
- 2021-01-09 19:50:08
- 版面: Proxmox VE
- 主題: zpool upgrade
- 回覆: 3
- 觀看: 2828
Re: zpool upgrade
root@pveh:~# zpool upgrade -a
This system supports ZFS pool feature flags.
Enabled the following features on 'pvehzpool':
encryption
project_quota
device_removal
obsolete_counts
zpool_checkpoint
spacemap_v2
allocation_classes
resilver_defer
bookmark_v2
This system supports ZFS pool feature flags.
Enabled the following features on 'pvehzpool':
encryption
project_quota
device_removal
obsolete_counts
zpool_checkpoint
spacemap_v2
allocation_classes
resilver_defer
bookmark_v2
- 2021-01-09 19:49:47
- 版面: Proxmox VE
- 主題: zpool upgrade
- 回覆: 3
- 觀看: 2828
Re: zpool upgrade
root@pveh:~# zpool upgrade -v This system supports ZFS pool feature flags. The following features are supported: FEAT DESCRIPTION ------------------------------------------------------------- async_destroy (read-only compatible) Destroy filesystems asynchronously. empty_bpobj (read-only compatible) ...
- 2021-01-09 19:49:24
- 版面: Proxmox VE
- 主題: zpool upgrade
- 回覆: 3
- 觀看: 2828
zpool upgrade
root@pveh:~# zpool status pool: pvehzpool state: ONLINE status: Some supported features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may no longer be accessible by software t...
- 2020-08-03 15:10:36
- 版面: E3進銷存
- 主題: 列印商品條碼, 配合自定匯出商品文字檔
- 回覆: 0
- 觀看: 1975
列印商品條碼, 配合自定匯出商品文字檔
http://www.awanx.com/forum/posts/list/75.page E3的商品條碼列印, 及進貨單商品量條碼列印, 可以支援外部指令及匯出商品文字檔, 做列印條碼. 同時也可以自行定義匯出商品文字檔. 一、首先進入商品條碼列印畫面, 作參數設定: 選單: 商品管理 / 商品條碼列印 / 設定工作參數 例如上圖設定的匯出文字檔 item.txt, 及執行列印條碼批次檔 print.bat 這時匯出 要印條碼商品的欄位資訊, 到文字檔 item.txt 中, 再執行 print.bat 批次執行檔做整合列印. 文字檔格式內容, 可以參考E3的操作手冊說明. 二、自定義匯出文...
- 2020-08-01 10:21:54
- 版面: Mac OS X
- 主題: Too many open files with Mariadb 10.4.13 on Macos Catalina
- 回覆: 1
- 觀看: 2207
Re: Too many open files with Mariadb 10.4.13 on Macos Catalina
https://stackoverflow.com/questions/39537731/errno-24-too-many-open-files-but-i-am-not-opening-files "Files" include network sockets, which are a type of file on Unix-based systems. The maximum number of open files is configurable with ulimit -n # Check current limit $ ulimit -n 256 # Rais...
- 2020-08-01 10:20:50
- 版面: Mac OS X
- 主題: Too many open files with Mariadb 10.4.13 on Macos Catalina
- 回覆: 1
- 觀看: 2207
Too many open files with Mariadb 10.4.13 on Macos Catalina
https://stackoverflow.com/questions/62511187/too-many-open-files-with-mariadb-10-4-13-on-macos-catalina Have you tried looking for other ways to modify the open files limit on MacOS Catalina? A quick search led me to here which suggests the following for modifying it for the system while it is runni...