Archivo de la categoría: CentOS

add self certificate CHROME linux

“Private key is missing or invalid when importing a certificate” in Google Chrome You may be trying to do is add it to the wrong certificate store. If you’re attempting to add it under «Your Certificates», you’re gonna have a bad time. That tab is for adding identity certificates; what your browser offers to the… Leer más »

install chrome centos 7 / rhel 7

Google Chrome is the freeware web browser developed by Google that uses the WebKit fork blink engine. As of July Google Chrome is the most widely used browser having, it shares around 45% worldwide browser usage. Google Chrome has the inbuilt translate faculty for translation of over 52 languages. Google Chrome has the option to… Leer más »

Install And Configure Samba Server In CentOS 7

By SK – September 26, 2014 6992 As you may know, Samba is an open source, and free software suite that provides file and print services to the SMB/CIFS clients. It allows us to share files, folders, and printers between Linux server and Windows clients. Using Samba, we can setup a domain controller on Unix/Linux… Leer más »

Add systemd service to Start Wake On LAN

In a previous tutorial we looked at how you can setup Wake on LAN (wol) on RHEL7 or CentOS7. In this tutorial we take another look at wol by adding a UDEV rule and systemd service, because the ETHTOOL_OPTS is deprecated. Deprecated ETHTOOL_OPTS If we take a look at /usr/share/doc/initscripts*/sysconfig.txt and search for ETHTOOL_OPTS we will find… Leer más »

mac mini circa 2009 centos 7 broadcom drivers

yum install pciutils rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm /sbin/lspci To install this driver: 00:0a.0 Ethernet controller: NVIDIA Corporation MCP79 Ethernet (rev b1) #yum install kmod-forcedeth #reboot and to install 03:00.0 Network controller: Broadcom Limited BCM4321 802.11a/b/g/n (rev 05) —> http://elrepo.org/tiki/tiki-index.php

How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7

Introduction A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of a LAMP stack). The… Leer más »

activate serial centos 6 server ibm imm2

cat /etc/init/ttyS1.conf # ttyS0 – agetty stop on runlevel [016] start on runlevel [345] instance ttyS1 respawn pre-start exec /sbin/securetty ttyS1 exec /sbin/agetty /dev/ttyS1 115200 vt100-nav start ttyS1

Disable Firewalld firewall centos 7

To disable firewalld, run the following command as root: systemctl disable firewalld Stop Firewalld To stop firewalld, run the following command as root: systemctl stop firewalld

What are the pre-requistes for installing OpenEdge on RHEL 7.0 64 bit?

Article Number 000056050 Environment Product: OpenEdge Version: 10.2B 08, 11.3.2, 11.4, 11.5 and higher OS: RHEL (Red Hat) 7.0 64 bit Question/Problem Description What are the pre-requistes for installing OpenEdge on RHEL 7.0 64 bit? Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution OpenEdge Product requires C++ library “libstdc++.so.6”. Ensure that the… Leer más »