android bluetooth: Bluetooth's Opening, Searching, Matching and Connecting

Android blt only supports API 18 Android 4.3 or more, and some functions even require API 19 Android 4.4. So before we do blt projects, we must be clear about the range of versions available. I'm going to talk about the operation of opening the BLT gate. These operations are how to open blt, how to search for other devices, how to p ...

Posted by poe on Mon, 25 Mar 2019 07:54:30 -0700

Construction of MySQL Environment under Mac

It's easy to install MySQL under Mac. In summary, there are two ways to install MySQL. Method 1: Installation with dmg mirror 1, installation Official website Download the installation package of MySQL Mac version and install it in regular steps. The following tips will appear in the installation process: 2019-03-24T18:27:31.043133Z 1 [Note] A ...

Posted by AKalair on Sun, 24 Mar 2019 13:21:28 -0700

KSCrash Source Code Analysis

0x01 installation process 1.1 Bricks and Jades KSCrashInstallationStandard* installation = [KSCrashInstallationStandard sharedInstance]; installation.url = [NSURL URLWithString:@"http://put.your.url.here"]; [installation install]; The above code is the installation code of KSCrash, [KSCrash Installation Standard init] the underlying layer assig ...

Posted by fatal on Wed, 20 Mar 2019 20:39:27 -0700

Introduction: Common Docker commands and explanations

I. Container Life Cycle Management 1. create Command Interpretation: Create a container, but do not start. The container name is mynginx leoheng-MacBook-Pro:~ leo$ docker create --name mynginx nginx:latest Unable to find image 'nginx:latest' locally latest: Pulling from library/nginx a5a6f2f73cd8: Pull complete 1ba02017c4b2: Pull complet ...

Posted by magnetica on Wed, 20 Mar 2019 10:33:28 -0700

Three Solutions to Failed to start LSB: Bring up/down networking

<—> 1. The following error occurred while executing the service network restart Restarting network (via systemctl): Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details. 2. Execute "system CTL status network. service" to output similar information as follows: [root@localho ...

Posted by bsteimel on Wed, 13 Feb 2019 21:54:19 -0800

Linux virtual machine suddenly failed to start: Failed to start LSB: Bring up/down networking.

The newly installed virtual machine suddenly can't access the Internet. The error reporting is very weird. The specific error reporting is as follows: /etc/init.d/network restart Restarting network (via systemctl): Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "jou ...

Posted by CoderGoblin on Tue, 12 Feb 2019 21:15:19 -0800

Read the serial number of hard disk in C language without privilege under Windows (XP, Windows 7 and Windows 10 are available)

In the scenario where the computer needs to be identified, we usually choose to obtain some hardware information. However, the CPU serial number may be duplicated, the MAC address of the network card and the computer name can be easily modified, so the most reliable one should be the hard disk serial number. The acquisi ...

Posted by ameen on Mon, 11 Feb 2019 00:33:18 -0800

How to switch xcode on Mac?

How to switch xcode on Mac? Because of the need of learning, I installed two versions of Xcode on MAC, one is Xcode 7.3, the other is Xcode 8.3. But in some cases I need to switch the version of xcode, so I find out the following experience. 1. View the current version of xcode /usr/bin/cc --version Here I am: jhmdeiMac:~ jhm$ /usr/bi ...

Posted by warydig on Sun, 10 Feb 2019 14:00:18 -0800

Blow-up root code hash John the Ripper

Official website: http://www.openwall.com/john/ Download: wget http://www.openwall.com/john/j/john-1.8.0.tar.gz Unzip: tar-xvf john-1.8.0.tar.gz Enter the src directory: cd john-1.8.0 && cd src root@ubuntu:/usr/local/john/john-1.8.0/src# make   To build John the Ripper, type:       make clean SYSTEM   where SYSTEM c ...

Posted by twinedev on Wed, 06 Feb 2019 20:39:17 -0800

Linux - CentOS Linux Solves Device eth0 does not seem to be present

For reprint, please indicate the source: https://blog.csdn.net/l1028386804/article/details/80939203 ifconfig... did not see eth0.. Then restart the network card and report the following error. Fault phenomenon service network restart Shutting down loopback insterface: ...

Posted by den160593 on Mon, 04 Feb 2019 20:33:15 -0800