Synology DSM: Difference between revisions
Jump to navigation
Jump to search
imported>Johayek mNo edit summary |
imported>Johayek mNo edit summary |
||
Line 1: | Line 1: | ||
* http://www.synology-wiki.de | * http://www.synology-wiki.de | ||
* http://www.synology-wiki.de/index.php/Welchen_Prozessortyp_besitzt_mein_System%3F | * http://www.synology-wiki.de/index.php/Welchen_Prozessortyp_besitzt_mein_System%3F | ||
== IPKG for Synology DiskStations running Synology DSM == | |||
* http://Jochen.Hayek.name/wp/blog-en/2014/05/27/the-gnu-packages-that-i-need-most-seriously-on-my-synology-nas/ | |||
<pre> | |||
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 | |||
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) | |||
# a few ones get installed "indirectly" | |||
… | |||
</pre> | |||
== articles imported from forum.synology.com/wiki == | == articles imported from forum.synology.com/wiki == | ||
* [[How to enable NFS on the Synology Server]] | * [[How to enable NFS on the Synology Server]] |
Revision as of 03:22, 30 January 2015
- http://www.synology-wiki.de
- http://www.synology-wiki.de/index.php/Welchen_Prozessortyp_besitzt_mein_System%3F
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 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) # a few ones get installed "indirectly" …