How To Install and Configure Samba Server in Ubuntu

Samba Server Ubuntu Installation and Configuration Techhyme
Samba is a free and open-source software suite that provides file and print services to SMB/CIFS clients. Samba is commonly used to share files and printers between Windows and Linux/Unix systems, as well as to provide centralized file and print... Read more

Disable SMB3 Protocol With CMD and PowerShell in Windows 10

smb-protocol disable enable
SMB (Server Message Block) is a network protocol used for file and printer sharing between computers. SMB allows for seamless file and resource sharing between computers and is commonly used on local area networks (LANs) and wide area networks (WANs).... Read more

The Hacker’s Methodology – A Brief Guide

Hackers Methodology Techhyme
A hacking methodology is an essential step-by-step procedure that a hacker follows as they prepare for a penetration test. This methodology is critical to a hacker because it helps guide you from where you are now to where you want... Read more

10 Simple Tips To Make Your WordPress Blog SEO Friendly

WordPress SEO Tips and Tricks Techhyme
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. It is used to create and manage websites, blogs, and other types of web content. WordPress is the most popular CMS in the world and... Read more

[Linux] Scanning Open Ports With Netcat

Port Scanning with Netcat in Linux Techhyme
The first step in port scanning is to check if a specific port is open or being used by a service. This can be done using the nc command, or with other tools such as telnet, nmap, or socat. Once... Read more

SSRF (Server Side Request Forgery) – A Basic Understanding

SSRF Attack Techhyme
SSRF (Server Side Request Forgery) is one of the most common web security vulnerability that allows an attacker to induce the server-side application to make requests to an unintended location. In a typical SSRF attack, the attacker or intruder might... Read more

Programming Languages You Should Learn

Programming Languages Techhyme
A programming language is a set of instructions and rules for computers to execute tasks. Some common programming languages include C, C++, Java, Python, and JavaScript. Each language has its own strengths and weaknesses and is used for different types... Read more

5 Android Tips and Tricks to Supercharge Your Experience

Android Tips and Tricks Techhyme
Android is a mobile operating system based on the Linux kernel and developed by Google. It is designed primarily for touchscreen mobile devices such as smartphones and tablets. Android is open-source, which means that developers can modify and customize the... Read more

Things To Do When You Get Stuck Coding

Stuck Coding Things to do Techhyme
When you’re stuck with coding, it can be frustrating and demotivating. But there are a number of things you can do to help yourself get unstuck: 1. Google it When you are stuck with coding, searching for a solution on... Read more

Four Ways To Show Mounted Drives on Linux System

Linux System Show Mounted Drives Techhyme
In Linux, “mounting a drive” refers to making a storage device accessible to the file system hierarchy. When a drive is mounted, it can be accessed and manipulated like any other directory on the system. If you have multiple drives... Read more

3 Ways To Get the UUID of a Disk Partition in Ubuntu Linux

Get UUID Disk Partition Linux Ubuntu Techhyme
A Universally Unique Identifier (UUID) is a 128-bit number used to identify unique items or objects. In Linux, UUIDs are used to uniquely identify partitions and file systems. They are commonly used in place of traditional device names (such as... Read more

DUF Command in Ubuntu Linux – Usage and Examples

DUF Command Usage and Examples - Techhyme
The duf utility is nothing but an enhancement of what du and df commands do to check used and free space in a structured and eye-pleasing way. Duf is one of the new CLI tools that is gaining quite some... Read more

How To Enable Timestamp In Bash History In Ubuntu Linux – 2023 Guide

History Command Enable Timestamp Linux Ubuntu Techhyme
In a Unix-like operating system, the history command is used to display a list of previously executed commands. By default, the history command will show the command number (a unique identifier assigned to each command as it is executed), the... Read more