• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
深秋、
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

文章分类 -  ubuntu日常使用

1 2 下一页

 
ubuntu查看显卡驱动
摘要:在 Ubuntu 中,查看当前安装的显卡驱动信息有多种方法,具体取决于你想查看的详细程度。以下是几种常用的方法: 1. 使用 nvidia-smi 命令(适用于 NVIDIA 显卡)如果你安装了 NVIDIA 驱动,可以使用 nvidia-smi 命令查看显卡状态和驱动信息: nvidia-smi输 阅读全文
posted @ 2025-03-01 23:24 深秋、 阅读(845) 评论(0) 推荐(0)
linuxmint22.1 xia如何快速安装nvidia显卡驱动
摘要:在 Linux Mint 21.1 "Vera" 中,安装 NVIDIA 显卡驱动非常简单。Linux Mint 提供了图形化工具和命令行方法来快速安装 NVIDIA 驱动。以下是详细步骤: 方法 1:使用图形化工具(推荐)打开驱动管理器: 点击菜单,搜索并打开 Driver Manager(驱动管 阅读全文
posted @ 2025-03-01 22:12 深秋、 阅读(493) 评论(0) 推荐(0)
kali linux安装独立显卡驱动
摘要:1、检查仓库源确保仓库包含contrib和non-free部分。kali默认就有此部分。Debian可能需要自己手工添加,建议检查下为好检查是否包含contrib和non-free ┌──(smoke㉿smoke-gs70-2pc-stealth)-[/etc/modprobe.d] └─$ gre 阅读全文
posted @ 2025-01-14 20:28 深秋、 阅读(764) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装Wireshark
摘要:Installing from debs under Debian, Ubuntu and other Debian derivativesIf you can just install from the repository then use apt install wireshark Apt s 阅读全文
posted @ 2022-11-14 23:10 深秋、 阅读(333) 评论(0) 推荐(0)
Ubuntu 20.04蓝牙异常处理
摘要:Ubuntu 20.04蓝牙异常处理 sudo hciconfig hci0 down sudo rmmod btusb sudo modprobe btusb sudo hciconfig hci0 up 阅读全文
posted @ 2021-05-25 22:11 深秋、 阅读(470) 评论(0) 推荐(0)
Ubuntu 20.04安装QQ音乐
摘要:QQ音乐下载地址: http://archive.ubuntukylin.com/software/pool/ smoke@smoke-GS70-2PC-Stealth:~/文档/SoftWare/ubuntu$ ll qqmusic_1.0.5_amd64.deb multiarch-suppor 阅读全文
posted @ 2021-04-02 00:28 深秋、 阅读(900) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装pycharm-2020.2.3专业版
摘要:python官网:https://www.jetbrains.com/pycharm/ smoke@smoke-GS70-2PC-Stealth:~/文档/SoftWare/ubuntu$ tar xf pycharm-professional-2020.2.3.tar.gz smoke@smoke 阅读全文
posted @ 2020-11-14 09:46 深秋、 阅读(291) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装ssh server
摘要:smoke@ubuntu:~/Desktop$ sudo apt-get update smoke@ubuntu:~/Desktop$ sudo apt-get install openssh-server smoke@ubuntu:~/Desktop$ netstat -tnlp (Not all 阅读全文
posted @ 2020-07-19 19:44 深秋、 阅读(181) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装搜狗输入法
摘要:搜狗输入法下载地址:https://www.ubuntukylin.com/applications/39-cn.html smoke@smoke-GS70-2PC-Stealth:~/下载$ wget http://archive.ubuntukylin.com/ubuntukylin/pool/ 阅读全文
posted @ 2020-06-30 20:38 深秋、 阅读(57) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装openssh-server
摘要:smoke@ubuntu:~/Desktop$ sudo apt-get install openssh-server smoke@ubuntu:~/Desktop$ netstat -tnlp (Not all processes could be identified, non-owned pr 阅读全文
posted @ 2020-06-26 21:38 深秋、 阅读(304) 评论(0) 推荐(0)
Ubuntu 20.04 LTS笔记本无法发现摄像头设备
摘要:root@smoke-GS70-2PC-Stealth:/dev# for I in /sys/class/video4linux/*; do cat $I/name; done root@smoke-GS70-2PC-Stealth:/dev# ll /sys/class/video4linux/ 阅读全文
posted @ 2020-06-26 21:31 深秋、 阅读(519) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装wine-wechat
摘要:smoke@smoke-GS70-2PC-Stealth:~/下载$ wget -O- https://deepin-wine.i-m.dev/setup.sh | sh smoke@smoke-GS70-2PC-Stealth:~/下载$ sudo apt-get install deepin.c 阅读全文
posted @ 2020-06-26 00:33 深秋、 阅读(79) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装google chrome浏览器
摘要:google chrome浏览器下载地址:https://www.google.cn/chrome/ smoke@smoke-GS70-2PC-Stealth:~/下载$ wget https://dl.google.com/linux/direct/google-chrome-stable_cur 阅读全文
posted @ 2020-06-23 20:14 深秋、 阅读(254) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装福昕阅读器
摘要:安装福昕阅读器下载地址:https://www.foxitsoftware.cn/downloads/ smoke@smoke-GS70-2PC-Stealth:~/下载$ wget http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/li 阅读全文
posted @ 2020-06-22 00:35 深秋、 阅读(320) 评论(0) 推荐(0)
Ubuntu 20.04 LTS配置openvpn客户端拨号
摘要:安装openvpn smoke@smoke-GS70-2PC-Stealth:~/桌面$ sudo apt-get install openvpn smoke@smoke-GS70-2PC-Stealth:~/桌面$ sudo apt-get install network-manager-open 阅读全文
posted @ 2020-06-13 23:02 深秋、 阅读(1) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装scrt-sfx-8.7.2-2214.ubuntu19-64.x86_64
摘要:SecureCRT + SecureFX 8.7 Bundle下载地址:https://www.vandyke.com/cgi-bin/releases.php?product=securecrt# smoke@smoke-GS70-2PC-Stealth:~/下载$ ll 总用量 29296 dr 阅读全文
posted @ 2020-06-13 13:11 深秋、 阅读(519) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装VMware Workstation Pro 15.5.6 for Linux
摘要:VMware Workstation Pro 15.5.6 for Linux下载地址:https://my.vmware.com/cn/group/vmware/details?downloadGroup=WKST-1556-LX&productId=799&rPId=47860 smoke@sm 阅读全文
posted @ 2020-06-11 07:48 深秋、 阅读(433) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装GNS3
摘要:官方安装文档:https://docs.gns3.com/1QXVIihk7dsOL7Xr7Bmz4zRzTsJ02wklfImGuHwTlaA4/ Ubuntu-based distributions (64-bit only) smoke@smoke-GS70-2PC-Stealth:~/下载$ 阅读全文
posted @ 2020-06-11 01:03 深秋、 阅读(454) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装百度网盘
摘要:百度网盘下载地址:https://www.ubuntukylin.com/applications/64-cn.html smoke@smoke-GS70-2PC-Stealth:~/下载$ sudo wget http://archive.ubuntukylin.com/software/pool 阅读全文
posted @ 2020-06-10 22:51 深秋、 阅读(1191) 评论(0) 推荐(0)
Ubuntu 20.04 LTS安装优麒麟软件中心
摘要:软件中心下载地址:https://www.ubuntukylin.com/applications/41-cn.html smoke@smoke-GS70-2PC-Stealth:~/下载$ sudo wget http://archive.ubuntukylin.com/ukui/pool/mai 阅读全文
posted @ 2020-06-10 22:41 深秋、 阅读(2351) 评论(2) 推荐(1)
 

1 2 下一页

公告


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3