Similar Posts
How to find large file size on linux
BySamOften time, you may need to know which file contains large file size, and delete it to save space. Here’s a code pattern to show you how to find large file size on Linux : 1. File size >= 100MB Find all files that have a size >= 100MB, from root folder and its sub-directories….
Using Multiple SSL Certificates in Apache with One IP Address
BySamAbout the TLS Extension Server Name Indication (SNI) When website administrators and IT personnel are restricted to use a single SSL Certificate per socket (combination of IP Address and socket) it can cost a lot of money. This restriction causes them to buy multiple IP addresses for regular https websites from their domain host or…
How to Install ionCube Loader in CentOS 7
BySamionCube is a commercial software suite consisting of a PHP encoder, package foundry, bundler, a real time site intrusion detection and error reporting application as well as a loader. PHP encoder is an application for PHP software protection: used to secure, encrypt and license PHP source code. ionCube loader is an extension used to load…
/bin/rm: Argument list too long
BySamIf you have too many files to remove, try this trick: find . -name ‘*’ | xargs rm -v
Dump and restore a single table in MySQL
BySamDump Dumping from a remote database Restore or in one line mysql -u username -p db_name < /path/to/table_name.sql Dump and restore a single table from a compressed (.sql.gz) format Dump Restore
Protected: Square Sandbox
BySamThere is no excerpt because this is a protected post.
