当前位置: 首页 > news >正文

公司企业网站制作东莞网站建设少儿托管

公司企业网站制作,东莞网站建设少儿托管,地方门户网站建设方案,百度网站ip地址产品简介 本文适用于所有RK3568/RK3588平台产品在Ubuntu 20.04系统上如何更改用户名,本文以IDO-EVB3588开发板为例,在ubuntu20.04系统上修改用户名industio为usernew。 IDO-EVB3588开发板是一款基于RK3588平台的产品。该开发板集成了四核Cortex-A76和四…

产品简介

本文适用于所有RK3568/RK3588平台产品在Ubuntu 20.04系统上如何更改用户名,本文以IDO-EVB3588开发板为例,在ubuntu20.04系统上修改用户名industio为usernew。

IDO-EVB3588开发板是一款基于RK3588平台的产品。该开发板集成了四核Cortex-A76和四核Cortex-A55 CPU,以及G610 MP4 GPU和6 TOPs算力的NPU。它具有丰富的视频输入输出接口,包括(HDMI-TX/HDMI-RX/eDP1.3/MIPI-DSI/MIPI-CSI)。同时还支持高速通信接口,包括(Enthernet/Pcie3.0/USB3.0/TF卡)。此外,IDO-EVB3588还提供了工业互联接口,包括(RS485/RS232/UART)。

产品特点:

搭载RK3588高性能SOC,集成了四核Cortex-A76和四核Cortex-A55 CPU,主频高达2.4G;

6TOPS AI算力,三核架构,支持int4/int8/int16/FP16/BF16/TF32;

支持H.265/H.264/AV1/VP9/AVS2视频解码, 最高8K60FPS;

支持 H.264/H.265视频编码, 最高8K30FPS;

支持HDMI2.1输出,最高8K@60Hz;

支持HDMI2.0 输入, 最高4K60FPS;

支持多摄像头输入;

双通道LVDS,支持到1080P@60Hz 大屏幕 ;

多屏异显;

两路独立的千兆以太网口,支持WAN口+LAN口 双IP ;

5G/4G/WIFI/蓝牙无线通信;

板载4路USB3.0,2路全功能Type-C;

支持Android 12/Debian10/Ubuntu20 /Buildroot  /麒麟OS /OpenHamoney;

图片

图片

一.更改用户名称

1.修改前需要以root用户登录:

Ubuntu 20.04.5 LTS Industio ttyFIQ0Industio login: root
Password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.110 aarch64)* Documentation: https://help.ubuntu.com
root@Industio:~#

2.开始修改用户名:

root@Industio:~# usermod -l usernew industio
root@Industio:~# groupmod -n usernew industio
root@Industio:~# usermod -d /home/usernew -m usernew

3.修改完成后即可使用新用户名登录(登录密码还是之前用户industio的密码:industio):

root@Industio:~# exit
logoutUbuntu 20.04.5 LTS Industio ttyFIQ0Industio login: usernew
Password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.110 aarch64)* Documentation: https://help.ubuntu.com* Management:     https://landscape.canonical.com* Support:        https://ubuntu.com/advantageThis system has been minimized by removing packages and content that are
not required on a system that users do not log into.To restore this content, you can run the 'unminimize' command.* Introducing Expanded Security Maintenance for Applications.Receive updates to over 25,000 software packages with yourUbuntu Pro subscription. Free for personal use.https://ubuntu.com/proExpanded Security Maintenance for Applications is not enabled.0 updates can be applied immediately.Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro statusThe list of available updates is more than a week old.
To check for new updates run: sudo apt update
Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settingsLast login: Mon Jul 3 10:42:41 CST 2023 on ttyFIQ0
usernew@Industio:~$

二.添加sudo权限

1.以root用户登录,修改/etc/sudoers配置文件,添加usernew用户名

root@Industio:~# chmod u+w /etc/sudoers
root@Industio:~# vi /etc/sudoers
...
# User privilege specification
root ALL=(ALL:ALL) ALL
usernew ALL=(ALL:ALL) ALL
...
root@Industio:~# chmod u-w /etc/sudoers

2.退出root登录,使用usernew用户登录测试sudo权限

root@Industio:~# exit
logoutUbuntu 20.04.5 LTS Industio ttyFIQ0Industio login: usernew
Password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.110 aarch64)
...
usernew@Industio:~$ sudo apt-get update
[sudo] password for usernew:
Reading package lists... Done
...

三.修改hosts和hostname

1.修改hosts:

usernew@Industio:~$ sudo vi /etc/hosts
127.0.0.1 localhost
127.0.1.1 usernew

2.修改hostname:

usernew@Industio:~$ sudo vi /etc/hostname
Usernew

3.重启设备,登录提示信息变为"Usernew login",且登录成功后命令行前缀变为"usernew@Usernew:~$":

Usernew login: usernew
Password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.110 aarch64)
...
usernew@Usernew:~$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos

四.修改用户密码

usernew用户登录,通过passwd命令修改密码:

usernew@Usernew:~$ passwd usernew
Changing password for usernew.
Current password:
New password:
Retype new password:
passwd: password updated successfully

五.修改默认桌面登陆用户

1.更改用户名后需同步修改默认桌面登录用户,否则开机无法进入桌面

usernew@Usernew:~$ sudo vi /etc/gdm3/custom.conf
...
AutomaticLoginEnable=True
AutomaticLogin=usernew
...

2.修改后重启设备,即可正常进入桌面

至此,在ubuntu20.04上更改用户名完成!

http://www.yayakq.cn/news/492795/

相关文章:

  • 网站打开慢怎么回事wordpress模板主题实例实战教程
  • 网站制作安全防范方式怎么找做企业网站的
  • 定制网站建设提供商兴安盟建设局网站
  • 外国人在中国做视频网站网站的布局结构
  • 四川网站建设电话咨询创办网页
  • 湖南省和城乡住房建设厅网站百度商桥怎么嵌入网站
  • 合肥高端网站建设cnfg最新淘宝客网站程序
  • 化妆品做的不好的网站网站建设说明书模板
  • 旅游网站开发研究背景红孩子母婴网站开发背景
  • 湖南建设集团网站工商公示系统查询入口
  • 上海做个网站多少钱php网站好吗
  • 删除网站留言板功能福州志愿者官方网站怎么做
  • ftp怎么找网站后台网站优化分析软件
  • 凯里专注网站建设报价网站开辟两学一做专栏
  • 网站开发经理招聘aspcms园林绿化工程网站源码
  • 上海协策网站软考中级哪个含金量高
  • 长沙市在建工程项目网站优化方案基本流程
  • 中国移动视频网站建设襄樊seo快速排名
  • 网站排行榜网站开发排名
  • 视频网站开发防止盗链哪些网络公司可以做机票预订网站
  • 南通优普网站建设制作线上代运营
  • 青岛推广网站前旗网站开发营销
  • 合肥个人做网站推广平台
  • 网站建设尢金手指专业互联网销售模式
  • 中力建设网站网站建设及维护价钱
  • 有机玻璃东莞网站建设技术支持做网站 分辨率应该是多少
  • 网站建设 岗位重庆市建设工程信息网官
  • 网站建设方案书的内容小程序端
  • 做搜狗手机网站优化首南通网站seo
  • 秀洲区住房和城乡建设局网站自己建设公司网站