The configuration scripts produced by Autoconf are independent of Autoconf when
wget http://cdn.geekbench.com/Geekbench-5.5.0-Linux.tar.gztar -xzvf Geekbench-5.
常用命令1234567891011121314151617181920# 新建并且切换到branch-namegit checkout -b <branc
https://wiki.debian.org/Keysigning Create key123456$ cat >> ~/.gnupg/gpg.c
Q: How to avoid ‘’No ping reply for %d seconds” A: /set net_ping_timeout 0
https://vijaikumar.in/keeping-your-irccloud-client-always-connected-for-free-82d
vim如何用正则表达式把数字换成相同长度的空格 :%s/\d/ /g
Home page Shortcuts Action Shortcut Shortcut (macOS) Switch fullscreen mode Ctrl
screen命令可以实现当前窗口与任务分离,我们即使离线了,服务器仍在后台运行任务。当我们重新登录服务器,可以读取窗口线程,重新连接任务窗口。 创建新窗口 12
1.限制用户登录: /etc/ssh/sshd_config: AllowUsers user1 user2@192.168.1.1 DenyUsers use
server: 1234567891011121314151617$ sudo apt install tightvncserver xfce4 openssh
服务器端: 注册域名 注册cloudflare Add your site 添加域名解析记录,选择A记录,name填www,IPv4填写你的搬瓦工VPS的IP,
x2x does exactly what you want: 1$ ssh -X othermachine x2x -west -to :0 Now you
xdotool getmouselocation My extra for sequential clicking into a few positions i
Server: 12345sudo apt install xrdpsudo adduser xrdp ssl-certsudo systemctl resta
12xwd -out screenshot.xwd -root -display :0.0convert /tmp/screenshot.xwd /tmp/sc
Su-writeIf you find you do not have permission to perform :w, use the following:
熟悉Python语言,掌握函数式和面向对象编程,能够编写模块化、可重用、易维护的代码; 掌握Nginx + Django Web开发; Debug print
qmake -query QT_INSTALL_DIR make install INSTALL_ROOT=/tmp i18N:foo.pro(qmake &g
12345678# 是传给脚本的参数个数0 是脚本本身的名字1是传递给该shell脚本的第一个参数2 是传递给该shell脚本的第二个参数$@ 是传给
linux下PAM模块全称是Pluggable Authentication Module for linux(可插入式授权管理模块),该由Sun公司提供,在L
BIOS/UEFIMBR/GPT硬盘上第0磁道第一个扇区被称为MBR,也就是Master Boot Record,即主引导记录,它的大小是512字节,存放了预启
优麒麟创建docker 容器sudo apt install docker.io sudo yum -y install docker-ce // centos
=== title: file systemext文件系统 0~1: 引导扇区 2~3: 超级块 组描述符表 块位图表 inode位图表 inode节点表 数据
Prefrence: https://www.cnblogs.com/shoemaker/p/linux_graphics01.html List the to
————————————————版权声明:本文为CSDN博主「geekard」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声
内核开发特点无libc库或无标准头文件内核代码中所使用的C语言扩展: 內联函数 static inline void wolf(unsigned long ta
检查是否支持硬件虚拟化: egrep -c ‘(vmx|svm)’ /proc/cpuinfo #(>=1则支持) 或 kvm-ok 安装依赖:
Linux C 进阶之路 标签(空格分隔): linux 性能调优 熟练掌握STL,boost 设计模式 MySQL数据库,SQL 调优 高并发分布式系统 熟悉
物理内存内核使用slab分配器进程使用页缓存虚拟内存页表驻留内存(RSS)sudo grep Rss /proc/${pid}/smaps | awk ‘{su
Unix errno值只要一个Unix函数中有错误发生,全局变量errno就被置为一个指明该错误类型的正值,函数本身则通常返回-1. 网络拓扑的发现123$ n
The following command, when run on a shared library, will output the name to be
1234567891011sudosnapackubuntu−core1797.assert sudo snap install ubuntu-c
创建一个空文件,具体大小的话对于小内存机器建议为内存的两倍 (例子中 1K * 4M = 4 GiB).sudo mkdir -v /var/cache/swa
https://fedoraproject.org/wiki/QA/Sysrq https://www.kernel.org/doc/html/latest/a
multi-SeatDefinition of Terms seat: consists of all hardware devices assigned to
基于XServer天生的网络透明性,窗口管理器不用和其它XClient运行在同一台主机上,它们只是共享同一个XServer而已,同时最基本的窗口管理器仅仅负责绘
项目flatpak基本概念:运行时(runtimes):“运行时”提供应用程序所需的基本依赖。有各种各样的“运行时”,比如“Freedesktop运行时”,“G
计算机组成与设计名词、术语机器零:机器数表示的零的形式,在数轴上表示为0点及其附近的一段区域 浮点数规格化: 串行进位: 并行进位: 微指令: 主存存取时间:
在线工具在线贴图工具在线贴文字工具在线gif制作在线流程图 实用工具 Youcompleteme gollum irssi goldendict Beyond
Becoming a Debian MaintainerIdentification generate a strong (>=2048) RSA Gnu
https://wiki.debian.org/NonMaintainerUpload
SRU:https://wiki.ubuntu.com/StableReleaseUpdateshttp://people.canonical.com/~ubu
https://wiki.debian.org/SimplePackagingTutorial Download the upstream source as
参考: https://wiki.ubuntu.com/AndreasHasenack/UbuntuServerDevApplication 2018.1.29
Debiannew package:ITP Package removal:给ftp.debian.org 提bug: https://wiki.debian.
查找find使用格式如下: $ find <指定目录> <指定条件> <指定动作> - <指定目录>: 所要搜索
手动集成版本流程如下: 点击基础iso镜像,右键挂载镜像: sudo mount xxx.iso /mnt/uk64 创建一个image-iso目录,拷贝挂载镜
从源码构建deb包dh_make debuild 解包123456# 解包dpkg -X foo.deb extract/dpkg -e foo.deb ext
本地准备工作: ~/.bashrc: 1234export DEBFULLNAME="handsome_feng"export DEBEMA
grub修复: 假如你的Ubuntu的 / 分区是sda9,又假如 /boot分区是 sda6,在终端下输入sudo -imount /dev/sda7 /mn
Gettext 1234gettext -o foo.pot //生成pot文件msginit --input=foo.pot --local=bo //生成b
Preparationsudo apt install how-can-i-help sudo apt install command-not-found Ge
gbp import-orig –uscan tar -t -a -f /tmp/gmsh-4.5.2-source.tgz https://wiki.debi
git-deborig pristine-tar tag2upload origtargz dgit –gbp sbuild dgit –gbp push-so
Installsudo apt install pbuilder qemu-user-static Setup Add following contents t
cd ~/home/feng/seeds git clone git clone mv ubuntukylin ubuntukylin.disco mv pla
Symbols files provide a way of tracking the exported symbols of a library, which
Sync Request Process syncpackage -V 2.0.3-1 ukui-menu Merging Ubuntu Merge-o-Mat
Upload to the queue: dput ukui-menu_2.0.3-1_source.changes Remove from the uploa
https://wiki.ubuntu.com/DebuggingProcedures Info for the BugSquad This will crea
简介doxygenDoxygen is the de facto standard tool for generating documentation from
Debug Symbol Packages Create an /etc/apt/sources.list.d/ddebs.list by running th
gdb调试常用命令12345678910111213141516171819bmain//设置断点 break [where] if [conditi
Vargrind quick start quidePreparing your programCompile with -g -O0 Runningvalgrind –leak-check=yes –track
设计模式的六大原则 开闭原则(Open Close Principle) 开闭原则的意思是:对扩展开放,对修改关闭。在程序需要进行拓展的时候,不能去修改原有的代
Debugging自动启动ServiceD-Bus系统提供了一种机制可以在访问某个service时,自动把应用程序运行起来。需要在/usr/share/dbus
https://wiki.archlinux.org/index.php/Default_applications
Lightdm命令行工具,它可用来锁定当前 seat, 切换会话,等等 dm−tool–help sudo apt install xserver-x
By shell1notify-send Test "hello world" By codelibnotify
Session Manager 会话管理器是什么,什么作用 KDE/GNOME ukui-session-manager优势与劣势 Multi-Seat on
冷启动后,打开终端,查看内存情况: free -mh 查看各个进程内存使用情况: ps aux –sort -rss
查看显卡 lspci -k | grep -A 2 -i “VGA” ls /dev/dri/ 查看显卡驱动 sudo lshw -c display 安装显卡
12345678910111213141516171819202122232425262728/* - date: 2016.11.24- build: gcc
无线网卡驱动: sudo apt install firmware-iwlwifisudo modprobe -r iwlwifisudo modprobe i
1234567891011121314Install drivers and tools:sudo apt install alsa-firmware-load
查看输入设备: xinput –list 安装驱动: sudo apt install xserver-xrog-input-synaptics (xserve
attribute((visibility(“default”))) 从动态库中尽可能少地输出符号是一个好的习惯,可以提高程序的模块性,并隐藏实现的细节。动态库
Cpp style guide头文件前置声明尽可能避免使用前置声明。 缺点: 前置声明隐藏了依赖关系,头文件改动时,用户的代码会跳过必要的重新编译过程。 前置声
数据结构概述数据是客观事物的符号表示,是对现实世界的事物采用计算机能够识别、存储和处理的形式进行描述的符号的集合。 数据元素是数据的基本单位 数据对象是性质相同
头插法(有头指针,迭代)1234567891011121314void list_revert(Node *head) { if (!head) re