- 浏览: 45498 次
- 性别:
- 来自: 广州
最新评论
文章列表
主页被劫持的原理是一段通过WMI发起的定时自动运行脚本,WMI(Windows Management Instrumentation)可以理解成Windows系统后台运行的一个事件管理器。为查看WMI事件,先去下载WMITools并安装:WMI工具。
之后打开WMI Event Viewer:
<noscript><img src="https://pic2.zhimg.com/50/v2-3246c0019fcd49aa591733efb67a0e10_hd.jpg" data-caption="" data-rawwidth=& ...
The following steps have been tested for Ubuntu 10.04 but should work with other distros as well.
Required Packages
GCC 4.4.x or later
CMake 2.8.7 or higher
Git
GTK+2.x or higher, including headers (libgtk2.0-dev)
pkg-config
Python 2.6 or later and Numpy 1.5 or later with developer package ...
Java Mysql Emoji
- 博客分类:
- dataBase
前提
utf8mb4 的最低 Mysql 版本支持版本为 5.5.3+,若不是,请升级到较新版本。
如果你用的是 java 服务器,升级或确保你的 mysql connector 版本高于 5.1.13,否则仍然无法使用 utf8mb4。
准备:查看当前版本及字符集
查看当前版本,Linux 命令:
# mysql -V
登录 Mysql 进入命令行模式:
# mysql -uroot -p你的密码
查看当前 Mysql 字符集设置:
This is a Debian binary package to be installed on a Debian family Linux system.
The supported systems are Debian Wheezy, Ubuntu 12.04 and later, Linux Mint 14.1 and later.
Both 32 bits and 64 bits are supported, in separate packages.
To install the turnserver with all the necessary pac ...
https://certbot.eff.org/#ubuntuxenial-other
Install
On Ubuntu systems, the Certbot team maintains a PPA. Once you add it to your list of repositories all you'll need to do is apt-get the following packages.
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add- ...
Window tools
- 博客分类:
- tools
1 . https://sourceforge.net/projects/win32diskimager/
提高windows系统性能 更改用户句柄设置
- 博客分类:
- server
HKEY_LOCAL_MACHINE – SOFTWARE – – Microsoft – – – Windows NT – – – – CurrentVersion – – – – – Windows
1. ububtu平台编译环境
apt-get install build-essential
apt-get install libtool
2.
openssl:
tar -xzvf openssl-1.0.1s.tar.gz
cd openssl-1.0.1s
./config
make
make install
pcre:
tar -xzvf pcre-8.38.tar.gz
cd pcre-8.38
./configure
make
make install
...
Linux Notes
- 博客分类:
- ubuntu
1. C compiler not found, Ubuntu
sudo apt-get install build-essential
vi /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
#iface eth0 ine ...
1. Generate a SSL Key File
openssl genrsa -out key_name.key 2048
** Please note that both these examples will not add a password to the key file. To do that you will need to add -des3 to the command.
2. Create a Certificate Signing Request (CSR)
openssl req -out CSR.csr -key ...
Upgrade Jetty SSL
- 博客分类:
- server
1. Upgrade JDK to 1.8
2. jetty-ssl.xml
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<!-- =============================================================== -->
<!-- ...
What is Jenkins?
Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs:
Building/testing software projects continuously, just like CruiseCo ...
WHAT IS GRADLE?
Gradle is an open source build automation system. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.
Gradle combines the po ...
WebServer SSL
- 博客分类:
- server
Files :
1. domain_2015.crt
2. domain_2015.key
3. root.crt
4. intermediate.crt
Steps :
1. copy root.crt intermediate.crt domain_2015.crt into one file name integration.crt (integration can be any)
-----BEGIN CERTIFICATE-----
root.crt
-----END CERTIFICATE-----
-----BEGI ...