Due to the need for work, in the wondows often use some commands to determine the cause of network environment failure, now the commonly used commands summarized as follows (at the cmd command prompt):Ping is used to test the connectivity of the current network environment,-T: With this parameter can ping each other's host, such as: Ping 192.168.1.1-t-L: With this parameter, you can set the size of the send
A friend sent a question today, as shown below:
Create a batch file. The function is to stop a service, perform file sorting, and start the service.
The command used here is:
SC stop servicename
SC start servicename
A friend's problem is that when the system executes batch processing, the system will continue to execute batch processing without waiting for the service to stop. This will cause subsequent file operations to fail, subsequent restart operations will also fail.
I haven't used S
scheduled task runsType5 ServiceType7 Unlock login screen protection unlock etc Unlock class LoginType8 Network Clear Text Basic Life of IIS and ADVAPITYPE9 new credential with netonly runas command executionTYPE10 Remote interactive RDP Remote Assistance and much moreTYPE11 Cache Interaction############################################################ #科普小知识 ############################################# ################2.2 Know that they are black at a certain time period, check the login accou
Windows 10 preview 14316 Open Bash command support 00x0 prefaceIn the early hours of April 7, Microsoft pushed the latest Windows 101 Anniversary Update Preview 14316, which is important to native support for Linux Bash command-line support.00x1 problemsHow do I turn on the Linux Bash command line?00x2 steps
Upgrade your Windows 10 system to the latest build
All commands are implemented under run.
Winver---------Check the Windows version
Wmimgmt.msc Open Windows Management Architecture (WMI)----
Wupdmgr--------Windows Update program
wscript--------Windows Script Host Settings
Write----------WordPad
WINMSD---------System In
*.jpgUnder Windows FTP upload and download work completed, type bye interrupt connection.Ftp> Bye (carriage return)Here are some common FTP commands:1. Open: Connect to the server;2. Send (Put): Upload files;3. Get: Download files;4. mget: Download multiple files;5. CD: Switch directory;6. Dir: View the files in the current directory;7. del: Delete files;8. Bye: Interrupts the connection to the server.If y
"Introduction to the Environment"Operating system: Windows Server r2,64-bit operating systemPowerShell Version: PowerShell 1.0Script Location: C:\BACKUP.PS1Startup directory: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\PowerShell.exe"Step Diagram"1. Open Windows Task Scheduler2. Click "Create Task"3. Enter "name", "Configuration" to select your corresponding syste
Some basic commands often play a major role in protecting network security. The following commands play a very prominent role.
Detect Network Connections
If you suspect that someone else has installed a Trojan on your computer or is infected with a virus, but you do not have a complete tool in your hand to check whether such a thing has actually happened, you can use the network
repository$ git checkout -- readme.txtDiscard modifications to the workspace$ rm readme.txt 删除文件5: Remote repository associated with local repository$ git remote add origin [emailprotected]:michaelliao/learngit.git $ git push -u origin masterPush all the contents of the local library to the remote library$ git clone [emailprotected]:michaelliao/gitskills.gitCloning from a remote library to GitHub$ git clone [emailprotected]:michaelliao/gitskills.gitCloning a local librarygit merge
Common MySQL commands in Windows to parse bitsCN.com
1. connect to MYSQLFormat: mysql-h host address-u user name-p user password1. connect to MYSQL on the local machine.First open the DOS window, then enter the directory mysql/bin, then type the command mysql-u root-p, and press enter to prompt you to enter the password. note that there can be space or space before the user name, but there must be no space
";另外一个是cmd命令,本身如果只是想简单的运行nodejs程序的话,windows下面的cmd可以直接"cmd": ["node", "$file"]。Open the file "nodejs.sublime-settings" and change the code "Node_command": false to "Node_command": "C:\\Program Files\\nodejs\\ Node.exe " , change the code " Npm_command ": false to " Npm_command ":" C:\\Program Files\\nodejs\\npm.cmd " , Save FileAfter restarting sublime text, the configuration is complete. Let's write a short piece of code to verify that it works.1 varH
④ Compiling installing[Email protected] memcached-1.4. ] # Make make install⑤ running memcached[Email protected] local]# CD memcached/[[email protected] memcached]# ll total dosage Adrwxr-xr-x2Root root4096August - on: -BINDRWXR-xr-x3Root root4096August - on: -INCLUDEDRWXR-xr-x3Root root4096August - on: -Share[[email protected] memcached]# ll bin/Total Dosage292-rwxr-xr-x1Root root298213August - on: -Memcached[[email protected] memcached]#./bin/memcached-p11211-M --Vvvcan't run as root wit
view process and end process commands under Windows 1) View The process number that occupies the 8080 port >netstat–aon | findstr "8080" Results: TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 3500 The process with process number 3500 takes up the 8080 Port You can use the command tasklist | findstr "3500" To further review the details of the 3500 process. > Tasklist | findstr "3500" results:javaw.exe 3500 Console 0
The company recently built Jenkins on Windows, but the release was published to a Linux server, so there will be a problem with executing the shell command on the automatic deployment, and then looked for it;Discover that Jenkins has a plugin for shell scripts:Shell PluginThis plugin executes shell commands remotely using SSH protocol.Install this plug-in, then select Build in the build task, and in the pos
Common Windows application software commands:1. Regedit: Open Registry Editor2. Control: Open the Dashboard3. Msconfig: Open System Configuration4. Gpedit.msc: Open Local Group Policy5. Explorer: Open Explorer6. Taskmgr: Task Manager7, Logoff: Direct logoff computer8. OSK: Open on-Screen keyboard9. Calc: Open Calculator10, MSPaint: Pull out the drawing software11. DxDiag: View Computer Configuration details
requires the Write permission to Exchange, and the ability to fetch data from the queue with the Read permission of the queuePermission-related commands are:(1) Set user permissionsRabbitmqctl set_permissions-p vhostpath User CONFP writep readp(2) view (specify Hostpath) permissions information for all usersRabbitmqctl list_permissions [-P Vhostpath](3) View permission information for a specified userRabbitmqctl list_user_permissions User(4) Clear Us
requires the Write permission to Exchange, and the ability to fetch data from the queue with the Read permission of the queuePermission-related commands are:(1) Set user permissionsRabbitmqctl set_permissions-p vhostpath User CONFP writep readp(2) view (specify Hostpath) permissions information for all usersRabbitmqctl list_permissions [-P Vhostpath](3) View permission information for a specified userRabbitmqctl list_user_permissions User(4) Clear Us
usersRabbitmqctl list_permissions [-P Vhostpath](3) View permission information for a specified userRabbitmqctl list_user_permissions User(4) Clear User's permission informationRabbitmqctl clear_permissions [-P Vhostpath] UserNow the environment is set up, the user, the role, the authority all sets up, starts the code (principle collation, and the code to be continued)Reference:Installation Reference http://www.rabbitmq.com/install-windows-manual.htm
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.