Jamie's Blog

  • Home
  • About me
  • Blogs

AWS

AWS

Set Apache2 automatically Restart on Server

Recently, my wibesite often meet Out of Memory Problem. And apache will be automatically killed the memory is full. So I decided to add a cron service to moniter the memory usage and restart the apache service. #!/bin/sh TOTAL=`cat /proc/meminfo | grep MemTotal: | awk '{print $2}'` USEDMEM=`cat /proc/meminfo | Read more…

By jamie, 2 years7 November 2023 ago
AWS

Build a WordPress Blog website on AWS

First, you need an AWS account. We’ll skip this step. Then, we need to create a host. Login and choose EC2 (Elastic Cloud Compute). Click ‘Create a New Instance’. 1. Select Ubuntu 20.04 LTS(x86). You can choose other Linux system according to your preference. 2. Choose t2.micro, which you can Read more…

By jamie, 3 years2 December 2021 ago
Categories
  • AWS (2)
  • Backend Development (36)
  • Bootstrap (1)
  • Computer Science (3)
  • Crawler (1)
  • CSS (3)
  • Database (11)
  • Design Model (1)
  • Docker (12)
  • Elasticsearch (2)
  • eslint (1)
  • Frontend Development (25)
  • git (1)
  • Gradle (1)
  • Gson (1)
  • hibernate (1)
  • HTML (1)
  • Jackson (2)
  • Java (13)
  • javascript (3)
  • json (2)
  • junit (4)
  • Linux (7)
  • Mybatis (4)
  • MySQL (7)
  • Networks (3)
  • Nginx (1)
  • prettier (1)
  • Pyppeteer (1)
  • React (16)
  • Spring (2)
  • Springboot (2)
  • Strapi (2)
  • version control (1)
  • wordpress (2)
  • About me
  • Blogs
  • Front Page
Hestia | Developed by ThemeIsle