My Consulting Chronicles

A blog where i gather my experiences as a consultant working with Java and security

Thursday, June 25, 2015

Todays useful linux commands

Some useful commands I use now and then.


What files at taking all my space?

du / -h | grep ^[0-9\\.]*G

Showing all folders/files with a size of 1G and up


What logs changed the last minutes?

find / -mmin 5 | grep log

Showing all files changed in the last five minutes. Greps on log
Posted by Stefan Rasmusson at 3:34 AM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: bash commands, Linux

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Stefan Rasmusson
View my complete profile

Blog Archive

  • ▼  2015 (18)
    • ▼  June (18)
      • A short introduction to cryptography
      • Protecting against CSRF
      • Adding Java formated code to your blogger blog
      • Implicit CSRF protection of ajax requests
      • Todays useful linux commands
      • Monitoring heap space on local JMVs in Java 5
      • Syncing Active Directory with OpenAM datastore usi...
      • Genereate .p7b file from multiple .cer files
      • Creating your own CA with OpenSSL and CA.pl
      • Use sequence for toggling boolean value
      • Tool to test queries on Google Fusion tables
      • Using CDI in external JAR module
      • A simple way of doing pagination with Angular UI
      • Authenticating to Google Fusion Tables from Server
      • Software licenses in plain english
      • CSRF in JSF 2.2
      • Key Property Store(KPS) in Oracle API Gateway
      • Advanced querying of KPS in Oracle API Gateway
Simple theme. Theme images by luoman. Powered by Blogger.