Showing headlines posted by MohdSohail

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

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.

Passwordless Login Vs. Password Login – Good & Bad

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Aug 28, 2020 12:57 PM EDT)
  • Story Type: Security
We use passwords every day for logging into our favorite sites. We also hate to use it because these days almost all websites force users to create strong passwords that are difficult to remember.

Kali Linux 2020.3 Released With Bluetooth Arsenal in NetHunter, Automating HiDPI Support, New Shell & More

Kali Linux is the best penetration testing distribution with hundreds of tools for testing different devices and services. In Kali Linux 2020.3 update, the team has made several important changes to Kali that make it much better.

Best Cloud firewalls for WordPress

In this article, I will talk about some of the very common security threats for websites and how to secure our websites using cloud-based firewalls for WordPress.

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