Follow up on this, the user went out and got a new modem. Immediately resolved the issue, so I was never able to test if STUN would have resolved it or not. I'll keep this in mind though for next time.
Windows is an operating system... that's like saying Microsoft Windows Office 2016, or Microsoft Windows Skype.
It just doesn't make any sense what so ever.
Correct terms:
Windows Server 2016
Microsoft Office 2016
Hyper-V Server 2016
Windows Server 2016 with Hyper-V Server Role Installed
Windows 10 with Hyper-V Feature Installed
Microsoft Windows XBOX One. :face_with_stuck-out_tongue_winking_eye:
Have not see that issue but I'm also using mongodb that is available from Fedora instead.
/var/lib/mongo/ doesn't exist for me. But /var/lib/mongodb does exist. I also do have local.ns too.
/sigh
FFS @jaredbusch pay attention to what you are doing. don't use old versions.
Long day when you have to sigh and FFS at yourself.
here in Italy there is no real difference in price buying from dell of any online shop (any brand). so I usually buy monitors with pcs.
Yeah nuc are nice, but if you assembly one you also had to add the windows tax (considering standard office workflow, linux is not cosidered here) and it doesn't worth anymore.
I'm currently working with a microsoft oem. then they deploy nucs internally and it really worths it!
So you do the Intel NUCS and like them? I dont know if there is a Dell or HP equivalent system.
Dell Mini are very unlikely candidates for this, NUCs are awesome and we use it with Volume License for their OS.
seemed to have worked... Though I would like to say I have tried that and it did not work. However the period of time since that happened has been long enough, I don't remember.
Turns out I don't even need a VPS. I can periodically run my program with my free CI minutes on GitLab.com. It did come in handy for building and pushing the Docker images though, since my upload speed is 350 Kbps.
However I do see a big plus. If you’re using something like ZeroTier now all of your mobile devices can resolve DNS names, since you can’t control the phones DNS on cellular.
The package has one more letter in the name. Should be this...
yum install acpid
Then you can fire it up like this...
systemctl start acpid
systemctl enable acpid
Installation done but error comes
[root@localhost ~]# sysctl start acpid
sysctl: cannot stat /proc/sys/start: No such file or directory
sysctl: cannot stat /proc/sys/acpid: No such file or directory
[root@localhost ~]# sysctl enable acpid
sysctl: cannot stat /proc/sys/enable: No such file or directory
sysctl: cannot stat /proc/sys/acpid: No such file or directory
[root@localhost ~]#
@scottalanmiller mv test.csv test.xlsx will helps to convert the .csv files?
No, simply renaming a file won't convert it, it's just renaming it. On Linux, the file extension doesn't even tell us the intent of a file, let alone alter the file itself.