摘要: (1)安装依赖包 sudo apt install build-essential dkms git linux-headers-generic bc (2)查看自己的kernel版本 uname -srm 显示 Linux 5.10.0-9-generic x86_64 (3)下载驱动包 国内可能 阅读全文
posted @ 2025-02-20 21:49 智能电网 阅读(786) 评论(0) 推荐(0)
摘要: 参考: 一、准备下载wps的.deb软件包。 wps-office_11.1.0.11723.XA_amd64.deb 二、安装打开终端:使用快捷键Ctrl+Alt+T。 切换到软件包目录: cd /Downloads使用dpkg安装: sudo dpkg -i wps-office_11.1.0. 阅读全文
posted @ 2025-02-17 21:17 智能电网 阅读(106) 评论(0) 推荐(0)
摘要: 麒麟v10-sp1 (1)官方下载地址“”“https://iso.kylinos.cn/web_pungi/download/cdn/JiXAySdVb2sN9R7QDYPcZO1UL8tEH6gm/Kylin-Desktop-V10-SP1-2403-HWE-Release-20240430-x 阅读全文
posted @ 2025-02-17 21:11 智能电网 阅读(241) 评论(0) 推荐(0)
摘要: 银河麒麟系统默认文本编辑软件 命令行启动命令 pluma sudo pluma /etc/default/grub 编辑两行数据就可以 # If you change this file, run 'update-grub' afterwards to update# /boot/grub/grub 阅读全文
posted @ 2025-02-16 21:51 智能电网 阅读(69) 评论(0) 推荐(0)
摘要: 可能经常用到的标准模块和第三方常用的50个库 本文由python培训班授课老师整理 数学计算: numbers — Numeric abstract base classes math — Mathematical functions cmath — Mathematical functions for complex numbers ... 阅读全文
posted @ 2013-09-26 17:15 智能电网 阅读(429) 评论(0) 推荐(0)
摘要: 安装fcitx (1)添加ppa源 sudo add-apt-repository ppa:fcitx-team/nightly 或 sudo add-apt-repository ppa:fcitx-team/stable (2)更新 sudo apt-get update (3)安装fcitx sudo apt-get install fcitx ... 阅读全文
posted @ 2013-09-15 11:46 智能电网 阅读(419) 评论(0) 推荐(0)
摘要: 参考文章:文章地址: http://wuyuans.com/2012/05/github-simple-tutorial/ github是一个基于git的代码托管平台,付费用户可以建私人仓库,我们一般的免费用户只能使用公共仓库,也就是代码要公开。对于一般人来说公共仓库就已经足够了,而且我们也没多少代码来管理,O(∩_∩)O~。下面是我总结的一些简单使用方法,供初学者参考。 (1)本地仓库建立 ... 阅读全文
posted @ 2013-09-14 21:06 智能电网 阅读(317) 评论(0) 推荐(0)
摘要: windows8 8.1 安装完 ubuntu无法挂载 ntfs分区 解决方法: 最近安装完发现8.1系统后,ubuntu无法加载以前的ntfs分区了,特别是我添加到了/etc/fstab里面了 导致开机界面就提示加载失败,只能手动跳过 之后 查询了一下,是由于windows8 快速关机 缓存cache 的原因,强行加载会损坏数据,所以linux直接拒绝访问 解决方法特此分享: 进入wi... 阅读全文
posted @ 2013-09-14 17:19 智能电网 阅读(294) 评论(0) 推荐(0)
摘要: 比特信(Bitmessage) 没有中央服务器的、点对点的非对称加密的消息发送系统,即时通讯软件的未来。 官方网站:https://bitmessage.org/ 官方论坛:https://bitmessage.org/forum/ 目录 什么是比特信(Bitmessage) 获取比特信 比特信使用方法 如何让信号灯变绿 什... 阅读全文
posted @ 2013-08-31 15:52 智能电网 阅读(1018) 评论(0) 推荐(1)
摘要: 1. ext2ifs 这个工具与explore2fs都是John Newbigin使用Delphi写的,explore2fs Copyright (C) 2000,Ext2IFS v0.3 Copyright (C) 2004,由此也可以推测下哪个程序更完善,ext2ifs默认支持ext分区的写操作。 下载地址:http://uranus.it.swin.edu.au/~jn/li.... 阅读全文
posted @ 2013-07-09 18:53 智能电网 阅读(1445) 评论(0) 推荐(0)