Showing headlines posted by linuxize

« Previous ( 1 ... 16 17 18 19 20 21 22 23 24 25 26 ... 39 ) Next »

Free Command in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 20, 2019 2:46 PM EDT)
  • Groups: GNU, Linux
The free command provides information about the total amount of physical and swap memory as well as the free and used memory and swap space in the system.

How To Install and Configure Redmine on Debian 9

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 19, 2019 1:56 PM EDT)
  • Groups: Debian
Redmine is a free and open source project management and issue tracking application. It is cross-platform and cross-database and built on top of the Ruby on Rails framework.

Bash Source Command

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 18, 2019 2:31 AM EDT)
  • Groups: GNU
The source command reads and executes commands from the file specified as its argument in the current shell environment.

How to Install TeamViewer on Debian 9

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 17, 2019 2:38 AM EDT)
  • Groups: Debian
TeamViewer is a cross-platform solution that can be used for remote control, desktop sharing, online meetings and file transfer between computers.

Sudo Command in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 16, 2019 4:38 PM EDT)
  • Groups: GNU, Linux
The sudo command allows you to run programs as another user, by default the root user. If you spend a lot of time on the command line, sudo is one of the commands that you will use quite frequently.

How to Install Chromium Web Browser on Ubuntu 18.04

Chromium is a fast, stable and secure browser built for the modern web. It is the base of many browsers including the most widely used web browser in the world Google Chrome.

How to Save a File in Vim / Vi and Quit the Editor

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 14, 2019 4:19 PM EDT)
  • Story Type: Tutorial
Vim is the text editor of choice for many users that spend a lot of time on the command line. Unlike other editors, Vim has several modes of operation which can be a little intimidating for new users.

Linux Nohup Command

The nohup command executes another command specifies as its argument and ignores all SIGHUP (hangup) signals. SIGHUP is a signal that is sent to a process when its controlling terminal is closed. Normally when you run a command over SSH if your connection drops, or you log out the SSH session is terminated and all the commands executed from the terminal will stop. This is where the nohup command comes handy. It will ignore all hangup signals and commands will continue to run.

How to Configure MySQL Master-Slave Replication on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Jun 13, 2019 3:33 AM EDT)
  • Groups: MySQL
MySQL replication is a process that allows you to automatically copy data from one database server to one or more servers.

How to Install GCC Compiler on Ubuntu 18.04

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 11, 2019 7:56 AM EDT)
  • Groups: GNU, Ubuntu
The GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D, programming languages. Many open source projects including the GNU tools and the Linux kernel are compiled with GCC.

How to Install Apache Web Server on Raspberry Pi

Apache HTTP server is one of the most popular web servers in the world. It is an open-source and cross-platform HTTP server that powers a large percentage of the Internet’s websites. Apache provides many powerful features that can be extended through additional modules.

Linux Type Command

The type command is used to display information about the command type. It will show you how the command would be interpreted if typed on the command line. In this tutorial, we will cover the Linux type command.

How to Move Files and Directories in Linux with the mv Command

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 9, 2019 3:54 PM EDT)
  • Groups: GNU, Linux
Moving files and directories is one of the most basic tasks you often need to perform on a Linux system.

How To Add a Git Remote

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 7, 2019 3:40 PM EDT)
  • Story Type: Tutorial
Git remotes are pointers to the versions of the repository that are typically stored on other servers. These can be services such as GitLab, GitHub, BitBucket or a private Git repository.

How to Install Memcached on Debian 9

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 6, 2019 2:07 PM EDT)
  • Groups: Debian
Memcached is a free and open-source high-performance in-memory key-value data store. It is mostly used to speed up applications by caching various objects from the results of database calls.

Linux Which Command

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 5, 2019 12:06 PM EDT)
  • Groups: GNU, Linux
Linux which command is used to identify the location of a given executable that is executed when you type the executable name (command) in the terminal prompt. The command searches for the executable specified as an argument in the directories listed in the PATH environment variable. The command searches for the executable specified as an argument in the directories listed in the PATH environment variable.

Netcat Command with Examples

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 4, 2019 10:05 AM EDT)
  • Groups: Linux
Netcat (or nc) is a command-line utility that reads and writes data across network connections, using the TCP or UDP protocols. It is one of the most powerful tools in the network and system administrators arsenal and it as considered as a Swiss army knife of networking tools.

How to Install Node.js and npm on Raspberry Pi

Node.js is an open source cross-platform JavaScript run-time environment built on Chrome’s JavaScript engine that allows server-side execution of JavaScript code. It is mainly used to build server-side applications, but it is also very popular as a full-stack and front-end solution.

Linux Date Command

  • Linuxize.com; By Linuxize (Posted by linuxize on Jun 2, 2019 3:10 PM EDT)
  • Groups: GNU, Linux
The date command displays or sets the system date. It is most commonly used to print the date and time in different formats and calculate future and past dates.

How to Install CouchDB on Debian 9

CouchDB is an open-source fault-tolerant and schema-free NoSQL database maintained by the Apache Software Foundation. CouchDB server stores its data in named databases which contains documents with JSON structure. Each document consists of a number of fields and attachments. Fields can include text, numbers, lists, booleans, more. It is accessible via a RESTful HTTP/JSON API that allows you to read, create, edit and delete database documents. In this tutorial, we will explain how to install the latest version of CouchDB on Debian 9.

« Previous ( 1 ... 16 17 18 19 20 21 22 23 24 25 26 ... 39 ) Next »