logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux 下 ssh证书登录

客户端建立私钥和公钥在客户端终端运行命令ssh-keygen -t rsarsa是一种密码算法,还有一种是dsa,证书登录常用的是rsa。假设用户是test,执行 ssh-keygen 时,才会在home目录下的 .ssh/ 目录里面产生所需要的两个 Key ,分别是私钥 (id_rsa) 与公钥 (id_rsa.pub)。另外就是私钥的密码了,如果不是测试,不是要求无密码ss

在linux上开关swap

swapon -a 会开启/etc/fstab上定义的所有swap

在linux上可以指定网卡的ping程序

<br />makefile文件:<br />all:ping.c<br />gcc -o ping ping.c -lpthread<br />chmod u+s ping<br /><br />#include <string.h><br />#include <stdlib.h><br />#include <stdio.h><br />#include <signal.h><br />#i

#linux
Ubuntu 16.04 Kernel Crash Dump

Ubuntu 16.04 Kernel Crash Dump1. apt install linux-crashdump2. /etc/default/kdump-tools by including the following line:USE_KDUMP=13.  kdump-config showDUMP_MODE:        kdumpUSE_KDUM

ubuntu14.04 openwrt

The following commands will compile openwrt in ubuntu14.04sudo apt-get updatesudo apt-get updatesudo apt-get install git-core build-essential libssl-dev libncurses5-devunzipsudo apt-

恢复git reset后的commit

恢复git reset后的commit1.git reflog2.找到要恢复的commit号,例如98ad4993.git reset 98ad499

git bisect使用

git bisect使用1.git bisect start2.git bisect good v3.4.383.git bisect bad v3.4.394.编译,进行测试5.如果发现还是有问题,运行 git bisect bad6.如果没有发现问题,运行 git bisect good7.git bisect reset这会到你之前(执行git bisect

生成rdma-core deb文件在ubuntu22.04

apt install python-docutils -yapt install libsystemd-devapt install pandoc -yapt-get install build-essential cmake gcc libudev-dev libnl-3-dev libnl-route-3-dev ninja-build pkg-config valgrind python3

文章图片
到底了