Productivity

How to connect SFTP server using Ubuntu File manager

There’s a lot to like about Secure Shell. It provides a more secure version of the File Transfer Protocol, as well as the ability to simply administrate your Linux servers remotely (through the command ssh) (FTP). So instead of risking the transfer of files over an insecure means, you can make use of SSH, via …

How to connect SFTP server using Ubuntu File manager Read More »

How to Increase the Storage Size of Your Ubuntu on VMWare using GParted

You can’t resize the installation partition without restarting your computer, just like you can’t on the host machine. Gparted, a simple partition manager, can be used to restart your computer and resize the root/installation partition. Simply expanding the partition from the virtual machine does not immediately make that space available in the virtual machine. It …

How to Increase the Storage Size of Your Ubuntu on VMWare using GParted Read More »

How to Fix Parsing error: “parserOptions.project” has been set for @typescript-eslint/parser. The file does not match your project config: lib\index.js. in Firebase Deploy

If you encountered this problem while changing your index.ts file and re-deploying your Firebase Cloud Functions. You just need to follow this step to solve that problem. Step 1: Analyze your error. If that is similar to the image below and can’t solve via adding the ignorePatterns in the config then, proceed to Step 2. …

How to Fix Parsing error: “parserOptions.project” has been set for @typescript-eslint/parser. The file does not match your project config: lib\index.js. in Firebase Deploy Read More »

How To Update your Node Js Version in Windows

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Step 1: Download your wanted Node.js version on https://nodejs.org/en/. Step 2: Pressing the Windows button + R …

How To Update your Node Js Version in Windows Read More »

How to Screenshot Whole Page In Chrome Using ScreenCapture Chrome Extension

When it comes to taking a screenshot, there should be no difficult parts. However, you may find it difficult to fit all of the relevant information and will be forced to combine separate screenshots using a photo editor. The good news is that you can avoid this annoyance by installing a free Chrome extension. Take …

How to Screenshot Whole Page In Chrome Using ScreenCapture Chrome Extension Read More »

What is OBS Studio And how to use it

There are many live streaming tools for every level of production, from basic to highly specialized. However, one of the software that performs almost all live streaming tasks is OBS Studio. Whether you’re just starting your live streaming career or have already done so, OBS Studio’s step-by-step guides will help you master this beast tool …

What is OBS Studio And how to use it Read More »

How to Fix Class ‘SoapClient’ not Found in Laravel

Have You Encountered the Issue ‘SoapClient’ not Found too? This might be because Soap Client is not enabled in your PHP configuration. Here’s how to fix it. Fixing Class’SoapClient’ not Found Look for php.ini in the xampp folder(This is inside the php folder). Remove the ; at the start of extension=php soap.dll. Start your web …

How to Fix Class ‘SoapClient’ not Found in Laravel Read More »

How to Work on Google Docs, Sheets and Slides Offline?

Working with Google productivity services like Docs, Sheets and Slides is always convenient. It’s free and offers lots of features as well. However, if you are not connected to the internet, you can still create, view, and edit files on these products. Use Google Docs, Sheets, and Slides offline Take note, before you turn on …

How to Work on Google Docs, Sheets and Slides Offline? Read More »