Prince Yadav has Published 226 Articles

Top Command Line Tools to Find Files Quickly in Linux

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 15:18:02

532 Views

In Linux, there are several command line tools that can be used to quickly and easily find files on the file system. These tools are powerful and versatile, allowing users to search for files based on a variety of criteria such as name, type, size, and more. Some of the ... Read More

Tips to Manage Docker Containers Using CLI

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 15:13:21

96 Views

The way we create, ship, and deploy applications has been completely transformed by Docker. Developers can package their applications and dependencies into containers using Docker's lightweight containerization technology, which ensures consistency across various environments. Although Docker offers an intuitive graphical user interface (GUI), the command-line interface (CLI) is still a ... Read More

TheSpeedX / TBomb – Call and SMS Bomber for Kali Linux

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 15:09:34

35K+ Views

In this comprehensive tutorial, we will delve into the fascinating realm of TheSpeedX/TBomb, an incredible call and SMS bomber specifically designed for Kali Linux. We will not only explore the underlying technologies that power this tool but also provide you with detailed, step-by-step instructions on how to set up TBomb ... Read More

Show System Statistics from /proc Filesystem Using procinfo

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 15:06:52

53 Views

Are you a Linux user or system administrator looking for a quick and easy way to access system statistics on your machine? Look no further than the procinfo command, a dominant advantage that allows you to access key information about your system's performance from the /proc filesystem. With procinfo, you ... Read More

Shell Scripting – How to Send Signal to a Process?

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 15:04:56

427 Views

In this tutorial, we will delve into the concept of sending signals to processes in shell scripting, equipping you with the knowledge and skills to effectively control and interact with processes. Signals serve as a means of communication between processes, enabling them to convey specific instructions or handle various events. ... Read More

Python for Time Series Analysis: Forecasting and Anomaly Detection

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 14:59:27

248 Views

Python has become the language of choice for data scientists and analysts, offering a comprehensive range of libraries and tools for data analysis. Particularly, Python stands out in time series analysis, excelling in forecasting and anomaly detection. With its simplicity, versatility, and strong support for statistical and machine learning techniques, ... Read More

Python for Robotics: Building and Controlling Robots Using ROS

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 14:57:39

567 Views

The world of robotics is undergoing rapid advancements, revolutionizing industries such as manufacturing, healthcare, and logistics. As the demand for intelligent and autonomous robots continues to grow, there is an increasing need for programming languages that can effectively handle the complex challenges of robot control and interaction. Python, renowned for ... Read More

Python for IoT Applications: Controlling and Monitoring Devices

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 14:55:56

752 Views

Being passionate enthusiasts of Internet of Things (IoT) technologies, we find ourselves constantly astounded by the immense possibilities this field presents. IoT has revolutionized our interaction with the world by providing the ability to connect and control devices remotely. In this regard, Python has emerged as a pivotal language that ... Read More

Practical Examples of Linux xargs Command

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 14:52:53

295 Views

Are you looking for different ways to simplify your Linux workflow and want to automate your tasks? The Linux xargs command may be just what you didn’t know. In this article, We will see some practical examples of using xargs to execute commands on a list of items generated by ... Read More

PacVim – A CLI Game to Learn Vim Commands

Prince Yadav

Prince Yadav

Updated on 28-Jul-2023 14:46:57

136 Views

Vim has been a favorite of many programmers and Linux users for years due to its powerful features and flexibility. However, Vim's learning curve has often been a barrier for newcomers to the platform. This is where PacVim comes in. PacVim is a game that utilizes the mechanics of the ... Read More

Advertisements