git status wsl2
On Windows: (looks correct) On WSL2 Ubuntu: (every file shows as ‘modified’) – WHAT IS HAPPENING?? Bingo:(looks correct now) repositoryformatversion = 0 filemode = false bare = false logallrefupdates =…
mongodb – recover/create admin account
FIRST START mongodb --bind_ip_add open console: mongosh use admin admin> db.createUser({user: "admin",pwd: "newPassword", roles: }) admin> db.changeUserPassword("admin","******") admin> db.updateUser("admin", { roles: }); admin> db.updateUser("admin", { roles: }); admin> show users[{_id:…
mongosh
rs01 [direct: primary] admin> show users MongoServerError: command usersInfo requires authentication rs01 [direct: primary] admin> rs.printReplicationInfo() MongoServerError: command listCollections requires authentication rs01 [direct: primary] admin> db.auth("rocketchat","****"); { ok: 1 }…
Terraform-ESXi (almost)
Following… https://github.com/josenk/terraform-provider-esxi/tree/master/examples/01%20Simple%20Guest
Thanks RocketChat
Woke up this morning (2023/01/27) to this mess: mongosh
Sloc, Cloc, and Code (scc)
A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. SCC…
ubuntu remote-desktop
BEST LOOKING:Simply open settings/sharing and turn on ‘Remote Desktop’ —- WHY DOES XRDP LOOK SO BAD —-# Install xrdpsudo apt-get install xrdp # Enable system to start xrdp sudo systemctl…
multipass docker-dev
kuber@kubertemplate:~$ multipass find Image Aliases Version Description snapcraft:core18 18.04 20201111 Snapcraft builder for Core 18 snapcraft:core20 20.04 20210921 Snapcraft builder for Core 20 snapcraft:core22 22.04 20220426 Snapcraft builder for Core…
