Brief introductionAs you may have heard, developing a node. JS application can be facilitated by a variety of tools, such as Webpack, which provides a developer server to support the dynamic alternation of JS applications and automatically refreshes the browser when the file is saved. Spring boot also provides similar developer tools that allow us to develop spring boot applications faster and more enjoyable. You can learn how to use the Spring Boot developer tool to automatically
Commands for the Linux Shimonoseki and reboots are shutdown, reboot, Halt, Poweroff, init. Let's take a look at how these commands are used.1, Shutdown: In fact, shutdown execution shutdown is by calling Init to perform shutdown or restart, requires Inti change the RunLevel: Init 0 is shutdown, init 1 restarts. Note that the shutdown command requires root to execute.Use format:shutdown [OPTION] ... Time [MESSAGE]Parameters:- c//When the "shutdown-h 11
1. Shutdown [option] time (shutdown to save resources correctly, safest)-C Cancel last shutdown command-H shutdown-R RestartServers generally do not remotely shut down, usually a remote restart is sufficient(Shutdown command Restart is more secure, thousands of people on the server are accessing, operation shutdown on the server or reboot must be noted)Game, turn off the serviceOther shutdown commands:HaltP
Process Monitoring Scripts
1, determine the process name
After running the program you want to monitor, execute the following command:
Ps-ef
All of the processes in the system are listed, and the program's corresponding process name is found in the CMD column.
2. Process Monitoring Script
Create a new monitor script in the root directory
vi/root/monitor.sh
Add the following, note replace procname with the process name to be monitored,/etc/init.d/procname
Notebook blue Screen Restart code detailed:
First, 0X0000000A
This blue screen code is independent of hardware, the driver and software conflict caused, the first discovery of this code is because the company's Dell Machine USB keyboard and QQ2007 keyboard encryption program has found the problem of conflict. Also in the IBM T series laptop driver error has been produced.
If your machine is blue screen, and every time it is this code, please think
Original: InstallShield about. NET installation requires a restart, and a little idea of an extended installation package that continues to install after a rebootWhen a lot of friends do the installation package, the packaged software requires environments such as the. NET Framework, and they will detect if the system already has. NET installed, and if not, call it. NET installation package to install. But. NET installation is required to
Recently do not know why the blog is always inexplicably hung out,
Restart Apache, and I'm too lazy to find out what's going on.
Just need to manually ssh to restart the Apache, a little trouble.
And sometimes hang out at night, the blog will not be able to visit all night.
Then finally unbearable, wrote a script to do this thing, the code is as follows:
Copy Code code as follows:
#!/bi
The site's services were interrupted, the restart found that the Oralce service does not exist, and do not want to restart the machine, restart the next oralce, and then restart the service, buttoned.Operation of the Oracle9i: (other should also be used to record the following) statement: The firm (should understand oh
When your computer crashes, stops responding, and so on, you have to use "reset" or "Ctrl+alt+del" reboot to solve the problem, if you think this is still troublesome, you can consider the following method to allow the computer to automatically restart.
1. Automatic reboot when system deadlock
Click start → run, type "REGEDIT" and enter, open Registry Editor, locate and expand the [Hkey_local_machine\system\currentcontrolset\crashcontrol] branch, and
the Cscript command line, generally in the cmd command line to enter Cscript *.vbs, if the direct execution of the VBS will be opened with WScript, so will only play a dialog box, I do not like, do not want to cscript every time, So to write a little extra code, double click will call a WScript execution Csript, and then destroy themselves, fortunately Microsoft's website provides this code------------------------------------StrComputer = "."Set objWMIService = GetObject ("winmgmts:" _ "{impers
Automatic restart during system deadlock
Click Start/Run, type regedit and enter, open Registry Editor, locate and expand the Hkey_local_machinesystemcurrentcontrolsetcrashcontrol branch, and find the AutoReboot key in the right window , change its DWORD value data to 1, exit Registry Editor and restart the computer again, and restart automatically when the syst
Label:Linux Start/stop/restart MySQL database method1. View MySQL versionMethod one: status;Method Two: Select version (); 2. mysql start, stop, restart common commandsA, starting mode1. Start with service:[[Email protected]/]# Service mysqld Start (5.0 version is mysqld)[[Email protected] etc]# service MySQL start (5.5.7 version is MySQL) 2. Start with mysqld script:/etc/inint.d/mysqld start 3. Start with
Ask a question: How to reset the root password without restarting mysqld and without permission to modify user account and permissions? I do not know, before I do not know how to operate, first look at the following several ways to reset the root password.1, Skip-grant-tablesOur common approach is to use the Skip-grant-tables option, and MYSQLD server does not use the permission system (privilege systems) after startup. The user does not need any account, unrestricted access to all data in the d
Tags: pow root shu shutdown alt time HTTPS article settingsArticle transferred from https://www.ezloo.com/2009/05/linux_poweroff_and_reboot.htmlRestart command:1, reboot2, Shutdown-R now restarts (root user)3, Shutdown-rTenautomatic Restart after 10 minutes (root user)4, Shutdown-r -: *Restart on time 20:35 (root user) If you set the restart via the shutdown comm
Label:The second method is ineffective for me, and I'll find out later! First, MySQL service My Computer-(right-click) management-Services and applications-service--mysql--on (stop, restart) Second, the command line mode Windows 1. Click "Start", "Run" (shortcut key Win+r). 2. Start: Enter net stop MySQL 3. Stop: Enter net start MySQL Hint * Redhat Linux also supports service command, boot: # service mysqld start stop: # service mysqld Stop
Both logout and restart are done by commandSoftware Logoff: System ("Killall Springboard");(personally tried, can actually write off the software, just as delete)Phone Restart:1: After getting root privileges:Reboot: System ("reboot");Similar to shutting down the machine.Note: Under normal circumstances, if your program has root privileges the system will kill you. Therefore, it is generally necessary to ha
From a hidden groupSometimes, after backing up a batch in the database to the Startup menu, we want the server to run our batch processing at the next restart. But what should we do if we wait and the server does not restart? Ask the Administrator to restart the system. Haha
The following injection code causes the server to stop responding, or the response is slo
Suddenly off the net, the previous landlord's router management page can be opened, today suddenly will not open. Ping, you can ping, so I think of the landlord's router is tp-link can telnet login.Every time I break the net, I will restart the landlord's router. Every time, it will be connected quickly. This time is no exception. The router with the command to restart the landlord after using Telnet is sel
In node. js development, the Node Supervisor is used to modify the monitoring file and automatically restart the application.
In the development or debugging of Node. when you modify a js application, you always need to press CTRL + C to terminate the program and restart the program, even if you modify a small parameter, and always repeat these annoying operations. Is there a way to save time when Node. js
In Linux, the monitoring program is automatically restarted. to restart a mobile phone, follow these steps: ---- Linux restart command ---- Java code 1, shutdown 2, poweroff 3, init 4, reboot 5, and halt are not described here, mainly about the implementation of automatic restart. The simplest shell script that comes to mind when you use a script to enable automa
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.