自2012年8月30日之后,verycd上所有资源的ed2k下载链接均被隐藏。没有登录的会员会显示“该资源为版权方声明保护内容,VeryCD不提供其下载”的字样。下面介绍一个下载verycd资源的方法。
如,我要下载:http://www.verycd.com/topics/2949665/
会提示“未提供版权证明,无法下载“
那么我们只需要在verycd后加上.gdajie
http://www.verycd.gdajie.com/topics/2949665/
All posts by ht
修改wordpress文件上传的大小限制
方法一:
在主机空间的根目录新建一个php.ini文件,里面使用如下代码。
post_max_size = 64M //64M为想设置的大小限制
max_execution_time = 300 //300为想设置的上传时间限制
linux访问windows共享文件夹的两种方法
1、mount挂载
首先创建被挂载的目录:
$ mkdir windows
将共享文件夹挂载到windows文件夹: Continue reading linux访问windows共享文件夹的两种方法
ubuntu su root 密码
Ubuntu刚安装后,不能在terminal中运行su命令,因为root没有默认密码,需要手动设定。
使用sudo
$:sudo passwd
系统提示输入密码,即安装时的用户密码,然后,系统提示输入两次新密码,输入完毕后,
$:su
即可进入root
$:su username
即可进入username用户
VMware Workstation – 在 Linux 虚拟机中手动安装或升级 VMware Tools
在 Linux 虚拟机中手动安装或升级 VMware Tools
对于 Linux 虚拟机,通过使用命令行手动安装或升级 VMware Tools。
在升级 VMware Tools 前,请考察运行虚拟机的环境,并权衡不同升级策略的利弊。例如,您可以安装最新版本的 VMware Tools 以增强虚拟机的客户机操作系统的性能并改进虚拟机管理,也可以继续使用现有版本以在所处环境中提供更大的灵活性。 Continue reading VMware Workstation – 在 Linux 虚拟机中手动安装或升级 VMware Tools
VMware Workstation – 在 Linux 客户机中装载共享文件夹
在 Linux 客户机中装载共享文件夹
启用共享文件夹后,除默认位置 /mnt/hgfs 外,您还可以将共享文件夹中的一个或多个目录/子目录装载到文件系统中的任意位置。
使用 mount 命令可将所有共享、某一个共享或共享中的某个子目录装载到文件系统的任意位置。 Continue reading VMware Workstation – 在 Linux 客户机中装载共享文件夹
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