Skip to content
dedtech.info
  • Home
  • Privacy Policy
  • Contact Us
  • Toggle website search
Press Escape to close the search panel.
Menu Close
  • Home
  • Privacy Policy
  • Contact Us
  • Toggle website search
Search this website

server administration

  1. Home>
  2. server administration

Enable SSH Root Login On Debian 12

  • Post author:dedtech.info
  • Post published:March 17, 2026
  • Post category:server administration
  • Post comments:0 Comments

This blog post will explain how to enable ssh root login on Debian 12. This blog post assumes that someone is logged in as root. Open the sshd configuration file…

Continue ReadingEnable SSH Root Login On Debian 12

MySQL Common Commands

  • Post author:dedtech.info
  • Post published:March 1, 2026
  • Post category:server administration
  • Post comments:0 Comments

This blog post will show some common MySQL commands. Create a database. CREATE DATABASE example; List all databases on the server. SHOW DATABASES; Use a specified database. USE example; Delete…

Continue ReadingMySQL Common Commands

Display CPU Information In Linux

  • Post author:dedtech.info
  • Post published:December 1, 2025
  • Post category:server administration
  • Post comments:0 Comments

This blog post will explain how to display a CPUs model name and its speed. A cat and grep command combo is used on the file /proc/cpuinfo. The cat command…

Continue ReadingDisplay CPU Information In Linux

Install Asterisk On Debian 12

  • Post author:dedtech.info
  • Post published:September 1, 2025
  • Post category:server administration
  • Post comments:0 Comments

This blog post will explain how to install the Asterisk phone system on Debian 12. This blog post assumes that a user is logged in as root. First, the system…

Continue ReadingInstall Asterisk On Debian 12

Install Apache As A Service In Windows

  • Post author:dedtech.info
  • Post published:September 1, 2025
  • Post category:server administration
  • Post comments:0 Comments

This blog post will explain how to setup Windows to start the Apache web server as a service. Before Apache is installed, it would be a good idea to check…

Continue ReadingInstall Apache As A Service In Windows

Recent Posts

  • Filter Out Stopwords In A Sentence With Python
  • Important Python Counter Object Attributes
  • Batch Convert Audio Files To Mp3 With FFMPEG
  • Count Noun Phrases In A List Of Sentences With Python
  • Create A Simple Django App With Python

Categories

  • python
  • server administration
  • video production
  • virtualization
Copyright 2026 dedtech.info
Click to Copy