首页
统计
留言
Search
1
Konsole 和 oh-my-zsh 的配置与使用
1,359 阅读
2
docker启动报错
779 阅读
3
wsl2使用windows下v2ray的代理
656 阅读
4
ssh-agent手动添加sshkey报错
464 阅读
5
Kubuntu 配置多桌面快捷键
463 阅读
全部
PHP
Linux
软路由
杂项
Sql
Go
登录
Search
标签搜索
kubuntu
docker
mysql
pgsql
git
csv
shell
wine
linux
oh-my-zsh
wps
gost
起名
redis
ip
crontab
mac
nginx
wss
docker-compose
JyPony
累计撰写
49
篇文章
累计收到
0
条评论
首页
栏目
全部
PHP
Linux
软路由
杂项
Sql
Go
页面
统计
留言
搜索到
27
篇与
的结果
2021-06-15
kubuntu 安装 wps
https://blog.csdn.net/weixin_43096084/article/details/106029860
2021年06月15日
327 阅读
0 评论
0 点赞
2021-06-11
ssh-agent手动添加sshkey报错
ssh-agent手动添加sshkey报错Could not open a connection to your authentication agent.执行命令ssh-agent bash sudo ssh-add ~/.ssh/gitee_id_rsa
2021年06月11日
464 阅读
0 评论
0 点赞
2021-06-11
docker启动报错
docker 每次都要sudo, 或者其他服务启动的时候,提示上述的错误ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running?添加docker group:sudo groupadd docker将当前用户加入docker group内sudo gpasswd -a ${USER} docker重启dockersudo systemctl restart docker切换当前会话到新 group 或者重启 X 会话newgrp - docker
2021年06月11日
779 阅读
0 评论
0 点赞
2021-06-11
正式环境网站目录权限
指定用户跟用户组chown -R www.www /data/code/配置文件夹权限find /data/code/ -type d -exec chmod 755 {} \;配置文件权限find /data/code/ -type f -exec chmod 644 {} \;
2021年06月11日
409 阅读
0 评论
0 点赞
2021-06-11
Konsole 和 oh-my-zsh 的配置与使用
修改Konsole默认字体大小点击设置->配置当前方案->外观->自体调整为Hack 16pt修改Konsole快捷键点击设置->配置键盘快捷键复制快捷键由 Ctrl+Shift+C 调整为 Ctrl+C粘贴快捷键由 Ctrl+Shift+V 调整为 Ctrl+V关闭会话快捷键由 Ctrl+Shift+W 调整为 Ctrl+W新建标签页快捷键由 Ctrl+Shift+T 调整为 Ctrl+T安装zshsudo apt-get install zsh cat /etc/shellszsh设为默认shellchsh -s /bin/zsh安装oh-my-zshsh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"修改Kconsole的默认命令为/bin/zsh调整主题配置 juanghurtado修改光标为$vim ~/.oh-my-zsh/themes/juanghurtado.zsh-theme安装高亮插件 zsh-syntax-highlightinggit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting编辑配置文件 vim ~/.zshrcsource ~/.zshrc
2021年06月11日
1,359 阅读
0 评论
0 点赞
1
...
4
5
6