mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 05:34:34 +08:00
Update README.md
This commit is contained in:
parent
8804ea8c46
commit
a121fca39d
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
# Tools
|
||||
Something about scripts
|
||||
# Linux reinstall useage
|
||||
|
||||
![1](1.jpg)
|
||||
|
||||
## Download:
|
||||
<pre><code>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh</code></pre>
|
||||
|
||||
|
@ -264,10 +267,6 @@ Japanese: https://dl.lamp.sh/vhd/ja_win2012r2.xz
|
|||
- Fix if input --ip-addr "" --ip-mask "" --ip-gate "", static network configuration may not valid.
|
||||
- Support config timezone automatically according to the geo-location of the guest's IP or determine an existed timezone parameter to config it manually is also be supported.
|
||||
- Concentrate all needed installation of dependences to inner command except "wget" because you need to download "InstallNET.sh" first.
|
||||
-
|
||||
|
||||
![1](1.jpg)
|
||||
|
||||
- Change name server for Debian permanently is provided by "resolvconf", related configuration files has been written. you just need to logging in new installed system, and install "resolvconf":
|
||||
<pre><code>echo "O" | apt install resolvconf -y</code></pre>
|
||||
to make changes validating!
|
||||
|
|
Loading…
Reference in a new issue