×


Search For:


Imagick php install

This article will guide you on how to install #Imagick #PHP #extension. Imagick is the most popular PHP extension which helps to create edit convert, and/or manipulates images. ImageMagick is a free and open source, feature-rich, text-based and cross-platform image manipulation tool used to create, edit, compose, or convert bitmap images. It runs on #Linux, #Windows, #Mac Os X, iOS, Android OS, and many other operating systems.

To use Imagick with PHP in your server, you can easily achieve it with the following #command:

sudo apt-get install php-imagick.

php -m | grep imagick.

sudo service apache2 restart.


Duplicity restore full backup

This article will guide you on steps to perform a Duplicity-restore full backup. #Duplicity is an efficient #backup application.

#rsync is a protocol built for Unix-like systems that provides unbelievable versatility for backing up and synchronizing data. It can be used locally to back up files to different directories or can be configured to sync across the Internet to other #hosts.

Incremental Backup captures only the changes made since the last incremental backup. Saves both time and #storage space, and ensures that your backup is up to date. Differential Backup captures only the changes made since the last full backup, not since the last differential backup.

When a normal or full backup runs on a selected drive, all the files on that drive are backed up. This, of course, includes system files, application files, user data — everything. The downside of normal backups is that they take a very long time to run, and in some cases this is more time than a company can allow.

To Use Duplicity with GPG to Securely Automate #Backups on #Ubuntu:

1. Install the Prerequisite Packages.

2. Download and Install Duplicity from Source.

3. Create SSH Keys.

4. Create GPG Keys.

5. Run an Initial Test.

6. Create Your First Backup.

7. Restore a Backup.


How to install OBS on Linux Windows and MacOS

This article will guide you on steps to #install #OBS on #Windows. Also, we saw some common errors that we came across while installing OBS.

Open Broadcaster Software (OBS) is a free and open-source cross-platform streaming and recording program built with Qt and maintained by the OBS Project. There are versions of OBS Studio available for Microsoft Windows, macOS, and Linux distributions. OBS is funded on Open Collective.

As a standard Windows application, OBS should run fine on Windows 10 without any issues in the core program. However, OBS makes heavy use of advanced hardware features, particularly on your GPU such as texture sharing and hardware encoding. Windows 10 will come with new #drivers for your hardware, including your #GPU.

To set up OBS for #streaming:

1. Run the auto-configuration wizard. When you load OBS Studio for the first time you should see the Auto-Configuration Wizard.

2. Set up your audio devices. By default, OBS Studio is set to capture your system default desktop audio device and microphone.

3. Add your sources for video.

4. Test your stream and record settings.


Windows Live Mail Error 0x800ccc0e

This article will guide you on steps to fix #Outlook #Error #0x800ccc0e. Usually, this error occurs due to bad #email settings or because of minor problems with the email server or internet connection. Also, the customer may experience this error while receiving the mail on the email #client.

Try to run Windows Live Mail as Administrator in compatibility mode. Try to re-configure the Windows Live Mail account. Remove the existing WLM account and create a new one. Try reinstalling Windows Essentials 2012 on your Windows 10.

To get rid of Windows Live Mail error:

1. Open your Windows Live mail program.

2. Select the Home tab at the top right of your Windows Live Mail.

3. Click the Outbox to the left. Find any emails that are not sending out.

4. Once you send the email again, you can delete the email in the Outbox. 

The error will go away after the sent email is deleted.


FileZilla connection closed by server

This article will guide you on how to resolve #FileZilla connection closed by #server. Also we discussed about the causes for the FileZilla connection getting closed by the server.

If your computer cannot connect to that server, then either your FTP software is not working correctly, or something on your #computer (probably a #firewall or other security software) is blocking all #FTP connections. You may want to try using other FTP software such as the free FileZilla.

In general, connection refused #errors are generated during a connect system call when an application attempts to connect using #TCP to a server port which is not open.

To fix FTP Connection refused error:

1. Make sure ftp server installed. Make sure ftp server installed and service is running.

2. Is ftp server running (is port 21 open)? Login to ftp server using ssh and try to telnet port 21 (to see port is open or not).

3. FTP user permissions.

4. Security or Firewall.


IMAP server closed the connection 0x800cccdd

This article will guide you on steps to resolve #IMAP #server closed the connection #0x800cccdd #Outlook #error. We also saw that the reason for this error is an incorrect IMAP settings. 

A server connection #timeout means that a server is taking too long to reply to a data request made from another device. Timeouts are not a reply message: they show up when there isn't a reply and a server request is not fulfilled in a predetermined length of time.

Sometimes Outlook users get the 0x800CCCDD error ('Your IMAP server closed the connection') whenever they send or receive #emails via an IMAP account. This particular error code is signaling that the Send/Receive feature has failed.

To stop Outlook from timing out:

1. Click Outlook 2010's "File" tab.

2. Double-click an email account's name in the list to edit its settings.

3. Click the "Advanced" tab on the settings window, then locate the Server Timeouts section.

4. Click "OK" and then "Cancel" to save the new timeout setting for the selected account.