brut

所属分类:磁盘编程
开发工具:C
文件大小:120KB
下载次数:0
上传日期:2021-08-10 17:54:45
上 传 者sh-1993
说明:  磁盘编辑器、分区编辑器、无线设置等(FreeBSD)。
(Disk editor, partition editor, wireless settings and much more (FreeBSD).)

文件列表:
LICENSE (1319, 2021-08-11)
Makefile (507, 2021-08-11)
about.c (1201, 2021-08-11)
audio.c (5743, 2021-08-11)
brut.h (5708, 2021-08-11)
config.c (4816, 2021-08-11)
control.c (6051, 2021-08-11)
devices.c (18096, 2021-08-11)
disks (0, 2021-08-11)
disks\applyButtonClicked.c (12418, 2021-08-11)
disks\disk.c (3067, 2021-08-11)
disks\disk.h (4735, 2021-08-11)
disks\disk_subroutines.c (9668, 2021-08-11)
disks\editorGridEntries.c (16332, 2021-08-11)
disks\editorWindow.c (2475, 2021-08-11)
disks\mount.c (6828, 2021-08-11)
disks\on_combos_changed.c (6511, 2021-08-11)
disks\treeviews.c (23026, 2021-08-11)
dmesg.c (2673, 2021-08-11)
ethernet.c (403, 2021-08-11)
groups.c (12418, 2021-08-11)
lang.c (9509, 2021-08-11)
mainWindow.c (8488, 2021-08-11)
menubar.c (5350, 2021-08-11)
port (0, 2021-08-11)
port\Makefile (444, 2021-08-11)
port\pkg-descr (405, 2021-08-11)
root.c (7280, 2021-08-11)
screenshot (0, 2021-08-11)
screenshot\scrot20.png (24636, 2021-08-11)
screenshot\scrot21.png (34818, 2021-08-11)
screenshot\txt (5, 2021-08-11)
subroutines.c (5146, 2021-08-11)
tasks.c (5726, 2021-08-11)
time.c (11624, 2021-08-11)
user.c (14949, 2021-08-11)
wireless (0, 2021-08-11)
wireless\WirelessApplyClicked.c (9950, 2021-08-11)
... ...

------------------------ brut ------------------------ ----------------------- FAQ ----------------------- 1. What is brut?
A standalone GUI (graphical user interface) for admin tasks in FreeBSD, e.g. disk partitioning.

2. Screenshots:
Main view:
![](https://github.com/random532/brut/blob/master/screenshot/scrot20.png)
Partition Editor:
![](https://github.com/random532/brut/blob/master/screenshot/scrot21.png) -------------------------- 3. What are the dependencies?
gtk3 and sudo. "pkg install gtk3" is recommended, since that one is large.

-------------------------- 4. Is it safe?
In general, it translates mouse clicks into shell commands.
Start it as a regular user. For root commands, it has a sudo(8) backend.
The password is piped to sudo via a named pipe (there is no other way). You can change
sudo behavior if you edit its configuration file /usr/local/etc/sudoers.
Currently there are no plans to use polkit.

-------------------------- 5. How do I install it?
*edit: brut is now officially a port. So at some point, "pkg install brut" will do. Install it just like any other port:
- Make sure you have /usr/ports directory.
- Download ports/Makefile and ports/pkg-descr
- Run "make makesum" and "make install clean"
- (recommended: Run "dbus-uuidgen --ensure", for dbus)
- The start command is: brut :)

Or build as a standalone binary:
1. Download the source files. 2. Make sure you have gtk3 and sudo installed.
3. Run "make LOCALBASE=/usr/local"
4. Start the binary (./brut).

--------------------------

近期下载者

相关文件


收藏者