×


Blog


Setup Xrdp over Xorg in CentOS Linux System with Multi Sessions

This article covers how to run Xrdp over Xorg protocol, which far most secure and recommended over the XVNC protocols.
Also, we covered the sessions manager that how you can manage your remote connections by tweaking its configuration parameters which sometimes come in a challenging phase.


Install GNOME Desktop on Ubuntu 20.04 LTS - Step by Step Process ?

This article covers methods to Install GNOME Desktop on Ubuntu 20.04 LTS. Most Ubuntu servers are run on CLI (Command-Line Interface) mode.

But in some cases, one may need to have a desktop to install some applications with GUI (Grapich User Interface) mode.

To Update Repositories and Packages on Ubuntu:
Start by updating the repositories and package lists:

# sudo apt-get update && sudo apt-get upgrade

Press Y and hit enter when asked if you want to continue.

To Install Gnome on Ubuntu 20.04 LTS Focal Fossa:
1. First, make sure that all your system packages are up-to-date by running these following apt commands in the terminal:

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install tasksel

2. To install GNOME desktop vanilla version execute the following command:

$ sudo apt install gnome-session gdm3

3. To Install Full Gnome Desktop on Ubuntu 20.04:

$ sudo tasksel install ubuntu-desktop


Install Drupal on Debian 10 - Step by Step Process ?

This article covers how to setup Drupal on Debian Linux System.

Drupal is a powerful CMS that allows you to design stunning websites and blogs with simple tools and drag and drop features in a matter of a few hours.
It offers flexibility in terms of customization of your site to meet your desired results.
You can easily get started with free templates before advancing to premium templates that have more features.

To Configure Apache 2.4:
1. Enable Apache's rewrite module. This module is necessary since Drupal 8 enables Clean URLs by default;

$ sudo a2enmod rewrite

2. Specify the rewrite conditions for your Drupal site’s document root in Apache's configuration file using the text editor of your choice.
If you installed and configured your Apache server using LAMP stack on Debian 10 guide, the configuration file for your site is located at /etc/apache2/sites-available/example.com.conf.
File: /etc/apache2/sites-available/example.com.conf:

<Directory /var/www/html/example.com/public_html>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
          RewriteEngine on
          RewriteBase /
          RewriteCond %{REQUEST_FILENAME} !-f
          RewriteCond %{REQUEST_FILENAME} !-d
          RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</Directory>

3. Change the ownership of your site's document root from root to www-data. This allows you to install modules and themes, and to update Drupal, without being prompted for FTP credentials.

$ sudo chown -R www-data:www-data /var/www/html/example.com

4. Restart Apache so all changes are applied.

$ sudo systemctl restart apache2


Top 5 Open-Source Text Editors

This article covers a list of all the top-performing text editors that are open source and cross-platform compatible.
They are rated best by many of the reviewers and users, therefore, deciding on one text editor that is best to meet all user requirements simply depends on the user demand and need from the text editing tool, which can differ from user to user.
Atom being top of our list of best text editors makes it so due to its modern yet simple user interface and a vast list of features.
However, the rest of the listed text editors, i.e., Vim, Gedit, Bracket, and VS Code too offer significant commendable features and enhanced user experience thereby making it to our list of best performing source code editors.
Hence, we believe, any of the text editors adopted from the list, will certainly result in a better user experience for the developers from across all the different platforms.


Top 5 Collaboration Tools 2021

This article covers collaboration tools such as Slack, Nextcloud, Microsoft Teams, Skype, and Zoom, which provides cross-platform compatibility, user data security and privacy, and efficient team collaboration.
Though each varying in additional functionalities e.g., third-party integrations.
Efficient communication and team collaboration are key to ensure better performance and overall yield of an organization.
Almost every company is dependent upon one or two of the above-listed collaboration tools that can fulfill the needs of a company and its employees.
Many collaboration tools either incorporate or integrate with project management platforms to provide users a complete platform to sustain a project's timely deliverance and ensure the company's progress and growth.

Reasons why you should use collaborative tools:
1. But what is collaborative work?
2. You receive too many emails.
3. You feel like you are wasting your time being in meetings.
4. You are a little lost about your team projects' progress.
5. You really don't know which tasks are the most important.
6. Sharing documents has become a puzzle.
7. You have organization issues.

Project Collaboration Solution Requirements:
1. Cloud-based technology. A decade ago, most software solutions stored data on hard drives.
2. Workflow management tools. A good project management solution is one that brings everyone together. 3. A visual representation of your workload.
4. The ability to track multiple projects.


Top 5 Media Players 2021

This article covers the best media player such as PotPlayer, KMPlayer, Plex, VLC, etc. with great features.
From the time when only a handful of media players existed to this date, numerous media players with varying and advanced features have overflowed the market.
Deciding among this flood of media player choices, where each delivers best, is a difficult task. Still, in this article, we have managed to sketch out a fair summary of the top-performing cross-platform media players.
VLC being on top of our list is the most compatible and user-friendly media player that supports almost all the audio and video formats.
Other media players listed offer advanced audio and video tools and advanced configuration tools to enhance the overall user experience and ensure a satisfied customer base. VLC, MPV player, SM Player, Audacious, and MPlayer are all the best cross-platform media players to exist which are capable to satisfy any user requirement and also assure the platform's sustainability and reliability.