Tag Archives: terminal

Useful commands for Linux normal users and administrators

Written by M. Zinoune on . Posted in linux command

Recently, CLI is mostly used by Linux/Unix administrators since most popular linux distros come with a complete set of GUI applications that make the user use less and less the command line. In our previous post, we saw 11 useful commands … Continue reading

11 useful commands for Linux/Unix administrators

Written by M. Zinoune on . Posted in linux command, Unix Tutorials

Command line is more powerful because you can do  lot with them,  you can tell your computer exactly what you want and get the appropriate answer, while GUI application can only tell your computer what the GUI programmer has defined.  Recently, … Continue reading

Saving session terminal states with screen command

Written by Mel Kham on . Posted in Linux tutorials

Have you ever been using a terminal in Linux and mistakenly closed the terminal or found yourself disconnected from SSH right when you were working on something important? You reopen the terminal and suddenly all your work has been lost … Continue reading

How to avoid sudo password prompt?

Written by Mel Kham on . Posted in linux command

Question : How  to avoid sudo password prompt ?

Useful commands for daily use

Written by Mel Kham on . Posted in linux command

“Under Linux there are graphical user interfaces (GUIs), where you can point and click and drag, and hopefully get work done without first reading lots of documentation. The traditional Unix environment is a CLI (command line interface), where you type … Continue reading

Ajaxterm- A web based terminal that help you use ssh from a web browser

Written by Mel Kham on . Posted in Linux tutorials

Ajaxterm is a web based terminal. It was totally inspired and works almost  on all OS. Ajaxterm written in python (and some AJAX javascript for client side) and depends only on python2.3 or better. Ajaxterm is ”’very simple to install”’ … Continue reading

CLIcompanion- A compliment application to the Linux Terminal | PPA Ubuntu

Written by Mel Kham on . Posted in Software

CLI Companion is an application that is used as a compliment to the Linux Terminal. People unfamiliar with the terminal will find CLIcompanion useful to become acquainted with the terminal. Using the built-in commands you can unlock the potential of … Continue reading

Embeds a Terminal Into Nautilus With Nautilus Terminal

Written by M. Zinoune on . Posted in Linux tutorials

Nautilus terminal is an extension for Nautilus that  embeds a terminal into the Nautilus window. And just like it is with Dolphin, when you navigate to a different folder, the terminal also  cd s into that folder.

Terminator- Multiple terminals in one window

Written by Mel Kham on . Posted in News

Terminator, multiple terminals in one window. The goal of this project is to produce a useful tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids … Continue reading

run a C++ program from terminal

Written by Mel Kham on . Posted in Linux tutorials

  Linux doesn’t have extensions … it’s not a brain dead OS like Windows, at least not when it comes to actually developing anything. To make life easy, however, there are certain conventions. If I have a c++ source file … Continue reading