5 Great Linux Disk IO monitoring tools

5 Great Linux Disk IO monitoring tools

5 Great Linux Disk IO monitoring tools Below you see my favorite best 5 Linux Disk IO Monitoring Tools.   IOTOP iotop Linux is a simple top-like disk I/O monitor tool. iotop command watches I/O usage information output by the… Continue Reading

How To Reset Openfire Admin Password

reset openfire admin password

How To Reset Openfire Admin Password If you forgot Openfire admin password this tutorial will help you step by step Reset Openfire admin password from Linux command line.   1. Stop Openfire Stop Openfire service by command: # service openfire… Continue Reading

Access Linux Files From Windows 10

Access Linux Files From Windows 10

Access Linux Files From Windows 10   To Access Linux Files From Windows 10 you should use 3-rd party application like Ext2Read, Ext2explore, Ext2Fsd or Linux Reader. But my favorite is program is Linux Reader by Diskinternals. Linux Reader is… Continue Reading

Yum Update Exclude Some Packages in CentOS / RHEL

yum update exclude package

Yum Update Exclude Some Packages in CentOS / RHEL   Below I will show some examples how to exclude specific packages updates, and how to permanently exclude packages update from automatic Yum Update. More information you can found in yum… Continue Reading

Useful Netcat Examples and Tutorial

Useful Netcat Examples

Useful Netcat Examples In this netcat tutorial you can see useful netcat examples to help you use this powerful tool. Netcat (nc – in short) can be called “Swiss army of knife” in Linux network terminal utilities. Netcat can be… Continue Reading

How To Compile FFmpeg With NVENC H264 Hardware Encoder in Ubuntu 18.04

ffmpeg gpu acceleration

How To Compile FFmpeg With NVENC H264 Hardware Encoder in Ubuntu 18.04   To enable hardware acceleration transcoding in FFmpeg we need compile FFmpeg with NVENC h264 codec support.   Install necessary software: dpkg –add-architecture i386 apt-get update apt-get install… Continue Reading