网站首页 站内搜索

搜索结果

查询Tags标签: Ubuntu,共有 2195条记录
  • Ubuntu系统下安装NVIDIA驱动

    介绍两种不同的方法,这两种方法基本不会出现任何问题:1、直接使用系统的apt-get进行nvidia的安装具体参考自这篇https://blog.csdn.net/breeze5428/article/details/80013753具体步骤如下: 卸载旧的驱动sudo apt-get purge nvidia*sudo apt-get autoremove #这个命令有…

    2022/8/12 5:23:18 人评论 次浏览
  • Ubuntu Error: ENOSPC:System limit for number of file watchers reached

    System limit for number of file watchers reached 这个错误的意思时系统对文件监控的数量已经到达限制数量了!! 造成的结果: 执行的命令失败!或抛出警告(比如执行 react-native start 或者打开 vsocde) 解决方法: 修改系统监控文件数量 Ubuntu sudo gedit /etc/s…

    2022/8/12 5:23:06 人评论 次浏览
  • ubuntu 安装google浏览器

    1、sudo vim /etc/apt/sources.list.d/google-chrome.list 2、输入:deb http://dl.google.com/linux/chrome/deb/ stable main 3、导入谷歌软件的公钥命令:wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 显示OK代表成功 4、…

    2022/8/12 5:23:05 人评论 次浏览
  • ubuntu 2204 虚拟机 扩容方法

    首先df -h 查看主磁盘[email protected]:~# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 195M 1.3M 194M 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 10G 2.9G 7.1G 29% / tmpfs …

    2022/8/11 5:22:45 人评论 次浏览
  • Linux-docker仓库-分布式Harbor

    Harbor Harbor是一个用于存储和分发Docker镜像的企业级Registry 服务器,由VMware开源,其通过添加一些企业必须的功能特性,例如安全、标识和管理等,扩展了开源Docker Distribution。作为一个企业级私有Registry服务器,Harbor提供了更好的性能和安全,提升用户使用Regi…

    2022/8/10 5:22:51 人评论 次浏览
  • ubuntu 中 设置putty登录

    001、问题 002、检测是否安装了sshroot@ubuntu01pc1:~# ps -e | grep ssh 003、 安装ssh服务root@ubuntu01pc1:~# apt install openssh-server openssh-client -y 004、启动ssh服务、查看状态root@ubuntu01pc1:~# /etc/init.d/ssh start ## 启动ssh服务 Starting s…

    2022/8/9 5:54:01 人评论 次浏览
  • ubuntu 中如何创建root用户

    001、liujiaxin01@ubuntu01pc1:~/Desktop$ whoami liujiaxin01 liujiaxin01@ubuntu01pc1:~/Desktop$ sudo passwd root ## 创建root账户 [sudo] password for liujiaxin01: New password: Retype new password: passwd: password updated successfully …

    2022/8/9 5:26:50 人评论 次浏览
  • ubuntu 中设置 root登录filezilla

    001、问题 002、修改配置文件root@ubuntu01pc1:~# vim /etc/ssh/sshd_config ## 打开该配置文件,将PermitRootLogin 改为yes ………… ………… # Logging #SyslogFacility AUTH #LogLevel INFO# Authentication:#LoginGraceTime 2m PermitRootLogin yes …

    2022/8/9 5:26:45 人评论 次浏览
  • ubuntu 中设置root账户登录

    001、root@ubuntu01pc1:~# vim /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf ## 打开配置文件 [Seat:*]user-session=ubuntugreeter-show-manual-login=true ## 增加一行,保存退出 002、root@ubuntu01pc1:~# vim /root/.profile ## 打开配…

    2022/8/9 5:26:34 人评论 次浏览
  • Ubuntu22.04安装ros humble

    ros humble是支持ubuntu22.04 的一个长期版本 1、设置软件源 #更改Ubuntu源 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo vim /etc/apt/sources.list# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.ts…

    2022/8/9 5:23:26 人评论 次浏览
  • Ubuntu安装指定版本的docker

    apt-get install -y apt-transport-https ca-certificates curl software-properties-common 3.添加官网docker的GPG密钥 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 4.设置stable存储库 add-apt-repository "deb [arch=amd64] …

    2022/8/8 5:24:12 人评论 次浏览
  • 阿里云ubuntu多域名配置

    1. vim /etc/hosts //Insert添加127.0.0.1 aaa.com www.aaa.com127.0.0.1 bbb.com www.bbb.com//编辑完, ESC, :wq保存退出2.vim /etc/apache2/sites-available/000-default.conf<VirtualHost *:80> ServerName aaa.com ServerAlias www.aaa.com <Direct…

    2022/8/8 5:23:08 人评论 次浏览
  • 如何在Ubuntu 22.04上搭建FTP服务器

    安装vsftpd: sudo apt update sudo apt install vsftpd vsftpd服务将在安装过程完成后自动启动。通过打印服务状态进行验证: sudo systemctl status vsftpd 输出如下所示,表明vsftpd服务处于活动状态并正在运行: * vsftpd.service - vsftpd FTP serverLoaded: loaded …

    2022/8/7 5:22:45 人评论 次浏览
  • ubuntu下ntp时间同步

    1. 首先安装ntp服务(ubuntu 16.02)在linux的root用户下执行以下命sudo apt-get install ntp (如果不是ubuntu系统则执行 yum install ntp –y) 2. 修改ntp配置文件(server)我们需要在linux集群中找到一台作为ntp服务器的server,其他机器则为ntp的client,因此,在…

    2022/8/5 5:22:59 人评论 次浏览
  • ubuntu 安装mapserver

    允许root用户ssh到主机 1. 使用apt命令安装openssh server $ sudo apt-get install openssh-server 2. 可以对 openssh server进行配置 $ sudo vi /etc/ssh/sshd_config 找到PermitRootLogin no一行,改为PermitRootLogin yes 3. 重启 openssh server $ sudo service ssh …

    2022/8/4 5:24:00 人评论 次浏览
扫一扫关注最新编程教程