As we know that the Prefetch file is used for optimizing the loading time of the application in the next time that you run it. So we could know whether any suspicious application or not by examining those .pf files on the subject computers. We could…
http://community.silabs.com/t5/Interface-Knowledge-Base/Windows-USB-Device-Path/ta-p/114059 Windows operating systems rely on a unique device path to uniquely identify each USB device/interface connected to the system. A device path string is used to…
http://helpdeskgeek.com/help-desk/windows-cannot-access-the-specified-device-path-or-file/ Method 1 – Windows Server 2003 Terminal Services Firstly, if you’re running into this issue on a Windows Server box running Terminal Services, your problem can…
http://elinux.org/Device_Tree_Usage Device Tree Usage Top Device Tree page This page walks through how to write a device tree for a new machine. It is intended to provide an overview of device tree concepts and how they are used to describe a mac…
Basic Data Format The device tree is a simple tree structure of nodes and properties. Properties are key-value pairs, and node may contain both properties and child nodes. For example, the following is a simple tree in the .dts format: / { node1 { a-…
转自:http://blog.chinaunix.net/uid-20522771-id-3457184.html 原文链接:http://devicetree.org/Device_Tree_Usage#How_Interrupts_Work Device Tree Usage 设备树使用手册 This page walks through how to write a device tree for a new machine. It is intended to provide an…
USB devices are anywhere nowadays, even many embedded devices replace the traditional serial devices with usb devices. However, I experienced that USB devices hang from time to time. In most cases, a manual unplug and replug will solve the issue. Act…
1. 更友好的显示当前挂载的文件系统 mount | column -t 这条命令适用于任何文件系统,column 用于把输出结果进行列表格式化操作,这里最主要的目的是让大家熟悉一下 columnt 的用法. 下面是单单使用 mount 命令的结果: $ mount /dev/root on / type ext3 (rw) /proc on /proc type proc (rw) /dev/mapper/lvmraid-home on /home type ext3 (rw,noatime)…
After you read previous article, you might know how to operate a com port in Windows. But that example requires programmer (or user, if you modified that example being able to support inputting command line) to set a com port number, it is not con…
在Android平台上使用:$cordovaFileTransfer进行文件下载时提示:cordova.file.documentsDirectory is null,查了以下文档参照:http://ngcordova.com/docs/plugins/file/, documentsDirectory是IOS平台的用法,在Android平台上没有此方法所以获取到null,解决方法: 通过使用:$cordovaDevice.getPlatform()获取应用平台,针对不同平台进行文件下载处理:…
MOUNT MACBOOK DISK (OSX / HFS+) ON UBUNTU 12.04 LTS WITH READ/WRITE So you want to mount your HFS+ (hfsplus) hard drive from your mac in your Ubuntu machine? Well this is the article which will explain how to do it in a few easy steps! 1. Plug in usi…