Articles on Trending Technologies

Technical articles with clear explanations and examples

Difference between Cloud and On-premise ERP

Devang Delvadiya
Devang Delvadiya
Updated on 08-May-2023 447 Views

ERP (Enterprise Resource Planning) software solution is one which works with different business functions such as inventory management, customer management, human resources, and customer relationships, all taken into one system. Using the On-Premise technique, ERP can be deployed, and this also works with the cloud network providers that can also deploy ERP. Generally, ERP is hosted on the vendor’s servers and can be accessed through the internet while it is installed thoroughly on the organization’s server. Importance of Choosing the Right ERP System ERP is necessary for any organization's smooth and efficient workflow, and it helps them grow and survive ...

Read More

Unleash the Power of AI with Cutting-Edge Cloud-Based Machine Learning Solutions

Devang Delvadiya
Devang Delvadiya
Updated on 08-May-2023 331 Views

Artificial Intelligence is everywhere now. The Web 2.0 revolution has given us the internet, and Web 3.0 tries to decentralize it, improving security. But the next revolution would be based upon the power of Artificial Intelligence and Machine Learning based solutions. Perfect examples can be found in self-driving cars like Tesla and self-suggesting language models like ChatGPT. This powerful technology is the future, but how it helps cloud technology to grow? Let us see what happens when we unleash the power of AI for cutting-edge cloud-based ML solutions. How Machine Learning Works with Cloud? Machine learning solutions can be directly ...

Read More

TCO Optimization on Google Cloud Platform

Devang Delvadiya
Devang Delvadiya
Updated on 08-May-2023 457 Views

Google Cloud Platform (GCP) is a cloud computing platform that offers aservices such as computing, storage, and networking businesses and individuals. As with any cloud computing platform, managing the total cost of ownership (TCO) of GCP resources is essential to ensure efficient utilization of resources and cost savings. This article will explore ways to optimize TCO on the Google Cloud Platform. Understanding Total Cost of Ownership (TCO) The total cost of ownership (TCO) is a comprehensive assessment of all the costs associated with owning and operating a particular asset, including hardware, software, and labor. In cloud computing, TCO includes costs ...

Read More

What are the differences between list, sequence and slice data types in Python?

Rajendra Dharmkar
Rajendra Dharmkar
Updated on 08-May-2023 3K+ Views

We will learn about the differences between list, sequence, and slice data types in Python in this article. Lists − In Python, a list is a type of data that can hold multiple values in a single variable. You can think of it like a shopping list that contains multiple items. For example, you could have a list of numbers like [1, 2, 3, 4, 5] or a list of names like ["John", "Jane", "Bob", "Sue"]. Number_List = [1, 2, 3, 4, 5] Name_List = ["John", "Jane", "Bob", "Sue"] Sequences − In Python, a sequence is a type of data ...

Read More

A Guide to Yum and Apt on Linux

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 08-May-2023 5K+ Views

Introduction An open-source environment is made available to users of the well-known operating system Linux so they can do a range of jobs. Two of the most popular package managers are Yum and Apt, and package management is crucial in Linux. Users can easily install, update, and uninstall software packages from their systems using any package management. Yum can be found on Red Hat-based systems like CentOS and Fedora, whereas Apt may be found on Debian-based systems like Ubuntu. In this content, we'll look at two tools for managing packages on Linux: Yum and Apt. Learn about their purposes, results, ...

Read More

How to Mount and Unmount Filesystems in Linux?

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 08-May-2023 6K+ Views

Introduction In Linux, everything (picture, binary file, text file, directory etc.) is treated as file. It is important to know how to organize and access files in a better way. Mount and umount commands are very handy in this case. In this article, we will learn these two commands. In short, using mount command we can mount a file system into a directory and using umount command we can umount the same file system from that directory. These can be done for hard disk and USB drive also. We have remember that all mount and umount commands works in “sudo” ...

Read More

How to get a week start and end date based on a specific date in Excel?

Namita Aggarwal
Namita Aggarwal
Updated on 08-May-2023 10K+ Views

In this article, the user will learn how to obtain week start and end date based on a specific date in Excel. The two examples are depicted in this article. Both examples are based on the starting and end date of the provided week. The first example uses a formula to obtain the start and end date for the week. This example briefs the use of weekday and weekend methods to perform the same task. On the other hand, the second example will allow users to understand the use of VBA code. VBA code example also allows users to use ...

Read More

How to get the opposite of an ABS value in Excel?

Namita Aggarwal
Namita Aggarwal
Updated on 08-May-2023 919 Views

ABS in Excel stands for "Absolute Value". This function takes only one argument, as a cell reference or number directly, and then determines the required absolute value. This article guides learners about the process to generate the opposite of an ABS value in Excel by using the formula, and VBA code method. The formula method contains two basic formulas, to convert the value directly to the opposite value. While the VBA code method is a code-based method, that uses the VBA code to solve the provided task. Example 1: To get the opposite of an ABS value in excel by ...

Read More

How to get the next sheet name in Excel?

Namita Aggarwal
Namita Aggarwal
Updated on 08-May-2023 720 Views

In this article, the user will learn the process of obtaining the name of the next sheet, by using the VBA code in Excel. This article briefs users about the method to open the code area. Write the developed code in the code area, and finally, call the code to generate the required output. The provided VBA code is detailed and accurate. This article also guides users about the possible shortcuts, that can be used to make the task consume less time. For example, to open the code area use the key combination “Alt” +F11, instead of manually selecting ...

Read More

How to Execute Programs From Anywhere in Linux?

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 08-May-2023 3K+ Views

Linux is a widely used open-source operating system that offers users the flexibility to execute programs from any location on the system. Unlike other operating systems, Linux does not have fixed program directories, enabling users to access programs from anywhere. This feature is advantageous for users who require a particular program to run from multiple locations. To execute programs from anywhere in Linux, users need to set the PATH environment variable, which contains the locations where Linux searches for executable files. The directories that contain the programs in Linux include /usr/bin, /usr/local/bin, and /sbin. The /usr/bin directory contains most of ...

Read More
Showing 22541–22550 of 61,248 articles
Advertisements