How to build a URL shortener with Apache
https://opensource.com/article/18/7/apache-url-shortenerCreate your own short links with Apache HTTP server's mod_rewrite feature.Image credits : You as a Machine. Modified by Rikki Endsley. CC BY-SA...
View ArticleLinux chattr Command Tutorial for Beginners (5 Examples)
https://www.howtoforge.com/linux-chattr-commandMany a time, a Linux machine is used by different users. So there are chances that these users access a common set of files. This opens up door to...
View Article3 Methods to List All The Users in Linux System
https://www.2daygeek.com/3-methods-to-list-all-the-users-in-linux-systemEveryone knows user information was residing in /etc/passwd file. It’s a text file that contains the essential information about...
View ArticleSetup secure ProFTPD server on CentOS 7 with TLS
https://linuxconfig.org/setup-secure-proftpd-server-on-centos-7-with-tlsObjectiveThe objective is to first configure a basic ProFTPD server on CentOS 7. Once we have a basic FTP server setup, we will...
View ArticleBuilding tiny container images
https://opensource.com/article/18/7/building-container-imagesHere are 5 ways to optimize Linux container size and build small images.Image credits : CC0 Public Domainx Get the newsletter Join the...
View ArticleIncomplete Path Expansion (Completion) For Bash
https://www.linuxuprising.com/2018/07/incomplete-path-expansion-completion.htmlbash-complete-partial-path enhances the path completion in Bash (on Linux, macOS with gnu-sed, and Windows with MSYS) by...
View ArticleHow to see what's going on with your Linux system right now
https://www.hpe.com/us/en/insights/articles/how-to-see-whats-going-on-with-your-linux-system-right-now-1807.htmlIs that service still running? What application is using that TCP port? These questions...
View ArticleHow to check free disk space in Linux
https://opensource.com/article/18/7/how-check-free-disk-space-linuxKeep track of disk utilization with this handy list of commands.Image credits : Lewis Cowles, CC BY-SA 4.0x Get the newsletter Join...
View ArticleLinux Monitor Hard Disks Temperature With hddtemp
https://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.htmllast updated July 17, 2018in Categories CentOS, Debian Linux, Hardware, Howto, Linux, Monitoring, RedHat/Fedora Linux, Suse...
View Article3 Easy Ways To Kill Or Terminate A Process In Linux
https://www.2daygeek.com/kill-terminate-a-process-in-linux-using-kill-pkill-killall-commandWe have explained in our previous article, how to find out Process ID (PID or PPID) in Linux. Today we are...
View Articlecsplit: A Better Way to Split File in Linux Based on its Content
https://linuxhandbook.com/csplit-commandWhen it comes to splitting a text file into multiple files in Linux, most people use the split command. Nothing wrong with the split command except that it...
View ArticleCurl Command Examples
https://linuxize.com/post/curl-command-examplesCurl Command ExamplesContentsWhat is Curl?Install CurlInstall Curl on Ubuntu and DebianInstall Curl on CentOS and FedoraCurl Command SyntaxHow to Use...
View ArticleSet Up A Headless Deluge Server on Linux
https://linuxconfig.org/set-up-a-headless-deluge-server-on-linuxObjectiveInstall and configure a headless Deluge server, and connect to it with the Deluge client. DistributionsThis guide is tailored...
View ArticleHow To Force User To Change Password On Next Login In Linux
https://www.2daygeek.com/how-to-force-user-to-change-password-on-next-login-in-linuxWhen you created the users account with a default password, you have to force the users to change their password on...
View ArticleBallerina reinvents cloud-native programming
https://opensource.com/article/18/7/ballerina-reinvents-cloud-native-programmingCloud-native programming languages, like Ballerina, will become essential along with the growth of microservices...
View ArticleWhat is Hostname in Linux and How Can You Change It?
https://www.maketecheasier.com/hostname-in-linuxNick Congleton 16th Jul 2018LinuxNo CommentsWhen you visit a website, you type that website’s URL into your browser. That URL is made up of regular words...
View ArticleClear Linux Makes a Strong Case for Your Next Cloud Platform
https://www.linux.com/learn/intro-to-linux/2018/7/clear-linux-makes-strong-case-your-next-cloud-platformclear-linux.pngClear Linux was designed specifically for the cloud while best leveraging Intel...
View ArticleLinux history Command Tutorial for Beginners (8 Examples)
https://www.howtoforge.com/linux-history-commandIf your work involves running tools and scripts on the Linux command line, I am sure there are a lot of commands you would be running each day. Those new...
View ArticleWhere to start with Rsync command : 8 Rsync Examples
https://linuxtechlab.com/start-with-rsync-command-8-rsync-examplesIn this article, we are going to discuss some of the commonly used rsync examples that will familiarise you with rsync & help you...
View Article30 Bash Script Examples
https://linuxhint.com/30_bash_script_examplesBash scripts can be used for various purposes, such as executing a shell command, running multiple commands together, customizing administrative tasks,...
View Article