Learning

Home/Learning

15 most useful Google apps you never knew existed

By |2021-03-11T15:40:05+05:30July 20th, 2016|General, Learning|

Google can be your best friend when it comes to searching for answers or information online. Millions of people use it every day, but only few can utilize Google to its full potential. In fact, this powerful search engine can offer lots of great services, apps and features that aren’t on many people’s radar. The [...]

Comments Off on 15 most useful Google apps you never knew existed

Limit CPU usage of Linux process

By |2021-03-11T15:40:07+05:30July 11th, 2016|Commands, Learning, Linux|

cpulimit is a small program written in C that allows to limit CPU usage by Linux process. Limit is specified in percentage so it’s possible to prevent high CPU load generated by scripts, programs or processes. I found cpulimit pretty useful for the scripts running from cron, for example I can do overnight backups and [...]

Comments Off on Limit CPU usage of Linux process

Limit CPU usage of Linux process

By |2021-03-11T15:41:09+05:30April 11th, 2016|Learning, Linux|

cpulimit is a small program written in C that allows to limit CPU usage by Linux process. Limit is specified in percentage so it’s possible to prevent high CPU load generated by scripts, programs or processes. I found cpulimit pretty useful for the scripts running from cron, for example I can do overnight backups and [...]

Comments Off on Limit CPU usage of Linux process

Linux df Command Usage Examples

By |2017-05-22T11:23:22+05:30April 8th, 2016|Learning, Linux|

Introduction Linux df command can be used to display disk usage statistics for the file systems present on the Linux system. It’s handy tool to know which filesystem is consuming how much memory. Also, if a particular filename is picked up and supplied as argument to df command then it displays the disk usage statistics [...]

Comments Off on Linux df Command Usage Examples