In running-cmd-netstat-an, The opened port is displayed !!
Recently, the virus has been a big headache, but it has also gained a lot. I have learned a little bit about it and I would like to share it with you.
Currently, the most common Trojan Horse is based on the TCP/UDP protocol for communication between the client and the server. Since the two protocols are used, it is inevitable to open the listening port
Linux Server:centos 6.2
Desktop system Environment: Windows 7
Connection tool: Putty
1. Modify SSH configuration file
Vi/etc/ssh/sshd_config Modify port, disable root login, add limit user
The code is as follows
Copy Code
Port 2345Permitrootlogin NoAllowusers Gino2. Modify Iptables
Vi/etc/sysconfig/iptables Copy 22 Port
Prerequisite: First you must know that the port is not independent, it is dependent on the process. When a process is turned on, its corresponding port is turned on and the process is closed, and the port is closed. The next time a process opens again, the corresponding port is opened again. Instead of simply understan
To modify the default port for SSH:1, the file that controls the SSH access port is /etc/ssh/sshd_config .Therefore, edit the SSH configuration file sshd_config:#vi/etc/ssh/sshd_config2. Find the Port=22 field and remove the comment that precedes it:#Port //Remove the Note ##AddressFamily any#ListenAddress 0.0.0.0#Lis
Windows Driver-Virtual Machine virtual serial port dual-machine debugging, serial port dual-Machine
======================================Copyright Notice======================================
Copyright statement: original articles are not reprinted
Please contact me through "contact email (wlsandwho@foxmail.com)" in the announcement on the right
Do not use academic references.
Do not use for commercial pub
In Windows, how does one find and use port and release port?
Introduction: during daily work, when an application is started, the system prompts that the xxx port is occupied and the application cannot be started normally. How can I find an application that occupies a specific port and release it? This document descri
Release ttys0 as the communication serial port
# Include # Include # Include # Include # Include # Include Void closeconsole (void ){
Int FP;Struct termios options;Printf ("Change1 \ n ");Fp = open ("/dev/tty1", o_rdonly); // change the ConsoleIOCTL (FP, tioccons );Close (FP );
Fp = open ("/dev/TTS/0", o_rdwr | o_noctty | o_ndelay); // open the serial port 0 for reading and writingIf (FP =-1) Exit (0 );Tcge
Mysql opens remote port 15.04 and port 3306 in ubuntu 15.043306.
Ubuntu 15.04 opens mysql remote port 3306. All of the following operations are performed in the terminal.
First, check whether netstat-an | grep 3306 is enabled on the port.
This figure shows that port 330
: This article describes how to use port 80 for Jsp and PHP to integrate Apache and Tomcat without adding a port number. For more information about PHP tutorials, see. Purpose:
The integration of Apache and Tomcat allows both Java and PHP projects to share port 80. when accessing a website, you do not need to add a port
Super-vlan :
Achieve two-layer isolation, three-layer interoperability;
all the Sub-vlan all three-tier communication needs to pass Super-vlan this gateway to implement;
in a large network, saving IP Resources. VLAN communication can be achieved by simply configuring the Super-vlan address ;
Mux-vlan :
Implement VLAN rooms and VLAN internal user, traffic isolation and control
dividing the main VLAN , from VLAN , from VLAN includes interoperability from VLAN and isola
Tags: GPO. EXE technology port network communication connection appears in Microsoft EXEBeginners SQL SEVER 2008, the results of the first debugging this problem arises: And then Baidu a bit, the meaning of these three options:
Cancel remote debugging: Cancels the attempt to start debugging. Your computer's security settings remain the same.
Suppress restrictions on remote debugging from computers in the local network (subnet): Enable
Tags: style blog http io sp file div.MySQL default port number is 3306, if install multiple or conflict need to modify the port number, modify the port number of the My.ini, the file is normally under the installation directory. Here are the specific instructions:Method/Step
Stop the MySQL server in the service first, then find the My.ini file under the MySQ
1. You can see which ports are open by "~$ NETSTAT-ANP".
(Note: The parameter '-n ' will turn the application to the port display, that is, the number format of the address, such as: nfs->2049, ftp->21, so you can open two terminals, each corresponding to the program corresponding to the port number)
2. The program that applies the port can then be viewed through
1, modify the Remote Desktop Connection port
The default port for Remote Desktop Terminal Services is "3389", and you need to make changes to the default port to prevent others from making malicious connections. On this, open Registry Editor, expand Hkey_local_machine\system\
currentcontrolset\control\terminal server\wds\rdpwd\tds\tcp "Branch, the" PortNumber "
Enable the Telnet client component to prepare for Ping ports
Under Program interface, select "Turn Windows features on or off" as shown in:
In the dialog box that opens, locate the Telnet client and tick. Finally click "OK", wait a few minutes, the system will open the Telnet client service for you, as shown in:
Ways to Ping ports with the Telnet command
Enter the Telnet test port command: "telnet IP
The serial port debugging software uartcmd.exe and the virtual serial port software vspm can solve the problem of no hardware debugging during serial port programming. The virtual serial port equipment is output through vspm, after the program sends information to the vspm device, it can directly display the informatio
When a bug is found that the WWW Service is provided on a port other than port 80, some superlinks generated by dottext do not automatically add port numbers.
For example:
URL: http: // host: Port/test/archive/2006/11/27/451 .html
The link generated by dottext is http: // host/test/archive/2006/11/27/451 .html.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.