M M Arif

M M Arif

Fix-column-size-too-large-Nextcloud

Fix Nextcloud column size too large

Recently I upgraded my Nextcloud instance and after upgrading I got some missing indexes to fix. That's normal with Nextcloud, you will get things from time to time to update. Here we will fix an error 'column size too large' when you run the occ command on the server.
security-updates-on-ubuntu

Install security updates automatically on Ubuntu

If you own or manage Linux servers, you know how it feel when there are updates and you haven't touched it for weeks or months because of work load. Read on how to install the important security updates automatically on Ubuntu server.
openproject-installation-on-ubuntu

Setup OpenProject on Ubuntu 20.04

OpenProject is another web based project management tool written in Ruby and Angular available under GPLv3 license. If you want to give it a try and know what it offer, follow this article to setup OpenProject on Ubuntu 20.04.
install-leantime-on-ubuntu

Install Leantime on Ubuntu 20.04

Leantime is a free and open source project management tool. If you have a pool of users and team(s), Leantime is a great way to start managing the resources efficiently.
meld-as-diff-tool

Use Meld as a Git diff tool

Meld is a great tool for files/directories comparison. Git on the other hand also provide diff command line tool, which some users may prefer too. I am going to show you how to use Meld as a git diff tool here.
copy-file-content-to-clipboard-in-terminal

Copy file content to clipboard in terminal

If you are working in terminal/console most of your time, you may already know how to copy a file content to clipboard. But if not, here today we will explore how can we copy a file content to clipboard in terminal.