Showing headlines posted by linuxer

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

Basic PHP 7 and Nginx Configuration on Ubuntu 16.04 Linux

Nginx is quickly overtaking Apache as the favorite web server. For web apps built in languages like Rails and Python it’s virtually ubiquitous, but it’s a bit slower to catch on in the PHP world. Part of the reason for that is how easily PHP and Apache go together. However, PHP and Nginx can cooperate nearly as easily, and with the release of PHP 7, combining the two can be a fairly speedy option.

Ruby on Rails Development On Ubuntu 16.04

Ruby on Rails is one of the most popular web development platforms today, with some of the hottest start-ups and tech giants employing it in their software stacks. One of the biggest selling points of Ruby on Rails is the ease of development. It is just as easy to get set up and start developing, especially on Linux.

Fedora 24 Workstation Review: All Work and Very Little Play

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Jun 22, 2016 4:52 AM EDT)
  • Story Type: Reviews; Groups: Fedora, Linux
Fedora 24 brings with it a number of technical improvements, software upgrades, and under the hood. It’s clear that the Fedora developers have been working closely with upstream sources to tightly integrate advances in everything from the kernel to GNOME, Systemd, NetworkManager, and GCC6 which have all been forged into a powerful core. However, that’s about where it ends.

How to reset lost root password on Ubuntu 16.04 Xenial Xerus Linux

  • linuxconfig.org; By linuxconfig.org (Posted by linuxer on Jun 17, 2016 12:44 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
This guide will provide you with an information on how to reset lost root ( administrator ) password on Ubuntu 16.04. This guide assumes that you have a actual physical access to your Ubuntu 16.04 Linux box.

Basic NFS Installation and Configuration on Linux

Sharing files between computers and servers is an essential networking task. Thankfully, Linux’s NFS(Networked File System) makes it extremely easy. With NFS properly configured, moving files between machines is as easy as moving files around on the same machine. Since NFS functionality is built directly into the Linux kernel, it is both powerful and available on every distro, though the configuration differs slightly between them.

How to Install Any Linux Distro on a Chromebook

Chromebooks are everywhere. Google’s little Linux based PCs have been booming since their introduction several years ago in everything from homes to businesses, and even educational settings. Many users, especially Linux users, can’t get past the fact that the devices are hopelessly hamstrung by their ChromeOS operating system which both cuts down on the number of apps the device can run and makes it dependent on an Internet connection to get anything done.

Plasma 5: Loaded With Useful Features

  • linuxconfig.org; By linuxconfig.org (Posted by linuxer on Jun 1, 2016 2:45 PM EDT)
  • Story Type: Reviews; Groups: KDE, Linux
Most Linux users know that KDE is a feature rich desktop environment with a whole suite of applications for nearly every task imaginable. What many Linux users don’t know is how far the KDE team has stepped up the level of completeness in the latest releases in Plasma 5. As of the latest release of KDE Plasma 5(5.6 at the time of this article), the KDE team has been packing Plasma with a ton of interesting and convenient features that show just how modern and convenient the Linux desktop experience can be.

LAMP server setup on Ubuntu 16.04 Xenial Xerus Linux

The following quick tutorial will provide you with the information on how to configure LAMP ( Linux, Apache, MySQL, PHP ) server on the Ubuntu 16.04 Xenial Xerus Linux. This guide consists of the three simple to follow steps: installation, database setup and testing.

How to select the fastest apt mirror on Ubuntu Linux

The following guide will provide you with some information on how to improve Ubuntu's repository download speed by selecting the closest, that is, possibly fastest mirror relative to your geographical location.

Getting Started With LXD containers on Ubuntu 16.04

It’s no secret that containers are hot right now in the Linux world. They are quickly becoming the backbone of the Cloud and are making DevOps dreams come true. Even so, at first glance, it seems a bit redundant for Canonical to develop a new container system for Ubuntu in a world easily dominated by Docker.

Running a simple HTTP web server with one terminal command and python

What we want to show you in this tip article is how to run a very simple and lightweight web server using only Python as a prerequisite. Use cases can be very different, depending on your needs : you might need web server functionality in your code (e.g. a microservice), you might want to have a browser-based file manager (you will soon see what we mean by that) or you just want to test your web page and/or start learning web development and Apache is a bit much for the task.

Installing Intellij IDEA for Scala development on Linux

Scala is a programming language that is starting to gain momentum in the last years. The popular TIOBE Index ranks it, as this article is written, as being more used than more popular languages like Haskell or Go. The TIOBE index, if you're not familliar with the name, is the somehow-authoritative source of information regarding programming language popularity.

An introduction to terminal multiplexers

If you're new to server administration and command-line, perhaps you haven't heard of terminal multiplexers or what they do. You want to learn how to be a good Linux sysadmin and how to use the tools of the trade. Or perhaps you're a seasoned administrator already and administer quite a few machines, and want to make your life a little easier. Or maybe you're somewhere in between.

Legacy Bios, UEFI and SecureBoot ready Ubuntu Live image customization

This article will provide you with a core information on how to create boot-able Ubuntu Live customized isohybrid image to get you started with your own Ubuntu distro spin-off. The output image will be amd64 customized Ubuntu live image, capable to boot in all three boot modes: Legacy Bios, UEFI and SecureBoot.

Kimai - Time Trakcer installation deployment using Docker

  • linuxconfig.org; By linuxconfig.org (Posted by linuxer on Jan 22, 2016 11:34 AM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
Kimai is a free open source timetracker. It tracks the time you spend with various pre-set projects and prints out a summary of your activities on demand. The automated docker Kimai time tracker image “linuxconfig/kimai” can be used to instantly deploy the Kimai time tracker on your docker hosts.

Configuring Ubuntu style sudo privilege authorization on Debian

The following lines will describe a procedure on how to mimic Ubuntu's sudo privilege authorization system on Debian Linux. Sudo allows users to run programs with the authorization privileges of another user by supplying their own password for authentication.

How to force fsck to check filesystem after system reboot on Linux

  • Linuxconfig.org (Posted by linuxer on Jan 11, 2016 5:56 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This article will explain a procedure on how to force fsck to perform a filesystem check on the next system reboot or force filesystem check for any desired number of system reboots whether it is root or non-root mount point.

How to establish PPTP VPN client connection on CENTOS/RHEL 7 Linux

This guide will discuss a procedure on how to connect/establish a VPN connection using PPTP protocol on CentOS 7 or Redhat 7 Linux.

How to remove unused kernel images from CentOS Linux system

Every time you update your CentOS Linux and the update includes a new kernel image update the system will not remove your old kernel but it will cumulatively add new kernel to the top of your Linux kernel installed list. Normally, this does not present any issue to your running system and you are not required to take any action to remove any old and unused kernel images.

How to install RegRipper registry data extraction tool on Linux

RegRipper is an open source forensic software used as a Windows Registry data extraction command line or GUI tool. It is written in Perl and this article will describe RegRipper command line tool installation on the Linux systems such as Debian, Ubuntu, Fedora, Centos or Redhat. For the most part, the installation process of command line tool RegRipper is OS agnostic except the part where we deal with installation pre-requisites.

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