Session 11: Instructor-led Live Training on Python full course | Python 3 API and CGI

preview_player
Показать описание
Free of Cost – Specialist in Python (with Flask Towards Data Science) basic to advance by World Record Holder - Mr. Vimal Daga.

➡️ IIEC-RISE Social Media Platforms :-

➡️ Join our Telegram channels :-

#pythonwithiiec #iiecrise #vimaldaga #worldrecordholder
Рекомендации по теме
Комментарии
Автор

Summary:
We learn about
»how to integrate python with docker.
Docker is backend technology.
»SeLinux Security in Linux
SELinux is a security feature in Linux which allows admins to have control over the access permissions of the system.
Knowing Status :
»command getenforce
if o/p: "enforcing" =>security feature is enabled
if o/p: "permisive" =>security feature is disabled
disable this Security
»command "setenforce 0"
enable security
»command "setenforce 1"
»adding a new user in Linux and assiging the ID to it
» 'adduser <username>'.
»Root user is super administrator
»giving sudo power to some other user
» first go to the directory and then we have to set the user name ALL=(ALL) NOPASSWD:ALL
» drop down menu/list in HTML and creation of it
»Drop down menu/list is set of options of which user has to select a particular choice.
» <select>
<option> ubuntu:14.04<\option>
<option> centos:7<\option>
<option> windows<\option>
<\select>
» Dynamic Programming

nallamsatyavandana
Автор

Session-11 Summary:
->In today's session we learned how to integrate python with docker.
->docker is a backend technology.
-> we have seen how to solve connection issues to integrate with python.
->SElinux-is a powerful security feature of Linux.
->getenforce-this command returns permissive when SElinux is enabled for checking security.
->setenforce-this command modifies the mode of SElinux, it is used to enable (1) and disable (0) the security.
->apache ALL=ALL NOPASSWD: ALL-will set all the power.
->Sudo-this will help to access power.
->Information about VIM editor and gedit.
->Discussed how to enhance the project using voice control.
->useradd command-which is used to create a new user
.
->we can create many users but the only root account has the power to run any commands.
->getenforce-it shows the security is to enable or disable
.
->We also learned about HTML dropbox.

purnachandrikayarlagadda
Автор

update:

- how to integrate python with docker.
-SeLinux Security in Linux: SELinux is a security feature in Linux which allows admins to have control over the access permissions of the system.
Knowing Status :
- command getenforce
if o/p is: "enforcing" -> security feature is enabled
if o/p is: "permisive" - >security feature is disabled
disable this Security
- command "setenforce 0"
enable security
- command "setenforce 1"
- adding a new user in Linux and assiging the ID to it
- adduser <username>
- Root user is super administrator
- giving sudo power to some other user
- first go to the directory and then we have to set the user name ALL=(ALL) NOPASSWD:ALL
- drop down menu/list in HTML and creation of it
-Drop down menu/list is set of options of which user has to select a particular choice.
- <select>
<option> ubuntu:14.04<\option>
<option> centos:7<\option>
<option> windows<\option>
<\select>
- Dynamic Programming
- Commands like systemctl status docker to see status of webserver..

katherine
Автор

Session 11th Summary-
# Docker
# Solving the connection to integrate with python
# Html Dropbox
# uderadd command
# options tag
# introduction of Apache
# commamd-
Setenforce & Getenforce

akshaysupare
Автор

Summary:
-> While connecting using api, it failed due to security reasons, there were two reasons:
->Permission for webserver(SELinux)
i)getEnforce
premissive
setenforce 1 will enforce permissions
ii)Sudo
Discussed how to enhance the project using voice control.

->useradd command-which is used to create a new user
.

->we can create many users but the only root account has the power to run any command
sudo is used to give all powers to the webserver
vim/etc/sudoers open this and add
Apache ALL=(ALL) NOPASSWD=ALL
Any program (webserver) run with apache user has all the powers now
->Drag And Drop menu in Html
</br>
Enter Os Image Name
<select name='I">
<option>centos:7</option>
<option>ubuntu:14.04</option>

</select>
->commands like systemctl status docker to see status of webserver

->Information about VIM editor and gedit.

bhavyamaddukuri
Автор

Session 11 summary
Learned about:
•Integration of python with docker
•Selinux
•Commands- useradd, setenforce, getenforce
•Introduction to apache
•HTML tags

