Software Development and Programming Careers (Official Discussion Thread)

Sonny Bonds

Superstar
Supporter
Joined
Apr 24, 2014
Messages
4,620
Reputation
916
Daps
13,253
How do I add a user to an AWS account when Azure SSO is active on the account? I’m not seeing where to do this.

Edit : I was in the wrong instance :francis:
 
Last edited:
Joined
Apr 3, 2014
Messages
71,910
Reputation
17,058
Daps
305,943
Had to restore a database for the first time ever at my apprentice job the other day. I was so lost. Had never done anything db related until now.


My coworker basically had to hold my hand :dame: and take me step by step through restoring the db and then querying it in mysql workbench.

I'm not going out like that again so I bought a sql course on udemy and I'm powering through it this weekend. :wow:
 

Secure Da Bag

Veteran
Joined
Dec 20, 2017
Messages
40,017
Reputation
20,339
Daps
126,125
Had to restore a database for the first time ever at my apprentice job the other day. I was so lost. Had never done anything db related until now.


My coworker basically had to hold my hand :dame: and take me step by step through restoring the db and then querying it in mysql workbench.

I'm not going out like that again so I bought a sql course on udemy and I'm powering through it this weekend. :wow:

I don't know how it is on mysql. But on Sql Server, I get the db backup, take the db offline, do the restore (it's a gui command), and put the db back online. Most of that is google-able.
 
Joined
Apr 3, 2014
Messages
71,910
Reputation
17,058
Daps
305,943
I don't know how it is on mysql. But on Sql Server, I get the db backup, take the db offline, do the restore (it's a gui command), and put the db back online. Most of that is google-able.




I was lost in the sauce :mjcry:


It was embarrassing. Part of it was that it was during a meeting so I felt like I was put on the spot.

Never again :wow:
 

Mike809

Veteran
Supporter
Joined
Oct 15, 2015
Messages
16,097
Reputation
3,651
Daps
82,072
Reppin
Bronx
update on my wallpaper project.

pretty much finish the backend , and now working on the frontend using react.

still have to style the searchbar.

i posted a few pages back how im pretty much trying to replicate this other site i use.



EqOA0KQ.png
 

null

...
Joined
Nov 12, 2014
Messages
29,220
Reputation
4,894
Daps
46,431
Reppin
UK, DE, GY, DMV
How do I make a Gitlab pipeline to continously copy some files from Gitlab to an s3 bucket?


it looks like you can linux mount it

How to Mount Amazon S3 as a Filesystem in Linux, Windows, and macOS

is it just git under the hood?

if you have a git client you could just pull the files there using "git pull".

that will automerge so you need to be careful :picard:

you could setup a batch in cron to do it.

you could pull to another location on the server and check for conflicts before updating the live filesystem.

not sure what an S3 bucket loosk like internally but am assuming that it is has a command line, is driven by a writable file-system and can be controlled from shell command line sessions.
 

Klaus Schwab

Technocrat AKA Dr. Cocteau
Joined
Mar 11, 2022
Messages
470
Reputation
292
Daps
1,931
Reppin
World Economic Forum
update on my wallpaper project.

pretty much finish the backend , and now working on the frontend using react.

still have to style the searchbar.

i posted a few pages back how im pretty much trying to replicate this other site i use.



EqOA0KQ.png
Where do you get the wallpaper images from?
 
Top