Installation of EPEL repo in CentOS/RHEL 7.X
One background
RHEL and its derivatives, such as CentOS and Scientific Linux, are often lagging behind the rpm packages provided by the official rpm repository for stability, and EPEL can solve these two problems. The full name of EPEL is Extra Packages for Enterprise Linux. EPEL is a project built by the Fedora community to provide high-qualit ...
Posted by gufmn on Tue, 12 Mar 2019 08:36:25 -0700
git svn error Can't locate SVN/Core.pm solution
[Error scenario]
The group will migrate the code from the svn server to git as a whole, ready for two steps.
The first step is to convert git svn into git warehouse.
The second step is to submit the git repository to the git server.
It was a happy thing, but the brave man had trouble buying equipment and made a mistake in git svn. The devi ...
Posted by InfinityRogue on Thu, 14 Feb 2019 00:27:18 -0800
Sesame HTTP: Selenium+Chrome on entOS without GUI
Are the daily collections of your little buddies torn to death by various clicks in JavaScript? It's hard to find a Selenium+Chrome to solve the problem!
But there's another fact that servers don't have GUI s.··
OK Let's face the music! Never be overwhelmed by such a small difficulty.·····&midd ...
Posted by cal_biker on Wed, 13 Feb 2019 14:15:18 -0800
Zabbix_agent d-install.sh (script deployment zabbix_agent D service)
The original article was published in cu: 2016-05-20
Be based on http://www.cnblogs.com/netonline/p/7406598.html(http://blog.chinaunix.net/uid-26168435-id-5730201.html Write a simple script to simplify the deployment of zabbix_agnetd.Notes for script operation:1. script and zabbix-3.0.1.tar.gz run in the same directory;2. Because the name of th ...
Posted by tobykw13 on Tue, 12 Feb 2019 02:18:18 -0800
ORA-00845,momery_target not supported on this system
When an ORA-00845 error occurs, we first use the oerr tool to query it.
[oracle@orcl1 admin]$ oerr ora 00845
00845, 00000, "MEMORY_TARGET not supported on this system"
// *Cause: The MEMORY_TARGET parameter was not supported on this operating system or /dev/
shm was not sized correctly on Linux.
// *Action: Refer to documentation for a list ...
Posted by jgires on Fri, 08 Feb 2019 11:39:16 -0800
linux sh : Makefile_userland_pf_ring_template
Preface
Put the project in hand into pf_ring, organize a Makefile template, and make a template for the later test project of pf_ring.
Think of the Makefile content previously posted on the blog, copy and paste it to the local Makefile, and then r\n appears at the end, causing Makefile to not run.
There are two sim ...
Posted by scast on Tue, 05 Feb 2019 19:39:16 -0800
Use vault.centos.org as a yum source in CentOS 5
The system of Aliyun CentOS 5 can not install application software with yum. Reason: CentOS 5 has ended its support from March 31, 2017, and no maintenance updates are provided. Therefore, the files including Ali Cloud Mirror Station may be out of date or some of them are missing. Environment: CentOS 5. X
Method
1. Keep only ...
Posted by graham on Mon, 04 Feb 2019 21:51:16 -0800
Cent os 7 Error downloading packages: solutions
yum has been using it well. Today, installing NTP suddenly reported a mistake.
Error downloading packages:
autogen-libopts-5.18-5.el7.x86_64: [Errno 256] No more mirrors to try.
ntp-4.2.6p5-28.el7.centos.x86_64: [Errno 256] No more mirrors to try.
ntpdate-4.2.6p5-28.el7.centos.x86_64: [Errno 256] No more mirrors to try.
...
Posted by JohnnyBlaze on Mon, 04 Feb 2019 08:48:16 -0800
Implementation of git Quick Submitting Code and Quick Rollback by shell script
Create a commit library:
[root@centos-3 cml]# echo "check github" > index.html
[root@centos-3 cml]# cat index.html
check github
[root@centos-3 cml]# git add index.html
[root@centos-3 cml]# git commit -m "check github"
[master b357825] check github
1 files changed, 1 insertions(+), 1 deletions(-)
[root@centos-3 cml]# git push
Count ...
Posted by radhoo on Fri, 01 Feb 2019 08:39:15 -0800
Installing lantern under OpenSUSE
Statement: This article refers to guoxiaoxu's Install Lantern under CentOS 7 ! As I am a novice who has just transferred from Ubuntu to openSUSE for less than 2 days, my level is very limited, please forgive me.
Installation preparation
Essential package
Prepare an official deb package for lantern and convert the deb package to rpm package thro ...
Posted by jeopardy_68 on Sun, 27 Jan 2019 23:24:14 -0800