• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

info

Get-Hotfix

December 10, 2019

How to find out if a Windows Server was last patched.

From Powershell, run this command.

get-hotfix

get-hotfix

From the command line, run this command.

C:\> systeminfo.exe

C:\> systeminfo.exe

Or from the menu, follow these steps.

Open the Windows Settings UI.
Click on Update & security.
Click on the "Update history" link located under the Windows Update tab.

Open the Windows Settings UI. Click on Update & security. Click on the "Update history" link located under the Windows Update tab.

Filed Under: Windows Tagged With: get-hotfix, history, info, patch, systeminfo, update

AWS IAM Get User

August 27, 2019

Here’s how to get a user info from AWS CLI.

aws iam get-user --user-name John.Doe --profile default

aws iam get-user --user-name John.Doe --profile default

Filed Under: Cloud Tagged With: aws, get-user, iam, info, user

AWS LightSail Get Instance Info

June 24, 2019

Get AWS LightSail instance info from the CLI.

aws lightsail get-instance --instance-name your-server

aws lightsail get-instance --instance-name your-server

Filed Under: Cloud Tagged With: aws, cli, info, instance, lightsail

Lastlog

March 6, 2019

Lastlog displays the latest login information of all users in the system. You can’t view the lastlog file since it’s not an ascii file. You’ll need to run the actual command to view what’s in it. The program will spit out a list that may be longer than your terminal buffer. In that case, it’s best to pipe the output to “more” or better yet, use the “grep” command to isolate the user.

lastlog | more
lastlog | grep johndoe

lastlog | more lastlog | grep johndoe

Filed Under: Linux Tagged With: grep, info, lastlog, login, more

Subversion Info

November 5, 2012

Subversion Display shows information of the local working copy of the repository. The information displayed will contain the versioned number, the recent commits made, user-level locks held on a object, local scheduling information such as (added, deleted and copied), and any local convict information. To display the info, type in the Terminal this command.

svn info

svn info

Filed Under: SVN Tagged With: info

  • Home
  • About
  • Archives

Copyright © 2023