Skip to content
Like Geeks

  • Home
  • Linux
  • Server Administration
  • Web Development
  • Python
  • iOS Development
  • Tech Tips
Cast or Convert an Array to Object Using PHP (Hydrator Pattern)
Web Development

Cast or Convert an Array to Object Using PHP (Hydrator Pattern)

Mokhtar Ebrahim 2017-05-272020-05-22

In this post, we will convert an array to an object using the PHP hydrator pattern. This method is so…

Process Large Files Using PHP
Web Development

Process Large Files Using PHP

Mokhtar Ebrahim 2017-05-232020-05-22

If you want to process large files using PHP, you may use some of the ordinary PHP functions like file_get_contents()…

Install and Use Non-Composer Laravel Packages
Web Development

Install and Use Non-Composer Laravel Packages

Mokhtar Ebrahim 2017-05-212020-05-22

If you want to use a package in Laravel, you simply add a single line in the composer.json file and…

Create and Use Dynamic Laravel Subdomain Routing
Web Development

Create and Use Dynamic Laravel Subdomain Routing

Mokhtar Ebrahim 2017-05-202020-06-02

Many websites give their users a custom subdomain for their profiles or pages, so the user can access his profile…

Protect Forms using Honeypot Laravel Spam Protection Technique
Web Development

Protect Forms using Honeypot Laravel Spam Protection Technique

Mokhtar Ebrahim 2017-05-182020-06-02

Laravel framework has powerful protection from CSRF, XSS, and SQL injection, but there is no built-in Laravel spam protection. If…

Develop iOS Apps Using Swift
iOS Development

Develop iOS Apps Using Swift

Mokhtar Ebrahim 2017-05-152020-05-22

In the previous post, we talked about iOS language basics and we saw how easy it is to work with…

iOS Swift Tutorial – Learn Language Basics
iOS Development

iOS Swift Tutorial – Learn Language Basics

Mokhtar Ebrahim 2017-05-132020-05-22

Swift is a very easy programming language to learn as its syntax is easy to follow. In this iOS Swift…

Python List Functions – The Definitive Guide
Python

Python List Functions – The Definitive Guide

Mokhtar Ebrahim 2017-04-122020-06-02

Python list is a sequence of values, it can be any type, strings, numbers, floats, mixed content, or whatever. In…

Learn How to Import, Create, Install, Upgrade, Alias and Reload Python Modules
Python

Learn How to Import, Create, Install, Upgrade, Alias and Reload Python Modules

Mokhtar Ebrahim 2017-04-062020-06-02

Python comes with a lot of modules; we can say that there are Python modules for almost everything you need.…

Python Programming Basics with Examples
Python

Python Programming Basics with Examples

Mokhtar Ebrahim 2017-04-042020-06-02

Python is a popular and powerful scripting language that can do everything; you can perform web scraping, networking tools, scientific…

Install, Secure, Access and Configure Linux Mail Server (Postfix)
Server Administration

Install, Secure, Access and Configure Linux Mail Server (Postfix)

Mokhtar Ebrahim 2017-04-012020-06-02

If you want to send or receive an email, you should have a mail server. In this post, we will…

How to Install & Configure Squid Linux Proxy Server
Server Administration

How to Install & Configure Squid Linux Proxy Server

Mokhtar Ebrahim 2017-03-292020-06-02

Linux proxy server or proxy server generally is a server that saves the visited web pages for later requests, so…

Linux file server using Samba
Server Administration

Linux file server using Samba

Mokhtar Ebrahim 2017-03-272020-06-02

Linux file server is one of the powerful servers that helps you to share files and printers with Windows-based PCs…

Linux Virtual File System
Server Administration

Linux Virtual File System

Mokhtar Ebrahim 2017-03-232020-06-02

The Linux virtual file system or virtual file system generally is a layer that sits on the top of your…

Install, Configure, and Troubleshoot Linux Web Server (Apache)
Server Administration

Install, Configure, and Troubleshoot Linux Web Server (Apache)

Mokhtar Ebrahim 2017-03-212020-06-02

In this tutorial, we will talk about the Linux web server or Apache web server specifically and how to install…

Install, Configure, and Secure FTP Server in Linux
Server Administration

Install, Configure, and Secure FTP Server in Linux

Mokhtar Ebrahim 2017-03-192020-06-01

FTP or File Transfer Protocol is a commonly-used protocol for transferring files between computers; one act as a client, the…

Install, Configure, and Maintain Linux DNS Server
Server Administration

Install, Configure, and Maintain Linux DNS Server

Mokhtar Ebrahim 2017-03-172020-06-01

The DNS (Domain Name System) is a naming system for computers, the service that does that is the DNS server…

Linux Syslog Server and Log Management
Server Administration

Linux Syslog Server and Log Management

Mokhtar Ebrahim 2017-03-152020-06-01

In this post, we will talk about Linux Syslog Server and how to manage your logs. If you want to…

Install and Configure Linux LDAP Server
Server Administration

Install and Configure Linux LDAP Server

Mokhtar Ebrahim 2017-03-132020-06-01

Two days ago, one of the website visitors was searching on the website for LDAP and found nothing, that drives…

Configure and Use Linux-PAM
Server Administration

Configure and Use Linux-PAM

Mokhtar Ebrahim 2017-03-112020-05-31

In the previous post, we talked about the Linux iptables firewall, and some people asked about authentication. Today, we will…

Posts navigation

Back 1 2 3 4 5 Next
My Published Book

My Book

Advertisements
Latest Posts
  • Depth First Search algorithm in Python (Multiple Examples)
  • Python correlation matrix tutorial
  • NumPy where tutorial (With Examples)
  • Exiting/Terminating Python scripts (Simple Examples)
  • 20+ examples for NumPy matrix multiplication
  • Five Things You Must Consider Before ‘Developing an App’
  • Caesar Cipher in Python (Text encryption tutorial)
  • NumPy loadtxt tutorial (Load data from files)
  • 20+ examples for flattening lists in Python
  • How to Budget for Web Hosting
Advertisements
Related Posts
  • Improve Website Load Speed (Tips & Tricks)
  • Process Large Files Using PHP
  • Install and Use Non-Composer Laravel Packages
  • Create and Use Dynamic Laravel Subdomain Routing
  • Protect Forms using Honeypot Laravel Spam Protection Technique
  • Prevent SQL Injection
  • AutoStart wampserver On Windows 10 Startup Automatically
Advertisements
Latest Comments
  • Mokhtar Ebrahim on 20 Main Linux commands that you will need daily
  • Gordon on 20 Main Linux commands that you will need daily
  • Mokhtar Ebrahim on Seaborn heatmap tutorial (Python Data Visualization)
  • Odesh on Seaborn heatmap tutorial (Python Data Visualization)
  • Mokhtar Ebrahim on Expect command and how to automate shell scripts like magic
Picked For You
  • Python web scraping tutorial (with examples)
  • 30 Examples for Awk Command in Text Processing
  • Install, Configure, and Troubleshoot Linux Web Server (Apache)
  • Linux Bash Scripting Part3 – Parameters and Options
  • Install and Use Non-Composer Laravel Packages
  • Python List Functions – The Definitive Guide
  • Grep command in Linux (With Examples)
  • Linux file server using Samba
  • Python Image Processing Tutorial (Using OpenCV)
  • Create your first Python web crawler using Scrapy
  • Disclaimer
  • Privacy Policy
  • About
  • Contact