Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: Restart

Startup, restart, shutdown function under Windows

@echo off
rem provides nginx startup, restart and shutdown functions under Windows

echo ================ ==begin========================

cls
:: Drive letter where ngxin is locatedset NGINX_PAT

October 19, 2021By Simo Windows close, function, nginx, Restart, startup, windowsLeave a Comment

Shell Programming: Use scripts to achieve NGINX’s guardianship restart

nginx_daemon.sh #!/bin/bash
#

this_pid=$$

while true
do
ps -ef | grep nginx | ​​grep -v grep | grep -v $ this_pid &> /dev/null

if [$? -eq 0 ];then
echo ” nginx is ok”
sleep 3
else

October 18, 2021By Simo Unix automatic, guardianship, Implementation, nginx, programming, Restart, Script, shell, utilizationLeave a Comment

Encoded Node.js without restarting “Server”

I have been playing Meteor (you may know it is a node.js framework), and I really like how to start it, then keep it running, and automatically implement code updates when saving .

Is there a

October 15, 2021By Simo Character Coding, JS, Node, Node.js, Restart, serverLeave a Comment

Ruby-on-rails – SPORK is automatically restarted

I use spork as my DRB and auto-test as my observer to speed up testing in my Rails application. Currently, when the files in the directory structure change, autotest will restart the test.

Is there a way to restart spork after adding a new model? That is, restart spork when the directory structure changes.

October 6, 2021By Simo Ruby Auto, rails, Restart, ruby, SPORKLeave a Comment

Restart the system via Lua script

I need to restart the system through a Lua script.
I need to write some strings before restarting, and I need to write a string in Lua
The script after restarting is complete .

Example:

<

October 5, 2021By Simo Lua lua, Restart, Script, system, ThroughLeave a Comment

ES has been red to restart unstable downtime

persistent (settings will also exist after restart) or transient (settings that will disappear after the entire cluster restarts).

GET /_cluster/health?level=indices

DELETE /.monitoring

September 30, 2021By Simo Load Balance Always, downtime, ES, non-stop, red, Restart, unstableLeave a Comment

Cassandra cluster management – node abnormal restart

Cassandra cluster management-abnormal node restart Log in to a cluster node, directly restart the server (172.20.101.166), and set cassandra to boot.

This document is only a part of the syste

September 30, 2021By Simo Load Balance abnormal, Cassandra, cluster, management, Node, RestartLeave a Comment

Visual-Studio – How to Clear the [Ignore] cache of the test method? (No need to restart Visual Studio)

I have some tests marked as [Ignore], but now, I want to run them again, so I deleted the [Ignore] attribute, but Visual Studio still treats them as ignored.

What can I do to clear the cache

September 28, 2021By Simo Visual Studio Cache, Clear, Ignore, method, no, Restart, Studio, test, VISUALLeave a Comment

PostgreSQL query is not terminated, the service postgreSQL is not started after reboot

In my work, I am running a complex query. I canceled it and went home yesterday. It is impossible to terminate the query later this morning. There is also a “after termination” “End” function. A co

September 21, 2021By Simo Postgresql no, PostgreSQL, query, Restart, service, startup, TerminationLeave a Comment
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress