best greasemonkey scripts

Alibabacloud.com offers a wide variety of articles about best greasemonkey scripts, easily find your best greasemonkey scripts information here online.

Maintenance scenarios for project group database scripts

Background The release is dense and the project manager decides to publish and launch a version every week to meet customer and leadership requirements. The function changes frequently, the corresponding table structure, the table data change is also more frequent. Products meet two deployment scenarios, one is the headquarters deployment, the project team directly to maintain, for internal customers to use, and second, Customer Self-installation, upgrade and maintenance, projec

Oracle Monitoring Scripts

Simple Command1. Display the available instances on the server:Ps-ef | grep Smon2. Display the available listeners on the server:Ps-ef | Grep-i Listener | Grep-v grep3. View file system usage for the Oracle archive directory:Df-h4. Count the number of rows in the Alter.log file:[Email protected] ~]# Find/-name alert*5.CRONTABA crontab file contains six fields:Minutes 0-59Hours 0-23Day of the month 1-31Month 1-12Day of the week 0-6, with 0 = Sunday6.To edit a Crontab file, type: CRONTAB-ETo view

Shell scripts create users in bulk and randomly generate passwords

Tags: Code judging directory lin random alias-o system shell script RACShell scripts create users in bulk and randomly generate passwordsRequirements: Batch creation of 10 system account OLDBOY01-OLDBOY10, and set the generated password (password is different).Implementation script:#!/bin/bash#Question3For I in $ (seq-w 10)DoUseradd-s/bin/bash oldboy$iecho "Password$i" | md5sum | Tee-a Passwd.txt | passwd--stdin oldboy$iDoneRequirement 2: Batch Create

Why I give up gulp and grunt, switch to NPM scripts (on)

This article is from my translation of the Infoq Chinese station, the original address is: Http://www.infoq.com/cn/news/2016/02/gulp-grunt-npm-scripts-part1Cory House is the author of "Building Applications with React and Flux" and "clean code:writing Code for humans", and is also a lecturer on Pluralsight's many courses. He is a vinsolutions software architect who has trained a large number of software developers around the world, primarily in softwa

How to use Shell scripts in Linux to maintain Oracle

The roles and responsibilities of system administrators and DBAs are different. But in fact, this difference is usually not obvious. Many IT departments employ employees who can solve database-level and operating system-level problems. Of course, Oracle databases use operating system resources and can closely interact with their environments. In addition, many system administrators and DBAs find it necessary or convenient to automate jobs related to their work. Software Installation, system reso

How to solve the scripts/kconfig/lxdialog/checklist. O problem in make menuconfig

When I edited the kernel, the cold blog found an error in make menuconfig. The error code is as follows: [Root @ fedora/usr/src/kernels/2.6.21-1.3194.fc7-i686] # MakeMenuconfigHostcc scripts/kconfig/lxdialog/checklist. oIn the file containing scripts/kconfig/lxdialog/checklist. C: 24:Scripts/kconfig/lxdialog/dialog. h: 32: 20: Error: Curses. H: No file or dire

Cacti templates (graphical templates, data templates, host templates) and custom monitoring scripts

method to obtain the data (usually a command or script ). In actual work projects, we may need to monitor more metrics. What should I do now? In fact, the cacti official website provides many templates, and many volunteers also provide a large number of templates. We can download, decompress, import, and use them directly. On the cacti official website-> forums-> scripts and templates, the templates here are all available and can basically meet our

Linux sysadmin (2): Network, RPM package management and some scripts

) Configuring gateways and routes$ route add-net 192.168.183.0 netmask 255.255.255.0 gw 192.168.239.1 Dev eth0$ route Add default GW 192.168.239.1 dev eth0$ IP route add 192.168.183.0/24 via 192.168.239.1 Dev eth0$ IP route add default via 192.168.239.1 dev eth0(c) Configuring DNSDNS server designation, edit/etc/resolv.conf, modify nameserver 192.168.1.1 dns_server_ip2 192.168.239.1Mode two: Edit the configuration fileTo make the configuration effective after a restart, manually edit the configu

Mongodb-the MONGO Shell, Write Scripts for the MONGO shell

Tags: man SSI onchange returns control following ROR scripts LuaYou can write scripts for the MONGO Shell in JavaScript this manipulate data in MongoDB or perform administrative Operation. For more information about the MONGO Shell, see the Running. js files via a MONGO shell Instance on the Server SE Ction For more information about using these MONGO script. This tutorial provides a introduction to writing

Analysis of Oracle Database management scripts

The data dictionary in Oracle is a very important part of the database and provides information about the relevant database. It is used by all Oracle users (from application end users, application design developers to database administrators) is a very important source of information. The data dictionary is created by running related database management scripts after the Oracle database is created. When the Oracle Universal Installer is used to create

Learn shell scripts

Assigning values to variablesDefining an integer class using Declare-i[[email protected] scripts]# Aa=5+6[[email protected] scripts]# echo $aa 5+6[[email protected] scripts]# declare-i Aa[[ema Il protected] scripts]# aa=5+6[[email protected] scripts]# echo $AA 11With let, yo

WebKit Asynchronous Load script (Running scripts in WebKit)-greatly improves interface rendering speed

WebKit Asynchronous Load script (Running scripts in WebKit)-greatly improves interface rendering speedThe beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)This article follows "Attribution-non-commercial use-consistent" authoring public agreementReprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, th

"Bash Scripts"

I. Shell script BasicsBash scripts are similar to batching, simply by putting a lot of instructions together and providing loops,conditions, judgments and other important functions, the syntax is simple and practical to write programs, greatly simplifying the administrator'sFunctions that cannot be achieved by the graphical tools.1. Create a text file that contains the bash command. The first line of the file should be:#!/bin/bash#!/usr/bin/env tcsh "

Analyze the timeout mechanism of php scripts and the php script _ PHP Tutorial

Analyzes the timeout mechanism of php scripts and analyzes php scripts. Analyze the timeout mechanism of php scripts. When php scripts are developed, max_input_time and max_execution_time are often set to control the timeout of scripts. However, it never analyzes the timeout

Compiling the linux-2.6.20 kernel has a scripts/mod/sumversion. c: 384: error: 'path _ MAX 'undeclared error

Gentoo full text bug listing Bug 226169-xen-sources doesn' tCompile Bug #:226169 Product:Gentoo Linux Version:Unspecified Platform:AMD64 OS/Version:Linux Status:RESOLVED Severity:Normal Priority:P2 Resolution:NEEDINFO Assigned:Bug-wranglers@gentoo.org Reported:Sahil@sahilcooner.com Component:Ebuilds URL: Summary:Xen-sources doesn' t compile Keywords: Status whiteboard: Opened:0000

Use Shell scripts to automate Linux maintenance tasks

Use Shell scripts to automate Linux maintenance tasks If a system administrator spends a lot of time solving problems and doing repetitive work, you should doubt whether this is correct. An efficient system administrator should make a plan to spend as little time as possible to do repetitive work. So although it seems that he didn't do a lot of work, it is because shell scripts help him complete most of the

Test functions using bash shell scripts

Create scriptFunctional testing is a key part of software development-and bash loaded into Linux can help you easily complete functional testing. In this article, Angel Rivera describes how to use bash shell scripts to execute Linux applications by running commands. Program Function test. Because this script depends on the return code of the command line, you cannot apply this method to GUI applications. Functional testing is a phase of the developm

25 game scripts written in PHP

PHP is a programming language that is easy to use, easy to learn, and widely available. It is ideal for developing simple scripts that can be used in various games. Whether it's a simple, paper-and pen-based game, a group of people playing complex desktop role-playing games, or any type PHP is a programming language that is easy to use, easy to learn, and widely available. It is ideal for developing simple scripts

Cacti Scripts and templates

I. Cacti scripts and TemplatesCacti Scripts and Templates forum: http://forums.cacti.net/forum-12.htmlA complete list of cacti scripts and templates: http://forums.cacti.net/about15067.html1.Advance Ping Scripts and templates: http://forums.cacti.net/about10049.htmlNote: To use this template, PHP must be compiled with

Apache automatically updates site content scripts

Apache automatically update site content scriptsImplementation ideas:Change the Site directory for a site directory by using a soft linkPreparatory work: upload two versions of the site content to the server first, storing the path as /server/www [[email protected] www]# ll total dosage 8-rw-r--r--1 root root 167 September 1 12:54 html1.1.tar.gz-rw-r--r--1 root root 166 September 1 12 : html1.2.tar.gz Configuration Apache Virtual host, website access path is /alidata/xx/w

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.