Subcategories from this category:
Latest Articles, Programming, Security and Authentication, Tutorial and Install Howto, Managing Linux Systems, Email Systems and Email Clients, Web Server Howto and Installation, File Systems, Database Management, Multimedia, Distro Firewalls and Installation Guides, Questions & Troubleshooting, Linux Games and Entertainment, Routers and Switch Howto and Information, iSCSI, Storage (EMC, NFS, NAS) and HardDrive Info, Linux News, Security Administration, Video Training, IOS Articles, Scripting Languages and 16 other subcategories., OSX Related Articles Troubleshooting and Illustrations, Linux Kernel - Compiling and Other Howtos, Content Management Systems, Linux Learning Programs, Raspberry Pi, Linux Containers, Linux Commands, Misc Articles, UNIX, Announcements , UNIX References, FEEDS, Linux Games, Linuxsecrets.com, Linux Clusters, System RecoveryMonitoring PHP can help identify performance issues and ensure that your PHP applications are running smoothly. There are several ways to monitor PHP on a UNIX platform, including using built-in functions, monitoring tools, and logging. Built-in functions: PHP provides several functions that can be used to monitor the performance of your code, such as memory_get_usage() and microtime(). These functions can be used to measure the amount of memory used by a script, execution time, and other perfor...
What is NFS? The Network File System (NFS) is a client/server application that lets a computer user view and optionally store and update files on a remote computer as though they were on the user's own computer. The NFS protocol is one of several distributed file system standards for network-attached storage (NAS). RedHat, Scientific Linux, CentOS, Fedora Disable or allow firewall to NFS from clients connecting to NFS volume firewall-cmd --add-service=nfs --permanentfirew...
Instructions are to install DevToolSet for CentOS 7. Requirements centos-release-scl - Software Collections ( SCL ) Repositorydevtoolset-7-gcc.x86_64devtoolset-7-gcc-c++.x86_64devtoolset-7-gcc-gdb-plugin.x86_64devtoolset-7-gcc-gfortran.x86_64devtoolset-7-gcc-plugin-devel.x86_64 Installing SCL Repository # yum install centos-release-scl Install the Development Tools # yum install devtoolset-7-gcc*Note: This installs gcc version 7 as well. How to use the Development Tools&n...
Why Change to Network Manager? Netplan is a YAML network configuration abstraction for various backends. Using Network Manager has several advantages for easy configuration of network devices. Netplan is easy to understand and strait forward because it uses YAML configuration. Requirements Installing requirements for using Network Manager with Netplan. network-manager - network management framework (daemon and userspace tools) Installing Requirements apt install -y network-mana...
Requirements KVM InstalledSpice-vdagent - Spice agent for Linux Explanation Why would you copy and paste? Answer: It makes life easier and otherwise a copy from the host to virtual wouldn't be possible without these instructions. With these instructions you are able to copy text and paste in the virtual machine. Installation Installation of the vdagent $ sudo apt install spice-vdagent KVM Configuration You must have the configuration setup like bel...
Prerequisites Ubuntu 18.04.5 InstalledUpdated Operating to current patch levelBoth iptables-persistent & netfilter-persistent packages System Details Ubuntu 18.04.5Internet interface: eno1Ubuntu 18.04.5 IP Address: 10.160.5.107 <-- we use the host IP as the gateway on all clients wanting Internet. Update Ubuntu 18.04 $ sudo apt update && apt upgrade -y Configuration Edit /etc/sysctl.conf and insert the line below for IP forwarding $ sudo vim /etc/sysctl.con...
By accepting you will be accessing a service provided by a third-party external to https://www.klokur.com/