Ankita Lunawatcloudhub2295.hashnode.dev·Sep 20, 2024Installation of Jenkins on ubuntuSteps To install Jenkins on an Ubuntu system. Update the System update the system. sudo apt update Install Java Jenkins requires Java to run, so you need to install OpenJDK. sudo apt install openjdk-11-jdk -y Verify the Java installation. java -ver...DiscussJenkins
FMZ Quantfmzquant.hashnode.dev·May 24, 2024Preliminary Exploration of Python Crawler Application on FMZ Platform -- Crawling the Content of Binance AnnouncementRecently, I saw that there is no relevant information about Python crawlers in the community and library, based on the spirit of all-round development of QUANT, I learned some concepts and knowledge related to crawlers simply. After some understandin...Discussplatform
Nihal Maskeynihalmaskey.hashnode.dev·May 11, 2024SSH into Docker with Root UserTools Docker OS: Ubuntu Steps: 1. Pull ubuntu image docker pull ubuntu Pulls the Ubuntu Docker image from the repository. 2. Run Ubuntu Image with Name and Exposing Port: docker run -id --name ubuntu_ssh_ -p 2222:22 ubuntu Launches the Ubunt...DiscussDocker
FMZ Quantfmzquant.hashnode.dev·May 11, 2024An example of general protocol contract access on FMZAn example of general protocol contract access on FMZ Recently, some users have been talking about the Exchange of AOFEX, considering that there is no example on how to connect to the REST interface of the contract Exchange on FMZ. In this article, w...DiscussAOFEX
mortylenmortylen.hashnode.dev·Dec 18, 2023Importing Data From Multiple MS Access Files To SQL ServerIn this brief article, I aim to share my approach to importing data from MS Access files into SQL Server. With the task of importing data from hundreds of files with identical structures into SQL Server tables, I've distilled this guide to focus on a...Discuss·67 readsms-access
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023How to Create an S3 Bucket and Assign Full Access to One IAM User Using TerraformIntroduction :- Amazon S3 is a widely used object storage service that provides industry-leading scalability, durability, and security. With #Terraform, a popular infrastructure as code (IaC) tool, you can easily create and manage S3 buckets and thei...DiscussS3
Vericy AIforVericy AI's team blogarticles.vericy.ai·Jul 3, 2023Right to AccessI. Introduction Welcome, curious readers, to a thrilling exploration of the fascinating user right known as the "Right to Access." In this blog, we will embark on a journey through the exciting realm of data transparency, personal empowerment, and th...Discuss·93 readsAccess
Prabhakar Yadavprabhakar810.hashnode.dev·Mar 6, 2023File Permissions and Access Control Lists#90DaysOfDevOps (1) Create a simple file and do ls -ltr to see the details of the files. Change the user permission of the file. (2)Write an article about File permissions in Linux. In Linux, Three types of users are there- owner-The owner of the ...Discussfile-permission
Mikaeel Khalidblog.mikaeels.com·Jan 22, 2023How to Setup/Enable BitBucket Terminal Access on a MacSetting up an SSH key can be a confusing and tedious process, but it doesn't have to be. This blog post will show you a simple and straightforward method for installing an SSH key on your Mac. Step 1: Generate the SSH Key To generate your SSH key, op...Discuss·1.3K readsDevOpsGit
Pieces for Developerspieces.hashnode.dev·Jan 12, 2023Role-based access systems in Node.jsMany times, organizations of all sizes require web developers to limit access to certain resources and the rights to implement certain effects based on the hierarchy of users in the system. In this article, we'll be looking at how we can implement a ...Discuss·271 readsAccess