Tag: Unix Commands and Concepts

Explore the latest Unix tutorials, interview questions, quizzes, and other essential info for beginners and advanced system users.

Latest Of Unix Commands and Concepts

List of Tutorials

Simple Bash Scripting Tutorial for Beginners

Bash scripting is a niche skill for Linux users and is even useful for DevOps engineers. It provides simple tools like variables, loops, if conditions, and more. You can then group Linux commands to automate your tasks. Let's start to…

MySQL FROM_UNIXTIME() Function

This tutorial explains how to use the MySQL FROM_UNIXTIME() function with the help of examples. By using it, you can convert or display a UNIX_TIMESTAMP value to a timestamp. The output format is either YYYY-MM-DD-HH-MM-SS or YYYYMMDDHHMMSS, which depends on…

Unix Powerful Command – Eval

The eval command is one of the most powerful and flexible commands in Linux. It combines all the given arguments and evaluates the combined expression and executes it, and returns the exit status of the executed command. This command is…

Linux Tutorials Harsh S.

Set Static IP on Windows, Ubuntu & OS X

Setting a static IP address ensures your computer always uses the same IP, useful for network stability and certain applications. This tutorial will guide you through the process on Windows 7, Ubuntu 14, and OS X 10. What is a…