Quick guide to creating simple plain text (.txt) files on Microsoft Windows, Apple MacOS and Linux.
Text files are useful for sending code or short pieces of information that may get corrupted or changed if shared directly in an email, messaging platform or support portal.
On Linux distributions there are lots of options for editing plain text files. For this example we’ll use the Pulma GUI editor and Nano in command line.
How you open Pulma will depend on your distribution, but on many Linux distributions you can create a new text file easily:
You will be able to create a new file called “Filename.txt
Nano is a terminal application that comes installed on most Linux distributions as well as MacOS. To check you can ask your system for the version number.
nano --version
Create a new file using the command (filename.txt can be whatever you want)
nano filename.txt
This will open your blank file in terminal. Edit the file as usual. Once you’re finished use Ctrl+O to save your file and Ctrl+X to exit. The main commands will be displayed along the bottom mof the screen.
The caret symbol (^) represents the Ctrl key. For example, the ^X commands mean to press the Ctrl and X keys at the same time. The letter M represents the Alt key.
December 2024
In an era where digital privacy concerns are at the forefront of online discourse, many organisations are reassessing their tools to ensure compliance with data...
→ Continue reading"Simple Analytics: A privacy-focused alternative to Google Analytics"
November 2024
In today’s digital world, protecting your privacy online has become essential. With personal data constantly being shared, stored, and potentially accessed by unauthorised parties, safeguarding...
→ Continue reading"Simple steps to protect your privacy online"
November 2024
Making the most of Bluesky after coming from whatever Twitter (𝕏) has become involves exploring the platform's unique features, adapting to its smaller, community-driven culture,...
November 2024
With the increasing dependency on web applications in daily operations, securing these applications is paramount to safeguarding data and protecting against breaches. This blog post...
October 2024
Cookieless website tracking is a method of collecting analytics data and monitoring website behaviour without the need for traditional browser cookies. Traditionally, cookies have been...
→ Continue reading"Cookieless website tracking and analytics"
October 2024
The disagreement between WordPress and WP Engine has sparked considerable debate within the WordPress community and could have important implications for users of the WordPress...
→ Continue reading"What's going on between WordPress and WP Engine?"