Tabela CSV Table Viewer Application
Tabela is a free and open source CSV application for Linux. Using Tabela, you can view CSV file content in a table. You can also add new rows in the table and save the table in CSV or XML file.…
Tabela is a free and open source CSV application for Linux. Using Tabela, you can view CSV file content in a table. You can also add new rows in the table and save the table in CSV or XML file.…
Linux includes 'kill,' 'pkill,' and 'killall' commands designed to terminate processes. You can enter one or more process IDs, names, or ports for termination. This article shows how to efficiently terminate both responsive and unresponsive application processes. Kill Command Usage…
whereis command serves the purpose of locating the source/binary file and manual sections for a specified command or file within a Linux system. This utility delivers results with increased accuracy while also being notably time-efficient. Whereis command examples: To find…
AT is a free and open source job scheduler tool for Linux. Using AT command, You can schedule a command to run once at a given time without editing any configuration file. How to Install AT Command line Tool on…
Yakuake is a free and open source terminal emulator for Linux. It is a drop-down terminal emulator based on KDE Konsole. It comes with tabbed interface, you can change its theme, D-Bus interface, terminal rolls and slides down from the…
PS or Process Status is a free and open-source process viewer application for Linux systems. By using the PS command-line tool, you can monitor all running processes on a Linux system. It only shows static information about the process. This…
In Linux system you can control all your Hues, LIFX, Nanoleafs, and Arduinos smart lights using Corluma application. It is available for Linux, MacOS, iOS and Android. It comes with multiple color pickers and palettes, group lights, create lighting routines…
SS is a free and open source network socket tool for Linux system. Using SS command line tool, you can get all socket related statistics. It is similar to netstat tool and shows more detailed information. In this article you…
PSequel is a free and open source SQL database management software for Linux. Using PostgresSQL, you can connect and run any SQL query in your database. It is specialized in PostgresSQL. It is written in Vala and released under GNU…
You can easily find out how long the system has been running under a Linux OS. Linux systems come with many build-in tools and commands to find out your computer uptime. In this article we will see how to check…