• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

Linux

Working With The .htaccess File

November 5, 2018 by Ehi Kioya 2 Comments

Working With The .htaccess File

If you have done any web development or website maintenance work, then you must have come across the .htaccess file at some point. This is an important file for many reasons and this guide will provide an overview of what the .htaccess file is, what you can do with it, how to create it, and options available to you for editing it on your WordPress website.

Filed Under: Apache, Backend (Server-Side), Linux & Servers, Web Development, WordPress Tagged With: Apache, htaccess, Linux, Security, Server, Web Development, WordPress

Adding A Swap File To An “EBS Only” Amazon EC2 Instance

July 17, 2018 by Ehi Kioya Leave a Comment

Swap File For "EBS Only" Amazon EC2 Instances

My previous article on the subject of adding a swap file to an Amazon EC2 instance focused on adding the swap file to the instance storage (also known as ephemeral storage) that comes with certain Amazon EC2 instances. This article discusses how you can still leverage the concept of swap files even on “EBS only” Amazon EC2 instances.

Filed Under: AWS, Azure, Cloud, Cloud Computing, Linux & Servers Tagged With: Amazon EBS, Amazon EC2, AWS, Cloud Computing, Linux

Connect To Amazon RDS (Or Any Database) Using HeidiSQL Via SSH Tunneling

July 15, 2018 by Ehi Kioya 2 Comments

HeidiSQL SSH Tunneling

Connecting to databases via SSH Tunneling is something developers and IT professionals often need to do. And HeidiSQL is one of the more popular open-source database tools. While HeidiSQL fully supports SSH tunneling, there doesn’t seem to be any documentation about how to accomplish this. So, after struggling with this for a few hours and figuring it out, I put these instructions together to help others.

Filed Under: AWS, Azure, Cloud, Cloud Computing, Database, Linux & Servers Tagged With: Amazon RDS, Cloud Computing, Database, HeidiSQL, Linux, SSH Tunneling

Swap File For Ubuntu On Amazon EC2 – Why And How?

April 19, 2015 by Ehi Kioya Leave a Comment

Swap File On Amazon EC2

On Amazon EC2, the instance type you choose determines the amount of physical memory (RAM) that you get. Larger instance types with lots of RAM are more expensive. So if you want more RAM on a medium or small EC2 instance, you can define some storage space on your disk to act as RAM when needed. The disk area you use for this purpose is called a swap file. This article explains swap files and demonstrates how to set up a 2GB swap file using ephemeral storage on an m3.medium instance of Amazon EC2 that has only 3.75GB of RAM by default.

Filed Under: AWS, Azure, Cloud, Linux & Servers Tagged With: Amazon EC2, Linux, SwapFile, VirtualRAM

Customize Your Bash Prompt

March 29, 2014 by Ehi Kioya Leave a Comment

linux

Most Linux systems have a default bash prompt in one color that tells you your user name, the name of the machine you’re working on, and some indication of your current working directory. This is all useful information, but you can do much more with the prompt. All sorts of information can be displayed. You can even change the colors either to make it look interesting, or to make certain information stand out. You might also want to customize your bash prompt if you have difficulties using the terminal because the prompt isn’t visible enough.

Filed Under: Linux & Servers Tagged With: Bash, Linux, Programming

Backup Website/Folders With Dropbox On Ubuntu Server

August 19, 2013 by Ehi Kioya 3 Comments

Dropbox On Ubuntu

I like to automate things! There’s this great feeling you get when you set things up to run without manual intervention. It just makes you feel “powerful”. I have scripts and code pieces to backup stuff like Microsoft SQL Server Databases (see my post on Backing up SQL Server to Dropbox), MySQL Databases, entire cloud machines, entire websites, and/or selected folder(s) within a directory.

Filed Under: Dropbox, Linux & Servers Tagged With: Dropbox, Linux

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

23,719
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • WordPress Password Hash Generator WordPress Password Hash Generator
    With this WordPress Password Hash Generator, you can convert a password to its hash, and then set a new password directly in the database.
  • Fix For “Function create_function() is deprecated” In PHP 7.2 Fix For "Function create_function() is deprecated" In PHP 7.2
    As of PHP 7.2 create_function() has been deprecated because it uses eval(). You should replace it with an anonymous function instead.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy