Old project that I used to learn C
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.
Find a file
2020-07-24 16:29:33 +02:00
commands Update to Version 0.2.0 2020-06-07 12:40:43 +02:00
etc Added a bit of color to the logo 2020-07-24 16:11:27 +02:00
glade Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00
utils Added an version check 2020-07-24 16:12:40 +02:00
.gitignore Added an version check 2020-07-24 16:12:40 +02:00
logo.png Inital Commit 2020-06-02 11:23:12 +02:00
main.c Updated Version number 2020-07-24 16:29:33 +02:00
makefile Added an version check 2020-07-24 16:12:40 +02:00
README.md Updated README.md 2020-07-24 16:29:03 +02:00

netbenixCMD

A little project of mine to learn C.

Available for: Linux

Tested on: Ubuntu, Debian, Arch

Used libs for Linux: gtk+3.0, libmysqlclient

Version: 0.2.1

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)
  • Checks your client version on start with the server

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 repository: git clone https://github.com/netbenix/netbenixCMD.git

Go into the cloned directory: cd netbenixCMD

Build program: make

Usage

After building use ./netbenixCMD to start the program

If you want to use the testing arguments use ./netbenixCMD <argument>

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