码迷,mamicode.com
首页 >  
搜索关键字:shell cat    ( 51177个结果
win10子系统ubuntu开机启动ssh服务
1.win10点击win+R,输入shell:startup, 打开启动文件夹 2.在文件夹中创建xxx.vbs文件,输入以下内容 set ws=wscript.createobject("wscript.shell") ws.run "wsl -d ubuntu -u root /etc/init ...
分类:Windows程序   时间:2021-02-22 12:01:49    阅读次数:0
攻防世界(2):get_shell
告诉你shell是什么,就是这个system("/bin/sh") 这题直接白给了,nc一下就能ls看到flag ...
分类:系统相关   时间:2021-02-22 11:55:43    阅读次数:0
mysql修改密码(命令行)
mysql8: alter user 'root'@'localhost' identified by '123456'; mysql5.7: update user set authentication_string = password('123456') where user = 'root' ...
分类:数据库   时间:2021-02-22 11:45:52    阅读次数:0
k8s1.19.8配置glusterfs动态存储
我测试了1.20.2版本配置glusterfs结果使用不了。记录时间2021-2-19 一、环境介绍 2台服务器都为存储服务器,都有一块20G的数据盘 注意:数据盘不要格式化操作 [root@master ~]# fdisk -l /dev/vdb Disk /dev/vdb: 21.5 GB, 2 ...
分类:其他好文   时间:2021-02-20 12:43:34    阅读次数:0
dhcp搭建
[root@op-benchmark-216 ~]# cat /etc/dhcp/dhcpd.conf # dhcpd.conf # # Sample configuration file for ISC dhcpd # # option definitions common to all supp ...
分类:其他好文   时间:2021-02-20 12:34:38    阅读次数:0
数据库字段创建异常
2020/12/22 数据库字段创建异常 今天同步oracle挡板代码时,发现抛出了异常,invocationTargetException,同步的内容有支持接口锁定和支持场景/案例收藏功能。之前是在mysql版本维护的,现在要同步到oracle中。在oracle新加表字段时,明明已经创建好了字段, ...
分类:数据库   时间:2021-02-20 12:17:35    阅读次数:0
sql server出发器 监听数据库
//出发器 ALTER trigger [dbo].[trsx] on [dbo].[T1] for insert as BEGIN DECLARE @URL VARCHAR(1000) set @URL='http://192.168.1.xx/api/blade-meal/meal/menu/g ...
分类:数据库   时间:2021-02-20 12:17:00    阅读次数:0
sed命令使用
[root@server01 ~]# vi 1.txt 1111111111111111111 121212aaasdasdf asdfasdfasdfasdfasdf 12121212aklsdfjaklsdfkjk *****#)#((@#*@)1121212 root@gitlba-aming ...
分类:其他好文   时间:2021-02-20 12:08:34    阅读次数:0
正则表达式测试
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>正则表达式测试</title> <link rel="stylesheet" href="b ...
分类:其他好文   时间:2021-02-20 12:01:53    阅读次数:0
java语法之 try(){}
我们通常在读写文件的时候需要捕获异常并关闭流,如下所示: public static void test1() { Student[] students = new Student[3]; students[0] = new Student("小丽", 2, 17); students[1] = n ...
分类:编程语言   时间:2021-02-19 13:46:19    阅读次数:0
51177条   上一页 1 ... 48 49 50 51 52 ... 5118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!