Showing headlines posted by linuxer

« Previous ( 1 ... 22 23 24 25 26 27 28 29 30 31 ... 32 ) Next »

Installing WINE

Since there are multiple available versions of WINE, there are different ways to install it as well. Of course, each distribution also packages and ships WINE differently, and most only ship one or two versions of it. Thankfully, there are third party repositories available, and, when all else fails, WINE can be compiled from source.

Monitoring Temperatures and Voltages in Linux

The ability to monitor the temperatures of key components is important, whether you’re gaming, overclocking, or doing something more businesslike and running a critical server. Linux includes modules in the kernel that allow it to access onboard sensors within components. Though, that alone is not enough.

Configuring Gitab on Ubuntu Linux

Git has become the default version control system for much of the open source world. While Git hosting services like Github and Bitbucket are good and work well, they leave you dependent on those services for everything, including crucial factors like uptime and security. Aside from that, neither of those services are open source. Thankfully, an alternative exists in the form of Gitlab.

A beginner's introduction to snaps the universal Linux package format

What are snaps and why you should use them? The Linux ecosystem has suffered from an old problem since the dawn of the concept of 'distribution', and that problem is fragmentation. One of the biggest issues that cause this fragmentation is different package formats.

Configuring the MPD Music Server on Ubuntu Linux

Linux has a ton of options when it comes to media players. Many of them are just as feature packed as their proprietary counterparts on other operating systems. What most Linux users don’t realize is that there are additional options that utilize one of Linux’s greatest strengths, servers. MPD(Music Player Daemon) is a lightweight server for sharing a music library both locally and over a network.

Simple Virtualization With Ubuntu 16.04 Linux and KVM

Sure, VirtualBox is a popular solution for quick and easy virtualization on Linux, but KVM can provide a more robust and efficient solution with minimal configuration. With the use of tools like Virt-Manager, it can be just as easy to use.

Getting The RX 480 Running With AMDGPU on Linux

AMD’s RX 480 has been out for a little over a week now, and in that week Linux gamers have been clamoring or information on whether and how the card works on their favorite distribution. Sure, Ubuntu 16.04 is officially supported by AMD’s proprietary Pro drivers, but what about everyone else, and what if you want to use those AMDGPU open source drivers that have been in the works for so long? Well, it’s definitely possible, but it’s not all that easy.

How to run X applications without a desktop or a WM

As the title might suggest, this article will show you how to run X applications without using a window manager or desktop environment. You might ask yourself : why would I want to do that? Well, you might want to run a kiosk system where you only need to run the browser and/or the hardware resources are limited.

How to automatically execute shell script at startup boot on systemd Linux

  • linuxconfig.org; By linuxconfig.org (Posted by linuxer on Jul 7, 2016 11:18 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The following config will discuss a basic example on how to execute shell script during a boot time on systemd Linux. There maybe various reason why you might want to execute shell script during Linux startup like for example to start a particular custom service, check disk space, create a backup etc.

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.

« Previous ( 1 ... 22 23 24 25 26 27 28 29 30 31 ... 32 ) Next »