This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/README.md

1.2 KiB

netbenixCMD

A little project of mine to learn C.

Available for: Linux

Tested with: Ubuntu, Debian, Arch

Used Libs for Linux: gtk+3.0, libmysqlclient

Version: 0.1.0

Features:

  • A help page (OMG!!!)
  • A little GTK Test
  • Can detect if you're using linux or not and tell the Architecture you're running on
  • Can give you a bit of information about your CPU (but just a little bit)

Building:

Install packages:

  • Ubuntu: sudo apt-get install make gcc git libgtk-3-dev libmysqlclient-dev
  • Debian: sudo apt-get install make gcc git libgtk-3-dev libmariadbclient-dev libmariadb-dev-compat
  • Arch: sudo pacman -S make gcc git gtk3 mariadb-libs

Clone Repositroy: git clone https://github.com/netbenix/netbenixCMD.git

Go into the cloned directory: cd netbenixCMD

Build with command: make

Usage

After building use ./netbenixCMD <argument> to start the program

Arguments

  • --help => Displays all arguments
  • --gtk-test => Opens the GTK Test Window
  • --sql-test => Makes a test connection to a mysql server
  • --sys-info => Gives you information about your system

##Known Bugs

  • sql-test sha-256 passwords not working on Debian