Webmin is an open-source control panel that allows you to manage your Linux server through…
Abhishek Kumawat
Abhishek Kumawat
Founder of "Our Alien". I am a IT PROFESSIONAL and A big OPEN SOURCE ENTHUSIAST . Checkout my LinkedIn profile for professional information and my website for personal information.
-
-
You can use the find command to search for files and directories based on…
-
Tar was originally designed for creating archives to store files on magnetic tape, which…
-
Microsoft WindowsMicrosoft Windows ServerMonitoring
Ping and Save TXT File with Timestamp on Windows PowerShell CLI
Open PowerShell and run the below command:- ping.exe -t 8.8.8.8|Foreach{“{0} – {1}” -f (Get-Date),$_}…
-
=> Zip files do not support Linux-style ownership information. The extracted files are owned…
-
Secure Shell (SSH) is a cryptographic network protocol used for a secure connection between…
-
To redirect HTTP traffic to HTTPS you can add below lines to either .htaccess…
-
T-SQL This will create a full backup of the AdventureWorks database and write the…