Technical Solution
|
4
min read
Mattermost is an open source, self-hosted, team communication platform. There are desktop clients for Windows, MacOS, and Linux and mobile apps for iOS and Android. Mattermost is a better choice for enterprises who want a robust solution with no per-user fees like Slack. When considering the performance point of view, it is having lower CPU usage because they are written in Go and React and hence provide an added advantage based on other competitor chat environments.
Let’s see how we can install Mattermost on Centos 7.
Networking
|
1
min read
rsync is a powerful file and folder synchronisation tool in linux. To read more about rsync please go through this link:http://www.zyxware.com/articles/2717/how-to-backupcopysynchronise-a-full-folder-lying-on-a-remote-server-onto-another-localremote-machine-easily-using-
Application Development
|
2
min read
rsync is a powerful file and folder synchronization tool in Linux. To read more about rsync please go through this link:http://www.zyxware.com/articles/2717/how-to-backupcopysynchronise-a-full-folder-lying-on-a-remote-server-onto-another-localremote-machine-easily-using-
Technical Solution
|
2
min read
There are various types of individual high level directories in linux such as /etc, /dev, /proc, /bin, /tmp, /var, /sbin etc. Read on to know more about the directory structure.
Technical Solution
|
2
min read
rsync is a file and folder synchronisation tool in linux. To know more about rsync please go through this link:http://www.zyxware.com/articles/2717/how-to-backupcopysynchronise-a-full-folder-lying-on-a-remote-server-onto-another-localremote-machine-easily-using-
Technical Solution
|
1
min read
rsync is a file and folder synchronisation tool in linux. To know more about rsync please go through this link:http://www.zyxware.com/articles/2717/how-to-backupcopysynchronise-a-full-folder-lying-on-a-remote-server-onto-another-localremote-machine-easily-using-
Technical Solution
|
3
min read
The sshd_config file refers to the main configuration file that allows the user to make the changes in the features of SSH protocol. There are many features for this protocol and these can be made or changed according to the users needs. And by making configuration changes it also allows the user to provide more security to server/system that we are using. Some of the main features are listed below.
Technical Solution
|
4
min read
The iptables is nothing but a program that controls the linux based firewall that handles filtering for IPV4 and ip6tables for handling IPV6.
Drupal Technical
|
3
min read
If Config server firewall(CSF) is installed on your server then, you can edit the firewall configurations from the command line using the following commands.
Technical Solution
|
2
min read
Most of us must be familiar with this message. After making the necessary changes to file and after going through the steps like git add, git commit, I tried git pull from server and got the following error message.