搜索内容

最新文章
  • Kill process

    使用ps指令查看執行緒PID: ps -ef|grep JSJSS or ps -aux|grep JSJSS 刪除執行緒: kill -s 9 <pid> 更快的方法: pkill -9 JSJSS or killall……

    russel053 2019-05-06
    0 0
  • Nextcloud:啟用 MySQL 4-byte 支援

    nano /etc/mysql/mariadb.conf.d/50-server.cnf MariaDB 10.3 或更新的版本 [mysqld] innodb_file_per_table=1 MariaDB 10.2 或更舊的版本 [mysqld] innodb_……

    russel053 2019-05-06
    0 0