Get geographic location in fluent [fluent topic 61]

Hello, everyone. I am nuts. The official account is "nuts front end". Get geographic location in fluent Today, discovering user locations is a very common and powerful use case for mobile applications. If you've ever tried to implement location in Android, you'll know how complex and confusing the sample code can become. But this ...

Posted on Sat, 27 Nov 2021 22:06:36 -0500 by wobbit

Docker usage notes

Download Image docker pull ubuntu Create a CONTAINER Example: docker run --name helloword -it -v /home/Host path:/home/container route ubuntu bash Parameter -- name sets the name of the CONTAINER. If it is empty, it will be generated randomlyParameter - v sets the absolute path of the shared directory between the host and the container: ...

Posted on Sat, 27 Nov 2021 19:25:39 -0500 by kctigers23

Leetcode 253 bi-weekly matches - long time no work done, first game encountered such a water problem.

5922. Public strings that have been counted once I haven't done a two-week race for a long time. I didn't expect this first game to run into such a water problem. It makes me give ak an awkward game. Title Description Give you two string arrays words1 and words2, and return the number of strings that occur exactly once in both string arr ...

Posted on Sat, 27 Nov 2021 12:10:21 -0500 by 2005

Intranet penetration test small Demo hash delivery attack

Environment construction Win Server2003 Set account password Right click my computer, select manage, add local users and groups, and reset the password of admin to 123456 to facilitate subsequent operations Add a network card for the virtual machine in vmware, and select the LAN section for the network connection After power on, ...

Posted on Fri, 26 Nov 2021 18:50:56 -0500 by kbc1

[Git topic] environment construction

Environment construction Before using Git formally, you should first install Git and complete some basic configurations. This chapter teaches you how to install Git on Ubuntu and CentOS. Install Git client If you are using a Debian based Linux distribution, you should use the apt get command to complete the installation. If you can find the ...

Posted on Fri, 26 Nov 2021 16:49:29 -0500 by rickmans

Penetration-N rebound shell methods

1, What is a rebound shell? The reverse shell is that the control end listens to a TCP/UDP port, the controlled end initiates a request to the port, and transfers the input and output of its command line to the control end. The reverse shell corresponds to standard shells such as telnet and SSH. In essence, it is the role reversal of the ...

Posted on Fri, 26 Nov 2021 09:47:58 -0500 by jaql

Master the principle of Haproxy and build

Haproxy Fourth floor: LVS: Linux Virtual Server Nginx: after version 1.9 HAProxy: High Availability Proxy Seventh floor: HAProxy Nginx Hardware: F5 F5 | multi cloud security and application delivery Netscaler Citrix ADC - hybrid multi cloud application delivery Director - Citrix China Array Beijing Huayao Technology Co., L ...

Posted on Fri, 26 Nov 2021 08:00:25 -0500 by mkr

ZooKeeper cluster deployment

I. Experimental objectives (1) Learn about ZooKeeper distributed application coordination services. (2) Use three machines to build a ZooKeeper cluster. (3) Use ZooKeeper cluster. II. Experimental analysis 2.1 planning nodes IP host name node 192.168.32.140 zookeeper1 Cluster node 192.168.32.141 zookeeper2 Cluster node 192.168.32.142 ...

Posted on Fri, 26 Nov 2021 01:37:16 -0500 by mcl

Go and Rust, I want both!

Hello, I'm Zhang Jintao.Recently, there have been some changes in the Rust community / team, so Rust has been brought to the eyes of most people again.I've seen a lot of friends say recently:Is Rust still worth learning? Is the community unstableWhich is better, Rust or Go?Is Rust still worth learning?If someone asks me these questions, my answ ...

Posted on Fri, 26 Nov 2021 01:17:03 -0500 by gvp16

18, Interrupt independent key

1, Introduction Interrupt: it means that the CPU needs to stop the execution of the current program, transfer to deal with emergencies, and return to the original program after processing.   Interrupt source: refers to the cause of an interrupt.   Hardware interrupt: generally refers to the interrupt request sent by the peripheral and the in ...

Posted on Fri, 26 Nov 2021 01:11:45 -0500 by daeken