How to change default file permissions of /var/log/wtmp?

In CentOS 7.3, permissions of the /var/log/wtmp file is handled by /lib/tmpfiles.d/var.conf, which is executed after every reboot. To change default permissions, change permissions in the following script. # cat /lib/tmpfiles.d/var.conf | grep wtmp f /var/log/wtmp 0664 root utmp - In CentOS 7.0, 7.1, and 7.2, permissions for /var/log/wtmp is managed by file /lib/tmpfiles.d/systemd.conf, which …

Read more

How to disable GPU memory notification in CentOS

The notification is part of the housekeeping plugin. The procedures listed below can be used to disable the housekeeping plugin. # mkdir -p ~/.config/autostart# sed 's|[Desktop Entry]|&nHidden=true|' /etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop > ~/.config/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop You will receive the GPU memory notification messages when the server is utilizing high GPU resources. This is normal and the notifications can be disabled …

Read more

Distributed Training on Multiple GPUs

Distributed Training Gpu

AI models trained at scale by data scientists or machine learning enthusiasts will inevitably reach a limit. As dataset sizes grow, processing times can increase from minutes to hours to days to weeks. Data scientists use distributed training for machine learning models and multiple GPU to speed up the development of complete AI models in …

Read more

Top 10 Deep Learning Frameworks

Deep Learning Frameworks

Deep learning is an area of AI and machine learning that uses unclassified data to classify images, computer vision, natural language processing (NLP), and other complex tasks. A neural network is called “deep” if it has at least three layers (one hidden layer). The network does deep learning on many hidden layers of computation. Whether …

Read more

HPC Application Performance of NVIDIA Data Center GPUs

seimaxim datacenters

Some of the world’s most pressing scientific and engineering problems can only be solved using modern HPC data centers. Breakthrough performance can be achieved with dramatically fewer servers, less power consumption, and reduced network overhead, resulting in a total cost savings of 5X to 10X with NVIDIA A100, V100 and T4 GPUs. The node replacement …

Read more

What are the most common domain extensions?

domains

Following the global lockdown imposed by COVID-19, websites have become even more critical for businesses and independent contractors. People are now more likely to visit a website than a physical location. Choosing the right domain name for your business, personal blog, or portfolio website is more important than ever. A few things need to be …

Read more

What Is HPC (High Performance Computing)?

HPC

A single computer can’t handle some of the most complex and time-consuming tasks, like DNA sequencing or seismic analysis. It is possible to create an IT environment specifically designed for these computationally intensive workloads, paving the way for the level of data analysis we have never had before. This article provides an introduction to high-performance …

Read more