Link.
This is most useful for English Speakers who work on computers that are set in another language than English.
For example, I work overseas in Korea on a computer provided to me by my employer. The computer was installed with a Korean version of Microsoft Office. The toolbars and menus in Office were all in Korean, so it was a lot harder for me to navigate formatting. The steps below allowed me to change all...
Wednesday, February 26, 2014
How to Enable English Menus in Microsoft Office 2007
Read more ...
Friday, February 14, 2014
Ubuntu/Debian 下提取 dsdt/ssdt
Ubuntu/Debian中/proc/acpi/没有 dsdt这个文件
提取步骤应该如下(:
sudo apt-get install acpidump iaslsudo acpidump -t DSDT -b > dsdt.amlsudo acpidump -t SSDT -b > ssdt.amlsudo acpidump -t SSDT -b –skip 1 > ssdt-1.amlsudo acpidump -t SSDT -b –skip 2 > ssde-2.amlchmod 755 *....
SSH Login Without Password
Link.
1. Create public and private keys using ssh-key-gen on local-host
ssh-keygen
2. Copy the public key to remote-host using ssh-copy-id
ssh-copy-id -i ~/.ssh/id_rsa.pub remote-h...
Sunday, February 9, 2014
Statistical Moments
Link.
The mean and the variance provide information on the location and variability (spread, dispersion) of a set of numbers, and by doing so, provide some information on the appearance of the distribution (for example, as shown by the histogram) of the numbers. The mean and variance are the first two statistical moments, and...
Subscribe to:
Posts (Atom)