LX0-104 Flash Cards If you have or want to try a flash card program, I use Anki, which is a free program. link to anki: https://apps.ankiweb.net/ I have uploaded my Anki flash cards here for download https://upw.io/u5/LX0-104.apkg Below are all of the flash cards in text! Name the 4 X Window Servers currently available from …
Category Archives: Other
Ubuntu 17 Onenote Alternative : CherryTree
Finally, I found a suitable replacement for Onenote. Originally when searching for my replacement I immediately looked into Evernote, yet it didn’t offer me anything differente compared to Onenote Online (via outlook.com). I wanted something local, with better response. Really I just needed a good way to organize my notes, I didn’t need anything fancy. …
Continue reading “Ubuntu 17 Onenote Alternative : CherryTree”
Pre-Built LibreNMS OVF with Oxidized + Ryslog + 1 Min Polling
The goal of this article is to provide you with a pre-built LibreNMS. This image should require very little tinkering, This VM is not meant to be publicly accessibly, it should only be used internally to get you working, feel free to improve it. I’m going to go over the setup in this article. The …
Continue reading “Pre-Built LibreNMS OVF with Oxidized + Ryslog + 1 Min Polling”
How to Install Nagios Plugins for LibreNMS On Centos 7
This article will show you how to quickly install all of the nagios plugins with Librenms, On CentOS 7. First install nagios-plugins-all yum install nagios-plugins-all.x86_64 -y In the Libredocs they say that this is installed in /usr/lib/nagios/plugins, however mine was installed in /usr/lib64/nagios/plugins https://docs.librenms.org/Extensions/Services/ Anyway, now you need to add two lines into your LibreNMS …
Continue reading “How to Install Nagios Plugins for LibreNMS On Centos 7”
How to Integrate Oxidized Into LibreNMS
Oxidized is a great tool for automating backups of device configs like ASA Firewalls, IOS routers, and all types of switches! I chose Oxidized because it very easy integrates into Librenms. The instructions for how to integrate oxidized into LibreNMS are below: go to the working directory cd /root/ install ruby and crap sudo …
How To Configure Oxidized To Backup Cisco ASAs
Here is a basic configuration of installing Oxidized. It will also show you how to configure oxidized to backup Cisco ASAs. Let’s begin! go to the working directory cd /root/ install ruby and crap sudo yum -y install nano cmake sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel install oxidized sudo gem install oxidized sudo gem install …
Continue reading “How To Configure Oxidized To Backup Cisco ASAs”