Categories
Linux Sql Server

Install SQL Server on Ubuntu

Install SQL Server on Ubuntu Hi friends, in this post we will learn how to Install SQL Server on Ubuntu. Recently SQL Server team releases SQL Server vNext CTP 1.1 for Linux. It’s the same SQL Server database engine that runs on windows with some of many features and services. Installation of SQL Server on Ubuntu is […]

Categories
Linux

How to Change IP Address in Linux

How to Change IP Address in Linux Hi friends, in this tutorial we will guide you through How to Change IP Address in Linux, or you can say Change IP of Linux machine, How to Change IP-Address in CentOS / RedHat Linux. Changing of IP address in Windows machine is so simple, but on other hand […]

Categories
Linux

How to Delete Directory in Linux

How to Delete Directory in Linux In this tutorial we will learn How to Delete Directory in Linux. in Earlier post we have learnt How to Create Directory in Linux. Deletion of directory works by two ways: 1. Empty directory deletion: rmdir directory_name 2. Directory with contents in it deletion: if you tried to delete a directory […]

Categories
Linux

How to Create Directory in Linux

How to Create Directory in Linux In this tutorial i will explain How to Create Directory in Linux. In Linux Directory paths are of two types. In this tutorial i will explain creating directory by both ways. 1. Absolute: It start with /. Example: –Directory with absolute path– mkdir /home/hightechnology 2. Relative: It does not start with […]