Schedule reboot in Linux
As the title says, here is how to schedule a reboot on a linux server. Example: Reboot at 11PM shutdown -r 23:00 Example: Reboot in 20 minutes shutdown -r 20
As the title says, here is how to schedule a reboot on a linux server. Example: Reboot at 11PM shutdown -r 23:00 Example: Reboot in 20 minutes shutdown -r 20
A customer called with an issue when typing in outlook. According to a few articles it appears there was an update released in Febuary that caused the smooth typing effect to lag. Updating Office using the command below seemed to do the trick. cd %programfiles%\Common Files\Microsoft Shared\ClickToRun officec2rclient.exe /update user
I had an issue last night with a POS system that froze after login. Its old software and no documentation so I thought I could trace the transaction in the database and see what was up. MSSQL has SQL profiler but is not included in SQL 2005 Express, so I found this awesome utility that lets you…