- 博客(5)
- 问答 (1)
- 收藏
- 关注
原创 2.6.36内核安装
主机操作系统版本:Windows 10 虚拟机版本:Workstation 12 Pro 虚拟机操作系统:Ubuntu 14.04 Linux内核:3.13.0 gcc版本:4.8.2 最近学习linux内核,不少比较经典的书籍都是以2.6.x源码进行讲解的。所以打算在linux虚拟机中安装一个2.6.36的内核。步骤如下: (一)下载源码 内核下载官网:www.kernel.org 下载linux-2.6.36.tar.gz并解压到/usr/src目录下 ...
2021-11-28 19:36:55
482
原创 降级安装make 3.81的问题
在编译 make-3.82 的时候出现如下错误提示 glob/glob.c:xxx: undefined reference to `__alloca'` 修改 /glob/glob.c // #if !defined __alloca && !defined __GNU_LIBRARY__ # ifdef __GNUC__ # undef alloca # define alloca(n) __built...
2021-11-28 17:04:10
604
原创 python 连接telnet 和ssh的两种方式
Telnet 连接方式 #!/usr/bin/env python # coding=utf-8 import time import telnetlib import logging __author__ = 'Evan' save_log_path = 'result.txt' file_mode = 'a+' format_info = '%(asctime)s - %(filename)s[line:%(lineno)d] - %(levelname)s: %(message)s' lo
2021-10-28 11:03:00
594
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人