芸路拾光

  • 首页
  • 文章
  • 下载
  • 关于
  • 友链
  • 留言板
×

芸路拾光

芸路拾光

关注 | 2048
  • 730 文章
  • 1736 评论
  • 9,557,505 浏览量

公告:

热门话题
P

PHP

51 篇文章

W

WordPress

37 篇文章

J

Javascript

29 篇文章

L

Linux

29 篇文章

日

日志

24 篇文章

W

Windows 7

23 篇文章

D

Discuz

21 篇文章

W

Windows

20 篇文章

M

MySQL

15 篇文章

C

C

13 篇文章

I

iOS

12 篇文章

U

UCHome

11 篇文章

菜

菜谱

11 篇文章

博

博客

10 篇文章

O

Outlook

10 篇文章

N

Nginx

10 篇文章

热门评论
  • adsf
    大神
  • 大葱
    好安静~
  • 大葱
    这个怎么用~
  • 大葱
    麻烦更新一下友链,谢谢!https://blog.zzzdc.com/
  • jojo
    非常感谢,解决了我的问题
  • 麦瑞克博客
    我的网站:https://www.unitymake.com关键字:麦瑞克博客目前权重:百度0,谷歌0寻求:必须是独立网站,PR无要求,优先添加以原创内容为主的个人站点。联系QQ:2086652918
  • 大苏打
    怎么下载啊?
  • 热心网友
    大佬们,现在是2022年,ie6已经灭亡了,你们还在吗

近期文章

  • 利用GitHub Codespaces轻松搭建免费高性能云服务器
  • 这款开源 SSH 工具才是真正的王者
  • 今日头条邀请码
  • 【Gitlab】集成自动化部署PHP代码
  • 【Nginx】Laravel URL重写无效空白页面的解决办法
  • 【Laravel】前后端不同命名方式的自动转换
  • Docker方式部署Gitlab
  • Docker安装配置Sentry及中间遇到的坑
  • 【PhpMyAdmin】mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]
  • 【Sentry】集中化日志管理系统

【CentOS】安装邮件服务器postfix-dovecot

9年前 (2016-03-03)
    【CentOS】安装邮件服务器postfix-dovecot
    转载一篇Centos 6上安装邮件服务器的文章 How to setup mail server in centos 6 ( postfix-dovecot ) This article describes how to setup a mail server in centos 6 . Here ...
站点建设 • 5,403次阅读• 0 回复

【Centos】禁用Ping – 防御死亡之Ping

10年前 (2015-07-15)
    死亡之Ping的解释见百科,是为了防御攻击的招数之一 一、系统禁止ping [root@linuxzgf ~]# echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all 二、系统允许ping [root@linuxzgf ~]# echo 0 >/...
站点建设 • 软件技巧 • 4,970次阅读• 0 回复

【Centos】安裝ImageMagick imagick for php

12年前 (2013-03-20)
    安装步骤如下 1. 依次运行以下命令 yum install ImageMagick yum install ImageMagick-devel yum install php-pear [for PECL] 安装php-pear是为了使用pecl 中的 phpize , 沒的話會出現 ERROR:...
软件技巧 • 6,490次阅读• 0 回复

【CentOS】php53-common conflicts with php-common 的解决办法

12年前 (2013-03-20)
    用yum安装php-mysql的时候提示   --> php53-common conflicts with php-common Error: php53-common conflicts with php-common  You could try using --skip-broken ...
软件技巧 • 18,797次阅读• 0 回复

查询Centos版本是32位还是64位

12年前 (2013-03-20)
    可以使用getconf LONG_BIT 或 getconf WORD_BIT命令来查看Centos版本是32位还是64位 [root@localhost ~]# getconf LONG_BIT 64 参考:如何查询Centos内核版本 ...
软件技巧 • 6,745次阅读• 0 回复