About Olorunfemi Akinlua
LinkedInOlorunfemi is a lover of technology and computers. In addition, I write technology and coding content for developers and hobbyists. When not working, I learn to design, among other things.
Articles by Olorunfemi Akinlua
Linux Howtos
- How to Count Files in Directory in Bash
- How to Count Unique Lines in a File in Linux
- How to Create a Progress Bar in Bash
- How to Get Yesterday's Date in Linux
- How to Remove Duplicate Lines in Bash
- How to Remove First Character From String in Bash
- How to Return an Array in Bash
- Pattern Matching in Bash
- How to Check if Input Argument Exists in Bash
- How to Solve Error: Make Command Not Found on Cygwin
- How to Solve Nodemon Command Not Found
- How to Solve R Command Not Found on Bash (Or Cygwin)
Python Pandas Howtos
- How to Explode Multiple Columns in Pandas
- Alternative to the TimeGrouper Function in Pandas
- How to Add Column With a Constant Value in Pandas
- How to Calculate the Rolling Standard Deviation in Pandas
- How to Check if a Cell Is Empty in Pandas
- How to Multiply Matrix in Pandas
- How to Multiply Columns by a Scalar in Pandas
- How to Read Specific Rows From CSV in Pandas
Python How-To's
- How to Change File Permissions in Python
- How to Check if Element Exists Using Selenium Python
- How to Create Defaultdict of Defaultdict in Python
- How to Get All Keys in Redis Database With Python
- How to Install Egg File in Python
- How to Parse ISO 8601 Date in Python
- How to Use Await in a Python Lambda
- How to Use Circular List in Python
- How to Create SFTP Functionality in Python
- How to Create N-Grams From Text in Python
- How to Retry a Loop in Python
- How to Set Up SFTP Server on Windows
- How to Switch Between Python 2 and 3
- How to Set HTTP Proxy Settings in Python
- How to Use Python Decorators to Retry Code Blocks
- How to Create Getter and Setter in Python
- How to Fix Fatal Python Error: PyThreadState_Get: No Current Thread
- How to Fix TypeError: Must Be Real Number, Not STR
- How to Manage Segmentation Fault in Python
- How to Validate Email Address in Python
- How to Solve AttributeError: 'list' Object Attribute 'append' Is Read-Only
- How to Solve Configure: Error: No Acceptable C Compiler Found in $PATH
- How to Solve IndexError: Arrays Used as Indices Must Be of Integer (Or Boolean) Type
- How to Solve ModuleNotFoundError in Python
- How to Solve Urllib HTTP Error 403 Forbidden Message in Python
- How to Solve Attempted Relative Import With No Known Parent Package in Python
- How to Solve Error - Raise JSONDecodeError(Expecting Value, S, err.value) From None in Python
- How to Solve Reduce Is Not Defined in Python
- How to Solve the Graphviz Executables Are Not Found Error in Python
- How to Solve ValueError: Too Many Values to Unpack (Expected 2) in Python Dictionaries
PHP Howtos
- How to Find the PHP Ini File
- How to Parse RSS and Atom Feeds With PHP
- How to Convert CSV File to Array in PHP
- How to Log Errors in PHP
- How to Upload Multiple Images in PHP
- How to Use jQuery in PHP
- How to Hash Password in PHP
- How to Obtain and Read Data in PHP
- How to Set Up a PHP Interpreter
- How to Use PHP With Visual Studio Code
- How to Parse HTML in PHP
- this and self in PHP
- How to Run PHP File From Command Line
- How to Calculate Average of Numbers in PHP
- How to Echo Tab in PHP
- How to Include Absolute and Relative Paths in PHP
- How to Require_once vs Include in PHP
- How to Work With DatePicker in PHP
- cURL GET Request Using PHP
- How to Add Array to Array in PHP
- How to Break Out of the Foreach Loop in PHP
- How to Compare Two Arrays in PHP
- How to Convert a Number to Month Name in PHP