Open in app

Sign In

Write

Sign In

Rakesh Samal
Rakesh Samal

2 Followers

Home

About

Dec 14, 2022

How to Install React Native on Mac OS with Xcode and Android Studio

React Native becoming very popular among Android and iOS developers because of its cross-platform native development technique. Step 1. Install Homebrew : To install Homebrew open your terminal prompt and type the below command ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" Step 2. Install Node.js : The next step is to install the…

1 min read

1 min read


Sep 21, 2020

Celery worker as a daemon on AWS ec2 ubuntu Instance

You probably want to use a daemonization tool to start the worker in the background. Running the worker in the background as a daemon see Daemonization for more information. Create a configuration file Access your AWS Ubuntu instance on terminal ssh ubuntu@your-aws-instance-public-ip -i key.pem Create the empty /etc/default/celeryd for the…

Aws Ec2

2 min read

Aws Ec2

2 min read


Sep 21, 2020

Deploying Django on AWS ec2 ubuntu Instance with Uwsgi and Nginx

You need a Linux based system, I use Ubuntu 18.04 for this tutorial — Setup your Django App Step 1: Access your AWS Ubuntu instance on terminal ssh ubuntu@your-aws-instance-public-ip -i key.pem Step 2: After logging in, let’s get all the required stuff installed. sudo apt-get update sudo apt-get install python-dev sudo apt-get install python-pip For Python 3, sudo apt-get install python3-dev sudo apt-get install…

Python

4 min read

A quick guide to deploying Django on AWS ec2 ubuntu Instance with Uwsgi and Nginx
A quick guide to deploying Django on AWS ec2 ubuntu Instance with Uwsgi and Nginx
Python

4 min read


Jun 4, 2020

How to Enable Password Authentication in AWS ec2 Instances

The configuration to enable password authentication in AWS instance Step 1: Log in to the server using ssh client of your choice using the private key. ssh -i your-key.pem username@ip_address Step 2: Setup a password for the user using passwd command along with the username. sudo passwd ec2-user Step 3: Open the sshd_config file. sudo vi /etc/ssh/sshd_config Step 3: Find the Line containing “PasswordAuthentication” parameter and change its value from “no” to “yes”

Ec2 Instance

1 min read

Ec2 Instance

1 min read


May 6, 2020

How To Deploy a React app using Nginx and Ubuntu 18.04

You need a Linux based system, I use Ubuntu 18.04 for this tutorial — Login To Your Server $ ssh username@YOUR_SERVER_IP Install NodeJS and npm Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. Node.js gives us the possibility to use JavaScript as a BackEnd language like Python, Java, or PHP. NPM is a package manager for the JavaScript programming language. …

React

2 min read

React

2 min read


May 6, 2020

Generate SSH Keys Online

ssh-keygen authentication key generation, management, and conversion Generate an RSA SSH key pair with a 4096-bit private key ssh-keygen -t rsa -b 4096 -C "RSA 4096 bit Keys" Generate a DSA SSH keypair with a 2048 bit private key ssh-keygen -t dsa -b 1024 -C "DSA 1024 bit Keys" Generate an ECDSA SSH keypair with a 521-bit…

Ssh Keys

1 min read

Ssh Keys

1 min read

Rakesh Samal

Rakesh Samal

2 Followers
Following
  • Felipe Rohde

    Felipe Rohde

  • Gobinda Thakur

    Gobinda Thakur

  • Srijan Anand

    Srijan Anand

  • Joey Kay

    Joey Kay

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech