Skip to content

Tech Tip Bits

Information Technology Simplified

  • Home
  • Security
  • Excel
  • Linux
  • Networking
  • Development
  • Disclaimer
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
Excel

Drop-down lists in Excel

May 27, 2021May 27, 2021 techtipbits

Dropdown lists are a great way to allow a user to pick a cell value from a list of possible options. Excel provides combobox style

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

Posts navigation

Previous 1 2 3 … 7 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.