ubuntu安装完成后的一些基本配置

1)

配置root密码:

sudo passwd root
然后根据提示操作


2)新建用户

sudo adduser username

然后根据提示操作


3)配置网络

为了方便操作。我都是配置的静态ip;

modify: /etc/network/interface 

注意dns不要在/etc/resolve.conf下配置。重启会被清空的。


这里windows端的virtualbox host-only network不要做任何配置,越配置越迷糊。

在virtualbox里面设置网卡1 桥接 网卡2 host-only就行。


安装软件:

出现了dos2unix不能用:udo apt-get install tofrodos 装的时候不行,先执行apt-get install update 在执行就可以了。

ubuntu 14.04 是无法用dos2unix等。改了名字了是fromdos todos;


你可能感兴趣的:(ubuntu安装完成后的一些基本配置)