By default, bash is the most popular command language simply because it’s included in most *nix operating systems. Additionally, people don’t tend to spend a lot of time thinking about …
Life was simpler when everything your computer did was text-based. It is easy enough to shove data into one end of a pipe and take it out of the other. Sure, if the pipe extends across the network,…
Dial-up Internet Using The Viking DLE-200B Telephone Line Simulator
Who doesn’t like dial-up internet? Even if those who survived the dial-up years are happy to be on broadband, and those who are still on dial-up wish that they weren’t, there’s de…
Boost Your Shipping Velocity With Argo and Buildpacks
Learn how to use CNCF incubating project Buildpacks, an application definition, and image build to skip the Dockerfile step and increase developer productivity.
https://www.youtube.com/watch?v=AWjUN8ZiQUI&t=0s In this video, you will learn how to connect Zoom and OBS together. Connecting OBS to Zoom allows you to
How to Auto Start a Program on Raspberry Pi? (4 Ways)
You may want to launch a script or program on boot, but you don't see an option for it on Raspberry Pi OS. It's a question I often hear about, and the methods are not
Nix + Automated Fuzz Testing Finds Bug In PDF Parser
[Michael Lynch]’s adventures in configuring Nix to automate fuzz testing is a lot of things all rolled into one. It’s not only a primer on fuzz testing (a method of finding bugs) but it…
The Economics Of Fuzz Testing With The Intel Edison
The Intel Edison is an incredibly small and cheap x86 computing platform, and with that comes the obvious applications for robotics and wearable computing. [mz] had another idea: what if the Edison…
2 Ways to Get File Inode Number in Linux - howtouselinux
In computing, an inode (index node) is a data structure used to represent a file or directory. Each inode stores the attributes and disk location of the file’s data. Filesystems that support extended attributes use additional entries in the inode structure to store these attributes. There are two ways to get the inode number for …
How to: Linux / UNIX Delete or Remove Files With Inode Number
An inode identifies the file and its attributes such as file size, owner, and so on. A unique inode number within the file system identifies each inode. But, why to delete file by an inode number? Sure, you can use rm command to delete file. Sometime accidentally you creates filename with control characters or characters […]
In the recent versions of Raspbian the SSH access is disabled by default but it can be easily enabled. In this tutorial, we'll show you how to enable SSH on a Raspberry Pi board.