Linux lsblk Command Tutorial for Beginners (8 Examples)
https://www.howtoforge.com/linux-lsblk-commandIn Linux, block devices are special files that refer to or represent a device (which could be anything from a hard drive to a USB drive). So naturally,...
View ArticleUnderstanding the State of Container Networking
http://www.enterprisenetworkingplanet.com/datacenter/understanding-the-state-of-container-networking.htmlContainers have revolutionized the way applications are developed and deployed, but what about...
View ArticleTurn your vim editor into a productivity powerhouse
https://opensource.com/article/18/9/vi-editor-productivity-powerhouseThese 20+ useful commands will enhance your experience using the vim editor.Image by : opensource.comx Get the newsletter Join the...
View Article6 open source tools for making your own VPN
https://opensource.com/article/18/8/open-source-tools-vpnWant to try your hand at building your own VPN but aren’t sure where to start?Image credits : Richard Patterson via Flickr, CC BY 2.0x Get the...
View ArticleLinux Kernel Vs. Mac Kernel
http://www.linuxandubuntu.com/home/difference-between-linux-kernel-mac-kernelBoth the Linux kernel and the macOS kernel are UNIX-based. Some people say that macOS is "linux", some say that both are...
View ArticleFile Timestamps in Linux: atime, mtime, ctime Explained
https://linuxhandbook.com/file-timestampsLet’s see what are the various kinds of file timestamps in Linux, how to see the timestamps for a file and how to change the timestamps.In Linux, every file has...
View ArticleHow to Kill a Process in Linux
https://linuxize.com/post/how-to-kill-a-process-in-linuxHave you ever faced the situation where you launched an application and suddenly while you are using the application it becomes unresponsive and...
View ArticleHow To View A Particular Package Installed/Updated/Upgraded/Removed/Erased...
https://www.2daygeek.com/how-to-view-a-particular-package-installed-updated-upgraded-removed-erased-date-on-linuxI can damn sure installing, updating and removing packages in Linux system is one of the...
View ArticleDifference between Docker swarm and Kubernetes
https://kerneltalks.com/virtualization/docker/difference-between-docker-swarm-and-kubernetesLearn difference between Docker swarm and Kubernetes. Comparison between two container orchestration...
View ArticleCopying one File Simultaneously to Multiple Locations through Ubuntu Command...
https://vitux.com/copying-one-file-simultaneously-to-multiple-locations-through-ubuntu-command-lineAs a command line newbie, you might feel that the same task you quickly used to perform through the...
View Article3 open source log aggregation tools
https://opensource.com/article/18/9/open-source-log-aggregation-toolsLog aggregation systems can help with troubleshooting and other tasks. Here are three top options.10 Sep 2018Dan Barker FeedImage by...
View ArticleLinux namei Command Tutorial for Beginners (5 Examples)
https://www.howtoforge.com/linux-namei-commandOn the Linux command line, you work with several types of files, for example, directories, symbolic links, and stuff like that. Sometimes, the requirement...
View ArticleIntroduction to python web scraping and the Beautiful Soup library
https://linuxconfig.org/introduction-to-python-web-scraping-and-the-beautiful-soup-libraryObjectiveLearning how to extract information out of an html page using python and the Beautiful Soup library....
View ArticleHow to Setup File Integrity Monitoring (FIM) using osquery on Linux
https://www.howtoforge.com/tutorial/how-to-setup-file-integrity-monitoring-fim-using-osquery-on-linux-serverOsquery is an open source operating system instrumentation, monitoring, and analytics....
View ArticleLinux manpath Command Tutorial for Beginners (5 Examples)
https://www.howtoforge.com/linux-manpath-commandMan pages in Linux is the go to spot for first-level support when it comes to command line utilities. As most of you would know, you just write 'man...
View ArticleHow to Specify Time Limit for a Sudo Session
https://vitux.com/how-to-specify-time-limit-for-a-sudo-sessionWhile working with the sudo command for performing administrative tasks in Linux, you might have noticed that even if you have provided...
View ArticleSetting up Streaming Replication in PostgreSQL
https://www.percona.com/blog/2018/09/07/setting-up-streaming-replication-postgresqlConfiguring replication between two databases is considered to be a best strategy towards achieving high availability...
View ArticleHow to Reset the Root Password in Linux
https://www.maketecheasier.com/reset-root-password-linuxIn Linux, regular users and superusers are allowed to access services via password authentication. In the case a regular user can’t remember...
View Article4 Ansible playbooks you should try
https://opensource.com/article/18/8/ansible-playbooks-you-should-tryStreamline and tighten automation processes in complex IT environments with these Ansible playbooks.28 Aug 2018Daniel Oh (Red...
View ArticleLinux tricks that can save you time and trouble
https://www.networkworld.com/article/3305811/linux/linux-tricks-that-even-you-can-love.htmlSome command line tricks can make you even more productive on the Linux command line.wsilver(CC BY 2.0) Good...
View Article