How to Install Kotlin on Linux?
Kotlin is a programming language introduced by JetBrains in 2011, the official designer of the most intelligent Java IDE, named Intellij IDEA. This is a strongly statically typed general-purpose programming language that runs on JVM. In 2017, Kotlin is sponsored by Google, announced as one of the official languages for Android Development....
read more
How to Install Scala Kernel in Jupyter?
Jupyter notebook is widely used by almost everyone in the data science community. While it’s a tool with extensive support for python-based development of machine learning projects, one can also use it for Scala development as well, using the spylon-kernel. In this article, we will see how to install spylon-kernel and configure it to build Scala-based projects on Jupyter....
read more
Install Pygame in Linux
In this article, we will discuss how to install PyGame in the Linux system. We are using Ubuntu 20 LTS you can use any other one....
read more
How to Install Linux on Windows PowerShell Subsystem?
There are several ways to Install a Linux subsystem on your Windows PC Powershell Environment. It is good for learners, but it is recommended using original Linux OS if you are a developer as the Subsystem lacks the pre-installed Linux tools....
read more
DNSrr – Tool to Enumerate Juicy Information from DNS
DNS enumeration is the process of locating all the DNS servers and their corresponding records for an organization. In some cases, Penetration Tester or Bug Bounty Hunter cannot bypass actual DNS addresses. It is mask under the CDN (Content Delivery Network) like Cloudflare, Google CDN, StackPath, etc. So to get the crucial information for DNS, an automated script is designed in the Bash Language named DNSrr. DNSrr tool performs various operations like forwarding DNS Lookup Bruteforce, Reverse DNS Lookup BruteForce, etc. DNS Enumeration can reveal the size of the enterprise of the target organization which can translate to the potential size of the attack surface....
read more
How to Install and Use Chrony in Linux?
chrony is a flexible Network Time Protocol implementation (NTP). It can sync the system clock with NTP servers, reference clocks (such as a GPS receiver), and manual input via wristwatch and keyboard. It can also act as an NTPv4 (RFC 5905) server and peer, allowing other computers on the network to receive timely updates....
read more
How to Install Python-mistune on Linux?
Mistune package in Python3 is the fastest markdown parser with renderer features. It is a pure Python-based package and tested in Python 2.7, Python 3.5+, and PyPy. It is the quickest in all pure Python markdown parsers and provides features like Table, footnotes, auto-link, fenced code, etc. This package is available on Windows, Linux, and macOS. So in this article, we will be installing the Mistune package in Python on Linux operating system....
read more
How to Install alsa-tools on Ubuntu?
A set of console-based utilities for specific sound gear: ALSA Tools is a set of console-based utilities for specific sound devices. It organizes sound hardware tasks and provides services for them. as10k1 – An assembler for the DSP chip EMU10K1 (EMU10K2). Send HD audio commands to Intel HDA devices with hda-verb. sbiload – OPL2/3 FM instrument loader for the ALSA sequencer us428control – Tascam US-X2Y controller utility...
read more
How to install Opera Web Browser on Ubuntu
Opera is a well-known web browser that is widely used across a variety of platforms. Opera has a distinct advantage over other browsers such as Firefox and Chromium in that it is extension and plugin-free, whereas other browsers require additional plugins and extensions to provide integrated capabilities. It’s noted for its quick speed and built-in features like a free built-in VPN, an adblocker, and a battery saver....
read more
How to Install Tkinter on MacOS?
In this article, we will learn how to install Tkinter in Python on MacOS. Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python’s de-facto standard GUI....
read more
How to Install PyRTF with Python?
RTF stands for “Rich Text Type” and is a Microsoft-developed file format. It’s a way of encoding both text and pictures for usage in software. In the 7-bit ASCII text, RTF files contain control words, control symbols, and groups. This openly stated format is mostly used to exchange documents between Microsoft products and other software. Microsoft WordPad is an example of an RTF editor. Any text or word processing tool, on the other hand, may generate documents with any of the formatting options. They can also generate RTF files....
read more
How to Install jekyll-paginate gem on Windows?
A Jekyll-paginate gem is an excellent tool that allows you to easily split your content into multiple pages. In this guide, we will walk you through the process of installing the Jekyll-paginate gem and integrating it into your Jekyll project. Whether you are new to Jekyll or an experienced user, this tutorial will provide you with the knowledge you need to get started with pagination in Jekyll. So, let’s get started,...
read more