riapjohn
Автор

Session Summary -
In this Session we learn about the
1) Integration of Docker with Python
2) SELinux Security of Linux
3) getenforce Command to know the security feature is enforcing or permissive
4) setenforce Command to set the security enabled or disabled by the Command setenforce 1 and setenforce 0 respectively.
5) adduser command for adding the new user in the Linux and assigning the id to it
6) Root user is the super user in the Linux
7) About the HTML drop down menu
8) Commands of the Docker
Thank You Vimal Sir for the great session !!!

anuragsharma
Автор

Summary:
Integration of python with docker
Selinux
Commands-useradd, setenforce, getenforce,
Introduction to apache
Htlm tags

nikhilamanne
Автор

This is my summary of the session: 11

I learnt the followings:

 SE Linux Security in Linux Operating System.
 Linux security modules.
 Solving permission issues with sudo & its uses.
 HTML tag - Drop-down box.
 Apache web server Introductions.
 VIM editor and gedit details.
 Discussion on Dynamic programming .


Thanks a lot to Mr. Vimil Daga sir for his guidance in my python path…..

pandianshanthakumar
Автор

Roll no. - RISE 2020.7.15.5
Summary of the session :
1. Integration of python with docker.
2. Security Linux (SeLinux) is used by the admin to get the access permissions of the system.
3. SeLinux sometimes blocks the connection due to security reasons & we solved this issue.
4. Enhancement of the project using voice control.
5. Learned concept of Apache and dynamic programming.
6. Docker as a backend technology.
7. HTML tag, sudo command & different use cases of sudo command.

ritikverma
Автор

In this session
Selinux is security in linux we can disable the securities of linux running setenforce 0 command.
To enable again we need to run
Gentenforce 1 command.
By using useradd command we can add new user in linux.
To assign the id we use sudo -u <user name> id command.
Before this we need add lines in /etc/sudoers file from root user.
By doing above process we can give sudo Power to other user
Creating Drop down menu/list in html
Dynamic programming is used to give content dynamically instead of static

akhilmangal
Автор

11th session
I have learnt
1) Docker
2) solving connection issue to integrate with python
3) SE linux security program
Thank you

tapankumarsankar
Автор

Name: Jus Pratap Singh
Summary
-Integration of python with docker
-SELinux
security command
-getenforce command to get the status of security
, setenforce command
-useradd command ti add a new user in Linux and assign id
-Drop-down menu html
-Apache Web server
-Dynamic programming

Jus
Автор

- Integration of Python with Docker
- docker backend Technology
- SELinux powerful security
- HTML drop-down
- Apache introduction
- Dynamic Programming

pranavshimpi
Автор

Introduction to Apache
Html dropdown
Python with docker
Selinux
Html tag
Dynamic programming

kirtishetye
Автор

Session 11 summary
Docker
Apache
Solve connnecting issue integrate python
HTML tags

sushmasingh
Автор

In this session i have learned about:-
->Integration of python with docker
->selinux
->Solving connecting issues to integrate using python
->Add commands
->Introduction of apache
->add commands
->Dynamic programming

bhargavvuyyuru
Автор

Session11 Summary📝:

1. Linux comes with some By-default one security program called SELinux (Security Enhanced Linux).
2. We can disable SElinux security by using command# setenforce 0 for enable use setforce 1.
3. We can add new user in linux command by # useradd <user_name>
4. For verify the user ID we can use # id <user_name>.
5. In the root user it is the only user with admin power.
6. Webserver run apache user but we can give other power as root user by using vim /etc/sudoers file
apache ALL=(ALL) NOPASSWD: ALL
7. For giving some commands to extra power we use# sudo <command>
8. To drop down menu/list in HTML we can use select Tag and give options inside the option Tag.
9. Dynamic Programming for we use javascript language.

kalpitmalviya
Автор

In this session, I learnt how to integrate python with docker, useradd command, setenforce & getenforce commands for SElinux (for enhanced security) . I also learnt about HTML tags and dropdown etc. Thank You Sir

krushnaprasadsahoo
Автор

- docker python integration
- giving max permissions to Apache
- gedit, vim
- creating new user
- disabled selinux
- dynamic programming
- sudo usage
- drop-down menu in html

titliarora