Tag Archives: Server

Setup SSH Server

Installing SSH server on your machine is quite straight forward. This will enable you to access your data from any SSH client. Simply install the required packages as follows: sudo apt-get install openssl ssh You can now access your computer from another machine using an SSH client. From another linux machine, you could access it [...]

Continue Reading

Increase the number of workstations a user can join to a domain

By default, Active Directory allows members of the Authenticated Users group to join up to 10 computer accounts to the default Computers container. If a user tries to add more than 10 workstations, they are likely to receive one of the following error messages: “The machine account for this computer either does not exist or [...]

Continue Reading