Skip to content

Jack Huang – Blog

open source and ecommerce

Language

  • English
  • 中文

Menu

  • Home
  • Open Source
    • Bitcoin
    • DB-Toolkit
  • I.T.
    • System Admin
    • Developer
    • DBA
    • VoIP
  • Life
    • Travel
    • Personal
  • Contact Me
  • About Me

CentOS

How to find or search for large files on Linux?

Jack Huang System Admin Friday September 20th, 201314:45CentOS, Linux, Search 0 Comment

Search for files over 10MB

find . -type f -size +10000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’

How to fix “bash: scp: command not found” on Centos?

Jack Huang System Admin Friday September 20th, 201314:45CentOS, Linux, scp 0 Comment

Install openssh-clients package on CentOS:

yum install openssh-clients

About Me

About Me

...

Read more

Tags

Apache Backup CentOS Cloud Computing Cloud Hosting coreseek DB-Toolkit Firewall Hacker Insight Interspire Linux Mirror MySQL Oempro PCRE PHP phpBB phplist pmta PowerMTA PowerShell qTranslate Replication scp Search sphinx SQL Sync Virtualmin voip WordPress
Copyright © 2025 Jack Huang – Blog.