Author: Rahul

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

PyCharm is a popular IDE among Python developers. It is available in the community edition as well as in the professional edition. The community edition is available free for all and the professional version is available with 30 days evolution license. The community edition is generally used by the student or python learners but the professional edition is used by the pro Python developers. A PyCharm snap package is available for Ubuntu users. Which is the preferred way for the packages installation on Ubuntu 20.04 systems recommended by the Ubuntu team. This tutorial describes how to install PyCharm in Ubuntu…

Read More

whoami is an basic Unix/Linux command used to find username associated with current effective user id. This is generally used to identify the current logged in user in a shell. This command is also useful in shell scripts to identify the user id from which the script is running. Syntax: whoami [OPTION]… whoami Command in Linux Simply type the ‘whoami’ on command prompt to find logged in user in current shell. whoami root The above output shows that you are logged in with user ‘root’ in current shell. The same details can be find with id -un command in Linux.…

Read More

Anydesk is a SaaS application that helps businesses manage their remote workers. It is also available as a macOS app, which you can install on your Mac computer to view and manage your Anydesk account from your desktop. Anydesk for macOS is simple, intuitive, and user-friendly. You can use it to keep track of all your activities across multiple projects and clients. You can create new folders, files, or notes in the software if you want to store any documents or information related to the tasks you perform with clients through Anydesk. AnyDesk supports Google Chrome as its standard web…

Read More

The macOS 12 is the latest release by the Apple team. Its code name is Monterey, derived from an unmapped wilderness area that lies along the coast south of Monterey. The is the most advanced desktop operating system with a new level of power and beauty. This tutorial will describe how to check the macOS version from the desktop and command-line interface. Check MacOS Version (GUI) Login to your macOS system. In the top-left corner, click on the apple icon. Then click the “About This Mac” in the dropdown menu. See the below screenshot: This will display the macOS version…

Read More

Python is an object-oriented, high-level programming language. It is an open source with a large community. Python is used as key languages among the top tech companies like Google. The Python 3.9 stable version has been released with several improvements and security updates. It included multiple new modules, improved existing modules and many other features. The Debian 9 stretch comes with default Python 2.7 and 3.5. So you can install Python 3.5 directly from the default apt repositories using command apt install python3 . If you still need to install Python 3.9 on Debian 9, Go ahead with this tutorial.…

Read More

OpenSSH is an secure networking utility for remote login with SSH protocol. This is the primary tools used by the most of Linux based systems for the remote SSH login. OpenSSH provides you the option to connect remote system over the SSH protocol. Which provides the end to end encryption between communication to two systems. This tutorial will help you to check OpenSSH version running on your system. Check OpenSSH Version The SSH command provides and option to check version of local SSH server version as well as on remote systems. Use the following commands to check OpenSSH version running…

Read More

Spotify is a digital music platform providing services over the globe. It provides you access to millions of songs instantly on just few clicks. The free Spotify application is available for the installation on Desktop, Mobile devices. You can just install Spotify application on your system and enjoy the music. The Spotify package is available as Debian package as well as the Snap package is available for this application. This tutorial help you to install Spotify on Ubuntu 20.04 system via command line. Install Spotify on Ubuntu 20.04 You can install Spotify on Ubuntu 20.04 by using default Apt package…

Read More

In the world of Linux, the date command is an essential tool for managing and manipulating system dates and times. It provides a wide range of functionalities, from displaying the current date and time to setting system date/time and formatting output in various ways. This guide aims to delve deep into the date command, exploring its syntax, options, formatting capabilities, handling timezones, practical examples, use cases, and how it benefits shell scripts. Syntax The basic syntax of the date command is as follows: date [OPTION]… [+FORMAT] OPTION: These are command line options that alter the behavior of the command. FORMAT:…

Read More

PHP (Hypertext Preprocessor) is a popular programming language generally used for web development. It was originally developed by the Danish-Canadian programmer Rasmus Lerdorf in the year 1994. It can be used either via the command line or used with popular web servers like Apache or Nginx. Apache has a PHP module to directly run PHP files but Nginx required a PHP-FPM package to work with PHP files. This tutorial will help you to check the PHP version installed on your system. Also, what is the active version of PHP on the command line as well as the check PHP version…

Read More

TeamViewer is a powerful remote desktop and file sharing application works with most of the operating systems and mobile devices. In order to commercial use of TeamViewer, you have to purchase license. You can use it free for personal use only. A Debian package is build by the its development team and available for the installation on Ubuntu and Debian systems. You can download it from TeamViewer website freely. This tutorial described you to how to install TeamViewer on Ubuntu 20.04 LTS (Focal Fossa) Linux system. Install TeamViewer on Ubuntu 20.04 First of all, download the latest aavailable version of…

Read More