Putty

How To Update Drupal Modules via SSH (Putty)

| 0 views

To strengthen Drupal websites security I decided to disable one-click automatic module updates from Drupal dashboard, unfortunately, it makes it harder not even for bad guys to compromise Drupal website but it also makes it harder for Drupal devs. Now, there are several options you might choose instead, composer being a top of them. But for this article, I will write down how to update modules using SSH. For Windows, we are going to use Putty: From your Drupal installation go to the modules…


How To Migrate Drupal Website From Host to Another Host

| 0 views

There might be a dozen of reasons why migrating your existing Drupal (or any other CMS) website from one host to another. In today's article, I will share my experience migrating Drupal 7 from one host to another before upgrading to Drupal 8 In this guide, I will migrate Drupal 7 between two separate Linode VPS, at one there is Ubuntu 12.04 and php 5.5 version while at the other there is Ubuntu 16.04 and php 7 version. Data copies or Backups Let's start with setting up an environment on host…


How To Connect to SimpleMiningOS using Putty SSH Terminal And Few Simple Commands to Get You Started

| 7 views

Putty is a nice and neat free SSH terminal for Windows OS, I've been using Putty for years, mostly to perform server-side tasks (Ngnix, Drupal and so on). About a month ago when I started gpu mining experiment and decided to build 12 GPU Ethereum mining rig, I didn't know much about many options available for mining and soon found SimpleMiningOS, which is brilliant (IMHO) - plug and play ready to go from an 8 GB USB stick. I was pleasantly surprised learning that I could manage my rig using…


Drupal 8 Minor upgrade using Putty SSH Terminal

| 0 views

In this article I'll shed some light on how easy it is to perform a minor Drupal 8 upgrade between versions using free Putty SSH terminal and just a few lines of code.  I assume your Drupal is configured under a VPS (take Linode, for example) and your installation path is /srv/www/ See: How to upgrade Drupal 6 to Drupal 7 - Process , Upgrading Drupal 7 (minor upgrade) Drupal security updates By accessing available updates page (admin/reports/updates/update) we can easy update modules by…


How To Recover Lost Password on Linode Server (SSH, Putty)

| 9 views

Bad things happens time after time, and so did happened to me recently - after a longer pause I resumed work on a customers project, and I faced a problem - I had lost my password for accessing my Linode VPS. I must admit that I panicked a lot. Since this happened second time in a 3 years, I decided to wrap up a simple article to help me and others to quickly get connected back to our servers. Interested in Linode VPS? You can actually have a Linode VPS starting as low as $10.00/mo In this…