Gray.me.uk - Tech and Linux Blog
  • Home
  • About
  • Contact Me
  • Services
  • Search

bash

Create new SSH key pair

June 20, 2024 WanderingTechy 0

For reference to create an RSA key. ssh-keygen -t rsa -b 4096 -C “your_email@example.com”

grep: (standard input): binary file matches

February 8, 2024 WanderingTechy 0

When greping a file you get this error message. grep: (standard input): binary file matches It means it is detecting binary in the file. use […]

A quick fly through systemd services (systemctl)

February 2, 2024 WanderingTechy 0

systemctl is-enabled SERVICE-NAME Check if a service is enabled or disabled. systemctl status SERVICE-NAME Check if a service is running, stopped, enabled, or masked, and […]

E319: Sorry, the command is not available in this version: syntax on

January 25, 2024 WanderingTechy 0

When using crontab -e I get this error message. E319: Sorry, the command is not available in this version: syntax on To fix it run […]

Things I do on a new Debian 12 Server.

January 20, 2024 WanderingTechy 0

Update Apt and install a bunch of utilities I use a lot. apt update apt install vim net-tools neofetch mlocate curl rsync git cron postfix […]

Set the title bar text when you SSH to a server in Debian 12 (and others)

January 18, 2024 WanderingTechy 0

If you are logged into multiple servers it is quite useful to have CLEAR text in the title bar showing which server is which. In […]

Enable right mouse button in vim for copy/paste

January 11, 2024 WanderingTechy 0

In ~/.vimrc add this line set mousemodel=popup  

Debian 11 uses Joe for visudo how to exit and how to change it to vi.

September 22, 2023 WanderingTechy 0

I have never used joe as an editor so when I ran visudo on a fresh install of Debian 11 I got stuck.  I didn’t […]

Search this site

Categories

Server Administration Services

I provide server administration, problem solving and other services. Please see Services option on main menu.

$5 a month for an SSD based VPS

digitalocean-logo
Plesk and CPanel licenses at much reduced prices.

Archives

Copyright © 2025 | WordPress Theme by MH Themes