• 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

How To Shrink Amazon EBS Volumes (Root Or Non-Root)

September 8, 2020 by Ehi Kioya 28 Comments

How To Shrink Amazon EBS Volumes (Root Or Non-Root)

Amazon Web Services (AWS) makes it very easy to expand EBS volumes. You just right-click on the volume, select modify, and enter the new, larger volume size. Done. To shrink Amazon EBS volumes, however, is a whole different matter – there is no way to do this directly using the AWS console. In this article, I describe a roundabout technique that I have often used to save some bucks in scenarios where I mistakenly over-allocated Amazon EBS when setting up EC2.

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

How To Install PHP Packages Without Composer

August 16, 2020 by Ehi Kioya 6 Comments

How To Install PHP Packages Without Composer

Many people play with PHP without necessarily being professional developers. For such people, package managers may make coding seem too complicated. This article shows how to bypass the Composer barrier when installing Composer-dependent PHP packages.

Filed Under: Backend (Server-Side), Frontend (Client-Side), PHP, Programming, Web Development Tagged With: Composer, Dependency Management, Package Managers, PHP

How To Change A SharePoint List Or Library URL

July 28, 2020 by Ehi Kioya 3 Comments

How To Change A SharePoint List Or Library URL

All versions of the SharePoint user interface provide an option to change the title (or display name) of a list or library. Changing SharePoint library URL (or internal name), however, is not exactly very intuitive. We will discuss the process in this article.

Filed Under: SharePoint Tagged With: SharePoint, SharePoint Designer, SPD

Get XML Document Nodes Recursively with C#

July 2, 2020 by Ehi Kioya 2 Comments

XML Nodes

Developers often need to parse an XML document in order to get XML document nodes, child nodes and so on. But usually we have no idea how far the depth/nesting of child nodes can go. So we need some form of recursive technique to loop the nested nodes and help us grab the values we want.

Filed Under: Backend (Server-Side), C# Tagged With: DOM, LINQ, XML

How To Execute PowerShell Scripts From PHP

June 9, 2020 by Ehi Kioya Leave a Comment

How To Execute PowerShell Scripts From PHP

Since PowerShell is now open source and cross-platform, we can now perform PowerShell magic right inside Linux boxes. If this isn’t exciting, what is?! Here’s an example of how to execute PowerShell scripts (or commands) from PHP code on a Linux VM.

Filed Under: Backend (Server-Side), Linux & Servers, PHP, PowerShell, Programming Tagged With: Linux, PHP, PowerShell

Different Ways to Clear the SharePoint Designer Cache

May 3, 2020 by Ehi Kioya Leave a Comment

Clearing the SharePoint Designer Cache

This article provides manual and programmatic methods of clearing the SharePoint designer cache for both SharePoint 2010 and 2013. Clearing the cache will remove any past connection history as well provide you a “clean slate” to work from.

Filed Under: SharePoint Tagged With: PowerShell, SharePoint, SharePoint Designer

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 53
  • Go to Next Page »

Primary Sidebar

23,569
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.
  • How To Install PHP Packages Without Composer How To Install PHP Packages Without Composer
    This article shows how to bypass the Composer barrier when installing Composer-dependent PHP packages. Great shortcut for PHP enthusiasts!
  • 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 page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 53
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy