• Technology How To’s, Reviews, and Videos
  • Blog
  • Contact Us

tekopolis

Technology Training & HowTo's

MENU
  • Home
  • How To’s
  • Videos
  • About
    • Contact Us
    • Terms of Service
    • Privacy Policy
    • Disclosure Statement

How to concatenate multiple text files into one in Windows

Have you ever wanted to merge a bunch of text files together into one large one? For example, if you use a tool to go grab a bunch of show command results and output it to a text file per device, it’s handy if you can have the operating system merge all that together for […]

Tweet
Pin
Share
0 Shares
How to force Linux to immediately set its time to match NTP

Immediately Update NTP in Linux using this simple process

If you have configured a Network Time Protocol client on your Linux host, but for whatever reason it is not updating then this process might help. If you haven’t configured NTPd on your system yet, check out this write up on Configuring NTP on a Linux Client. There are two values that the client uses […]

Tweet
Pin
Share
0 Shares

Best way to split an MP4 file

If you have an MP4 file that is large and you want to split it in half, or multiple files, you are in luck! Take a look at ffmpeg, a free app available on Linux, Mac, and Windows via http://www.ffmpeg.org. This awesome little utility is packed with features and functionality, but today we’ll be focusing […]

Tweet
Pin
Share
0 Shares

How to Start, Stop, and Restart OpenSSH on Ubuntu 14.04

On some Linux systems, typing /etc/init.d/sshd restart will bounce the sshd process. However, if that fails to work, try the following syntax to restart OpenSSH on Ubuntu: > sudo restart ssh ssh start/running, process 2654 You can use similar syntax to stop or start the process: > sudo stop ssh > sudo start ssh And […]

Tweet
Pin
Share
0 Shares

Add user to Apache group www-data in Ubuntu

While working in Ubuntu Linux, if you run into a group permissions issue involving Apache2 then you may need to adjust user group settings. The default Apache group in Ubuntu is www-data. To solve the problem, the user needs to be a member of the www-data group. The example below will use the username “bob” […]

Tweet
Pin
Share
0 Shares
« Previous 1 2

Recent Posts

  • Upgrading 3750X can take longer than you think
  • SecureCRT Chat Window Feature
  • How to Re-Enable Backspace Key in Firefox
  • How to fix bind9 unexpected rcode (SERVFAIL) error
  • How to Page Up and Page Down on a Mac

Archives

  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • April 2020
  • January 2019
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017

About

About Tekopolis.com
Contact Us
RSS Feed

Contribute

Comment Policy
Send us a tip!
Support

Copyright 2017-2020 tekopolis.com. All Rights Reserved. Privacy Policy - Terms of Service - Disclosure Statement