随笔分类 - Linux 操作系统
摘要:https://blog.csdn.net/shikaiaixuexi/article/details/131565396 Deepin Linux 20.9 使用 5.18 内核 sudo apt-get install linux-headers-$(uname -r) sudo apt ins
阅读全文
摘要:docker run --name mariadb -p 3306:3306 -v /data/mariadb_data:/var/lib/mysql -e MARIADB_ROOT_PASSWORD=123..456 --net=host -d mariadb:latest
阅读全文
摘要:#!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin export LANG=en_US.UTF-8 clear printf " ##########################
阅读全文
摘要:K3s 安装 https://k3s.io/ 知识点参考 k8s 下载 k3s,保存到 /usr/local/bin https://github.com/rancher/k3s/releases/latest 设置可执行权限 chmod a+x /usr/local/bin/k3s 启动 serv
阅读全文
摘要:#安装 市场: hub.docker.com 参考中文站点: http://docs.docker-cn.com/ ## windows10 ubuntu18子系统里 sudo service docker start 不报错, 但是查看状态 : sudo service docker status
阅读全文
摘要:获取当前工作目录 basepath=$(cd `dirname $0`; pwd) 源文 : https://sexywp.com/bash-how-to-get-the-basepath-of-current-running-script.htm
阅读全文
摘要:U盘制作 不要用 UltraISO了,莫名其妙很多。 用 Win32DiskManager : https://sourceforge.net/projects/win32diskimager/files/latest/download Linux 下用命令行: sudo dd if=path_to
阅读全文
摘要:1.网络 四种连接模式的区别:http://www.cnblogs.com/awpatp/archive/2009/07/24/1530471.html 如果网卡使用Nat模式,则需要启动服务: VMware NAT Service ,和 VMware DHCP Service 。 否则在 虚拟系统
阅读全文
摘要:安装设置 1。 先执行优化设置脚本 curl -fsSL http://dev8.cn:8000/ops/ubuntu.sh | bash 2。 更新: apt update apt dist-upgrade 3。查看版本: lsb_release -a 4. 更新了 linux 内核后, 会把内核
阅读全文
摘要:系统 CentOs7,最小安装,使用 Ext4,/ ,/boot,/swap 使用标准分区,另一个分区做为数据分区,使用 LVM. 查看版本:lsb_release -a 更新: 163 镜像: http://mirrors.163.com/.help/centos.html 阿里云镜像:https
阅读全文
摘要:安装SMPlayer For Suse11.2 64: 添加源:http://packman.iu-bremen.de/suse/11.2/文件比较工具: Kompare ,描述里也没有关键词,不太好找。开启远程桌面:http://www.keyusoft.cn/Default.aspx?Page=opensusevnc&AspxAutoDetectCookieSupport=1Wind...
阅读全文
摘要:我用 Windows2008(唯一主分区,且都是NTFS分区),没有光驱,用硬盘安装 OpenSuse11.2 RC1。参考这篇文章:http://muskycn.googlegroups.com/web/suse10.2%E7%A1%AC%E7%9B%98%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E%E4%B9%A6.pdf?gda=-6JOEHwAAADQCRz4K...
阅读全文
摘要:OpenSuse11.2 可以用 Ext4 做为启动分区。我的分区很简单, 一个交换(2G),一个Ext4(10G) 。 MBR 启动,根分区启动, 没有问题。如果把 / 装在逻辑盘,系统会激活扩展分区,进而从 / 分区启动 GRUB。Ubuntu9.10 根分区安装在 EXT4 上 也没有问题。Fc11 ,也支持 Ext4 , 但提示说Ext4不支持 启动分区,FC这帮人啥水平啊。现在比较来看,...
阅读全文
摘要:页面: http://forms.helixcommunity.org/helix/builds/?category=realplay-current直接下载(11/18/09): http://forms.helixcommunity.org/helix/builds/index.html?filename=20091118/player_all-realplay_gtk_current-200...
阅读全文