• Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
30 January 2021

How to Set Up SSH Tunnel with PuTTY

Written by Rahul
PuTTy is a user-friendly SSH client for the Windows system. Most of the Linux system users are aware and use to connect remote system running SSH server. It also provides you option to create SSH tunnel to provide access to resource within the trusted internal network. With the help of SSH tunnel you can...
Read More about How to Set Up SSH Tunnel with PuTTY
25 January 2021

Issue with phpMyAdmin and PHP: Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable”

Written by Rahul
Today, I had installed PHP 7.3 and phpMyAdmin on Ubuntu 18.04 LTS system. I am using MariaDB as database server running on the same instance. When I tried to access data in tables using phpMyAdmin got the following error message on screen. Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object...
Read More about Issue with phpMyAdmin and PHP: Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable”
19 January 2021

How to View or List Cron Jobs in Linux

Written by Rahul
Cron name originates from a Greek word Chronos, which is used for time. It is a daemon for the Linux systems to automate the execution of commands or scripts at a specified time intervals. This tutorial will show you the several options to list all scheduled cron jobs for users on Linux systems. How...
Read More about How to View or List Cron Jobs in Linux
08 January 2021

Sendmail User Unknown Error (Resolved)

Written by Rahul
Recently, I have faced below issue with the fresh sendmail installation on an Linux system. While sending email to an specific domain like [email protected] are showing error “stat=User unknown“. The issue was happening for specific domain only. Sending emails to other domain were working properly. The log file entries are looks like below: Jan...
Read More about Sendmail User Unknown Error (Resolved)
28 December 2020

How to Install and Configure GitLab in Debian 10

Written by Rahul
Gitlab is a web-based DevOps lifecycle management tool developed by GitLab Inc. Similar to the Github, Gitlab is also another popular Git version control system used by large number of users. Gitlab also provides great features like issue tracking, To-Do list, continuous integration and deployment (CI/CD) pipelines for the applications. Gitlab also supports integration...
Read More about How to Install and Configure GitLab in Debian 10
26 December 2020

How to Secure GitLab Server with Let’s Encrypt SSL

Written by Rahul
We always say, Security first. It should be the first priority to keep your hard work safe from the hackers. This tutorial will take few minutes to secure Gitlab server using Let’s Encrypt SSL certificates. Let’s Encrypt provides free SSL certificates to secure your domains and an easy way to auto updates. This tutorial...
Read More about How to Secure GitLab Server with Let’s Encrypt SSL
25 December 2020

How To Install and Configure GitLab on Ubuntu 20.04

Written by Rahul
Gitlab is a web-based DevOps lifecycle management tool developed by GitLab Inc. It provides git version control repository management, issue tracking, To-Do list, continuous integration and deployment (CI/CD) pipelines for the applications. Gitlab also supports integration with various services. The Community edition of Gitlab is available free for use on development and production environment....
Read More about How To Install and Configure GitLab on Ubuntu 20.04
25 December 2020

How to Install Netdata Monitoring Tool on Ubuntu 20.04

Written by Rahul
Netdata is an open source tool designed for the real-time system performance monitoring solution. It collects real-time metrics for system activities like CPU uses, memory uses, bandwidth uses and disk activities etc. And displays the information on web interface with graphical charts. Netdata official team recommend to install netdata monitoring tool using the kickstart...
Read More about How to Install Netdata Monitoring Tool on Ubuntu 20.04
24 December 2020

dig Command in Linux with Useful Examples

Written by Rahul
dig stands for Domain Information Groper, is a command line network tool for gathering domain name server information. The dig command is another powerful tool similar to nslookup for diagnosing dns related problems. We can use dig command to query various dns servers to fetch records like address record, CNAME, TXT, Mail exchange records...
Read More about dig Command in Linux with Useful Examples
23 December 2020

How to Install Opera Browser on Ubuntu 20.04

Written by Rahul
Opera is a Chromium-based multi-platform web browser developed by Opera Software. It have multiple features similar to the Google chrome as both are developed on Chromium. You will get a new looks and multiple different features that other browsers, which makes it more powerful. The Opera browser is available under the Snapcraft packages. Also...
Read More about How to Install Opera Browser on Ubuntu 20.04
← Previous 1 2 3 4 … 158 Next →

Popular Posts

  • How To Install Python 3.9 on Debian 10
  • Download Ubuntu 20.04 LTS – DVD ISO Images
  • Linux Run Commands As Another User
  • How to Check PHP Version (Apache/Nginx/CLI)
  • How To Install and Configure GitLab on Ubuntu 20.04
  • How to Install PyCharm on Ubuntu 20.04
  • How to Check Ubuntu Version with Command or Script
  • How to Set all directories to 755 And all files to 644
© 2013-2021 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy