What Are You Doing Right Now
-
@siringo said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@siringo ah you must be in the England area
no, in the australia area.
Ha. I was going off of your description of the weather.
I know . .
-
So my neighbor's son is a semi pro skater, and he and his friends made a video on Halloween featuring our new song. Good stuff.
-
Discovering curious things about PowerShell remoting.
[hypervlab01]: PS D:\Nano> echo "fooadmin01 172.16.1.36" >> C:\Windows\system32\drivers\etc\hosts
yields this line in the host file
f o o a d m i n 0 1 1 7 2 . 1 6 . 1 . 3 6
I know there's another way to add a line to the end of a text file with PowerShell, but I thought the above result was . . .interesting.
-
@EddieJennings said in What Are You Doing Right Now:
Discovering curious things about PowerShell remoting.
[hypervlab01]: PS D:\Nano> echo "fooadmin01 172.16.1.36" >> C:\Windows\system32\drivers\etc\hosts
yields this line in the host file
f o o a d m i n 0 1 1 7 2 . 1 6 . 1 . 3 6
I know there's another way to add a line to the end of a text file with PowerShell, but I thought the above result was . . .interesting.
Bah. Realized I had the IP and hostname backwards, but even doing it properly, yields the odd spacing.
-
For those keeping score, this worked fine
add-content -path $pathToHostsFile -value "IP hostname"
. -
@EddieJennings said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
Discovering curious things about PowerShell remoting.
[hypervlab01]: PS D:\Nano> echo "fooadmin01 172.16.1.36" >> C:\Windows\system32\drivers\etc\hosts
yields this line in the host file
f o o a d m i n 0 1 1 7 2 . 1 6 . 1 . 3 6
I know there's another way to add a line to the end of a text file with PowerShell, but I thought the above result was . . .interesting.
Bah. Realized I had the IP and hostname backwards, but even doing it properly, yields the odd spacing.
cmd /c echo "172.16.1.36 fooadmin01" >> c:\windows\system32\drivers\etc\hosts
-
IP goes first in hosts file, followed by at least one space, and then the host name or fqdn
-
We went down to bourbon street tonight right before the saints beat the rams. It was ...interesting.
-
@Donahue said in What Are You Doing Right Now:
We went down to bourbon street tonight right before the saints beat the rams. It was ...interesting.
Yeah, it's okay. But so touristy.
-
@scottalanmiller That's my family. When I'm home, its like 3 sirens going off at once.
-
@EddieJennings Everquest! My rogue is 110 with 16k aa's and my shadowknight is 107 with 18k aa's. Been raiding with the rogue more recently. He does around 90k dps on raid encounters
-
Happy Monday everyone
-
@jmoore said in What Are You Doing Right Now:
@EddieJennings Everquest! My rogue is 110 with 16k aa's and my shadowknight is 107 with 18k aa's. Been raiding with the rogue more recently. He does around 90k dps on raid encounters
@EddieJennings only play on Project 1999. An offshoot of the EQ Emulator project.
-
@Obsolesce Our boys sound similar. My 3 year old was chasing me around the house trying to headbutt me
-
Found a powershell script to sort my mums 120GB worth of photos into folders based on Date taken
-
Trying to find part numbers and prices for the modules for a Dell Networking N4064 Switch (it has fixed QSPF+) but says has an "Expansion" slot but i can't find the parts list
-
Looking at the UCS NextCloud thing, wondering if it's easier to get connected to AD.
https://www.univention.com/products/univention-app-center/app-catalog/nextcloud/
-
@travisdh1 said in What Are You Doing Right Now:
Looking at the UCS NextCloud thing, wondering if it's easier to get connected to AD.
https://www.univention.com/products/univention-app-center/app-catalog/nextcloud/
Unlikely, it is probably just NC being installed through an app store.
-
It's not up to date, either.
-
@scottalanmiller said in What Are You Doing Right Now:
It's not up to date, either.
Well, forget that then.