Cybersecurity Course and Free Online Certificate Training

how to prevent hacking in linux

Below is a handpicked list of the Best Online Cyber Security Certificate Courses to gather knowledge about cybersecurity. The list contains both open source (free) and commercial (paid) cybersecurity courses. What is Cybercrime? Cybercrime Types, Tools, and Examples Best Online Cybersecurity Training Courses Name Provider Price Key Topics Ratings Duration Link Introduction to Cybersecurity Udacity … Read more

What is Cybercrime? Cybercrime Types, Tools, and Examples

how to prevent hacking in linux

Here, We will understand cybercrime, cybercrimes types, cybercrime types, cybercrime tool, and a few examples. Let’s start with What is Cybercrime? What is Cybercrime? Cybercrime is defined as an unlawful action against any person using a computer, its systems, and its online or offline applications. It occurs when information technology is used to commit or … Read more

Certified Information Systems Security Professional: CISSP

how to prevent hacking in linux

What is a Certified Information System Security Professional or CISSP? Certified Information Systems Security Professional (CISSP) is considered a quality standard in the field of information security. This Cyber certification is offered by (ISC)2 which is an international non-profit organization with more than 200k certified members. The certification was introduced in 1994 and is the most required … Read more

How to prevent Linux hacks

how to prevent hacking in linux

Linux is the most widely used server operating system, especially for web servers. It is open-source; this means anybody can have access to the source code. This makes it less secure compared to other operating systems as attackers can study the source code to find vulnerabilities. Linux for Hackers is about exploiting these vulnerabilities to gain unauthorized access … Read more

dirname command

dirname Command dirname is mostly used in situations where you need to strip the last component from an absolute file name. used to remove the trailing forward slashes “/” from the NAME and prints the remaining portion. If the argument NAME does not contain the forward-slash “/” then it simply prints dot “.”. Example: # dirname /home/example/foo/ output: /home/example # dirname foo/file.txt output: foo … Read more

Rsync example: automated backup at home

Rsync example: automated backup at home This script just creates a daily backup of Satya work in a ~satya/backup/ directory so he can retrieve any version from the last week. The last line does the rsync of her directory across the modem link to the host samba. Note that I am using the -C option … Read more

Install Steam on Ubuntu & Linux Mint

How to Install Steam on Ubuntu (Easy) Steam is available to install on Ubuntu 16.04 Xenial Xerus and later from Ubuntu Software or through the command line apt programme. Click to Install Steam on Ubuntu If you’d rather do all of the above using the command line just run the following commands: sudo add-apt-repository multiverse sudo … Read more

Install Tilix GTK3 tiling terminal emulator

Tilix GTK3 tiling terminal emulator on Ubuntu / Debian The official Tilix packages are available for stretch-backports, buster and sid. I’m doing this installation on both Debian 10. Run the following commands to install Tilix. $ sudo apt install tilix Reading package lists… Done Building dependency tree Reading state information… Done The following additional packages will be installed: libgtkd-3-0 … Read more

Install Foliate ePub Reader on Ubuntu

Install Foliate on Ubuntu via PPA It’s already possible to download and install Foliate on Ubuntu 18.04 LTS using an installer from the project’s GitHub page: “Download Foliate for Ubuntu (64-bit .deb)“ The “catch” is that there are no guarantees that a traditional installer will be produced for every future Foliate update and you need to manually go out and check for, … Read more