Synology DSM: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Johayek
imported>Johayek
Line 27: Line 27:
</pre>
</pre>
=== utilities to get started and stopped automatically ===
Resp. scripts live in /usr/syno/etc/rc.d/ .
* /opt/sbin/gkrellmd --detach --pidfile $HOME/var/run/gkrellmd.pid


== articles imported from forum.synology.com/wiki ==
== articles imported from forum.synology.com/wiki ==

Revision as of 05:51, 30 January 2015

IPKG for Synology DiskStations running Synology DSM

root@DiskStation $ ipkg list_installed
bash - A bourne style shell
coreutils - Bunch of heavyweight *nix core utilities
diffutils - contains gnu diff, cmp, sdiff and diff3 to display differences between and among text files
exif - A small command-line utility to show and change EXIF information in JPEG files.
file - Ubiquitous file identification utility.
findutils - File finding utilities
gcc - The GNU Compiler Collection.
make - examines files and runs commands necessary for compilation
glib - The GLib library of C routines.
pkgconfig - Package configuration tool
less - Less file browser
rcs - The Revision Control System (RCS) manages multiple revisions of files.
rsync - fast remote file copy program (like rcp)
util-linux - A suite of essential utilities for any Linux system.
vim - Yet another version of the vi editor.
wget - A network utility to retrieve files from the Web
xpdf - Various PDF tools (no support for X11 compiled in)
gkrellmd - Gkrellm is a utility to display system stats (cpu, processes, memory,..) in a nice little window. (Server component)
# a few ones get installed "indirectly"
…

utilities to get started and stopped automatically

Resp. scripts live in /usr/syno/etc/rc.d/ .

  • /opt/sbin/gkrellmd --detach --pidfile $HOME/var/run/gkrellmd.pid

articles imported from forum.synology.com/wiki