2024年1月9日
摘要:
系統 CentOS Linux release 7.9.2009 (Core) 1.sshd 服務無法啟動, 排查方法 輸入命令 sudo sshd -t 按實際問題處理
閱讀全文
posted @ 2024-01-09 14:27
allen817
閱讀(15)
推薦(0)
2023年12月28日
摘要:
下載MySQL 安裝包 https://dev.mysql.com/downloads 安裝 rpm -ivh 包名 默認配置 /etc/my.cnf 初始化mysql mysqld --initialize --user=mysql --console 安裝完密碼默認存放在 /var/log/my
閱讀全文
posted @ 2023-12-28 10:45
allen817
閱讀(114)
推薦(0)
2023年3月6日
摘要:
/** * @description: 十六進制轉字符串 * @param string $hex * @param string $mb_convert_encoding 轉換后編碼類型,默認轉換成UTF-8 * @return string */ public function hexDecod
閱讀全文
posted @ 2023-03-06 11:08
allen817
閱讀(247)
推薦(0)
2023年2月24日
摘要:
安裝mailx yum install -y mailx 配置郵件服務器信息 vi /etc/mail.rc set from=xxxx@yyy.com set smtp=smtp.yyy.com set smtp-auth-user=xxxx@yyy.com set smtp-auth-passw
閱讀全文
posted @ 2023-02-24 10:03
allen817
閱讀(34)
推薦(0)
2023年1月29日
摘要:
之前在應用商店安裝過ubuntu的,有錢的建議從商店購買 window配置 , 準備一個centos系統,我是從已有系統導出的,導出命令 tar -cvf ./centos.tar ./ --exclude=centos.tar --exclude=./proc* --exclude=./tmp/*
閱讀全文
posted @ 2023-01-29 15:55
allen817
閱讀(122)
推薦(0)
2022年12月29日
摘要:
之前裝VPN要裝這垃圾玩意, 裝的時候也沒有密碼,卸載要密碼。垃圾 我的安裝目錄是這個,把 這配置清空就可 以卸載 了 D:\soft\qianx\360Safe\EntClient\conf\EntBase.dat
閱讀全文
posted @ 2022-12-29 15:21
allen817
閱讀(994)
推薦(0)
2022年12月8日
摘要:
背景 對方系統java des 加密, 我們用 php 解密 模式基本介紹 ECB模式:電子密本方式,JAVA封裝的DES算法的默認模式,就是將數據按照8個字節一段進行DES加密或解密得到一段8個字節的密文或者明文,最后一段不足8個字節,則補足8個字節CBC模式:密文分組鏈接方式,NET封裝的DES
閱讀全文
posted @ 2022-12-08 11:09
allen817
閱讀(292)
推薦(0)
2022年7月28日
摘要:
1.安裝mailx yum -y install mailx 2. /etc/mail.rc 最后增加郵件配置如 set smtp=smtp.qq.comset smtp-auth=loginset smtp-auth-user=*******@qq.comset smtp-auth-passwor
閱讀全文
posted @ 2022-07-28 14:58
allen817
閱讀(126)
推薦(0)
2022年3月11日
摘要:
1.環境 Distributor ID: UbuntuDescription: Ubuntu 20.04.1 LTSRelease: 20.04Codename: focal 2.安裝 報錯 3.解決辦法 上面依賴libldap-2.4-2 先安裝依賴指定版本即可 apt install libld
閱讀全文
posted @ 2022-03-11 09:46
allen817
閱讀(1066)
推薦(0)
2021年12月22日
摘要:
SELECT procpid, START, now() - START AS lap, current_query FROM ( SELECT backendid, pg_stat_get_backend_pid (S.backendid) AS procpid, pg_stat_get_back
閱讀全文
posted @ 2021-12-22 15:57
allen817
閱讀(619)
推薦(0)