会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
insistYuan
写给自己看的,详聊Q我或者写封信吧!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
19
下一页
2024年9月19日
PS制作证件照
摘要: 首先将照片拖入ps(直接拽进去就行) 打开后是这样的 然后调整画布大小(在‘图像’->‘画布大小’),本次照片宽25mm,长35mm,是这样的 设置完之后是这样的 快捷键ctrl+t,调整图片大小,是这样的 调整完是这样的 最后将背景设置为白色,选择‘魔棒工具’,是这样的 点击背景处,是这样的 按d
阅读全文
posted @ 2024-09-19 17:20 insistYuan
阅读(103)
评论(0)
推荐(0)
2024年9月13日
centos 7 2009安装lamp(PHP)
摘要: 找到一个写的很好的博客,地址:https://www.cnblogs.com/cherishthepresent/p/17448887.html 感觉这种安装方式还是太基础了,好多扩展没有加进去,有php大佬能讲解一下吗!不是php牛马,想了解php。
阅读全文
posted @ 2024-09-13 11:06 insistYuan
阅读(16)
评论(0)
推荐(0)
2023年11月14日
openvpn在Ubuntu上编译报 undefined reference to `stime'
摘要: 问题分析: 由于系统版本过高 解决方法: 将stime函数替换掉,代码如下: #if __GLIBC_MINOR__ == 31 struct timespec res; res.tv_sec = now_time; clock_settime(CLOCK_REALTIME, &res); #els
阅读全文
posted @ 2023-11-14 16:49 insistYuan
阅读(2)
评论(0)
推荐(0)
2023年6月19日
TLS 1.0 enabled 漏洞
摘要: # lighttpd服务使用Acunetix漏扫 TLS 1.0 enabled Severity Medium Reported by module /Scripts/PerServer/SSL_Audit.script Description The web server supports en
阅读全文
posted @ 2023-06-19 13:44 insistYuan
阅读(1323)
评论(0)
推荐(0)
2023年6月15日
编译make 4.2.1
摘要: # 下载源码 https://mirrors.tuna.tsinghua.edu.cn/gnu/make/make-4.2.1.tar.gz # 编译并安装 tar xzvf make-4.2.1.tar.gz cd make-4.2.1 ./configure --prefix=/home/wan
阅读全文
posted @ 2023-06-15 11:54 insistYuan
阅读(783)
评论(0)
推荐(0)
2023年6月12日
编译gcc 8.4.0
摘要: # 首先下载gcc 8.4.0源码: https://mirrors.sjtug.sjtu.edu.cn/gnu/gcc/gcc-8.4.0/gcc-8.4.0.tar.gz # 解压并编译 1. tar xzvf gcc-8.4.0.tar.gz 2. cd gcc-8.4.0 3. contri
阅读全文
posted @ 2023-06-12 16:30 insistYuan
阅读(338)
评论(0)
推荐(0)
2022年12月7日
Centos7 strongswan configure.ac PKG_CHECK_VAR
摘要: 在configure.ac前边添加以下内容: # backwards compat with older pkg-config # - pull in AC_DEFUN from pkg.m4 m4_ifndef([PKG_CHECK_VAR], [ # PKG_CHECK_VAR(VARIABLE
阅读全文
posted @ 2022-12-07 16:09 insistYuan
阅读(318)
评论(0)
推荐(0)
2022年11月29日
ubuntu server设置
摘要: 一、root用户支持ssh # 修改/etc/ssh/sshd_config配置文件1 #PermitRootLogin prohibit-password 2 PermitRootLogin yes 二、修改用户名密码 # sudo passwd New password: Retype new
阅读全文
posted @ 2022-11-29 17:38 insistYuan
阅读(125)
评论(0)
推荐(0)
2022年11月14日
centos 8 rc.local不生效的问题
摘要: 具体可以操作红帽的官方文档(英文):https://www.jianshu.com/p/96a2075ad784 使rc.local生效的操作如下: chmod a+x /etc/rc.d/rc.local systemctl enable rc-local 参考:https://www.jians
阅读全文
posted @ 2022-11-14 14:02 insistYuan
阅读(270)
评论(0)
推荐(0)
2022年11月11日
linux 以太网命名规则
摘要: 参考: https://blog.csdn.net/maomao5945/article/details/79354204 https://www.cnblogs.com/bfhyqy/p/13512241.html https://access.redhat.com/documentation/e
阅读全文
posted @ 2022-11-11 16:08 insistYuan
阅读(65)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
19
下一页
公告