码迷,mamicode.com
首页 >  
搜索关键字:socket ss5 centos 代理服务器    ( 48546个结果
更改套接字I/O缓冲大小
//更改I/O缓冲大小 //set_buffer.c#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/socket.h>void error_handling(char*message); int main(i ...
分类:其他好文   时间:2021-02-09 12:11:39    阅读次数:0
在centos8上安装RBTools
目的:为了使git提交的代码能够方便的code review,因此需要搭建一套code review环境。根据网上的建议,选择使用RBTools源码安装(www.reviewboard.org)。 当前系统环境:centos8.1.1911仅支持python3.6 (1)下载RBTools源码:RB ...
分类:其他好文   时间:2021-02-08 12:43:19    阅读次数:0
Centos 7 安装maven并配置阿里源
安装maven必须要有java环境,如果没有安装java环境,请按照博文安装java环境! 一、安装 官网:http://maven.apache.org/download.cgi $ wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/ma ...
分类:其他好文   时间:2021-02-08 12:26:55    阅读次数:0
CentOS8 安装Docker
官方参考文档 https://docs.docker.com/engine/install/centos/ 1、安装 [root@localhost opt]# yum install -y yum-utils device-mapper-persistent-data lvm2[root@loca ...
分类:其他好文   时间:2021-02-08 12:24:35    阅读次数:0
linux安装python
默认centos, unbtan都已经安装了python3版本,可以通过 whereis python来检查已经安装的版本。 root@hecs-x-medium-2-linux-20200619090653:/usr/bin# whereis pythonpython: /usr/bin/pyth ...
分类:编程语言   时间:2021-02-08 12:04:26    阅读次数:0
ceph 纵向扩容 nautilus版本
#零 修订记录 | 序号 | 修订内容 |修订时间 | | | | | | 1 | 新增 |2021/2/6| #一 摘要 前文linux 基于三台物理机安装ceph nautilus 介绍了 ceph 在centos 7.6 上的安装。 ceph nautilus 横向扩容 介绍了ceph 横向扩 ...
分类:其他好文   时间:2021-02-08 11:45:21    阅读次数:0
Arm Development Studio 2020.1-1 Linux 64Bit下载
Arm Development Studio 2020.1-1 Linux 64Bit下载,请访问米尔科技下载中心 what's included in Development Studio? Arm Development Studio IDE Development Studio helps y ...
分类:系统相关   时间:2021-02-05 10:33:42    阅读次数:0
repos文件中的$releasever和$basearch的取值
查看CentOS-Base.repo部分内容,文件路径 /etc/yum.repos.d/CentOS-Base.repo [base] baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ mirrorlist=http ...
分类:其他好文   时间:2021-02-05 10:29:54    阅读次数:0
Centos配置开机自启动脚本并通过service命令管理
将可执行的开机启动脚本加入到/etc/init.d/目录下,并利用chkconfig配置开机自启动,重启生效 1)、切换到/etc/init.d/ [root@www ~]# cd /etc/init.d/ 2)、编辑开机启动服务脚本 nano xxxx.sh #!/bin/sh#配置Tomcat开 ...
分类:其他好文   时间:2021-02-04 12:23:33    阅读次数:0
jmeter 进行简单的脚本设计
恢复内容开始 恢复内容开始 恢复内容开始 恢复内容开始 1.在选择Http(S) Test Script Recorder 添加完成之后点击start 启动代理服务器 开始进行录制 性能测试报告中要注意数据的横向对比(优化前和优化后)和纵向对比。 启动抓包工具: 启动抓包工具并且输入对应需要抓包的页 ...
分类:其他好文   时间:2021-02-04 12:12:21    阅读次数:0
48546条   上一页 1 ... 38 39 40 41 42 ... 4855 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!