I noticed that on my Chromebook, using nano over SSH causes the screen to blink out of control. The workaround is really simple, though it’s not permanent. First, login to your SSH endpoint. Next, type the following: export TERM=linux Now you can open nano without any issues.
Monthly Archives: August 2017
Fail-To-Ban (Lite) – EdgeRouter
Here’s how to create a fail-to-ban type of functionality on an EdgeRouter completely using BASH, without installing any 3rd party packages. We are going to create a single script and add a scheduled job to run it. That’s all there is to it. Step 1 Run the following vi /config/scripts/fail-to-ban Now we need to turn […]
How to replace a brick in GlusterFS
Scenario 1: Your data drive fails in your machine and you really don’t want to go through the process of reconfiguring a new system just to create and join a new brick. Scenario 2: You proactively replace your hard drive and you keep the OS in tact and just want to use the new drive. […]