假设有一个新的Ubuntu WSL实例,则需要安装qemu-user-static软件包,添加i386 binfmt,启用i386体系结构,更新软件包列表,并安装一些i386软件包: 安装qemu和binfmt sudo apt update sudo apt install qemu-user-s ...
(1)x86的由来x86架构首度出现在1978年推出的Intel 8086中央处理器,它是从Intel 8008处理器中发展而来的,而8008则是发展自Intel 4004的。在8086之后,Intel又推出了包括80186、80286、80386以及80486。 在设计上,这些后续的处理器使用的指... ...
分类:
其他好文 时间:
2020-02-09 09:44:21
阅读次数:
75
Downloading Packages: http://mirrors.163.com/centos/6.5/os/i386/Packages/mlocate-0.22.2-4.el6.i686.rpm: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve ...
分类:
其他好文 时间:
2020-01-20 21:09:00
阅读次数:
89
1、去官网下载和自己系统匹配的文件:英文网址:https://nodejs.org/en/download/中文网址:http://nodejs.cn/download/ 通过 uname -a 命令查看到我的Linux系统位数是64位(备注:x86_64表示64位系统, i686 i386表示32 ...
分类:
Web程序 时间:
2020-01-16 18:56:10
阅读次数:
89
问题 当升级了外挂应用,或者更改了mysql的root密码时候,需要重新同步外挂应用中phpmyadmin中的密码配置 解决方案 1) 首先升级到最新版的外挂应用,例如: rpm -Uvh prima-extapp-2.5.5-42.i386.rpm 这个版本中的phpmyadmin版本进行了升级。 ...
分类:
Web程序 时间:
2020-01-12 21:57:16
阅读次数:
99
in7装Ubuntu双系统,不需要U盘 本文测试安装的是32位的ubuntu-14.10-desktop-i386.iso 系统。 准备: Ubuntu系统ISO文件。EasyBCD 软件。 Step 1. 在windows里面把空余空间腾出来 计算机右键,管理,磁盘管理,通过压缩卷等方法得到要分给 ...
yum -y install python-devel的时候报错如图: Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=extras&infra=stock error was1 ...
分类:
编程语言 时间:
2019-12-16 00:03:50
阅读次数:
285
编辑 /etc/apt/source.list # deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted deb [arch=amd64,i386] http: ...
分类:
其他好文 时间:
2019-12-14 12:01:20
阅读次数:
274
1.下载Linux内核,解压 mkdir shanyan3 #创建实验目录cd shiyan3wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.1.tar.xz #也可以在浏览器中输入https://cdn.kernel.org/ ...
分类:
系统相关 时间:
2019-12-11 21:28:09
阅读次数:
90
pwn难啊 1、test_your_nc 测试你nc,不用说,连上就有。 2、rip ida中已经包含了system函数: 溢出,覆盖rip为fun函数,peda计算偏移为23: from pwn import * #context.update(arch = 'i386', os = 'linux ...
分类:
其他好文 时间:
2019-12-08 22:52:17
阅读次数:
587