码迷,mamicode.com
首页 >  
搜索关键字:linux centos 6 nat 转发 完整教程    ( 188861个结果
php加密
1、Linux 安装 $ wget https://github.com/liexusong/php-beast/archive/master.zip $ unzip master.zip $ cd php-beast-master $ phpize $ ./configure $ sudo mak ...
分类:Web程序   时间:2021-03-29 11:41:35    阅读次数:0
Linux 常见的命令
cat cd chmod chown cp 名称:cat 使用权限:所有使用者 得到 使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName 说明:把档案串连接后传到基本输出(萤幕或加 > fileName 到另一个档案) 参数: -n 或 --nu ...
分类:系统相关   时间:2021-03-26 15:34:37    阅读次数:0
常见LINUX命令之服务器部署
ps -ef|grep apache -tomcat 查看进程 kill -9 杀死进程 ls 看命令 ./ startup.sh 启动 cd ../logs 查log tail -f catalina.out 看log chmod -R 777 * chmod 777 * 赋权限 unzip 文件 ...
分类:系统相关   时间:2021-03-26 15:32:48    阅读次数:0
C++CLR类库封装Native类库并用C#调用 - 草稿
1、创建Native类库 新建项目->其他语言->Visual C++->Win32控制台应用程序->DLL 添加头文件 添加源文件 选择生成路径生成dll 2、CLR类库封装Native类库 新建项目->其他语言->Visual C++->CLR->类库; 添加Native类库的lib和pdb 添 ...
分类:编程语言   时间:2021-03-26 15:26:07    阅读次数:0
Linux 编译vlc
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:系统相关   时间:2021-03-26 15:25:05    阅读次数:0
Oracle-配置单实例数据库在linux环境跟随系统自启动
方法一、配置shell脚本,使用/etc/rc.local 跟随系统自启动 # cat /home/oracle/script/start.sh lsnrctl start<<EOF EOF sqlplus / as sysdba <<EOF startup alter system registe ...
分类:数据库   时间:2021-03-26 15:17:47    阅读次数:0
Ubuntu20.04linux内核(5.4.0版本)编译准备与实现过程-编译前准备(1)
最近项目也和linux kernel技术有关,调试内核和内核模块、修改内核源码,是学习内核的重要技术手段之一。应用这些技术时,都有一本基本的要求,那就是编译内核。因此,在分析内核调试技术之前,本随笔给出内核的编译准备工作与具体实现过程。 开发环境 Ubuntu20.04 系统自带的内核版本:5.4. ...
分类:系统相关   时间:2021-03-26 15:16:03    阅读次数:0
Cenots7 初始化 必装的yum 软件包
#!/bin/bash mkdir /etc/yum.repos.d/repo mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.ali ...
分类:其他好文   时间:2021-03-18 14:42:38    阅读次数:0
Linux Virtual Server
1. 集群和分布式: 集群(cluster):即同一个业务系统,部署在堕胎服务器上,集群中,每台服务器实现的功能没有差别,数据和代码都是一样的 集群主要分为三种类型: LB(load balancing):负载均衡,多台主机组成,每个主机只承担一部分请求 HA(high availablity):高 ...
分类:系统相关   时间:2021-03-18 14:41:04    阅读次数:0
Why choose USB-Link 2 from Autonumen.com
The USB-Link 2, the next generation vehicle interface from NEXIQ Technologies, has arrived. Dependable and rugged at Autonumen.com, the new USB-Link 2 ...
分类:其他好文   时间:2021-03-18 14:37:53    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!