Attention: the first definition is used when you have more than one same host label in your .ssh/config file
I originally thought the later should be used. I was wrong.
I originally thought the later should be used. I was wrong.
这都是为了看《非正常人类异闻录》
iconv -c -f gbk -t utf-8 待转文件名 > target.txt
-c 的意思是在输出文本中忽略非法的字符序列
然而都弄好了,即没有认真看那本书。不喜欢那种风格,没办法
ps
apt install -y procps
ping
apt install -y iputils-ping
telnet
apt install -y telnet
first,
sudo dpkg --configure -a
followed by:
sudo apt --fix-broken install
sudo command: http_proxy=xxx:xxx sudo yourcommand doesn't work, you should sudo http_proxy=xxx:yyy yourcommand instead.ssh username@hostname 'bash -s' < your.local.script.shssh username@hostname < your.local.script.sh 'bash -s' yourparam1 yourparam2 doesn't work, you should runssh username@hostname < your.local.script.sh 'bash -s' -- yourparam1 yourparam2sudo fc-cache -fvYou are already using Linux, so you have dd already, you don't need any other tools to make a bootable USB disk!
sudo dd bs=1M if=galliumos-3.1-baytrail.iso of=/dev/sda ; sync
Notice:
You should use your iso file name and replace /dev/sda to your own USB disk device.