推荐
专栏
教程
课程
飞鹅
本次共找到2227条
linux查找文件
相关的信息
Wesley13
•
3年前
TCP BBR
原文地址:https://teddysun.com/489.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fteddysun.com%2F489.html)最近,Google开源了其TCPBBR拥塞控制算法,并提交到了Linux内核,从4.9开始,Lin
Wesley13
•
3年前
ubuntu中使用VsCode+Eigen创建Eiegn应用程序
Visualstudiocode是微软发布的一个运行于MacOSX、Windows和Linux之上的,针对于编写现代Web和云应用的跨平台源代码编辑器。1\.VsCode安装VScode官网下载.deb文件,网址链接如下:https://code.visualstudio.com/altdownlo
Stella981
•
3年前
Jenkins 添加节点 java web方式
环境说明:主节点:windowsserver从节点:两台linux1\.windowsserver安装jenkins就不多说了,直接添加节点配置如下!(https://oscimg.oschina.net/oscnet/5884016567b47732cb36b478128372498e0.png)2.全局安全配置,指定确认的端
Stella981
•
3年前
Linux如何动态添加新的系统调用
来自《Linux动态为内核添加新的系统调用》(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2Fs%2FHEIQTBks2RExUopLMrmlJA)先来个满满的回忆:https://blog.csdn.net/dog250/articl
Stella981
•
3年前
ClickHouse安装与单机部署
ClickHouse可以具有x86\_64,AArch64或PowerPC64LECPU架构的Linux,FreeBSD或MacOSX上运行。本文是系统基于CentOS7上安装,ClickHouse版本v19.16.10.44,单机部署云服务器(https://www.oschina.net/action/GoToLink?urlhttp
Wesley13
•
3年前
C++ 编译过程简介
C/C程序编译流程:预处理编译汇编链接具体的就是:源代码(sourcecoprede)→预处理器(processor)→编译器(compiler)→汇编程序(assembler)→目标程序(objectcode)→链接器(Linker)→可执行程序(executables)C语言在linux下的基本流程如图:!wK
Stella981
•
3年前
Chromium Android编译指南
先决条件需要有一台装有Linux操作系统环境的主机来做编译,这个环境的搭建配置方法可以参考Linuxspecificbuildinstructions(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fchromium.googlesource.com%2Fch
Stella981
•
3年前
Centos7 下安装 Docker
9.27Centos7下安装 Docker9.2.1配置虚拟机docker官方文档要求必须运行在Linuxkernel3.8以上,所以需要安装在Centos7或者Ubantu系统上。yuminstalllrzsz安装上传下载组件uname–a检查当前Linux内核版本查询结果:
Stella981
•
3年前
Linux安装gcc时碰到的有关问题解决(解决gcc依赖有关问题)
Linux安装gcc时碰到的有关问题解决(解决gcc依赖有关问题)rpm安装gcc时碰到的有关问题解决(解决gcc依赖有关问题)提示:error:Faileddependencies:cloogppl0.15isneededbygcc4.4.74.el6.x86\_64cpp4.4.74.el6
Stella981
•
3年前
Apache mpm模式优化
Apache采用的MPM(MultiProcessingModules,多道处理模块),管理网络连接处理请求一、简介针对操作系统的处理模块mpm_beos、mpm_event、mpm_netware、mpmt_os2、mpm_prefork、mpm_winnt、mpm_worker其中Linux系统使用
1
•••
110
111
112
•••
223