How To Check Disk Space In Ubuntu Tecadmin

As we save data to a disk, the disk usage increases day by day and it is important to monitor that data so our disk capacity or disk space doesn’t reach its limit. We can monitor data on any device including computers, mobiles, laptops as well as Linux servers. Suppose you have a 200GB hard disk and you are going to install PubG game on your computer which requires at least 30GB of free space on your hard drive....

December 1, 2022 · 4 min · 660 words · Jennifer Honeycutt

How To Clear Cache In Laravel Tips And Tricks Tecadmin

This tutorial will help you to clear the cache in the Laravel application. You can clear the Laravel cache by using a command-line interface or by adding the PHP code to the application. Choose any one of the below methods to clear the cache in Larvel. Clear Laravel Cache Using PHP Artisan Log in to the system running your Laravel application and open a terminal. Then navigate to your Laravel application code....

December 1, 2022 · 2 min · 347 words · Melvin Peterson

How To Create A Sudo User In Debian Tecadmin

This tutorial helped you to create a new user with Sudo privileges, add an existing user to sudo privileges or remove sudo privileges from any account. Create User with Sudo Access Use the system’s default “adduser” command to create a new account. As per current requirements the command syntax will be like: Here: USER_NAME is the name of the new user account. GROUP_NAME Define a group name here to automatically add user to this group during creation....

December 1, 2022 · 2 min · 246 words · Dina Sandiford

How To Create Sftp Only User In Ubuntu Debian Tecadmin

This blog post describes you create SFTP-only users without shell access on Ubuntu and Debian systems. Step 1- Creating a New User First of all, create a user account in your system to use as an SFTP user. The following command will create a new account named sftpuser with no shell access. You can change the username of your choice The command will prompt for the password to be set for a new account....

December 1, 2022 · 2 min · 409 words · Miquel Guard

How To Detect And Remove Malware From Your Android A Quick Guide

In this article, I’ll show you how to do just that. Malware on Android: Should You Be Worried? Before anything else, it is important to know what malware is and how it can affect your Android device. Malware, short for malicious software, is any software that is designed to harm your device or steal your personal information. This can include viruses, Trojans, spyware, adware, and more. Malware can cause a lot of damage to your device, including data theft, system crashes, and even identity theft....

December 1, 2022 · 6 min · 1197 words · Derek Ange

How To Download Twitch Clips And Vods A Comprehensive Guide

In addition to live broadcasts, Twitch has other types of videos that will be saved on the user’s homepage, but Twitch does not provide download services. As a user, are you also looking for a solution to download them? What Types of Videos Does Twitch Have? In fact, many game videos widely spread by major video platforms are edited from Twitch videos, which are divided into two types: Clips and VODs....

December 1, 2022 · 5 min · 970 words · Mary Piccirillo

How To Enable Disable Php Modules In Ubuntu Tecadmin

phpenmod – Used to enable modules in PHP phpdismod – Used to disable modules in PHP phpquery – Used to view status of modules of PHP There are 3 types of SAPI (Server API) available – CLI, FPM, Apache2 being the most commonly used. You can define SAPI using -s switch to enable/disable module for that only. Enable PHP Modules Use phpenmod command followed by module name to enable specific PHP module on your system....

December 1, 2022 · 2 min · 215 words · Kerry Epps

How To Find Contacts On Facebook 5 Easy Ways

If you know the name of the person you’re looking for, you can try searching for them in the search bar at the top of the screen. If they have a public profile, you should be able to find them this way. If the person you’re looking for doesn’t have a public profile, you can try using the “Find Friends” feature. To do this, go to the “Friends” tab and click on the “Find friends” link....

December 1, 2022 · 5 min · 997 words · Elizabeth Tabor

How To Fix Phone Link App Not Working On Windows 11

The Phone Link app is an essential tool for people who connect their smartphones to PCs daily. As the name suggests, this app allows you to sync your phone’s data with the computer, such as pictures, messages, and even notifications. However, it can be quite frustrating if the Phone Link app suddenly stops working or is having trouble launching. This may occur if you have disabled Phone Link features in the system, disallowed the Phone Link app to run in the background, or have corrupted files on your computer....

December 1, 2022 · 4 min · 693 words · Jeremy Frisby

How To Get Music On Iphone Download Share Or Transfer Music

How to get music on iPhone Sync your iPhone or iPad via USB Connect your iPhone or iPad to the Mac/PC. Launch iTunes. An icon will appear in iTunes’ top-left corner, denoting the type of device you plugged in. Click that icon. You’ll see various details about the device and the types of content you can sync with it will be listed down the lefthand side. Click Music, and you’ll see a list of available, syncable content....

December 1, 2022 · 4 min · 830 words · Norman French

How To Hide Data In Excel

