ssacli on Linux

SSACLI TOOL # HP Tool for linux make it easier to manage smart array controllers in HP servers. With the shell it make simple to create, delete and repair the logical and physical drives on the smart array. Two ways to use the tools # hpacucli prompt > ssacli Smart Storage Administor CLI 3.47.1.0 Detecting Controllers...Done. Type "help" for a list of supported commands. Type "exit" to close the console.
Read more →

Learning C++

After dabblingly in a few programming languages like javascript, bash, and python, I finally biting the bullet and trying out C++, as low-level features and high-level abstraction, I figure this would boost my coding skills and get me closer into more development. So far, the language is not as scary as many make it be. Let touch on a few things on why C++ is good to learn. First The Community # The language itself has many followers, and many business use C++ for varies of reason.
Read more →

Aws Cloud Tools

AWS Cloud # The AWS Command Line Interface (CLI) is a powerful and convenient tool that allows you to manage and control your AWS services with ease. By using a unified interface, you no longer need to switch between multiple tools or dashboards to manage your cloud infrastructure. Instead, you can control all your AWS services from the command line, which provides a streamlined and efficient approach to managing your cloud environment.
Read more →

Process Substitution

In the world of shell piping, there’s a powerful technique that involves piping the standard output (stdout) of one command into the standard input (stdin) of another. However, what happens when you need to pipe the output of multiple commands? This is where process substitution comes in handy. Process substitution is a shell technique that allows you to use the output of a command as a file argument to another command, without the need to create temporary files or named pipes.
Read more →

Jumpstart Python

Python Jumpstart by Building 10 Apps # “The Python Jumpstart by Building 10 Apps Course” is a great path to get started on learning python and some of the core features. Micheal Kenndy explains each topic in details and with good examples. Python is growing, and the demand for the skill set is high peak right now. Python Jumpstart will help anyone to get started on the language. I enjoy doing these small projects.
Read more →