There are no reviews yet. Be the first to send feedback to the community and the maintainers!
AirBnB_clone_v2
Ever since you completed project 0x0F. Load balancer of the SysAdmin track, youโve had 2 web servers + 1 load balancer but nothing to distribute with them. Itโs time to make your work public! In this first deployment project, you will be deploying your web_static work. You will use Fabric (for Python3). Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/downloading files, as well as auxiliary functionality such as prompting the running user for input, or aborting execution. This concept is important: execute commands locally or remotely. Locally means in your laptop (physical laptop or inside your Vagrant), and Remotely means on your server(s). Fabric is taking care of all network connections (SSH, SCP etc.), itโs an easy tool for transferring, executing, etc. commands from locale to a remote server.alx-low_level_programming
This repository contains programs written for the low-level programming track at ALXSchool.alx-frontend-javascript
alx-frontend-javascriptsimple_shell
Writing a simple UNIX command interpreter.alx-backend-user-data
alx-backend-user-dataalx-higher_level_programming
This repository contains programs written for the higher-level programming track at ALXSchool.alx-backend-javascript
Specializationalx-backend
backendalx-system_engineering-devops
engineering devopsGedeon-obae1
Config files for my GitHub profile.alx-backend-python
alx-backend-pythonprintf
A formatted output conversion C program completed as part of the low-level programming and algorithm track at ALX. The program is a pseudo- recreation of the C standard library function, printf.recovery
recoveryphp
niftecs-software-company
alx-interview
interviewbinary_trees
simple binary treesAirBnB_clone
AirBnB clone written for ALX(Holberton) School, Second sprint.alx-backend-storage
Backend Storagealx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineerflexbox-css
just_do_it
Dynamic websitealx-files_manager
This project is a summary of this back-end trimester: authentication, NodeJS, MongoDB, Redis, pagination and background processing. The objective is to build a simple platform to upload and view files: User authentication via a token List all files Upload a new file Change permission of a file View a file Generate thumbnails for images30-days-of-javascript
RSA-Factoring-Challenge
We have sniffed an unsecured network and found numbers that are used to encrypt very important documents. It seems that those numbers are not always generated using large enough prime numbers. Your mission should you choose to accept it, is to factorize these numbers as fast as possible before the target fixes this bug on their server - so that we can decode the encrypted documents.Love Open Source and this site? Check out how you can help us