At the Philly Zoo with the family!!

Posts
-
RE: Linux: Using Top
Admittedly I use more htop than top. Top has saved me many times ahen the system cannot connect to the Internet and troubleshooting. I also use ps aux as well to narrow down my searches.
-
RE: Getting IT Wrong, Every Day
What about not having backups....? It keeps happening time and over again.
-
RE: What Are You Doing Right Now
Just finished donating blood
now back to work
-
RE: Unable to get time to sync on Server 2012 R2 DC
@ccwtech BIOs time is not the same as the OS time. The OS time will be affected by the BIOS time but not viceversa. So if there is a time difference between the OS and BIOS, BIOS will always win.
-
RE: Miscellaneous Tech News
@dbeato said in Miscellaneous Tech News:
UNMS 0.13.0
https://github.com/Ubiquiti-App/UNMS/releases/tag/v0.13.0Different Login Screen
-
RE: What Are You Doing Right Now
@eddiejennings Only way to do that is to disconnect
and no screen time
-
RE: Windows CLI: Net User
@gjacobse It is the password you are using, you need to put passwords with special characters in command prompt with ' ' such as:\
net user testNTGtest 's0m3p@s$' /add /passwordreq:yes /fullname:"userTest"
-
RE: Oracle Java starting down the paid licensing path.
Every time I would download it would say that be it Windows or Linux. Now let's see what route does Unifi Goes
-
RE: What Are You Doing Right Now
@eddiejennings That is why I would do Gsuite
99% of it works without involvement of support.
-
RE: Windows Temp Folder: Deleted 366GB of 'junk'
@gjacobse I would use this post:
http://www.computerworld.com/article/3112358/microsoft-windows/windows-7-log-file-compression-bug-can-fill-up-your-hard-drive.htmlI have fixed many of Windows 7 lately with this and it has not reoccurred.
-
RE: What Are You Doing Right Now
@nadnerb Good, I didn't get to go with them though so I wasn't involved on that.
-
RE: What Is RAID 0? SAMIT Video
Still people think that RAID 0 is redundancy because of the word "RAID". That is one of the problems with misconceptions.
-
RE: Miscellaneous Tech News
@mlnews said in Miscellaneous Tech News:
If you havenβt patched Vim or NeoVim text editors, you really, really should
If you havenβt patched Vim or NeoVim text editors, you really, really should
A recently patched vulnerability in text editors preinstalled in a variety of Linux distributions allows hackers to take control of computers when users open a malicious text file.Also
https://nakedsecurity.sophos.com/2019/06/13/vim-devs-fix-system-pwning-text-editor-bug -
RE: What Are You Doing Right Now
@eddiejennings Look at waterford technologies for faxes.
-
RE: Need help with a batch file
You can also use powershell for this:
Stop-Process -name processname -force Start-Sleep -Seconds 15 Start-Process -FilePath 'C:\Program Files\processname\processname.exe'