码迷,mamicode.com
首页 >  
搜索关键字:rsyslog debian    ( 3387个结果
linux 命令
查看 debian版本 cat /etc/debian_version 是否安装了xxxx dpkg -s xxxx 切换到root用户 su root 查看sudoers名单 cat /etc/sudoers 删除锁 rm /var/lib/dpkg/lock-frontend 安装xxxx ap ...
分类:系统相关   时间:2020-01-27 19:28:28    阅读次数:96
MinGW build of Squid-3.5
# Debian Packages Required:## mingw-w64# provides GCC cross-compiler. GCC 4.9.1 or later required.## mingw-w64-tools# provides pkg-config and other bu... ...
分类:其他好文   时间:2020-01-26 20:52:56    阅读次数:66
Troubleshooting installation of debian os
After trying debian on an old workstation, I find there are some pitfalls and tricks: 1. It is recommended to install the minimal base system (with no ...
分类:其他好文   时间:2020-01-24 13:13:34    阅读次数:86
在deeping上安装mariadb
1,安装的官网参考:有安装的命令和指导https://downloads.mariadb.org/mariadb/repositories/#distro=Debian&distro_release=jessie--jessie&mirror=tuna&version=10.4 其主官网地址:htt ...
分类:数据库   时间:2020-01-23 11:12:39    阅读次数:226
vToRay + bbr 加速
购买VPS: 我使用的是vultr : 传送门 安装vToray: bash <(curl -L -s https://install.direct/go.sh) 启用加速: 1 安装BBR加速算法 输入以下命令,就能在centos/ubuntu/debian服务器一键安装google tcp-bb ...
分类:其他好文   时间:2020-01-22 16:06:32    阅读次数:256
Ubuntu使用crontab设置定时任务
crontab常用命令 1 创建crontab任务 1.1 service cron status 查看定时任务是否开启 1.2 crontab e 编辑用户的crontab文件的内容 1.3 crontab l 显示用户的crontab文件的内容 2 日志服务 2.1 修改rsyslog 2.2 ...
分类:系统相关   时间:2020-01-21 21:54:30    阅读次数:354
Ubuntu上安装NS-3实践
ns3官网https://www.nsnam.org/wiki/Installation#Installation 安装: Ubuntu/Debian/Mint The following list of packages should be accurate for Ubuntu 19.04 re ...
分类:系统相关   时间:2020-01-15 23:17:54    阅读次数:196
Ubuntu和Debian安装metasploit-framework
添加阿里云的kali源 系统的镜像源文件在apt目录下 /etc/apt/sources.list 用文本编辑器打开sources.list,手动添加如下代码 将原来的源使用 号注释掉 一般没啥问题,二班情况建议提前备份号文件,或者虚拟机快照,方便回退,减少误操作带来的损失。 更新源 接下来是解决签 ...
分类:Web程序   时间:2020-01-13 01:11:50    阅读次数:140
一、常用Linux系统的版本及分支
1、常用linux系统包括debian、ubuntu、SUSE、Redhat Enterprise Linux、Fedora、Centos、Oracle Linux,它们的分支归属如下: 2、以下链接可查询到所有linux系统版本的分支归属: https://github.com/FabioLoli ...
分类:系统相关   时间:2020-01-12 21:52:06    阅读次数:317
deepin下安装postgresql11
Linux downloads (Debian) 首先创建一个文件 命令是sodu /etc/apt/sources.list.d/pgdg.list 并加入 deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main 更新列表: w ...
分类:数据库   时间:2020-01-12 20:01:06    阅读次数:217
3387条   上一页 1 ... 25 26 27 28 29 ... 339 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!