啥也没写
发布时间:2021-04-16 13:34:12
test]# cat composer.json { "require": { "8bitov/clickhouse-php-client": "*" }, "repositories": [{ "type": "composer", "url": "http://10.1.103.251:8099" },{ "type":"composer", .........【阅读全文】
发布时间:2021-04-16 13:09:14
安装satiscd /optgit clone https://github.com/composer/satis.gitphp -r "readfile('http://install.phpcomposer.com/installer');" | phpcomposer config -g repo.packagist composer https://mirrors.aliyun.com/composer//usr/local/php/php7.3/bin/php composer.phar installln -s /opt/satis/bin/satis /usr/b.........【阅读全文】
发布时间:2021-04-13 10:10:34
方法一curl -s https://packagecloud.io/install/repositories/Altinity/clickhouse/script.rpm.sh | bashyum install clicktail方法二go get github.com/Altinity/clicktailGOPATH=/usr/local go get github.com/Altinity/clicktailGOPATH=/usr/local go buildGOPATH=/usr/local go install在clickhouse创建新库.........【阅读全文】
发布时间:2021-03-25 09:52:05
https://docs.gitlab.com/ee/update/index.htmlhttps://docs.gitlab.com/ee/raketasks/backup_restore.html#back-up-and-restore-gitlab查看新版本yum list --showduplicates gitlab-ce --disableexcludes=gitlab-cegitlab备份/etc/gitlab/gitlab.rb目录gitlab_rails['backup_path'] = '/backup'默认:/var/opt/gitla.........【阅读全文】
发布时间:2021-03-23 10:56:05
向awk传递外部参数的五种方法(直接传递;-v选项;ARGV数值;间接引用;ENVIRON)......【阅读全文】