Tar-Command-in-Linux-with-Practical-Examples

use ‘-x’ option in the tar command as shown below. # tar -xvf archive.tar Above command will extract all the files and directories of archive.tar file

2022-10-07


How-to-Create-User-Manually-in-AWS-Cognito-(CLI)-–-TecAdmin

we discussed how to create users in AWS Cognito via AWS CLI. You can create users by creating a user pool and user or by creating a user directly. Onc

2022-10-07


How-to-Install-Skype-on-Ubuntu-2204-–-TecAdmin

This article will help you install Skype on your Debian system with ease. Prerequisites A Ubuntu 22.04 system with Desktop Access. You must have sudo

2022-10-05


Most-Popular-Java-IDE’s-for-Linux-Developers

and many more. Version Control Support – IntelliJ IDEA provides Git support which simplifies sharing of code and collaboration of projects. Enhanced D

2022-10-04



Artificial-Intelligence-How-It-Will-Change-The-Future-–-TecAdmin

and other AI solutions offered through a company’s website are expected to increase in the future. Automated Customer Diagnostics – Businesses will be

2022-10-04


How-to-Install-NET-Core-on-macOS-–-TecAdmin

you can build cross-platform applications using C#. Once you have installed the latest version of .NET Core on your macOS deviceand Windows. That can

2022-10-03


How-to-Reduce-Video-Size-(Compress)-With-FFmpeg

we learned how to reduce video size(compress) with FFmpeg. We installed FFmpeg on our machine and used it to compress a video file of 1.7 GB to a sign

2022-10-02


How-to-Install-HAProxy-on-Ubuntu-2004-LTS-(Focal-Fossa)

add the following frontend‘ & ‘backend‘ section at the end of the file. $ sudo vi /etc/haproxy/haproxy.cfgwhich shows that the load balancing is worki

2022-10-02



How-To-Install-Anaconda-on-MacOS-–-TecAdmin

How to Update Anaconda on macOS You can easily update the Anaconda and packages using the conda binary. To upgrade the Anaconda on your systemto initi

2022-10-02


How-to-Install-VirtualBox-on-Debian-11-(Bullseye)

//download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list Step 2) Install VirtualBox

2022-09-29