logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux安装QT4.8.6和Qt Creator

Linux版本:RHEL6.4(虚拟机全新安装-软件开发)Qt版本:Qt4.8.6库(Qt4.8.6)1.下载地址:http://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz2.编译   #tar -zxvfqt-everywhere-o

安装linux系统,卡在Detecting hardware

原文地址:http://www.linuxidc.com/Linux/2014-05/101572.htm在出现选单的时候按Tab键即可进入命令输入模式。在出现的命令行最后面输入空格,然后再输入acpi=off,回车之后就可以正常安装了。但此时显卡驱动没有正常加载,分辨率显示不正常。可以在进入分区界面后再退出安装。然后再运行一次安装就可以了。

Linux禁止防火墙开机启动

1.查看防火墙状态root# service iptables status2.关闭防火墙,开机会自动启动root# service iptables stop3.禁止开机启动root# chkconfig --del iptables重启后,root# iptables -L -n检查是否设置成功。

#linux
REDHAT版本与支持的intel CPU型号

地址:https://access.redhat.com/support/policy/intelRed Hat Enterprise Linux VersionsFamily4.x5.x6.x7.xXeon® Processor X5500, W5500, L5500, E5500 series4.7Resource 152235.3Resource 152236.07.0Xeon® Proce

ASAN内存泄漏检测工具使用

本文为个人使用的记录,留待以后使用查看。Linux下代码内存泄漏检测工具Asan。Asan为GCC编译器自带的内存泄漏检测工具(大于GCC某个版本号的都有),编程环境为Qt5.12.5。QMAKE_CXXFLAGS 段最后面增加以下内容:-fsanitize=address -fsanitize-recover=all -fsanitize=leak -fno-omit-frame-pointer

#linux
git错误:unable to find remote helper for ‘https‘

4.安装完成后,Git安装目录的libexec/git-core文件夹内就有了git-remote-https文件,git命令可正常使用。Git安装目录的libexec/git-core文件夹内是否有git-remote-https文件,如果没有,则执行。Git安装目录的bin与libexec/git-core两个文件夹是否加入环境变量,如已加入环境变量,看2;环境:CentOS7.5,Git2.

文章图片
#git
Gitea配置文件说明

网址:https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini以下是2020年8月7日该文件内容的备份; This file lists the default values used by Gitea; Copy required sections to your own app.ini (default

到底了