Take a Virtual, Interactive Tour 

Technology News, Network Security

  |  
4 Min Read

What is a Text Editor?

How to Do Serious Systems Admin Work

The Word Processor is an amazing piece of technology that has enhanced the creation of documents and formatted text the world over. If you are seeking a desktop publishing tool, you will typically not find a better method for the average user than the Word Processor. However, you cannot use a Word Processor for the creation of code or the editing of configuration files. To do serious systems administration work, you need the text editor.

A text editor is a simple tool that can be used to change the contents of a file or document without writing additional characters or storing formatting cruft within the document itself. You use the text editor when dealing with plain text like configuration files, programming or scripting languages, or troff/groff/latex formats to name a few.

Some text editors, like VIM or (NeoVIM) NVIM can even be used like an IDE. You can enhance your text editor by integrating syntax highlighting, spell checking, and even code completion or code sniffing. The ever-useful text editor is valuable to anyone who works in systems administration, software development, or other delicate tasks.

The number one item to remember is that a text editor will not inject any cruft into your file, but a Word Processor will do so. Therefore, if you plan to do serious work, you will need to take the time to familiarize yourself with a text editor and build your knowledge of how to use that tool.

Coding 1

Earn a Degree In Cyber Security at UAT

UAT offers a Master’s of Science in Cyber Security, as well as bachelor’s degrees in Network Engineering, Network Security, and Technology Forensics. Our Cyber Security Degree for Ethical Hackers and Network Security Curriculum has been certified through the NSA/DHS National Information Assurance Training Program in Information Assurance and Cyber Defense.

Comment

You Snow the Drill, UAT's Techmas Gift Guide is Here!

Sleigh the Holidays with UAT's 12 Days of Techmas 'Tis that time of year again where our wishlists are growing long but the time until Christmas is running out. University of Advancing Technology ...
Picture of Erin Sullivan Erin Sullivan 4 Min Read

What is Kali Linux?

Kali Linux, formerly Backtrack Linux, is a Debian-based and open-source operating system distribution with the intention of making penetration test and auditing tools available to the average user. ...
Picture of Aaron Jones Aaron Jones 4 Min Read

Running Your Own Email Server

What is MIAB? Running your own email service provider sounds like a daunting task but it can be made easier by using an array of tools that have been combined into a self-hosted service called "Mail ...
Picture of Aaron Jones Aaron Jones 4 Min Read