How to compress (bzip / gzip) a very large text quickly ?
Compressing files is very important when you are using platforms like Hadoop or FTP. Here is how I do it
Read moreCompressing files is very important when you are using platforms like Hadoop or FTP. Here is how I do it
Read moreHow to install GNU Parallel on Centos / RHEL servers. You are here because you know the power of GNU
Read moreDocker is no doubt a great tool for deploying applications on the go. By the time you are done learning
Read moreWhen a Linux OS (such as Cent OS) image is used in Docker, ipv4 forwarding is disabled by default. What
Read moreInstalling Neo4J on your local machine is just one line command. –name myneo : Custom name for the container –publish=7474:7474
Read moreThere are few great Remote Desktop clients (KRDC, Remmina) for Ubuntu, but none of them support multiple monitors. But there
Read moreCentOS by default ships with Python 2.7. If you are hard core developer who needs lot of PiP packages and
Read moreTo get public IP (not local IP) of remote linux box, use the following command. $ wget -qO- http://ipecho.net/plain |
Read moreThis is a common problem when you try to install .msi files on Windows Server. There is a simple way
Read moregzip / bzip2 can compress individual files. To compress entire folder structure ‘tar’ command comes to our rescue. Compress to
Read moreError Message : bash: 08: value too great for base (error token is “08”) or bash: 09: value too great
Read more