会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cookun
博客园
首页
新随笔
联系
订阅
管理
[置顶]
数据库操作常用命令
摘要: 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
阅读(276)
评论(0)
推荐(0)
2021年7月29日
树莓派创建wifi热点
摘要: 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
阅读(297)
评论(0)
推荐(0)
2021年2月19日
mac 快捷启动 iTerm2,Ctrl + Alt + T 启动 iTerm2
摘要: 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
阅读(892)
评论(0)
推荐(0)
2020年12月29日
使用docker快速建立ftp服务
摘要: https://hub.docker.com/r/delfer/alpine-ftp-server
阅读全文
posted @ 2020-12-29 16:13 破冰Lab-Cookun
阅读(244)
评论(0)
推荐(0)
修改、删除windows已经登入的samba凭证
摘要: 控制面板\所有控制面板项\凭据管理器
阅读全文
posted @ 2020-12-29 14:47 破冰Lab-Cookun
阅读(1129)
评论(0)
推荐(0)
ubuntu 快速安装smb服务
摘要: # 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
阅读(290)
评论(0)
推荐(0)
2020年5月15日
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
摘要: --> 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
阅读(278)
评论(0)
推荐(0)
2019年12月13日
win10 文件管理器频繁卡死
摘要: 参考: https://www.xitmi.com/1589.html
阅读全文
posted @ 2019-12-13 16:16 破冰Lab-Cookun
阅读(1149)
评论(0)
推荐(0)
2019年11月26日
kali 开启xdebug
摘要: 1、安装xdebug 2、配置
阅读全文
posted @ 2019-11-26 17:48 破冰Lab-Cookun
阅读(336)
评论(0)
推荐(0)
2019年10月9日
kali 修改MariaDB密码
摘要: 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
阅读(498)
评论(0)
推荐(0)
2019年9月3日
VM 下kaili全屏解决方案
摘要: https://zhuanlan.zhihu.com/p/22488904
阅读全文
posted @ 2019-09-03 18:59 破冰Lab-Cookun
阅读(211)
评论(0)
推荐(0)
下一页
公告