Quantcast
Channel: Terminal
Browsing all 14 articles
Browse latest View live

How to Get Public External IP From Command Line Terminal - Linux

If you are trying to find out what your public external IP address is, you typically go to a web site specifically for this purpose, such as ipchicken.com or whatsmyip.org. Thanks to cURL, you can...

View Article



mv - Move All Files Including . Hidden Files - How To for Linux Unix

By default, the mv command will not move files in the source directory that begin with . (also known as hidden files). If you want to move all files (including hidden files that begin with a dot .),...

View Article

Linux - Find Total and Free Disk Space from Command Line or Terminal

To find the total and free disk space in Linux operating systems such as Ubuntu and openSUSE, you need to use the df command. Here is an example: df -h Filesystem      Size  Used Avail Use% Mounted...

View Article

Image may be NSFW.
Clik here to view.

Ubuntu - Make Terminal Look Like Green Black Matrix Style Command Line and...

By default, Ubuntu has a rather boring terminal. It features a solid purple background, no transparency, and white text. To make it look matrix style with green on black text and a transparent window,...

View Article

Linux - Find OS Version in Ubuntu and openSUSE from Command Line Terminal

To find the operating system version number and name from the terminal in Ubuntu and openSUSE (should work in other Linux operating systems as well, but may need to install the package), you need to...

View Article


Image may be NSFW.
Clik here to view.

Linux - How to Find Kernel Version from Terminal

To find out the Linux kernel version in use on a Linux system (should work on any Linux distribution, including Ubuntu, openSUSE, Fedora, or whatever), just run the following command:uname -r

View Article

Linux - How to Find the Hostname

Finding the hostname in Linux is very simple and basic. The method is the same, regardless of your Linux distribution (Ubuntu, openSUSE, Fedora...) Here are 2 ways to find the hostname:Run the command...

View Article

How to Get and Download all File Type Links from a Web Page - Linux

This tutorial explains how to take a URL and get all of the links for a specific file type (pdf, jpg, mp3, wav, whatever extension you want) exported into a list and download all of the links in Linux....

View Article


Ubuntu Linux - How to Shutdown System from Command Line Terminal

Shutting down an Ubuntu Linux computer or server from the command line is very simple. Just run the following command:sudo shutdown -P 0-P means 'Power Off' and 0 is the number of seconds to wait...

View Article


Ubuntu Linux - How to Restart or Reboot System from Command Line Terminal

 Restarting or rebooting an Ubuntu Linux computer or server from the command line is very simple. Just run the following command: sudo reboot 

View Article

Image may be NSFW.
Clik here to view.

Ubuntu Linux - How to Find IP Address from Terminal and GUI

Finding your local LAN ip address in Ubuntu Linux is very easy. There are 2 ways to find it, from the command line or from the GUI.Command Line:Just open the terminal and run this command: ifconfig...

View Article

Linux - Log out of Unity or Gnome from Command Line Terminal

To log out of Gnome or Unity from the command line, simply run this command:gnome-session-quitIt will prompt you to click the 'log out' button. To log out without being prompted, run this...

View Article

Image may be NSFW.
Clik here to view.

Linux - Change to Home Directory From the Command Line Terminal

A lot of people don't know you can do this, or don't know how. Obviously to change directories you use the cd command. To change to your home directory, run the following command:cd ~You can also use...

View Article


Image may be NSFW.
Clik here to view.

Linux - History Command Tutorial - How to Run Previous Commands and Clear...

The history command is very useful for people who use the command line. If you haven't used it before, now is a great time to make it a habit, as it can save you time.The history command by itself will...

View Article
Browsing all 14 articles
Browse latest View live




Latest Images