Search and delete files older than “N” days
Lets see how we can search specific files or directory which was created “N” days before and delete. For example find files older than 60 days, Replace the ls with -delete to remove...
| tech blog
Lets see how we can search specific files or directory which was created “N” days before and delete. For example find files older than 60 days, Replace the ls with -delete to remove...
RabbitMQ is one of the most widely deployed open source message brokers. It is an implementation of the Advanced Message Queuing Protocol (AMQP) and Streaming Text Oriented Messaging Protocol, Message Queueing Telemetry transport and...
We may face disk space issues in our production/development/QA systems were multiple applications will be running. So if we need to search for files greater than the particular size. How would we do that?...
Sublime is a popular and widely used text editor that supports multiple programming languages. It is a popular text editor between the developers. It includes wide features such as Syntax Highlight, Auto Indentation, File...
Postman is an application which is currently one of the most popular tools used in API development and testing. It helps you manage your APSs in every stage of development from designing and testing...
Hi Techrunnr, this document deals with How to shrink ibdata1 file in /var/lib/mysql/. By default ibdata1 file in /var/lib/mysql/ normally consists of 4 types of data Table Data Table Indexes MVCC (Multi versioning Concurrency...
Hi Techrunnr, this post is regarding copy the contents of s3 bucket to another using aws cli, let’s say we have some contents in bucket1, we want to take daily basis backup to another...
Robo3T formerly known as RobMongo is one of best GUI tools for the managing and querying MongoDB database. Follow below steps to install Robo 3T using terminal Step 1: Goto https://robomongo.org/download Step 2: Select...
In this article, we will see how to install youtube-dl in Ubuntu 18.04. What is youtube-dl and features of youtube-dl? youtube-dl is a command-line program to download videos from YouTube. Some of the features...
Hi Techrunnr, this document is related dockerising mongodb with replication setup and HA HA (High availability) refers to improvement of system and app availability by minimising the down time for usual maintenance of system...