Showing headlines posted by RoseHosting

« Previous ( 1 ... 29 30 31 32 33 34 35 36 37 38 39 ... 63 ) Next »

How to Generate a Self-Signed SSL Certificate on Linux

SSL is on a lot of people’s minds today. With free Let’s Encrypt certificates becoming extremely common, there’s no reason for anyone to not use SSL – not to mention the search ranking benefits, and the fact that browsers will trust your site.

How to Easily Remove Packages Installed From Source in Linux

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Nov 1, 2018 1:26 PM CST)
  • Story Type: Tutorial; Groups: Linux

How to Install Odoo 12 on CentOS 7

Odoo is among the most popular business software which you can find nowadays. The things that make so popular this application is that offers a range of business application in one place. Odoo comes up with a new version 12 this October. In this article, we will show you how to install Odoo 12 on CentOS 7.

How to Recover from an Accidental SSH Disconnection on Linux

SSH remains the most common way by which we access our Linux servers. Most people don’t manually log into the server console itself. Through SSH, you can do almost everything except for certain low-level operations. However, this leaves us open to the possibility of disconnection. It might be unexpected but is a very real possibility. In this article, we’ll show you how to recover from an accidental disconnection on SSH.

How to Install cPanel and WHM on CentOS 7

cPanel is the most popular and most widely-used control panel for managing and automating web hosting tasks. It is the world’s most intuitive and user-friendly control panel, with a very simple and straight-to-the-point graphical interface. cPanel is a Linux-based web hosting control panel, that utilizes a 3 tier structure for system administrators, resellers and end-user website owners, all via a web-browser. Other than the beautiful user interface, cPanel has command line access and API-based access for third-party software integration, for web hosting providers or developers and administrators to automate their system administration processes. In this tutorial, we will show you how to install WHM and cPanel on CentOS 7.

How to Multi-Task in Linux with the Command Line

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Oct 26, 2018 11:59 PM CST)
  • Story Type: Tutorial; Groups: Linux
One of the most jarring moments when moving from a Windows-based environment to using the command line is the loss of easy multi-tasking. Even on Linux, if you use an X Window system, you can use the mouse to just click on a new program and open it. On the command line, however, you’re pretty much stuck with what’s on your screen at any given time. In this tutorial, we will show you how to multi-task in Linux with the command line.

How to Install Odoo 12 on Ubuntu 16.04

In this article, we will show you how to install Odoo 12 on Ubuntu 16.04. Odoo (formerly OpenERP) is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, ERP, a point of sale, project management, and many more. Odoo comes in two editions, an open-source Community Edition, and Enterprise edition, the licensed one. In our case, we will install and use the Community edition of Odoo.

Configure Apache 2 to Control Browser Caching

In this article, we are going to talk about how to configure Apache2 to control browser caching. If you want to reduce the consumption of your server’s resources, improved responsiveness, bandwidth utilization, availability of content during network interruptions, and give your end users a faster experience, then you need to use the caching that will allow all of this.

Configure System Locale on Debian 9

We will show you how to configure system locale on Debian 9. The system locale defines the language and country-specific setting for the programs running on your system and the shell sessions. You can use locales to see the time and date, numbers, currency and other values formatted as per your language or country. Configuring system locale on Debian 9 is a fairly easy task and it should be configured in less than 10 minutes.

How to Change User Password in Linux

We will show you how to change user password in Linux. Changing user passwords in Linux could be one of the most common tasks you will have to perform while you are administering a multi-user server.

How to install Odoo 12 on Debian 9

In this tutorial, we will show you how to install Odoo 12 on Debian 9. Additionally, we will show you how to install and configure the Apache web server as a reverse proxy for your Odoo application. Odoo is a web-based open source business software including a number of business applications for Sales, Project and Warehouse management, CRM, Website/eCommerce, billing, accounting, inventory and thousands of more additional modules developed by the community.

How to Create Human Readable Output with Linux Commands

The command line interface is a lot more “information dense” compared to the equivalent GUIs on Windows. With a single instruction, you can get a screen full of data, with columns, calculations, and colors. Most commands have additional options that allow you to modify their output so that you get the exact information you’re looking for.

How to Install Jupyter on Debian 9

The Jupyter Notebook is popular and widely used open-source web-based software that allows users to create and share documents that contain live code, equations, visualizations, and narrative text. Uses include data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. In this tutorial, we will show you how to install Jupyter Notebook on Debian 9, start and access the web application.

How to Install GitLab on Debian 9

GitLab Community Edition is an open source application that allows a team or developer to manage their project on their own servers, it’s an alternative to GitHub. GitLab Community Edition is designed to be hosted on our own infrastructure, and it provides flexibility in deploying as an internal repository store for our development team, a public way to interface with users, or a means for contributors to host their own projects.

How to Install NextCloud 14 on Ubuntu 16.04

We’ll show you how to install NextCloud 14 on an Ubuntu 16.04 VPS. NextCloud is an open-source software suite that allows users to store their data such as files, contacts, calendars, news feed, TODO lists, and much more on their personal servers. It is a popular alternative to another widely used file hosting application called ownCloud. However, unlike ownCloud, NextCloud is fully open-source. Installing Nextcloud 14 on your Ubuntu 16.04 server is a fairly easy task, follow the steps below and you should have Nextcloud 14 installed on Ubuntu 16.04 in less than 10 minutes. Let’s get started with the tutorial!

Disable or Enable SSH Root Login and Secure SSH Access in CentOS 7

  • RoseHosting.com; By RoseHosting.com (Posted by RoseHosting on Oct 4, 2018 4:07 PM CST)
  • Groups: Linux
We all know that CentOS comes with root access disabled for the outside world by default.

How to install Moodle on CenotOS 7

Moodle is a popular open-source learning management system (LMS) written in PHP. It was built to help educators easily create quality online courses. In this article, we will show you how to install Moodle on a CentOS 7.

How to Install PHP 7.2 on CentOS 7

We will show you how to install PHP 7.2 on a Linux VPS running CentOS 7 as an operating system. PHP is a server-side scripting language commonly used for Web development, but it is also used as a general-purpose programming language. PHP powers WordPress, the most popular content management system used for blogging and building websites as well as may other e-commerce websites, customer relationship management software, enterprise resource planning software and much more.

How to Deal with Huge (and Growing) Log Files in Linux

If you’ve managed a Linux server for any length of time, you’re familiar with the problem of log files. They can sometimes be difficult enough to even find in the first place, and then you’re sometimes confronted with a file that’s hundreds of MB in size (or even GB).

Linux Grep Guide for Advanced Users

  • https://www.rosehosting.com/blog/; By RoseHosting (Posted by RoseHosting on Sep 25, 2018 3:44 PM CST)
  • Groups: Linux
Anyone who’s administered a Linux server for a certain amount of time is familiar with the “grep” command. With Linux’s philosophy of “Everything is a file”, grep becomes crucial to traversing log files, configuration files, checking for certain errors in output files, and getting the number of matches.

« Previous ( 1 ... 29 30 31 32 33 34 35 36 37 38 39 ... 63 ) Next »