Hide Tabs The are many instances where I don’t want the people that I’m working with to have access to some sheets in my workbooks. It is not a security concern and is more about keeping the integrity of formulas, references, and raw data. To hide tabs in Excel, simply right-click on the cell to be hidden followed by selecting the hide option. To bring the column back, right-click on any cell and select the unhide option....

December 1, 2022 · 3 min · 554 words · Isaac Miller

How To Install Bower On Fedora Tecadmin

Step 1 – Install Node.js & NPM If you already have node.js and NPM installed on your system skip this step. Else you need to install node.js on your system first. Use following set of commands to install Node.js and NPM on your Fedora systems. Step 2 – Install Bower on Fedora After installation of node.js and NPM on your system, use following commands to install bower on Fedora system. After successful installation of the bower, check the installed version on your system using the following command....

December 1, 2022 · 1 min · 87 words · Bryan Cronin

How To Install Erlang On Ubuntu 18 04 16 04 Lts Tecadmin

Step 1 – Adding Repository First, use the following commands to add erlang apt repository on your system. You can simply download erlang repository package from its official website and install on your system. Step 2 – Install Erlang on Ubuntu Now, you can install an erlang package on your system using the following command. This will install all of its dependencies as well. Alternatively, you can do the complete erlang installation....

December 1, 2022 · 1 min · 137 words · Mary Wysong

How To Install Mariadb 10 4 On Centos 8 Rhel 8 Tecadmin

Step 1 – Add MariaDB Yum Repository First add MariaDB yum repository in our system. Create a new repo file /etc/yum.repos.d/mariadb.repo in your system and add below code as per your operating system and architecture. Step 2 – Install MariaDB on CentOS 8 Let’s use the following command to install MariaDB 10.4 in your system. This will also install other dependencies automatically. After installing MariaDB in your system start it’s service using the following command....

December 1, 2022 · 1 min · 187 words · Kathryn Oliver

How To Install Node Js On Linux Mint 21 20 19 Tecadmin

How to Install Node.js on Linux Mint This quick how-to guide provides you with two methods to install Node.js & NPM on Linux Mint 21, 20, and 19 Linux systems. Method 1 – Installing Node.js with Official PPA First of all, you need to node.js PPA in our system provides by Nodejs official website. We also need to install the python-software-properties package if not installed already. You can choose either to install the latest Node....

December 1, 2022 · 2 min · 380 words · Marcy Jones

How To Install Parse Server On Ubuntu 18 04 16 04 Tecadmin

Step 1 – Install Node.js First, you need to node.js ppa in our system provide by the nodejs official website. We also need to install python-software-properties package if not installed already. After adding required PPA file. Let’s install Nodejs package. NPM will also be installed with node.js. This command will also install many other dependent packages on your system. Step 2 – Install MongoDB Server You also need to MongoDB database server on your system....

December 1, 2022 · 2 min · 260 words · Earl Christopher

How To Install Postal Mail Server On Ubuntu 16 04 14 04 Tecadmin

Prerequisites For installation of Postal mail server on your system, you must have following prerequisites installed on your system. This tutorial will help you to install them. Ruby 2.3 or higher MySQL or MariaDB database server RabbitMQ server Node.js (for javascript compilation) Git (for accessing the repository) Step 1 – Install Basic Packages First, start with the initial package installations on your system. Use below commands to install Git, MariaDB(MySQL) database server and Nginx web server with some other dependencies....

December 1, 2022 · 5 min · 865 words · Jerry Scanlan

How To Install Sublime Text Editor On Debian 10 9 8 Tecadmin

You may also like other powerful text editors like Atom, Visual Studio Code, Notepadqq, and Brackets for you Debian based systems. Below is some listed available features in Sublime text. You can also visit sublime text website for more details. Editing files side by side. Sublime Text is available for various plateform including OS X. It provides functionality to find and replace with regular expressions. We can make batch edits with multiple Selections....

December 1, 2022 · 1 min · 175 words · Charlene Gonzalez

How To Install Swift On Ubuntu 16 04 Lts Tecadmin

This tutorial will help you to install swift programming language on your Ubuntu and Debian system. Step 1 – Prerequisites Login to your Ubuntu system using SSH (Shell) access. Now install the required dependencies for swift installation on your system. On a fresh Ubuntu 16.04 install, I also needed to install following packages to work swift properly. Step 2 – Install Swift Ubuntu 16.04 First, import the swift GPG keys to validate packages on your system....

December 1, 2022 · 1 min · 198 words · Paige Hawthorne

How To Install Zsh Z Shell On Ubuntu And Debian Tecadmin

Some of the benefits of using ZSH over Bash include: Enhanced command completion: ZSH offers better command completion than Bash, including the ability to use tab completion for options and arguments. More powerful globbing: ZSH has a more powerful globbing (wildcard matching) system than Bash, which allows you to use more complex patterns to match file names. Better syntax highlighting: ZSH includes built-in syntax highlighting for various programming languages, making it easier to read and write code....

December 1, 2022 · 3 min · 504 words · Lily Ready