How to change UID or GID safely in Linux
https://kerneltalks.com/tips-tricks/how-to-change-uid-or-gid-safely-in-linuxLearn how to change UID or GID safely in Linux. Also, know how to switch UID between two users and GID between two groups...
View ArticleHow to use FIND in Linux
https://opensource.com/article/18/4/how-use-find-linuxWith the right arguments, the FIND command is a powerful and flexible way to locate data on your system.Image by : opensource.com Get the...
View ArticleHow 11 open source projects got their names
https://opensource.com/article/18/3/how-11-open-source-projects-got-their-namesPython, Raspberry Pi, and Red Hat to name a few.Image by : opensource.com Get the newsletter Join the 85,000 open source...
View ArticleDry – An Interactive CLI Manager For Docker Containers
https://www.2daygeek.com/dry-an-interactive-cli-manager-for-docker-containersDocker is a software that allows operating-system-level virtualization also known as containerization. It uses the resource...
View ArticleUnderstanding the SMACK stack for big data
https://www.hpe.com/us/en/insights/articles/understanding-the-smack-stack-for-big-data-1803.htmlJust as the LAMP stack revolutionized servers and web hosting, the SMACK stack has made big data...
View ArticleHow to Turn Vim into a Word Processor
https://www.maketecheasier.com/turn-vim-word-processorThis article is part of the VIM User Guide series:The Beginner’s Guide to Start Using VimVim Keyboard Shortcuts Cheatsheet5 Vim Tips and Tricks for...
View ArticleCreate Your Own Linux Virtual Private Network With OpenVPN
https://www.maketecheasier.com/create-own-linux-vpnVirtual private networks (VPNs) allow you to hide your online data transmissions and enhance your security while browsing the Internet from public...
View ArticleConfigure HAProxy and Keepalived with Puppet
https://www.lisenet.com/2018/configure-haproxy-and-keepalived-with-puppet We’re going to use Puppet to install and configure HAProxy to load balance Apache web services. We’ll also configure Keepalived...
View ArticleExploring application portability across clouds using Kubernetes
https://opensource.com/article/18/5/exploring-application-portability-kubernetesPre-alpha component aims to simplify the management of multiple Kubernetes clusters by synchronizing resources across...
View ArticleHow to deploy Odoo 11 on Ubuntu 18.04
https://linuxize.com/post/how-to-deploy-odoo-11-on-ubuntu-18-04Odoo is the most popular all-in-one business software in the world packed up a range of business applications, including CRM, website...
View ArticleA Beginners Guide To Cron Jobs
https://www.ostechnix.com/a-beginners-guide-to-cron-jobsCron is one of the most useful utility that you can find in any Unix-like operating system. It is used to schedule commands at a specific time....
View ArticleHow to install Java on Ubuntu 18.04 Bionic Beaver Linux
https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linuxContents1. Objective2. Operating System and Software Versions3. Requirements4. Difficulty5. Conventions6. Instructions7....
View ArticleHow to Use Systemd Timers as a Cron Replacement
https://www.maketecheasier.com/use-systemd-timers-as-cron-replacementAs a Linux user you’re probably familiar with cron. It has worked as the go-to Unix time-based job scheduler for many years. Now...
View ArticleDeveloping Console Applications with Bash
https://www.linuxjournal.com/content/developing-console-applications-bashby Andy Carlsonon May 7, 2018Bring the power of the Linux command line into your application development process. As a novice...
View ArticleThe Numfmt Command Tutorial With Examples For Beginners
https://www.ostechnix.com/the-numfmt-command-tutorial-with-examples-for-beginnersToday, I cam across an interesting and rather unknown command named “Numfmt” that converts the numbers to/from human...
View ArticleHow to use autofs to mount NFS shares
https://opensource.com/article/18/6/using-autofs-mount-nfs-sharesConfigure a basic automount function on your network file system.Image by : opensource.com Get the newsletter Join the 85,000 open...
View ArticleMySQL without the MySQL: An introduction to the MySQL Document Store
https://opensource.com/article/18/6/mysql-document-storeThe MySQL Document Store enables storing data without having to create an underlying schema, normalize data, or do other tasks normally required...
View ArticleLynis – Automated Security Auditing tool for Linux Servers
https://www.linuxtechi.com/lynis-security-auditing-tool-linux-serversToday, as we all know that how security is important for servers and network in this era. We spend our most of time to implement our...
View ArticleHow To Find The Mounted Filesystem Type In Linux
https://www.ostechnix.com/how-to-find-the-mounted-filesystem-type-in-linuxAs you may already know, the Linux supports numerous filesystems, such as Ext4, ext3, ext2, sysfs, securityfs, FAT16, FAT32,...
View ArticleHow to configure encrypted unbound DNS over TLS on CentOS Linux
https://www.dnsknowledge.com/unbound/configure-unbound-dns-over-tls-on-linuxUnbound is a free and open source BSD licensed caching DNS resolver. It also works with DNSSEC and in recursive mode. Coded...
View Article