[Solution] Fix and Recover a corrupt history file in zsh – Linux

If you ever see a message like this upon opening a new shell – “zsh: corrupt history file /root/.zsh_history“. You can easily fix your history file by extracting only the valid strings. The…

Read more

How to Setup FTP Server in Ubuntu

FTP used to be the most used protocol on the Internet by sheer data traffic until it was surpassed by HTTP a few years ago. FTP does one thing, and it does it…

Read more
SSH Server Ubuntu Tech Hyme

How To Install SSH Server in Ubuntu

SSH (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It also provides…

Read more
Vmware Installation Tech Hyme Virtual Machine

Setting Up New Virtual Machine with VMware Workstation 16 Pro

A virtual machine is a software that, like a physical machine, runs an operating system and applications. A virtual machine uses your host system’s physical resources on which it runs. Virtual machines have…

Read more

List of Variables and Metacharacters in Linux – Shell Programming

Shell program is series of Linux commands. Shell script is just like batch file is MS-DOS but have more power than the MS-DOS batch file. Shell script can take input from user, file…

Read more

A Quick Overview of Linux File System

One of the most frustrating things about mastering a new OS can be figuring out where it keep files. Instead of keeping all important system files in a single directory, such as C:\Windows…

Read more
linux questions tech hyme

Top 77 Linux Interview Questions to Ask Candidates

Linux is a common computing environment, and for that reason, many specialties within IT will require basic Linux/UNIX knowledge. If you’re getting ready to interview for a web or software developer, system administrator,…

Read more