python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Force password expiration multiple-users one-time
How can I query all users on a box and force password expiration?
Currently, I am querying all users:
getent shadow | awk -F: '$2 ~ /^\$/ || $2 ~ /^!\$/ {print $1} {print $3}'
And this gets me the us...
Justin Lawhorne
Votes: 0
Answers: 2
Methods for detecting users with multiple accounts
I'm working on a phone app that involves users acquiring money and cashing out to their PayPal/bank account/etc. In that context, security is obviously an important concern. Right now I'm building sys...
ZECTBynmo
Votes: 0
Answers: 0
How to get RDP Disconnected sessions using qwinsta command
I have written a PS script to find any user who has a disconnected RDP session on remote servers, I am getting the exact output as I want but, using qwinsta query I want to get the details of user Log...
nikon D3400
Votes: 0
Answers: 1
Keeping track of users history in express to make a 'back' button?
I'm making an express app and I want to include a 'back' button in the app UI that does basically exactly what the browser back button does.
I tried holding an array variable in the server that simply...
seb-2020
Votes: 0
Answers: 1