PstSystems

A place to record by projects

There is a quick and easy way to check which Domain Controller your windows PC is authenticated to via the command line.

Step 1: Open Command Prompt and Enter Command

Click Start and enter CMD (Windows Vista/7/2008) or Start → Run → CMD (Windows XP/2003)

When the CMD window opens, enter the fo...

How do I set up MySQL Replication?

To set up a server as a master add the following to the [server] section of the config file

The config file for Hestia is in /etc/mysql/mariadb.conf.d/50-server.cnf

server-id =

ser...

To check disk status using perccli64, use commands like perccli64 /c0 show for a controller summary, 'perccli64 /c0/eall/sall show' for physical drive status, and 'perccli64 /c0/vall show' for virtual drive status.

Here's a breakdown of useful perccli64 commands:

1. Controller Summary:

percc...

How can I tell when my Linux system (Ubuntu, Debian, etc..) was installed?

How can I tell what date my Linux system was installed?

Try the following command

sudo ls -alct /|tail -1|awk '{print $6, $7, $8}'

Or alternatively use this and look for the Birth Line.

stat /