• Home
  • Ubuntu 16.04
    • Whats New ?
    • Install JAVA 8
    • Setup LAMP Stack
    • Install LEMP Stack
    • Install Node.js
    • Install Git
    • Move Unity Launcher to Bottom
  • FeedBack
  • Funny Tools
  • Tutorials
    • Linux Distributions
      • CentOS
      • Debian
      • Fedora
      • LinuxMint
    • Monitoring Tools
      • Monit
      • Nagios
      • NRPE
    • Network Services
      • DHCP
      • DNS
      • FTP
    • Databases
      • MySQL
      • MariaDB
      • MongoDB
      • PostgreSQL
      • SQL Server
    • Amazon Web Services
  • Submit Article
  • About Us
TecAdmin.net
  • Home
  • Ubuntu 16.04
    • Whats New ?
    • Install JAVA 8
    • Setup LAMP Stack
    • Install LEMP Stack
    • Install Node.js
    • Install Git
    • Move Unity Launcher to Bottom
  • FeedBack
  • Funny Tools
  • Tutorials
    • Linux Distributions
      • CentOS
      • Debian
      • Fedora
      • LinuxMint
    • Monitoring Tools
      • Monit
      • Nagios
      • NRPE
    • Network Services
      • DHCP
      • DNS
      • FTP
    • Databases
      • MySQL
      • MariaDB
      • MongoDB
      • PostgreSQL
      • SQL Server
    • Amazon Web Services
  • Submit Article
  • About Us

Tag: command

28 June 2017

10 Awesome Linux cd Command Examples

Written by Rahul K.
Rahul K.
The Linux cd command, cd stands for change directory is a Linux command line utility for navigating to file system. The Linux cd command is a basic command but most frequently used command Linux system. While navigating through the directory structure you should clear about uses of the absolute path and relative path in...
Read More about 10 Awesome Linux cd Command Examples
Linux Commands Leave a Comment
14 March 2017

How to find all files containing specific text on Linux

Written by Rahul K.
Rahul K.
How to search a directory tree for all files containing specific text string on Linux using the command line. This tutorial will help you to search all files matching a string recursively. This tutorial uses “grep” command to search string in files. Alternatively, You can also also use the find command to search files...
Read More about How to find all files containing specific text on Linux
Linux Commands 4 Comments
14 February 2017

How to Check System Uptime in Linux

Written by Rahul K.
Rahul K.
Linux/Unix systems keep the details of the system uptime. You may also need to know when the server is running. This tutorial we will use Linux uptime command. Check System Uptime in Linux You can use the uptime command to find the system uptime. Uptime command is available under procps package. This command also...
Read More about How to Check System Uptime in Linux
Linux Tutorials Leave a Comment
10 February 2017

How to Check System Reboot History in Linux

Written by Rahul K.
Rahul K.
Linux/Unix systems keep the details of the previous reboot. You may also need to know when the system was rebooted last. Check Last Reboot Mostly Linux/Unix systems provide the last command, which provides us the history of last logins and system reboots. Run last reboot command from the terminal, and you will get the...
Read More about How to Check System Reboot History in Linux
Linux Commands Leave a Comment
19 September 2015

How to Create Bootable Linux USB Drive from Linux Terminal

Written by Rahul K.
Rahul K.
Q. How do I create bootable Linux USB drive on Linux system. I want to create of bootable us of Ubuntu 14.04 LTS. I have an Ubuntu 14.04 ISO image. I also have Ubuntu 14.04 installed on my system. Now, This article will help you to create bootable Linux USB drive on Linux operating...
Read More about How to Create Bootable Linux USB Drive from Linux Terminal
Linux Tutorials 5 Comments
17 July 2015

How to Use Rsync to Sync Local and Remote Files, Directories

Written by Rahul K.
Rahul K.
Rsync is a useful utility for syncing files between two locations. It also provides an option to sync files from a remote system. You can sync a file or a directory from the remote system to local system or vice a versa. This article will help you to sync files from remote server to...
Read More about How to Use Rsync to Sync Local and Remote Files, Directories
Linux Commands 1 Comment
17 February 2015

How To Flush DNS Cache on Windows and MacOS

Written by Rahul K.
Rahul K.
When you access any domain from your system, an IP of remote system is resolved by DNS server. When you access it first time, IP is directly resolve from DNS server’s, then system make a cache on local system to not to send query to DNS server each time for same domain. This is...
Read More about How To Flush DNS Cache on Windows and MacOS
General Articles Leave a Comment
01 January 2015

How to Restart Windows Server using Command Prompt

Written by Rahul K.
Rahul K.
Command to Reboot Windows: shutdown /r Generally, most of the users used GUI access for accessing remote or local Windows systems. In some cases, we don’t get system restart button in GUI but we still can restart the remote server using the command line. This article will help you to reboot remote Windows Server...
Read More about How to Restart Windows Server using Command Prompt
Windows Tutorials 1 Comment
03 December 2014

How to Transfer files securely using SCP Command in Linux

Written by Rahul K.
Rahul K.
SCP (Secure Copy) is a command line tool for Linux systems for securely transfer files from local to remote server or vice a versa. SCP uses SSH protocol for transferring files between two systems which is more secure than ftp. Syntax: (Local to Remote) scp /path/to/local/file.txt [email protected]:/remote/path/ Syntax: (Remote to Local) scp [email protected]:/remote/file.txt /path/to/local/...
Read More about How to Transfer files securely using SCP Command in Linux
Linux Commands, SSH Leave a Comment
11 February 2014

How to Create a WebSite / App Pool in IIS using Command Line

Written by Rahul K.
Rahul K.
IIS (Internet Information Services) is a web server created by Microsoft for Windows systems. As a system administrator we know that to manage IIS is easy from GUI. Some times we get tasks to create large number of websites under IIS or create site in IIS using windows batch script. This article will guide...
Read More about How to Create a WebSite / App Pool in IIS using Command Line
Windows Tutorials 1 Comment

Popular Posts

  • How to Install JAVA 8 on Ubuntu 16.04/14.04, LinuxMint 18/17
  • How to Install s3cmd in Linux and Manage Amazon s3 Buckets
  • How to Install AnyDesk on Ubuntu, Debian and LinuxMint (Alternative of TeamViewer)
  • How to Setup Selenium with ChromeDriver on Ubuntu 16.04
  • How to Install MySQL on macOS Sierra and High Sierra
All rights reserved. © 2013-2018 TecAdmin.net. This site uses cookies. By using this website you agree our term and services