Jairaj Ramanjairaj.hashnode.dev·Nov 30, 2023Linux for Beginners - Part 2What is a Command A command is a program that tells the operating system to perform specific work. Programs are stored as files in Linux. Therefore, a command is also a file that is stored somewhere on the disk. A "command" is your digital magic wand...DiscussLinux
Akash Devcoolcoderr.hashnode.dev·Nov 30, 2023Why the first command line argument is the file nameI am learning how to write C programs and how to use command-line arguments in C. Command line arguments are the inputs that I give to the program when I run it. The first input is always the name of the program file, followed by the other inputs tha...Discuss·3 likesWeMakeDevs
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023Accessing Kali Nethunter Without RootKali Nethunter is a popular penetration testing platform made by Offensive Security that can be installed on supported Android devices. It enables users to analyze WiFi networks, exploit vulnerabilities, and gain access to systems - all without needi...DiscussLinuxKali Linux
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023How to Upgrade Kali LinuxKali Linux is one of the most popular penetration testing and ethical hacking Linux distributions. As with any operating system, it's important to keep your Kali Linux installation up-to-date with the latest patches, fixes and features through regula...DiscussLinuxKali Linux
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023Troubleshooting Firefox Crashes on UbuntuExperiencing crashes or freezes while using Firefox on your Ubuntu system can be extremely frustrating. However, there are some troubleshooting steps you can take to resolve many common Firefox crash issues on Ubuntu. Understand Potential Causes Fire...DiscussLinuxUbuntu
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023How to Check Linux Kernel VersionKnowing your Linux kernel version is important to ensure compatibility with applications, drivers, and hardware. The kernel acts as the core interface between software and hardware, so an outdated kernel can cause issues. Thankfully, checking your Li...DiscussLinuxKernel
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023How to Find Your CentOS VersionKnowing your CentOS version is important for various system administration tasks. You may need to verify compatibility before installing certain software programs. Or you might need to look up specifics about a release before upgrading to CentOS. For...DiscussLinuxcentos
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023How to Install Compiz and Emerald on CentOS 7Compiz and Emerald are useful tools for customizing the Linux desktop environment. Compiz provides various desktop effects and Emerald is a window decorator that enhances the appearance of application windows. CentOS 7 has a minimal desktop interface...DiscussLinuxcompiz
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 30, 2023How to Update CentOSCentOS is a popular and free enterprise-class Linux distribution based on Red Hat Enterprise Linux (RHEL). Keeping your CentOS installation up-to-date with the latest security patches and application versions is important. Here is a straightforward g...DiscussLinuxcentos
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 29, 2023Linux Distributions that Use the Debian Package Manager by DefaultLinux comes in many different distributions or "distros" - each with its own sets of features, advantages, and package managers. When it comes to package managers, one of the most common is the Debian package manager (dpkg). Out of the box, Debian an...DiscussLinuxUbuntu