Requirement: After we installed a new system on the server (centos 7), because it was a minimal installation, many toolkits were not installed, but you need to install it manually. The ifconfig co
Tag: Command
[Linux Shell] CentOS Some use shell management commands Collection (1) Continuous update
Check the system version rpm -q centos-release
View the kernel
uname -r
View the top 10 processes currently occupying the largest memory
ps aux |sort -nrk 4 |head -n 10
View the top 10 proce
Nginx common command and docker nginx common command
Deploy nginx
nginx #Open nginx
nginx -t #Test the configuration file for syntax errors< br>nginx -s reopen #restart Nginx
nginx -s reload #Reload the Nginx configuration file, and then restart Ngi
Command analysis NGINX access log
Commonly used advanced command methods for awk analysis logs Analyze access logs (Nginx as an example) Log format:
‘ $remote_addr-$remote_user [$time_local] “$request” $status $body_bytes_sen
Silverlight DataForm MVVM Command Bind Update
I am new to MVVM and Silverlight, I just want to figure out a simple scenario.
I am using MVVM Light toolkit and no Expression Blend Silverlight 3.0.
I have a DataGrid and a DataForm bo
Build a Hybrid application -ionic command
1.ionic create a project named myapp
ionic start myapp 2. Configure android environment
ionic platform add android 3.android packaging
ionic build android 4.android run
ionic run android
Geolocation – Rename the plugin command
After installing the last version of Ionic 3.1.2, I tried to add the Native Geolocation plugin, and I got the following:
ionic plugin add cordova-plugin-geolocation The plugin command has bee
Android uses the aapt command to view apk package name
1. What is aapt aapt is the Android Asset Packaging Tool, which is located in the build-tools directory of the SDK. This tool can view, create and update file attachments (zip, jar, apk) in ZIP for
Generate a WebService client code instance using the wsimport command
in the bin folder of the JDK , There is a wsimport.exe tool that can generate corresponding class files based on wsdl files, copy these class files that exist locally to the project that needs to b
Why will I call the bash command from Ruby?
I am trying to use Ruby to execute the following bash commands on some images:
class Pingcrush
def initialize
Dir.foreach(‘drawable’) do |item|
next if item ==’.’ or item ==’..’
# do work