首页
壁纸
直播
统计
友链
Search
1
Centos宝塔面板清理垃圾空间
655 阅读
2
MacOS下禁止开机自动挂载分区 [/etc/fstab]
626 阅读
3
C语言单向链表写一个简单的通讯录
509 阅读
4
OC黑苹果+Win双系统安装小结
396 阅读
5
fio程序交叉编译记录
374 阅读
软件工具
网站搭建
技术交流
Macos
Windows
Linux
文件中转
登录
/
注册
Search
标签搜索
Linux
samba
shell
字符串
Leo
累计撰写
62
篇文章
累计收到
18
条评论
首页
栏目
软件工具
网站搭建
技术交流
Macos
Windows
Linux
文件中转
页面
壁纸
直播
统计
友链
搜索到
24
篇与
Linux
的结果
2022-07-25
Ubuntu 安装配置VNC Server
安装VNC server下载VNC server版DEBx64,VNC官网# 安装软件 dpkg -i *.deb # 安装依赖 apt-get -f -y install # 激活VNC sudo vnclicense -add VKUPN-MTHHC-UDHGS-UWD76-6N36A设置用户密码passwd root 设置密码VNC client连接使用 VNC client 输入IP和上面的用户+密码即可访问
2022年07月25日
20 阅读
0 评论
0 点赞
2022-07-22
LNMP - 自动、定时本地/远程FTP空间备份数据库和网站文件
脚本位置:/root/lnmp1.4/tools/backup.shhttps://www.laobuluo.com/331.html
2022年07月22日
9 阅读
0 评论
0 点赞
2022-07-14
IPMI FRU
修改过程因为I2C超过三位,修改:/NanShan/trunk/source/libipmimsghndlr-13.76.0.0.0-src/data/SensorEvent/SensorDevice/Sensor.cI2C的格式 /dev/i2c-9:/source/libipmipdk-13.16.0.0.0-ARM-AST2600-AST2600EVB-AMI-src/data/PDKEEPROM.c/NanShan/trunk/source/libipmipdk-13.16.0.0.0-ARM-AST2600-AST2600EVB-AMI-src/data/PDKFRU.c在pmc文件配置FRU Device ,不需要接线的那一个I2c地址在 Logical ID 的最后3位,FRU Device ID需要PDKFRU.c的FRU Device ID对应上烧录FRU方法ipmitool -I lanp -H 127.0.0.1 -U admin -P admin write FRUID FRUfilename1、修改Chassis PNadmin@SN2019080110:~#ipmitool fru edit 0 field c 0 01234567892、修改 Board PNadmin@SN2019080110:~#ipmitool fru edit 0 field b 3 01234567893、修改 Product PNadmin@SN2019080110:~#ipmitool fru edit 0 field p 2 0123456789再次输入指令ipmitool fru print ID,查看是否修改成功
2022年07月14日
87 阅读
0 评论
0 点赞
2022-07-06
Ubuntu 20.04 虚拟显示器配置
一、配置方法1)安装软件通过终端安装虚拟显示器软件,Ubuntu20.4可以用:$ sudo apt-get install xserver-xorg-core-hwe-18.04$ sudo apt-get install xserver-xorg-video-dummy2)添加配置文件在 /usr/share/X11/xorg.conf.d/ 中添加 xorg.conf 文件。编辑 /usr/share/X11/xorg.conf.d/xorg.conf文件,内容如下:Section "Monitor" Identifier "Monitor0" HorizSync 28.0-80.0 VertRefresh 48.0-75.0 Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync EndSection Section "Device" Identifier "Card0" Driver "dummy" VideoRam 256000 EndSection Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 24 Modes "1920x1080_60.00" EndSubSection EndSection注意:虽然配置上面写了 “1920x1080”,但是实际上最大支持 "1360x768"3)重启重启计算机后,默认使用虚拟显示器。使用向日葵或teamviewer实现远程连接即可注意:如果需要再用显示器,需要删除或者重命名“xorg.conf”文件
2022年07月06日
26 阅读
0 评论
0 点赞
2022-02-14
Ubuntu 20 开机免密root登录
首先如果没有设置root密码,先设置一下root用户的密码:sudo passwd root一条命令打开所有需要修改的文档:sub /root/.profile /etc/pam.d/gdm-autologin /etc/pam.d/gdm-password /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf /etc/gdm*/custom.conf一、修改 /root/.profile 文件将 mesg n || true 改成 tty -s && mesg n || true二、修改 gdm-autologin gdm-password 文件分别注释掉 /etc/pam.d/gdm-autologin 和 /etc/pam.d/gdm-password 的下面这行:#auth required pam_succeed_if.so user != root quiet_success三、修改修改 50-ubuntu.conf 文件在 /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf 末尾加入两行:greeter-show-manual-login=true allow-guest=false四、免密登录设置修改/etc/gdm/custom.conf 或 /etc/gdm3/custom.conf 文件AutomaticLoginEnable=True AutomaticLogin=root保存重启即可
2022年02月14日
24 阅读
0 评论
1 点赞
1
2
...
5