华强北电脑城 龙岗电子世界 龙华电脑城  凯尔电脑

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1743|回复: 0

root 脚本

[复制链接]
发表于 2016-9-12 15:16:09 | 显示全部楼层 |阅读模式
#!/bin/bash

8 C7 `5 c/ H8 P' J
#set root password
sudo passwd root
* t7 I: R( h5 l" w/ n8 z% E  G
#notes Document content
sudo sed -i "s/.*root quiet_success$/#&/" /etc/pam.d/gdm-autologin
sudo sed -i "s/.*root quiet_success$/#&/" /etc/pam.d/gdm-password
2 ~* X$ Y# H* X, a7 A  L
#modify profile
sudo sed -i 's/^mesg.*/tty -s \&\& mesg n \|\| true/' /root/.profile
8 }/ K, C, b* L* U! n; ]
#install openssh
sudo apt install openssh-server

$ W3 I& a  G& a
#delay
sleep 1
5 [8 @4 B2 b4 I1 d0 X
#modify conf
sudo sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
7 @6 g. K1 V' W, R* k# t
#restart server
sudo systemctl restart ssh
3 c$ _) Q3 ~0 X7 _) C; j& _
*******************************************************************************************

( M' `6 X6 E/ k7 y
  N; V; x: ?: e3 G
修改固定IP
* Q/ w/ j/ y, X

" T- ]1 M' [* s  {# \) G) J- @! t
cd /etc/netplan/
sudo cp 01-network-manager-all.yaml 01-network-manager-all.yaml.bak

! d6 z5 {/ K; V! y- b. A
sudo apt update -y
sudo apt install net-tools -y
5 F5 {+ H3 w. T5 ]+ s. k
nano 01-network-manager-all.yaml

. L6 n1 S1 X4 H2 C3 L& ?2 Q4 }& o
network:
  renderer: NetworkManager
  ethernets:
    ens33:
      addresses:
        - 192.168.83.222/24
      routes:
        - to: default
          via: 192.168.83.2
      nameservers:
        addresses:
          - 192.168.83.2
          - 114.114.114.114
  version: 2
0 F  Q( P: _8 o: X0 t
sudo netplan apply
8 Z! _' w2 |# \* _- ~7 ]
**************************************************
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|华强北 电脑城 龙岗电子世界 龙华电脑城 pc4g.com ( 粤ICP备16039863号 )

GMT+8, 2024-11-9 18:39 , Processed in 0.172141 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表