摘要: MariaDB对外开放连接: 编辑/etc/mysql/my.cnf mysql查看表结构命令,如下: desc 表名; show columns from 表名; describe 表名; show create table 表名; use information_schema select * 阅读全文
posted @ 2014-09-11 14:23 破冰Lab-Cookun 阅读(265) 评论(0) 推荐(0) 编辑
摘要: kali@kali:~$ sudo apt-get update... kali@kali:~$ sudo apt-get install hostapd dnsmasq... kali@kali:~$ sudo systemctl stop hostapd kali@kali:~$ sudo sy 阅读全文
posted @ 2021-07-29 10:47 破冰Lab-Cookun 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 1、创建服务 on run {input, parameters} (* Your script goes here *) tell application "iTerm" reopen activate end tell end run 2、添加快捷键启动 阅读全文
posted @ 2021-02-19 11:25 破冰Lab-Cookun 阅读(665) 评论(0) 推荐(0) 编辑
摘要: https://hub.docker.com/r/delfer/alpine-ftp-server 阅读全文
posted @ 2020-12-29 16:13 破冰Lab-Cookun 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 控制面板\所有控制面板项\凭据管理器 阅读全文
posted @ 2020-12-29 14:47 破冰Lab-Cookun 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: # apt-get install samba samba-common# cat /etc/samba/smb.conf [share] comment = work path = /home/work browseable = yes writable = yes admin users = w 阅读全文
posted @ 2020-12-29 11:45 破冰Lab-Cookun 阅读(270) 评论(0) 推荐(0) 编辑
摘要: --> yum search java | grep openjdk --> yum install java-1.8.0-openjdk-headless.x86_64 --> yum install java-1.8.0-openjdk-devel.x86_64 --> update-alter 阅读全文
posted @ 2020-05-15 14:49 破冰Lab-Cookun 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.xitmi.com/1589.html 阅读全文
posted @ 2019-12-13 16:16 破冰Lab-Cookun 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 1、安装xdebug 2、配置 阅读全文
posted @ 2019-11-26 17:48 破冰Lab-Cookun 阅读(317) 评论(0) 推荐(0) 编辑
摘要: use mysql; update user set authentication_string=PASSWORD("") where User='root'; update user set plugin="mysql_native_password" where User='root'; # THIS LINE flush privileges; quit; 阅读全文
posted @ 2019-10-09 15:23 破冰Lab-Cookun 阅读(475) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/22488904 阅读全文
posted @ 2019-09-03 18:59 破冰Lab-Cookun 阅读(199) 评论(0) 推荐(0) 编辑