How To Install Python on Linux Using Terminal Interface

Python

In this article, I am going to explain how to install Python on Linux using the terminal interface. But, before we proceed first let’s see what is Python and what is the use of Python. Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data structures, combined with dynamic typing …

Read more

How To Force Users To Change Their Linux LDAP Password

How To Force Users To Change Their Linux LDAP Password

This tutorial shows you How To Force Users To Change Their Linux LDAP Password (Lightweight Directory Access Protocol ) using the chage command. A system administrator’s life is not an easy one. Maintaining system integrity, maintaining security, troubleshooting issues. There are so many spinning plates. When it comes to security you need your users to choose a …

Read more

How to Install Ubuntu on Windows 10

How to Install Ubuntu on Windows 10

The wonderful Ubuntu terminal is freely available for Windows 10 using this tool you are going to install Ubuntu on Windows 10. As any Linux user knows, it’s the command line terminal where the magic happens. It’s perfect for file management, development, remote administration and a thousand other tasks. The Ubuntu terminal for Windows has many of …

Read more

How to Generate SSH Keys on Windows 10 with Ubuntu

How to Generate SSH Keys on Windows 10 with Ubuntu

SSH, the secure shell, is often used to access remote Linux systems. But its authentication mechanism, where a private local key is paired with a public remote key, is used to secure all kinds of online services, from GitHub and Launchpad to Linux running on Microsoft’s Azure cloud. By following this post you will be able to generate SSH keys on Windows 10 using …

Read more

Step By Step Change Root Password In Kali Linux

How To Install Kali Linux Version 2018.1

Kali Linux is the operating system Debian-derived Linux distribution. It was released for the first time on 13 March 2013. Kali Linux is an open-source project. Kali Linux is included in 600 penetration testing tools. Kali Linux supports multi-language in the operating system. In the previous article, you first have ‘How to Install Kali Linux.‘ …

Read more