COMP3322 BModern Technologies on World Wide WebAssignment TwoTotal 10 pointsDeadline: Mar 29, 2021 23:59OverviewYou are going to design and develop a ...
分类:
其他好文 时间:
2021-04-01 13:12:04
阅读次数:
0
背景 在CentOS的新版本中加入了nmcli来便于管理网络,但网上看到的更多的评论还都是摒弃这个,还继续使用传统的修改/etc/sysconfig/network-scripts/ifcfg-* 的方式来做网络配置。但这个太费时间了,还是用nmcli来管理网络吧。 nmcli简介 nmcli 是N ...
分类:
其他好文 时间:
2021-03-31 12:29:44
阅读次数:
0
网上很多帖子有在Linux上安装Redis的分享,这里我就不再多介绍。 redis在centos7中的开机自启在系统服务目录里创建redis.service文件 vi /etc/systemd/system/redis.service 写入以下内容:[Unit]Description=redis-s ...
分类:
系统相关 时间:
2021-03-31 12:13:38
阅读次数:
0
dockerSearch命令
Get https://index.docker.io/v1/search?q=redis&n=25: dial tcp: lookup index.docker.io on [::1]:53: read udp [::1]:49555->[::1]:53: read:... ...
分类:
其他好文 时间:
2021-03-31 12:10:21
阅读次数:
0
linux出现双ip,ip自动变更解决方案 1.输入命令vim /etc/sysconfig/network/network-scripts/ifcfg-ens33 修改BOOTPROTO=static 2.重启网络 ...
分类:
系统相关 时间:
2021-03-30 13:27:32
阅读次数:
0
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: KVM版本:5.9.1 QEMU版本:5.0.0 工具:Source Insight 3.5, Visio 文章同步在 ...
分类:
系统相关 时间:
2021-03-30 13:07:40
阅读次数:
0
1. 在容器里查看 / $ ip link show eth0 531: eth0@if532: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue state UP link/ether 02:42:ac:12:00:06 ...
分类:
其他好文 时间:
2021-03-30 12:45:47
阅读次数:
0
#实验内容 ##准备工作 在cmd中获得Windows的IP地址:192.168.3.125 在终端模拟器中获得kali的IP地址,需要先使用命令export PATH=/usr/sbin/:$PATH转到ifconfig所在目录为/usr/sbin下,再使用ifconfig获得IP地址:192.1 ...
分类:
其他好文 时间:
2021-03-29 12:48:56
阅读次数:
0
一、VNC环境搭建 安装vnc服务 yum -y install tigervnc tigervnc-server vnc服务配置——宿主机远程控制 # 配置vnc # 将/lib/systemd/system/vncserver@.service文件复制一份 cp /lib/systemd/sys ...
基本开发环境: ·Python3.6 ·Pycharm 相关模块使用: import requests import time 目标网页分析: 选择一个影视栏目,F12或者鼠标右键检查,打开开发者工具,选择network,下滑网页 https://haokan.baidu.com/videoui/a ...
分类:
编程语言 时间:
2021-03-17 14:20:20
阅读次数:
0