Web

How to Turn Off Your Camera and Microphone in the Zoom Application?

How to Turn Off Your Camera and Microphone in the Zoom Application?

Fadıl

In the Zoom Application, we may want to turn off our camera or microphone sound for some reason during the conference. We will now see how we can do this in this article.

Let’s first see how we can turn off the webcam, we can also use the keyboard hotkeys for this.
To close the video image, simply click the “Stop Video” button in the toolbar in the lower-left corner of the Zoom call window.

How to Share Screen in Zoom Meetings?

How to Share Screen in Zoom Meetings?

Fadıl

Due to the epidemic caused by the Covid-19 virus, most people are now working at home offices or studying, and the video meeting and training need is provided by third-party applications such as Zoom. In a Zoom call, you may eventually need to share your screen with attendees, and you may need to give screen sharing permission to another user. Now Let’s see how this is done.

Share Your Screen When Calling

You can also share your screen at any time during the Zoom Meeting. During the call, simply select the “Share Screen” button at the bottom of the window.

A Quick Introduction to XML Schemas

A Quick Introduction to XML Schemas

Fadıl

XML (“Extensible Markup Language“) is rapidly establishing itself as a useful tool for data exchange because it has the incredible potential to become a universal format for structuring information.

To use XML effectively in a community such as the Internet, there must be some constraints on the valid tags and tag sequences so that the data exchange can actually make sense to someone other than the creator. Still commonly used, DTDs (Document Type Definition) fulfilled this need. DTDs, however, have several disadvantages, such as:

How to Install MongoDB on Cpanel Server

How to Install MongoDB on Cpanel Server

Fadıl

Installing MongoDB is an easy process. To install MongoDB on your Linux Centos Cpanel server

Installing MongoDB on Cpanel Server

As a first step, let’s install MongoDB on our Centos operating system

cd /etc/yum.repos.d
nano -w mongodb.repo

Let’s add it to your file

[mongodb]
name=MongoDB Repo
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1

We save and exit with CTRL + X

Now we can install MongoDB

yum install mongo-10gen mongo-10gen-server

During installation, we will ask us some questions and confirm them by entering them all. After completing the installation process, ssh

What is Composer, How to Install and Use?

What is Composer, How to Install and Use?

Fadıl

If you have been developing software with PHP for a while, you may have noticed that wasting time to re-download, write, and try to use the current version is a huge loss. If you are projecting using libraries such as Zend, Symfony, and Laravel, you need more.

What?

Dependency management tool for PHP. It allows you to define the libraries your project needs and install and update them for you. The important thing here is that the update does not automatically do so according to its own head.