原创 scp 報錯

cat ~/.ssh/known_hosts 找到對應遠端IP的記錄,刪掉即可 scp -r locate_dir root@remoteip:dir    

原创 qemu network doc

Documentation/Networking Jump to navigation Jump to search Contents 1 Network Basics 2 Network Backends 2.1 How to crea

原创 linux get info by keyword

ps aux| grep "vm3" | grep -v grep | cut -c 9-15  

原创 call trace 格式

 Call Trace:  [<123>] a+0x10/0x8 [<234>] b+0x0/0x10 a具體出錯的函數,0x8是a的長度,0x10是出錯的指令在知a裏的偏移。

原创 vbox + linux開啓串口打印

一、vbox  串口設置: 端口模式:主機管道 路徑:\\.\pipe\test 二、xshell設置: port修改成\\.\pipe\test 三、測試連通性: 開啓虛擬機, xshell打開會話, linux中echo hello

原创 VMware虛擬機中配置centos7.8網絡

1、網絡模式選橋接 2、虛擬機中 3、配置虛擬機網絡: vi /etc/sysconfig/network-scripts/ifcfg-ens33 摘抄主機的網關DNSserver等信息 BOOTPROTO="static" IPAD

原创 文件系統

File system A filesystem is a permanent storage for containing data. Any non-volatile storage device like hard disk, us

原创 VMware下ubuntu19.10開啓共享文件夾

1:在Windows 下共享一個文件目錄,文件目錄上右鍵,屬性,共享。 2:虛擬機上關電Ubuntu。 3:在VMware Player中選擇您的VM,然後單擊編輯虛擬機設置。 4:在“選項”選項卡中,單擊左側窗格中的“共享文件夾”(sh

原创 VMware centos 7 安裝vm-tools

點擊安裝vm-tool,掛載/dev/cdrom 然後一直回車即可。

原创 git本地與遠程倉庫同步

本地從遠程倉庫同步: git remote add origin https://github.com/<github-username>/<repo-name>.git git pull origin master 合併本地修

原创 git基本框架

版權聲明:本文爲博主原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接和本聲明。 本文鏈接:https://blog.csdn.net/xiaoputao0903/article/details/23912561

原创 使用kexec切換內核

kexec -l /boot/vmlinuz-5.3.0-23-generic --initrd=/boot/initrd.img kexec -e 點贊 收藏 分享 文章舉報

原创 qemu-system-x86_64: tcg_gen_code: 假設 ‘s->gen_insn_end_off[num_insns] == off’ 失敗。 已放棄 (核心已轉儲)

  q@q:/work$ qemu-system-x86_64 windows.img -m 1g WARNING: Image format was not specified for 'windows.img' and probing