logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux下 iptables防火墙 放开相关端口 拒绝相关端口 及查看已放开端口

1. 查看iptables 防火墙已经开启的端口:/etc/init.d/iptables status[root@hzswtb2-mpc ~]#/etc/rc.d/init.d/iptables status             或者 service iptables statusTable: filterChain INPUT (policy ACCEPT)num  tar

#linux
On linux start jenkins on specific port 80: java.net.SocketException: Permission denied

[jenkins@hzNgJenkins ~]$ java -jar jenkins.war --httpPort=80Running from: /home/jenkins/jenkins.warwebroot: $user.home/.jenkinsApr 05, 2016 6:24:52 PM winstone.Logger logInternalINFO: Beginnin

#jenkins#linux
openssl error:0A000126:SSL routines:ssl3_read_n:unexpected eof

40079A1F82130000:error:0A000126 openssl s_client -showcerts -connect github.com:443 返回出错

文章图片
#ssl#网络协议#网络
开软软件管理策略for a commpany

This Wiki space has two purposes:Define a process for the engineering team regarding the Open Source Software.Track all Open Source software the engineering team has been using.Open Source S

pip install 安装指定版本的包

要用 pip 安装特定版本的Python 包,只需通过 == 操作符指定,例如:pip install robotframework==2.8.7将安装robotframework 2.8.7 版本。

python print 中文显示\xe3\x80

pythonPython 2.7.5 (default, Apr2 2020, 13:16:51)[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> uri="2003Theme_List

#python#开发语言#后端
Install Robot Framework on Linux Fedora20 or ubuntu /on Mac /on windows

Install Robot Framework on LinuxStepDescriptionHow toNote0Install Pythonsudo apt-get install pythonfedora:yum install python If not yet inst

#python#linux
mysql shell 查看 所有用户的 授权列表

[root@localhost ~]# mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor.  Commands end with ; or \g.Your MySQL connection id is 166476Server version: 5.6.25 MySQL Commun

到底了