News

All the latest from Gnome IT Solutions

24th Mar 2020
COVID-19: service status and information

Dear customers, As the spread of COVID-19 continues to hinder our daily lives, requiring us to rethink how we handle the situation - Gnome is taking the necessary precautions to ensure the well-being of its employees, customers and vendors. In order to help stem the spread, all GNOME employees have been instructed to work from home and apply the ...

News
5th Oct 2019
Monitor Server Logs in Real-Time with "Log.io"

Log.io is a small application build on Node.js and Socket.io for monitoring real time Linux server logs through web interface.On RHEL/CentOS 7Install Epel repositories using the following command. yum install http://fedora.mirrors.telekom.ro/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm On RHEL/CentOS 6 --------------------- On RHEL/CentOS ...

News
5th Oct 2019
How to Install oVirt on CentOS 7

oVirt is an open-source distributed virtualization solution, designed to manage your entire enterprise infrastructure. oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible. It was founded by Red Hat as a community project on which Red Hat Enterprise ...

News
5th Oct 2019
Find files containing specific text in Linux

grep is a command-line utility for searching plain-text data sets for lines that match a regular expression. Its name comes from the ed command g/re/p (globally search a regular expression and print), which has the same effect: doing a global search with the regular expression and printing all matching lines. Grep was originally developed for ...

News
1 2