Showing headlines posted by linuxer
« Previous ( 1 ... 27 28 29 30 31 32 33 34 ... 35 ) Next »Docker container: Backup and Recovery
This config will describe a procedure of how to back up a Docker container as well as it will also show how to recover a Docker container from backup.
Getting started guide to server management using Puppet
In our scenario we are not going to run hundreds of operating systems and attempt to manage them. Our goal will be much simpler than that. In fact we are going to run only two separate systems running puppet master and puppet agent. Thus through the master puppet server we will attempt to configure a remote node and install "hello" package using puppet agent. This will be done with a bare minimum configuration possible.
How to determine whether a host system is virtual or physical machine
The easiest way on how to determine whether a local or remote host is a virtual machine or bare metal physical server is to use Puppet Lab's tool facter.
How to use screen command to avoid unexpected ssh session termination
Your terminal session may get closed due to various network issues while you are running a process on a remote machine. As the result of this network disconnection your ssh shell session will also inadvertently kill any child processes run under your ssh session on the remote machine.
How to install and setup Debian 8 minimalist Docker Host
Task is to configure x86 bare metal machine as a docker host using Debian 8. You will need a network connection to the host to follow this guide. Also a connected keyboard and monitor.
LEMP ( Linux, Nginx, MariaDB, PHP ) stack Docker image deployment
The automated build docker LEMP image “linuxconfig/lemp” can be used as a testing and also as a production environment for a dynamic PHP applications. It comprises of Debian GNU/Linux, lightweight and yet powerful Nginx webserver, MariaDB a community-developed fork of the MySQL relational database management system and PHP scripting language.
How to upgrade Debian Linux system from Wheezy to Jessie stable release
This article describes an upgrade procedure from Debian Wheezy to Debian Jessie. Debian Linux with a code name "Jessie" is the latest stable Debian release which succeeds previous stable version "Wheezy".
Setting up the python virtualenv development environment on Debian Linux
In this config we will setup a python virtualenv. The intention behind the use of virtualenv as a python development environment is to separate global system installed executables and libraries with packages installed directly inside virtualenv. As a result, one is able to test a given python application with multiple system environments on a single host.
Configure anonymous Internet browsing on Fedora Linux with tor and privoxy
The intention of this config is to provide simple to follow steps on how to configure anonymous Internet browsing on Fedora Linux using privoxy and tor. Both services tor and privoxy are standalone services where tor provides anonymity using onion routing techniques and privoxy is a proxy server with content filtering and advertisement blocking.
Raspbian GNU/Linux upgrade from Wheezy to Raspbian Jessie 8
The upgrade from Raspbian Wheezy to Raspbian 8 Jessie is a fairly simple procedure. However, a caution must be exercised as there is always a chance to break the entire system. The less packages and services are installed the more likely you will be able successfully upgrade your Raspbian Linux system.
How to block a referer spam traffic with Apache webserver
In this config you will learn what is a referer spam traffic, how it is generated and most importantly how to block referer spam on the Linux apache webserver. A referer spam is yet another nuisance invented by spammers causing unaware system admins, marketers or site owners to inadvertently visit or link back to the spammer's site via publicly published access or referer logs on a victim's website. This may consequently lead to a lower search engine ranking, as well as to drain your server's resources.
Linux shell Sticky Bit usage and examples
Before we talk about what is a Sticky bit let's start by explaining why do we need it. For example we have a directory /var/share somewhere on the filesystem with a full access for all permission groups that is owner, group and any, thus all permission bits are set to "on".
phpVirtualBox installation on Debian Linux and Apache2 web server
phpVirtualBox allows you to manage whether locally or remotely your virtual machines running under VirtualBox via web-based interface. This config will describe a installation and configuration of phpVirtualBox on Debian Linux.
Setting up Django, Python and MySQL development environment on Debian Linux 8 Jessie
This config is intended to help reader to quickly setup a Django Web development environment with Python 3 and MySQL on Debian Linux 8 Jessie. The outcome will be installed Django Framework ( 1.7.1 ) and Python ( 3.4.2 ). Once completed and would like to learn more by creating your first Django app you can continue with the official Django Documentation by skipping the first part about settings up the Django environment.
How to convert various eBook formats for Amazon Kindle on Linux
Amazon currently accepts limited number of ebook formats that you can directly send to your Amazon Kindle. In this config we are going to show few Linux tools which may assist you with the conversion between various Document and eBook formats.
Linux Certification Is It Worth The Effort?
We get asked about Linux certification frequently. Candidates generally want to know if it is worth their time and effort to pursue a certification. In my opinion, the answer changes on a case-by-case basis.
How to find a fastest Debian Linux mirror for your /etc/apt/sources.list
Having a slow Debian mirror can be frustrating and thus it is always best to choose closest mirror to your geographical location as possible. Even your best guess may not always bring good results. Fortunately netselect-apt command line tool is here to help you find the fastest mirror available.
Installation of Steam Client on Debian Jessie 8 Linux 64-bit
This article describes an installation of the Valve Steam Linux client on Debian 8 Jessie 64bit. The article assumes that you have already installed your VGA drives required to run Steam client.
NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit
The easiest way to install NVIDIA GeForce Driver on Debian Linux 8 ( Jessie ) is to use official contrib and non-free debian repository. First add the following non-free and contrib repositories to your /etc/apt/sources.list.
READ/WRITE Speed Benchmark of Samsung SSD 850 PRO
This article contains a bunch of speed benchmark tests of Samsung SSD 850 PRO for those considering to buy a Samsung solid state drive with V-Nand Technology. All tests were performed on Ubuntu Linux with "Write Cache" disabled and in order shown below.