Cobra Softwares Pvt Ltd
  • Products
  • Knowledge Base
  • Register
  • Login

Search Knowledge Base Articles

  • 40 Linux Server Hardening Security Tips [2022 edition]

    2023-01-05 20:26:19
    ecuring your Linux server is important to protect your data, intellectual property, and time, from the hands of crackers (hackers). The system administrator is responsible for security of the Linux box. In this first part of a Linux server s...
  • Linux iptables command examples for new sysadmins

    2023-01-05 20:28:41
    Linux comes with a host based firewall called Netfilter. The netfilter is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack. A registered callback ...
  • Top 20 OpenSSH Server Best Security Practices

    2023-01-05 20:32:58
    OpenSSH is the implementation of the SSH protocol. OpenSSH is recommended for remote login, making backups, remote file transfer via scp or sftp, and much more. SSH is perfect to keep confidentiality and integri...
  • Top 25 Nginx Web Server Best Security Practices

    2023-01-05 20:36:18
    Nginx is a lightweight, high-performance web server/reverse proxy and e-mail (IMAP/POP3) proxy. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. According to Netcraft, 13.50% o...
  • Linux / UNIX Desktop Fun: Steam Locomotive – get train in shell

    2023-01-09 18:39:49
    One of the most common mistake is typing sl instead of ls command. I actually set ...
  • 8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information

    2023-01-09 19:41:32
    Linux operating systems come with a various set of tools allowing you to manipulate the Wireless Extensions and monitor wireless networks. Here is a list of Linux tools used for wireless network monitoring tools that ...
  • Debian / Ubuntu: apt-get force reinstall package

    2023-01-09 20:07:09
    Iam a new Debian Linux / Ubuntu Linux LTS user. How do I reinstall a package using ...
  • How To Install ncurses Library on a Linux

    2023-01-09 20:35:34
    Ineed to compile an application with ncurses library and header files. How do I install install ncurses libs and header files on a Linux operating system? How do I write a simple hello world program using the nc...
  • How to extract a .deb file without opening it on Debian or Ubuntu Linux

    2023-01-09 20:40:25
    Idownloaded a .deb Debian file. How do I extract deb package without installing it on my Debian or Ubuntu Linux based system? How do I list and extract the contents of a Debian package?...
  • Linux dd Command Show Progress Copy Bar With Status

    2023-01-09 20:42:33
    Iam using dd command for block level copy and just found out that there’s no built in way to check the progress. How do I use the Linux or Unix dd command while coping /dev/sda to /deb/sdb and display a pr...
  • How to compile and install Linux Kernel 5.16.9 from source code

    2023-01-09 20:43:59
    Compiling a custom kernel has its advantages and disadvantages. However, new Linux user/admin find it difficult to compile Linux kernel. Compiling kernel needs to understand few things and then type a couple of comman...
  • curl hide progress bar output on Linux/Unix shell scripts

    2023-01-09 20:45:44
    Iam a new Ubuntu Linux user. I am writing a shell script and using the curl command to grab URL output using curl https://example.com/data/api/$key/hash.html. However, the curl comma...
  • Secure Nginx with Let’s Encrypt on Ubuntu 18.04 with DNS Validation

    2023-01-09 20:58:21
    How do I install and secure Nginx with Let’s Encrypt on Ubuntu 18.04 with DNS validation API? My domain DNS hosted with Cloudflare. How do I install Let’s Encrypt to create SSL certificates with Ngin...
  • Install and Configure Nginx on Ubuntu Linux 18.04 LTS

    2023-01-09 21:05:50
    Iam a new Ubuntu Linux user and a web developer by profession. How do I install and configure Nginx on Ubuntu Linux 18.04 LTS?Introduction: Nginx is a free and ...
  • How To Install and Configure TigerVNC server on Ubuntu

    2023-01-09 21:17:25
    How do I install and configure TigerVNC server on Ubuntu 18.04/20.04 for remote desktop access? How to enable Remote Desktop connection between two Ubuntu Linux systems (server and client) to access GUI? How to ...
  • Ubuntu Linux install OpenSSH server

    2023-01-09 21:19:05
    How do I install OpenSSH server on Ubuntu Linux version 16.04/18.04/20.04/22.04 LTS?Introduction: sshd (OpenSSH Daemon or server) is the daemon program for ssh ...
  • Create a Bootable Windows 10 USB in Linux With Ubuntu/Debian GUI

    2023-01-09 21:43:01
    Iam a Linux user and sysadmin. However, I need to install a couple of Windows 10 enterprise or MS-Windows 10 LTSB on a desktop system for developers. How do I create a bootable Windows 10 USB in Linux with GUI t...
  • pfSense email notification when fallback WAN connection goes down

    2023-01-09 21:46:14
    Ihave two WAN connection. The first WAN connection connects via FTTH modem. The second connection connects via 4G LTE CPE modem. ...
  • Ansible reboot a Debian/Ubuntu Linux for kernel update and wait for it

    2023-01-09 21:49:51
    How can I reboot a Debian or Ubuntu Linux server/host remotely using an Ansible playbook for kernel update and wait for it to come back again?Introduction: It i...
  • How to Restart Linux server using putty ssh client on Windows

    2023-01-09 21:55:49
    Iam using Windows version 7 or 10 on my desktop. How can I use putty client to restart Linux server? What is the procedure to restart Linux server using putty from Windows 7 or 10 desktop?...
  • How to add comments to iptables rules on Linux

    2023-01-09 21:56:59
    Iam a new Linux sysadmin. How can I add comments to iptables rules on Linux using the iptables command?Introduction: The iptables and ip6tables commands are use...
  • How to change hostname in Fedora Linux permanently

    2023-01-09 21:57:55
    How do I change the hostname of a Fedora Linux system permanently using the command line tools from localhost to fedora28-nixcraft? How do I change hostname in Fedora Linux permanently from localhost.localdomain...
  • Linux / Unix – Restart PHP Service Command

    2023-01-09 21:59:10
    Iam a new Linux user. How do I restart php service after editing php.ini file on Linux operating systems?PHP is associated with either your web-server or external FastCGI proces...
  • How To Reboot a Solaris UNIX System Using CLI

    2023-01-09 22:01:21
    How do I reboot a Solaris UNIX machine or server using the command / shell prompt? Is it possible to reboot the server using the ssh command?The Solaris Unix machine must be reb...
  • Mysql User Creation: Setting Up a New MySQL User Account

    2023-01-09 22:03:12
    How do I create a user account on MySQL database server?When you try to access MySQL database server from client such as mysql or even programming language such as php or perl y...
  • What is UNIX / Linux Korn Shell?

    2023-01-09 22:04:01
    What is UNIX / Linux Korn Shell?Korn Shell is developed by David Korn at Bell Laboratories It is upwardly compatible with most...
  • What Is POSIX Shell?

    2023-01-09 22:04:51
    What is POSIX Shell under UNIX / Linux operating systems?POSIX is an acronym for “Portable Operating System Interface”. POSIX shell is based on the standard defined ...
  • Linux Check Battery Status Command

    2023-01-09 22:05:45
    Iam new CentOS Linux user and using it on Dell laptop. How can I check check battery status using X terminal on CentOS or Debian/Ubuntu Linux?You need to use any one of the foll...
2026 Copyright Cobra Softwares Pvt Ltd