Skip to content

Tech Tip Bits

Information Technology Simplified

  • Home
  • Security
  • Excel
  • Linux
  • Networking
  • Development
  • Disclaimer

Category: Linux

  • Home
  • Linux
  • Page 2
Linux

Standard IO streams in Linux

May 29, 2021May 29, 2021 techtipbits

Standard IO refers to standardized input, output, and error streams in Linux that can be read and written by all standard Linux utilities.

Read More
Linux

How to use GNU Parallel

May 26, 2021May 26, 2021 techtipbits

Parallel is a shell utility to run scripts in parallel. It can take its input and start multiple processes at the same time to quickly process its input, such as a list of URLs or files. It breaks down its input into different pieces then lets each process work on a piece.

Read More
Linux Security

Recover a lost Linux root password

May 25, 2021May 25, 2021 techtipbits

The root password is the final security barrier that protects a Linux system’s administrative account from unauthorized access. If the password is lost, it becomes impossible to administer the system and make configuration changes, so let’s look at different ways to recover it.

Read More
Linux Security

Create a VPN server with OpenVPN

May 21, 2021May 21, 2021 techtipbits

OpenVPN is an open source, cross-platform software package to run a VPN server and secure connections over the internet.

Read More
Linux

Running Linux on Windows 10

May 20, 2021May 20, 2021 techtipbits

With the help of Windows Subsystem for Linux (WSL), it’s now possible to run Linux programs in Windows 10. WSL creates a thin compatibility layer that allows Linux programs to access the same files and run services on an already existing filesystem.

Read More

Posts navigation

Previous 1 2 3 4 Next

Recent Posts

  • Encrypted incremental backups with Restic
  • Free SSL certificates on Linux
  • MySQL database access controls
  • OpenVPN advanced examples
  • Run multiple MySQL versions in Docker on Linux

Categories

  • Development
  • Excel
  • Linux
  • Networking
  • Security
  • Web
(C) Tech Tip Bits 2021 - All Rights Reserved.