COBOL Bubble sort on linux
Here’s a sample COBOL bubble sort program for linux. You can simply save the source (.cbl file) on your computer then compile and link the… Read More »COBOL Bubble sort on linux
Selection of technology articles to assist you in various configurations on several platforms.
Here’s a sample COBOL bubble sort program for linux. You can simply save the source (.cbl file) on your computer then compile and link the… Read More »COBOL Bubble sort on linux
To Install on Debian or Ubuntu just enter the following: sudo apt install open-cobol Create your program with .cbl suffix for example vars.cbl and compile… Read More »For old times sake – COBOL on Linux
top command displays Linux processes. It provides a dynamic real-time view of a running system i.e. actual process activity. By default, it displays the most… Read More »TOP Linux process monitoring
df You can use df (display free disk space) to troubleshoot disk space issues. While running and maintaining your application on your machine, you might receive an… Read More »Checking disk space on linux
very simple installation # Download the Microsoft repository GPG keys wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb # Register the Microsoft repository GPG keys sudo dpkg -i packages-microsoft-prod.deb # Update… Read More »Install powershell on debian 10
The program nasm or “netwide assembler” is the first step. If you don’t know if it’s installed Just enter whereis nasm on a command prompt.… Read More »installing and running assembler on debian
The apt command utility is a successor to the earlier apt-get. The Debian package management infrastructure has been a feature of Debian since early on.… Read More »linux (debian) apt vs apt-get