Skip to content
ExpLinux
  • Home
  • linux
  • linux tricks
  • linux commands
  • tutorial
  • news

Uncategorized

ExpLinux - Uncategorized

Calling All Writers: Join Our Linux Blogging Community!

Posted by By explinux July 11, 2023Posted inUncategorized
Are you passionate about sharing your knowledge, experiences, and insights with the world? Do you have a knack for crafting compelling narratives and informative articles? If so, we invite you…
Read More

ESXi Installation in Simple Steps with Images

Posted by By explinux December 30, 2022Posted invmware, Uncategorized
In this article, we will show you ESXi 7 installation step by step guide with images. ESXi Installation VMware ESXi (pronounced ESXi) is a type of hypervisor that allows you…
Read More

What is VMware Used For? Exploring the Benefits of VMware Technology

Posted by By explinux December 30, 2022Posted inUncategorized, vmwareNo Comments
Do you want to know the answer to the question “What is VMware used for?” If so, you’ve come to the right place. In this blog post, I’ll explore the…
Read More

Subnet of IPv4 – You should know

Posted by By explinux December 21, 2022Posted inUncategorizedNo Comments
IP Addresses are part of the daily routine for any system admin and to work properly we need to know how subnetting works. mostly of us are confused with subnetting.…
Read More

Linux Quiz

Posted by By explinux October 29, 2022Posted inUncategorizedNo Comments
Linux quiz Test you Linux knowledge with some pretty good and necessary Linux questions . We have added only those question which you are going to use in your daily…
Read More

How to Install Python 3.8 on RHEL 7 | Very easy method

Posted by By explinux June 1, 2022Posted inUncategorizedNo Comments
How to Install Python 3.8 on RHEL 7   Python is very much popular and opensource programming language . It id widely used everywhere. Developers always ask for install latest…
Read More

Shell Script for SSH Without Password in Linux/RHEL/Centos/Ubuntu

Posted by By explinux June 19, 2020Posted inUncategorizedNo Comments
#!/bin/bash#Script for passwordless authentication for remote host #Author: explinux#Date:19june2020echo "enter ip : "read ipecho "enter user"read userssh $user@$ip mkdir -p .sshcat .ssh/id_rsa.pub | ssh $user@$ip 'cat >> .ssh/authorized_keys'ssh $user@$ip "chmod 700…
Read More

This is an example of Pre Footer section in Sinatra.

Example Button

Explinux

Copyright 2025 — ExpLinux. All rights reserved. Sinatra WordPress Theme
Scroll to Top