mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c5a48777043cd484f531ac1d4469db282aeefde6
parent de9da5f9705e4f22cc67ec1765ab8b7511084243
Author: mayfrost <mayfrost@cock.li>
Date:   Sat, 31 Mar 2018 03:51:01 +0000

Update ALTERNATIVES.md
Diffstat:
MALTERNATIVES.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ALTERNATIVES.md b/ALTERNATIVES.md @@ -250,7 +250,7 @@ All apps are from F-Droid, may not be much but is a start. ### System Information * __General Information__: [inxi](https://smxi.org/docs/inxi.htm) * __Screenshot Information__: [Linux_Logo](https://github.com/KittyKatt/screenFetch) -> [Neofetch](https://github.com/dylanaraps/neofetch) -> [screenFetch](https://github.com/KittyKatt/screenFetch) -* __Hardware Information__: blkid -> lsblk -> [lspci](http://mj.ucw.cz/sw/pciutils/) -> [lshw](https://github.com/lyonel/lshw) -> dmesg -> [dmidecode](http://dmidecode.nongnu.org/) +* __Hardware Information__: blkid -> lsblk -> [lspci](http://mj.ucw.cz/sw/pciutils/) -> [lshw](https://github.com/lyonel/lshw) -> [hwloc](https://www.open-mpi.org/projects/hwloc/) -> dmesg -> [dmidecode](http://dmidecode.nongnu.org/) * __Software Information__: file -> ldd -> [vrms](https://vrms.alioth.debian.org/) -> lsb_release -> uname ### System Monitoring @@ -449,7 +449,7 @@ All apps are from F-Droid, may not be much but is a start. * __[Program Transformation](https://en.wikipedia.org/wiki/Program_transformation)__: [Coccinelle](http://coccinelle.lip6.fr/), [FermaT](http://www.gkc.org.uk/fermat.html), [CIL](https://people.eecs.berkeley.edu/~necula/cil/), [Stratego/XT](http://strategoxt.org/) * __Source Code Navigation__: [LXR: The Linux Cross Referencer](http://lxr.sourceforge.net/en/index.php) -> [GNU GLOBAL](https://www.gnu.org/software/global/) -> [cscope](http://cscope.sourceforge.net/) -> [Ctags](https://github.com/universal-ctags/ctags) -> [cgvg](https://github.com/uzi/cgvg) -> [ack](https://beyondgrep.com/) -> [ag](https://github.com/ggreer/the_silver_searcher) * __[Source-to-Source Compiler](https://en.wikipedia.org/wiki/Source-to-source_compiler)__: [ROSE](https://github.com/rose-compiler/rose) -* __Version Control__: Git (+ [tig](https://github.com/jonas/tig)) -> [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) -> [RCS](https://www.gnu.org/software/rcs/) +* __Version Control__: Git (+ [tig](https://github.com/jonas/tig)) -> [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) -> [tla (GNU Arch)](https://directory.fsf.org/wiki/Gnu-arch) -> [RCS](https://www.gnu.org/software/rcs/) ## Remote Access * __Configuration Management__: Puppet -> CFEngine -> [cdist](https://github.com/ungleich/cdist)