在 Linux 客户机中装载共享文件夹
启用共享文件夹后,除默认位置 /mnt/hgfs 外,您还可以将共享文件夹中的一个或多个目录/子目录装载到文件系统中的任意位置。
使用 mount 命令可将所有共享、某一个共享或共享中的某个子目录装载到文件系统的任意位置。 Continue reading VMware Workstation – 在 Linux 客户机中装载共享文件夹
All posts by ht
Chaplets: useful but potential trouble sources.
Chaplets, long part of the metalcaster’s trade, are metal spacers that support cores in a manner illustrated by Fig.1. They are used when the casting design makes it impossible to provide adequate core prints or when the core is likely to sag, float or shift position as molten metal enters the mold.
Chaplets are made of mild steel, sheet or cast metal. They are tin-coated (hot dipped or electroplated) to prevent their oxidation and subsequent contamination of the melt. Uncoated high nickel alloys also are used to produce chaplets. Continue reading Chaplets: useful but potential trouble sources.
禁止连接fonts.googleapis.com
方法三:
把方法一、二中functions.php文件添加的函数删除,
安装Disable Google Fonts插件,并启用。 Continue reading 禁止连接fonts.googleapis.com
SSH远程会话管理工具 – screen使用教程
在刚接触Linux时最怕的就是SSH远程登录Linux VPS编译安装程序时(比如安装lnmp)网络突然断开,或者其他情况导致不得不与远程SSH服务器链接断开,远程执行的命令也被迫停止,只能重新连接,重新运行。今天就给VPSer们介绍一款远程会话管理工具 – screen命令。
Continue reading SSH远程会话管理工具 – screen使用教程
Play on Raspberry Pi
1.omxplayer
2.SSH退出后保持播放 Continue reading Play on Raspberry Pi
Windows7安装OpenSSH
OpenSSH安装的时候已经把环境变量添加好了,因此在命令行窗口是可以直接输入执行 ssh chmod等等命令的,但是当我输入ls的时候,提示缺少cygintl-2.dll,所以.. Continue reading Windows7安装OpenSSH
WordPress 页面排序
页面,快速编辑,排序,填入数字,数字代表优先级,同样数字随机排列
windows下蓝牙断线问题
蓝牙鼠标使用时会发生这种情况:经常性的没有反应一两秒钟,鼠标的搜索灯会闪烁,表示正在连接蓝牙模块。
经摸索及网上查找资料,发现这是Windows7的蓝牙省电模式作祟。可以做以下改动:
桌面上“网络”右击“属性”——更改适配器设置(桌面上没有的可以左下角“开始”——控制面板——网络和共享中心——更改适配器设置)—— Bluebooth网络连接右击属性——Bluetooth页面——Bluetooth设置——硬件页面会有好几个硬件,点下面的“属性”——能看见电源 管理选项的,全都把“允许计算机关闭此设备以节约电源”前的勾去掉——确定。
Ubuntu下添加lampp开机启动脚本
Ubuntu开机之后会执行/etc/rc.local文件中的脚本,所以我们可以直接在/etc/rc.local中添加启动脚本。
Continue reading Ubuntu下添加lampp开机启动脚本
ubuntu server 搭建云存储
布置smb共享服务,存取文件更方便,这里用最简洁的方式完成
Continue reading ubuntu server 搭建云存储