Qualcomm ADSP Grab sensor init log
Qualcomm platform adsp sensor driver logs need to be captured using QXDM, sensor init is the log information initialized by sensor, at this time QXDM has not recognized the diag port, can not be directly obtained.
Qualcomm supports the following two ways to get sensor init log on adsp side.
The first wa ...
Posted by hunainrasheed on Wed, 02 Oct 2019 05:55:47 -0700
Blog in Blog Garden with Markdown
Links to the original text: http://www.cnblogs.com/solontan/p/3502072.html
Tools for blogging with Markdown
Software
Notebook is a homemade notebook software similar to EverNote, which can be highly customized.
MarkdownPad
On-line ...
Posted by Dirtbagz89 on Tue, 01 Oct 2019 22:04:25 -0700
playbook automatically installs kafka cluster
I. Environmental Description1. Server information
172.21.184.43 kafka,zk
172.21.184.44 kafka,zk
172.21.184.45 kafka,zk
172.21.244.7 ansible
2. Software Version Information
System: CentOS Linux release 7.5.1804 (Core)
kafka: kafka_2.11-2.2.0
Zookeeper version: 3.4.8
ansible: ansible 2.7.10
II. Configuration preparation1. Write playbook-relate ...
Posted by RP on Tue, 01 Oct 2019 17:00:20 -0700
Summary: HBase Notes
Reference link: http://abloz.com/hbase/book.html#d613e75
The final version: https://mirrors.tuna.tsinghua.edu.cn/apache/hbase/1.3.5/hbase-1.3.5-bin.tar.gz
I. installation
Extract it, then modify hbase-site.xml to specify the storage path of the data;
Entering HBase Environment
./bin/hbase shell
3. Other relevant orders
Enter help and < ...
Posted by pas07920 on Tue, 01 Oct 2019 09:35:56 -0700
ll command under Linux
L l command is actua ll y ls-l, of course, if you want to show hidden information is ls-al.
Personally, I particularly like ll instead of ls -al, and I want to have the same color.
Today, how to reinstall the environment variables in the software installation is not correct. Command: unset PATH
Th ...
Posted by samadams83 on Tue, 01 Oct 2019 04:03:25 -0700
MacOS configuration iTerm2,oh-my-zsh,zsh_028
MacOS configuration iTerm2,oh-my-zsh,'zsh'
zsh
Mac Self contained zshterminal
cat /etc/shells
Modify the default terminal of the system to zsh
# Change terminal
chsh -s /bin/zsh
# Verify that the change was successful
echo $SHELL
# /bin/zsh
Install oh-my-zsh
https://github.com/robbyrusse...
install
sh -c "$(curl -fsSL https://raw.githubuse ...
Posted by 0p3n_p0rT on Mon, 30 Sep 2019 07:45:15 -0700
Using flume to monitor hive files to HDFS in real time
Flume's main function is to read the data from the server's local disk in real time and write the data to HDFS.
The Flume architecture is as follows:
The internal principle of Flume Agent is shown in the figure.
1. Configure hive log file storage location:
2. Modify configuration items:
...
Posted by bradley252 on Mon, 30 Sep 2019 03:16:06 -0700
How to SSH to Network Devices with Python
[ TOC ]
0. Preface
Since the last article "How to telnet to network devices with python", we have simply demonstrated using the telnetlib library, but telnet is not recommended in real life. The SSH(Secure Shell) protocol is also part of the TCP/IP protocol family, with port number 22, which can be used as a method of remote manageme ...
Posted by sparrrow on Sat, 28 Sep 2019 06:13:23 -0700
Bird Initial Shell Programming Input-Output Redirection
Redirection role
A process opens three file descriptors, Standard Input, Standard Output, and Error Output, by default.
Redirection can redirect information from our program's standard output and error output to the file, so here you can also use the contents of the file instead of the keyboard as a standard input.
Redirection Symbol
Enter re ...
Posted by hamzatki on Fri, 27 Sep 2019 09:08:32 -0700
Windows Performance Monitoring on Zabbix
background information
Recent re-reading of some books on windows performance, for a lazy person like me who used SCOM monitoring, the windows OS template on Zabbix is not enough, because the previous SCOM monitoring package (Microsoft has done all the work, I just need to enable rules and alerts as needed). Yes.
The default Zabbix performance ...
Posted by kevinsequeira on Tue, 24 Sep 2019 04:11:47 -0700