Name: cylon
Title : Arch Linux distribution maintenance program.
Description:A TUI(terminal user interface) which provides updates, maintenance,and backups for an Arch based linux distribution.This program provides numerous tools to Arch Linux users.The program is menu-based and written in bash.It is mainly text based but also uses dialog GUI'sat a few points mainly for directory and file selection.It can also display desktop notifications.A detailed list of the dozens of options isprovided below in features section.
Main Author: Gavin Lyons
Communication: Upstream repository or email at glyons66@hotmail.com
History: See changelog.md in documentation section for version control history
Github Contributors: "binaryplease" "uros-stegic"
Copyright: Copyright (C) 2016 Gavin Lyons , see LICENSE.md in documentation section.
cylon is installed by PKGBUILD on a Arch based Linux system.The PKGBUILD file is available in the AUR - Arch user repository.Install it using an AUR helper program or installations instructionson Arch user repository page of Arch linux wiki.The program will work on any arch based system. Arch, manjaro, endeavourOS etc.
The program installs an icon in system application menus under system.
It can be also run in a terminal by typing cylon:
cylon -[options]
Options list (standalone cannot be combined):
Option | Description |
---|---|
-h --help | Print cylon information and exit |
-s --system | Print system information and exit |
-v --version | Print version information and exit |
-c --config | Opens the cylon config file for editing and exit |
-d --default | Bleachbit system clean , this will execute options selected in bleachbit GUI or bleachbit config file |
-b --bleachbit | Opens the bleachbit select menus |
-m --maint | Runs Automatic system maintenance scan This carries many of the menu functions in system maintenance menu in a single sweep, It will not change system just create report files |
-u --update | Runs a full update report with various execution options. Report provides Arch news rss reader & arch-audit vulnerable packages output CVE data(Common Vulnerabilities and Exposures) & number and type of updates available for all repos |
-p --print | print the package lists (REF1) |
-r --rss | print arch news reader with option to fetch number of items |
-z --delete | display the AUR package removal dialog menu function |
-l --lint | shortcut to open rmlint wrapper menu |
-n --notify | Display a desktop notifications with update information, also gives some terminal output |
Cylon files installed by the packagebuild are listed below:
File Path | Description |
---|---|
/usr/bin/cylon | The main shell script |
/usr/lib/cylon/modules/*_module | 12 library files containing functions |
/usr/share/doc/cylon/readme.md | Help file |
/usr/share/doc/cylon/changelog.md | History file |
/usr/share/licenses/cylon/license.md | copyright file |
/usr/share/pixmaps/cylonicon.png | cylon icon |
/usr/share/applications/cylon.desktop | desktop entry file |
/usr/share/man/man7/cylon.7 | manpage |
$HOME/.config/cylon/cylonCfg.conf | config file, optional, user made, NOT installed |
README.md is displayed to screen by a menu option on cylon info page.Type "man cylon" to display manpage.The manpage is a truncated version of the readme file.More information on the modules files can be found in modules_info.mdin documentation folder.
Config file: The user can create an optional config file, used
for custom system backup. If the user is not using the system backup optionthe user does NOT need config file.
If config file missing the System uses hard-coded dummy defaults.The config file can be edited from a main menu option or by option -c
cylonCfg.conf file setup example:Just copy and paste this into file and change paths for your setup.alternatively a config file template with dummy values is in documentation folderof the repository.
Destination1="/run/media/$USER/Linux_backup"
Destination2="/run/media/$USER/iomega_320"
rsyncsource="$HOME/"
rsyncDest="/run/media/$USER/Linux_backup/foo"
Packages files list can be viewed in package_lists.md, which is in the sub-folder documentation of repository.The package files list is a collection of 26 lists describing the system.
In the repository documentation folder, there are various support documents.
File Name | description |
---|---|
changelog.md | version control history file |
license.md | copyright details file |
cylon.7 | man page which is truncated version of readme.md |
cylonCfg.conf | A dummy copy of config file for user setup convenience |
modules_info.md | An overview of the modular library files and the functions |
package_lists.md | An overview of the packages files list generated by program |
features_info.md | More detailed information for some features |
CYLONDEST, CYLON_CONFIG and CYLON_COLOR_OFF are three optional custom environmental variablesused by program. If variable CYLONDEST and CYLON_CONFIG are not set or do not exist,cylon uses the default path. CYLON_COLOR_OFF is used for turning off colored text output.For information on setting environment variables see arch linux wiki.
CYLONDEST
Most system output (logfiles, downloads and updates etc)is placed at below path, unless otherwise specified on screen.Output folders are created with following time/date stamp syntax HHMM-DDMONYY-Xwhere X is output type i.e download, update etc. The default path is:
$HOME/.cache/cylon
This optional Environment variable is provided for userswho wish to use different destination path for program output folder.
CYLON_CONFIG
The default path for config file is
$HOME/.config/cylon/cylonCfg.conf
This optional Environment variable is provided for userswho wish to use different destination path for program config file.
CYLON_COLOR_OFF
if it does not exist or is not set cylon uses colored output.This optional Environment variable is provided for userswho wish to see no colour in terminal. Set it equal to "on"
EDITOR
"nano" is used as default text editor for editing config filesIF $EDITOR user environment variable is not set.
$EDITOR
Some functions require dependencies packages to be installed.There are three dependencies and the rest are optional dependencies.The optional dependencies are left to user discretion.Software will check for missing dependencies and report if usertries to use a function which requires a missing one.Software will display installed dependencies packages on cylon info page.also "n/a" is usually displayed besides uninstalled options in menus.
gnu-netcat and openbsd-netcat peform same function,only 1 can be or needs to be installed, both included because of conflicts.There are used to check that network is "up" at various points in program.
Auracle and trizen are both AUR helpers you can installone or both depending on preference. Auracle is a more minimalist helper.trizen is more fully featured.Auracle is used for -u and -n functions, plus step 24 of the package list makerAuracle is new and still in development hence the -git extension.
libnotify should be installed on the vast majority of Arch systems already.
dialog should already be installed in an arch linux system installed bythe arch linux installation guide on wiki. If you install Arch some other wayIt may not be there, so included as depends.
expac is used a lot and will be already installed on many systems.
pacman_contrib contains numerous tools(checkupdates pacache etc)related to pacman , used to be partof pacman before version 5.0. In cylon 5.3 added as a dependency.
Non-Optional Dependencies | Usage |
---|---|
dialog | used to make file select menus |
expac | used to create package lists |
pacman-contrib | Misc pacman related tools |
Optional Dependencies | Usage |
---|---|
libnotify | used for desktop notifications |
bleachbit | for system clean and shredding |
netcat | to check for internet connection (either gnu or openbsd) |
rmlint | to check for lint and duplicates |
rsync | for rsync backup function |
Arch-audit | Uses data collected by the Arch CVE team |
lostfiles | to scan for lostfiles |
trizen(AUR) | AUR helper |
auracle-git(AUR) | AUR helper |
The program functions are divided into 6 sections:update, maintenance, backup, security, network and miscellaneous.
The update section is the core of the program and provides a wrapper forpacman, trizen and auracle. It provides an extension to auracleto allow it to install and update packages. It also providesa full system update report function and various other options.
The maintenance section provides a variety of scans and checks, it alsoa provides command line wrapper for rmlint and bleach-bit.
The backup section provides ability to backup system using various tools.
Other misc functions include an option to edit config file, information menus forsystem and cylon. Terminal launcher at path of cache output.
There is more detailed information in documentationfolder, see "see also" section.
1: System update section
pacman options
AUR helper auracle options
AUR helper trizen options
Full System update
2: System maintenance section
3: System backup section
4: System security section
5: Network options section
6: Miscellaneous section
Option to open terminal at output folder path in new window
Config file view/edit option.
System information display
Cylon information:
Return codes
Main Menu
Arch News
Bleach bit CLI
Desktop notification
Pacman options menu
Remove foreign packages menu
Recently one of my students had the interesting concept of a menu with a sliding, animated highlight, but was unsure of how to create it in code. After messing around with a few possibilities after cl
Cylon Intet loT 是一个面向 Intel Edison 和 Intel Galileo 开发板的 Clyon.js 的适配器,它使用了Intel物联网团队的node模块MRAA作为底层。 Cylon.js是一个JavaScript框架,可以用于机器人、物理技术和物联网领域。 使用方法 闪烁内置的LED var Cylon = require('cylon');Cylon.robot(
Cylon.js 是一个 JavaScript 框架,使用 Node.js 来进行机器人开发和物理计算。Cylon.js 提供一个简单强大的方法来解决同一时间合并不同设备的问题。 如果你喜欢用 Go 语言,可以使用 Gobot; 如果你喜欢用 Ruby 语言,可以使用 Artoo。 支持的平台有: Ardrone <==> Adaptor/Drivers Arduino <==> Adaptor