Category Archives: Linux

Linux command line tips 1

By | July 13, 2015

The Linux command line environment is very powerful and full of very useful command line instructions that are ignored by a lot o people. Following are some of the discovered commands I find very usefull: The “ls like” group: List all the usb devices: [root@localhost ~]# lsusb Bus 004 Device 002: ID 8087:0024 Intel Corp.… Read More »

USB Wireless interface on Fedora Linux

By | February 9, 2017

I am planning to deploy a test openStack infrastructure, “Minimal architecture example with legacy networking (nova-network)”, on the 2 x Hp MicroServer Gen 8 setup from my home data centre. The nova-network architecture needs at least two nodes and on each node a minimal of two network interfaces must be available. The HP MicroServers have… Read More »

voina.org Internet Speed

By | February 9, 2017

The standard connection from UPC Romania with my subscription 200Mbps/6Mbps. Good download crappy upload. I just found out there is a new 500Mbps/25Mbps plan in my city , Cluj-Napoca. I am going to try it asap. I am wondering how will my router cope with that. Linksys E4200 has a tested WAN to LAN Throughput… Read More »

Monitoring Fedora servers with NAGIOS

By | February 15, 2017

This is a description of the installation process of NAGIOS monitoring on two Fedora21 based servers. Choose one server as the main nagios host. Lets call it nas1. Add nagios users , group and add apache as member in the nagios group: # useradd nagios # groupadd nagcmd # usermod -a -G nagcmd nagios #… Read More »

How to backup a NFS resource with Barracuda Yosemite Basic Server

By | February 6, 2015

In a discussion from the Barracuda Yosemite support forum initially talking about the compression (or lack of ) for LTO-4 backup, I obtained the answer to the additional issue of backing up NFS resources across the network. Bellow the required configuration exactly how it was posted by one of the forum moderators Matt Orme.  … Read More »