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..

The Microsoft SQL Server provides you multiple ways to rename a database. You can either use SQL Server management studio or run SQL query to rename a database. Before renaming a database, remember it can break the connections for services configured with the current database name or existing stored procedures. How to Rename a SQL Server Database In this guide, we will discuss three ways to rename a database in the SQL server. The first option will use SQL query to rename a database, the second will use a stored procedure and the third option will use SQL Server Management…

Read More

The wget command in Linux is a powerful tool for downloading files from the internet. It allows you to download files from a URL and save them to your local file system. This command-line utility can be used to download single files, entire directories, or even complete websites. Whether you need to download files for backup purposes, or to transfer large files between systems, the wget command is an indispensable tool for any system administrator. In this article, we’ll take a closer look at the wget command, including its various options and how to use it effectively. Whether you’re a…

Read More

Sudo provides special privileges to users to run commands as another user. It can use used to allow superuser privileges to a normal user with restrictions. One can configure the sudo to give root privileges to the specific commands only. 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: sudo adduser [USER_NAME} [GROUP_NAME] Here: USER_NAME is the…

Read More

XRDP is an open-source implementation of the Microsoft RDP (Remote Desktop Protocol) server. It provides bridging between the RDP client and the X windows system. The XRDP server allows remote users to graphical login to the remote machines using the Microsoft RDP client. The XRDP allows two-way clipboard transfer, audio and microphone voice redirection and allows us to mount local drives on the remote machines. This tutorial helps you to Install XRDP Server (Remote Desktop) on the Debian 10 Linux system. Prerequisities You must have shell access with a sudo privilege user to the Debian 10 system Step 1 -…

Read More
How to Install Drupal on Fedora CMS

Drupal is a free and open-source content management system (CMS), is flexible for building blogs and websites. It is written in PHP programming language and uses MySQL as a backend database. Drupal is available with thousands of add-ons, which makes it highly customizable. You can deploy Drupal on any web server that supports the PHP programming language. In this tutorial, we will provide you with steps to install Drupal with Apache on Fedora Linux systems. Prerequisites This tutorial assumes that: You have a running Fedora system with sudo privileged account access Already completed the LAMP Stack on Fedora system. Step…

Read More

Python is a general-purpose programming language, which emphasizes making programming easy, efficient coding, and unleashes the user’s potential. Loops are the vital part of programming as it allows the user to repetitive use a set of codes using loops. So in the following article, we will see how to use for loops in python. FOR Loop: Till the iteration of the last item in the sequence, for loop run the instructions. It iterates over sets of instructions in sequence, arrays, and a tuple for a pre-defined period or until the last item and calculation are executed. For loop can be…

Read More

SELinux (Security-Enhanced Linux) is a Linux kernel security module that provides enhanced security for Linux systems. SELinux provides a mechanism for supporting access control security policies. This specifies how the processes communicate with each other and interact with the files. We never recommend disabling SELinux on your system, especially on production servers. For developer systems, you can disable it only if hampering your work due to its policies. SELinux Modes: SELinux has three modes to run as described below. The default SELinux runs in Enforcing mode on a Fedora Linux system. Enforcing – SELinux security policy is enforced. Permissive –…

Read More

TeamViewer is a powerful remote desktop and file sharing application that works with most operating systems and mobile devices. In order to commercialize the use of TeamViewer, you have to purchase a license. You can use it free for personal use only. An RPM package of Teamviewer is built by the official team and is available for installation on Fedora systems. You can download the package from its official website. This tutorial described how to install TeamViewer on the Fedora Linux system. Prerequisites Assuming, you have a running Fedora desktop system. Have access to the desktop environment with a sudo…

Read More

Remote Desktop Protocol (RDP) is a protocol that allows users to access desktops on remote systems. The XRDP service provides you a graphical login to the remote machines using Microsoft RDP (​Remote Desktop Protocol). The XRDP also supports two-way clipboard transfer (text, bitmap, file), audio redirection, and drive redirection (mount local client drives on the remote machines). This tutorial helps you to Install XRDP Server (Remote Desktop) on a Fedora Linux system. Also provides the instructions to install a Desktop environment on your system. Step 1 – Install Desktop Environment Fedora workstation comes with a default desktop environment. In case…

Read More

In Google account, enabling the Less secure apps feature can make it easier for hackers to get into your account. Generally, Gmail users enable this feature while using their account for sending email over Google STMP servers. We never recommend enabling this but in some cases, it’s necessary to enable less secure apps in a Gmail account. You can enable “less secure apps” settings either using a domain administrator account or from your email account settings. This tutorial covers both ways of enabling “less secure apps” in a Gmail account. Turn On less secure apps in Mailbox Sign in to…

Read More