Open in app
Home
Notifications
Lists
Stories

Write
Sathya Narayana
Sathya Narayana

Home

May 2

What are Neural Networks?

Neural networks are a set of algorithms, that are designed to mimic the human brain, that is designed to recognize patterns. They interpret data through a form of machine perception by labeling or clustering raw input data. Let’s take a moment to consider the human brain. Made up of a…

13 min read

What are Neural Networks?
What are Neural Networks?

May 2

Linux Funny and Interesting Command

bb — an ASCII-art demo 1. Cowsay The cowsay command draws out little animals using ASCII art in the terminal or shell. It is not very graphical but does a nice job at the drawing. On Ubuntu or Debian or systems you can install cowsay with apt, For RHEL and Fedora, you can install using Yum. …

5 min read

Linux Funny and Interesting Command
Linux Funny and Interesting Command

May 2

Queue

In the programming world, Queue is an Abstract Data Type (ADT) that works on the principle of FIFO (First In First Out). It means any data which goes inside the queue, will be getting out of the queue in the same order as they inserted into the queue. …

4 min read

Queue
Queue

May 2

Exploration of Date Command in Linux

Date Command: date command in Linux is used to check the current date and time. SYNOPSIS date [OPTION]… [+FORMAT] Display the current time in the given FORMAT, or set the system date. Mandatory arguments for long options are mandatory for short options too. [root@localhost ~]# date

4 min read

Exploration of Date Command in Linux
Exploration of Date Command in Linux

May 2

espeaking and its commands in Linux

What is espeak-ng? espeak-ng — A multi-lingual software speech synthesizer. espeak-ng is a software speech synthesizer for English and some other languages. SYNOPSIS espeak-ng [options] [words] Some Basic espeak-ng options? espeak-ng is used for text-to-speech(TTS), So anything you write in front of it, It will speak the output in the system speaker. [root@localhost ~]# espeak-ng “hello” so…

4 min read

espeaking and its commands in Linux
espeaking and its commands in Linux

May 2

Zenity command in Linux

What is ZENITY ? zenity is a program that will display GTK+ dialogs, and return (either in the return code or on the standard output) the user's input. This allows you to present information, and ask for information from the user, from all manner of shell scripts. For example, zenity — the question will…

6 min read

Zenity command in Linux
Zenity command in Linux

May 2

How to Read Data from RAM

One can able to read RAM Data in 8 to 10 simple steps : Install the kernels yum install kernel-devel kernel-headers -y Install Git to clone the kernel module:LiME yum install git Now after installing git you can clone LIME by using the below link git clone https://github.com/504ensicsLabs/LiME.git Now install…

3 min read

How to Read Data from RAM
How to Read Data from RAM

Apr 19

OverView of this task

Step 1: Create an AWS EC2 instance Step 2: Configure the instance with Apache Webserver Step 3: Download the PHP application name WordPress Note: As WordPress stores data at the backend in MySQL Database server. Therefore, we need to set up a MySQL server Step 4: MySQL server using AWS RDS service using Free Tier Step 5: Provide the endpoint/connection string to the WordPress application to make it work

5 min read

OverView of this task
OverView of this task

Apr 19

Multiple Usecase Projects on Serverless Framework

Overview Serverless computing has gained importance over the last decade as an exciting new field, owing to its large influence in reducing costs, decreasing latency, improving scalability, and eliminating server-side management, to name a few. Services like AWS Lambda have fundamentally changed the way we think about building and hosting web-scale…

12 min read

Multiple Usecase Projects on Serverless Framework
Multiple Usecase Projects on Serverless Framework

Apr 13

Configure Webserver -Setup python interpreter and run python code on Docker Container

Introduction Webserver The term web server can refer to hardware or software, or both of them working together. On the hardware side, a web server is a computer that stores web server software and a website’s component files (for example, HTML documents, images, CSS stylesheets, and JavaScript files). A web server…

3 min read

Configure Webserver -Setup python interpreter and run python code on Docker Container
Configure Webserver -Setup python interpreter and run python code on Docker Container
Sathya Narayana

Sathya Narayana

Aspiring Cloud DevOps MlOps Enthusiast

Following
  • Xavier Alves

    Xavier Alves

  • Amit Sharma

    Amit Sharma

  • Jonathan Hui

    Jonathan Hui

  • Tejas Gupta

    Tejas Gupta

  • Sonam Kumari Singh

    Sonam Kumari Singh

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable