Showing headlines posted by MohdSohail

« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 43 ) Next »

Method Overriding, Virtual Method In Dynamic Polymorphism

Method Overriding and Virtual Method are the types of methods in Dynamic Polymorphism. Both Method Overriding and Virtual Methods are related to each other, They can’t be used without each other. Why is that so? you might ask. I will explain further in this article with a program example.

WordPress Dashboard & Settings Page | WordPress 101

WordPress dashboard is an important page for the website administrators. In this article of the WordPress 101 series, we will learn to read and customize the WordPress dashboard. If you do not know to set up WordPress, we have written a detailed guide on how to install WordPress – Step By Step. Do check it out. WordPress dashboard is the homepage for website administrators. This is where all the important site information is available such as the number of posts, pages, comments, pending comments, errors, and site health, and so on.

Google Cloud Policy Change Update

Google Cloud Policy to be changed from June 1, 2021. Earlier, the Google platform users will be able to save unlimited photos in Google Photos. Android users might be very much aware of Google Photos and they enjoy the unlimited storage. Whenever they change their photos, they find the new photos in the Google photos application automatically. This was possible due to Google’s cloud policy. Recently Google has decided to make a move and change the policy slightly but this policy will make a significant impact on Android users. Let’s discuss the new Google Cloud policy below.

What is Interface in C# and how to use it?

An Interface in C# is a contract between Interface and class that implements it. This contract says any class that implements this interface will provide the implementation for the members of the Interface. Unlike, Abstract class, Interface in C# can only contain declaration not implementation. Because all the members of the Interface are abstract and cannot have an implementation. The keyword abstract will not be used with the members of the Interfaces but the compiler will treat them as abstract members.

Just like Abstract and other special classes, Interfaces also come with some rules. Lets discuss those rules now.

Things To Remember Before Upgrading Production Server

When your application is in production, upgrading it is riskier. If your server is powered by Linux, Linux distributions keep releasing new versions every now and then. Each major release contains bug fixes, security updates, and new tools.

C vs. C++ vs. C# Difference

First, there is a low-level programming language and then a high-level programming language. Low-Level Programming language works very close to the hardware and High-Level Programming language works close to human beings.

Types Of Programming Languages

Just like the languages we use to communicate among other human beings. Programming languages are used to establish communication between machines to machines and machines to humans beings.

C# – Structure Data Type Aka Struct Data Type

After talking about Arrays in C#, this is the right time to talk about Structure data type in C#. There are a few limitations about Arrays, the array can only save a single type of data and you should define the number of elements going to be saved inside this array.

Array In C#

It feels like an array is useless in the beginning when you start learning about it but once you have understood the concept of the array in C#, you realize it is very useful. Imagine you need to save the names of a hundred employees. One name required one variable to be saved. You will need a hundred variables to save a hundred names.

Install And Remove Software In Manjaro

Linux distributions have come a long way since its inception. There was a time when it used to be difficult for new users to perform simple tasks such as installing an application on Linux. The desktop environments are much easier to understand than before.

Install LAMP On Manjaro

Manjaro is one of the cleanest Linux distributions available. If you are using Manjaro for web development, you can easily install LAMP on Manjaro Linux. All the required packages are already available in the default repositories.

Best Torrent Clients For Linux

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Oct 4, 2020 10:27 AM EDT)
  • Story Type: Tutorial; Groups: Linux
For software developers, providing software through the host server is costly as it requires developers to upgrade the server resources as the users increase.

Best Backup Plugins For WordPress

It is at most important to keep multiple backups of your WordPress site. In case the website is compromised or any plugin update breaks your site, WordPress backups can help you restore it quickly.

Fix WordPress No input file specified Error

WordPress frequently receives bug fixes and security updates that make it a pretty stable website management system. Even after that, in many cases, users may encounter some issues with WordPress that immediately pulls down website content from the internet and show a frustrating error.

Set up Email Server With Virtualmin For Unlimited Emails & Storage

Virtualmin also sets up email services out of the box. All the user needs to do is point the incoming emails to the Virtualmin server.

Set Up Passwordless Login System in Laravel

In the last article, we discussed the difference between a passwordless login system and a password login system. In this article, you will learn to develop a passwordless login system in Laravel.

700,000 WordPress Sites Affected By Zero-day Vulnerability in File Manager Plugin

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Sep 2, 2020 11:08 PM EDT)
  • Story Type: Security
Yesterday a zero-day vulnerability was discovered in a popular WordPress plugin, File Manager. The vulnerability allows arbitrary file upload and remote code execution.

Create Custom classes And functions in Laravel

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Sep 1, 2020 5:04 PM EDT)
  • Story Type: Tutorial; Groups: PHP
Laravel classes can easily be imported anywhere in the application. If you are thinking to create your own classes and functions in Laravel, it is equally easy to do.

Configure Mailtrap And Multiple Email Services in Laravel Applications

Laravel is an easy to understand PHP based framework. It makes writing complex features extremely easy, sometimes just one function does it all. While the Laravel application is under development, one might also need to test email functionality.

ORC – Anonymous Cloud Storage Helps Protect Investigative Journalism

In times when Governments around the world are peeking into everyone’s life, Journalists and activists around the globe are finding it difficult to communicate safely on the Internet.

« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 43 ) Next »