How to use arrays in bash script
https://linuxconfig.org/how-to-use-arrays-in-bash-scriptObjectiveAfter following this tutorial you should be able to understand how bash arrays work and how to perform the basic operations on them....
View ArticleKali Linux: What You Must Know Before Using it
https://fosspost.org/articles/must-know-before-using-kali-linux Kali Linux is the industry’s leading Linux distribution in penetration testing and ethical hacking. It is a distribution that comes...
View ArticleHow to Set Up SSH Keys on Debian 9
https://linuxize.com/post/how-to-set-up-ssh-keys-on-debian-9How to Set Up SSH Keys on Debian 9ContentsCreating SSH keys on DebianCopy the Public Key to the ServerLogin to the Server using SSH...
View ArticleHow to Change your Ubuntu Computer Name (Hostname)
https://vitux.com/how-to-change-your-ubuntu-computer-name-hostnameHow to Change your Ubuntu Computer Name (Hostname)What is a computer name (hostname)?Your computer name, in technical terms, is also...
View ArticleHow to compile and install Linux Kernel 4.19 from source code
https://www.cyberciti.biz/tips/compiling-linux-kernel-26.htmlCompiling a custom kernel has its advantages and disadvantages. However, new Linux user/admin find it difficult to compile Linux kernel....
View ArticleLinux tr Command Tutorial for Beginners (with Examples)
https://www.howtoforge.com/linux-tr-commandDepending on the kind of work you do on the command line in Linux, you may want a utility that can act as a Swiss army knife of quick text editing. Gladly,...
View ArticleHow to start a vnc server for the actual display (scraping) with TigerVNC
https://www.howtoforge.com/tutorial/how-to-start-a-vnc-server-for-the-actual-display-scraping-with-tigervncVNC is a desktop sharing application (Virtual Network Computing) to connect and control a...
View ArticleHow to Multi-Task in Linux with the Command Line
https://www.rosehosting.com/blog/how-to-multi-task-in-linux-with-the-command-lineHow to Multi-Task in Linux with the Command LineOne of the most jarring moments when moving from a Windows-based...
View Article8 Common Uses of the Linux Touch Command
https://vitux.com/8-common-uses-of-the-linux-touch-commandThe Linux touch command can be used for much more than simply creating an empty file on Linux. You can use it to change the timestamp of...
View ArticleWhat is nice and how to change the priority of any process in Linux?
https://www.golinuxhub.com/2014/11/what-is-nice-and-how-to-change-priority.htmlIf you want to change the priority of any process there are two things which you need to consider. There are two terms...
View ArticleHow to Find Your Public IP Address on Linux Command Line
https://www.putorius.net/find-public-ip-address-linux-command-line.htmlThis Linux quick tip will show you many different way to get your public IP address from the command line using different tools....
View ArticleHow to Check Disk Space in Linux Using the df Command
https://linuxize.com/post/how-to-check-disk-space-in-linux-using-the-df-commandHow much space do I have left on my hard drive? Is there enough free disk space to download a large file or install a new...
View ArticleHow to Setup Private Docker Registry on Ubuntu 18.04 LTS
https://www.howtoforge.com/how-to-setup-private-docker-registry-on-ubuntu-1804-ltsDocker Registry or 'Registry' is an open source and highly scalable server-side application that can be used to store...
View ArticleHow to Install NodeBB Forum on Fedora 29
https://www.howtoforge.com/how-to-install-nodebb-forum-on-fedora-29NodeBB is a Node.js based forum software built for the modern web. It's built on either a MongoDB or Redis database. It utilizes web...
View ArticleHow To Remove/Delete The Empty Lines In A File In Linux
https://www.2daygeek.com/remove-delete-empty-lines-in-a-file-in-linuxSome times you may wants to remove or delete the empty lines in a file in Linux. If so, you can use the one of the below method to...
View ArticleHow to Install Matomo Web Analytics on Fedora 29
https://www.howtoforge.com/how-to-install-matomo-web-analytics-on-fedora-29Matomo (formerly Piwik) is a free and open source web analytics application developed by a team of international developers,...
View Article16 Useful ‘cp’ Command Examples for Linux Beginners
https://www.linuxtechi.com/cp-command-examples-linux-beginnersBeing a Linux user, copying files and directories is one of the most common day to day operations task.cp command is used to copy the files...
View ArticleEasiest guide to migrate SVN to GIT: Convert all SVN repositories
https://linuxtechlab.com/easiest-guide-to-migrate-svn-to-gitAlmost all developers around the world use a version controlling software for managing & sharing their codes. SVN has always been a good...
View ArticleHow much memory is installed and being used on your Linux systems?
https://www.networkworld.com/article/3336174/linux/how-much-memory-is-installed-and-being-used-on-your-linux-systems.htmlSeveral commands report on how much memory is installed and being used on Linux...
View ArticleHow to Find Out When a File Was Accessed in Linux
https://www.maketecheasier.com/find-out-when-file-was-accessed-linuxLinux has a robust and mature file system that allows users to exploit a variety of built-in tools for a range of purposes. Most...
View Article