mayfrost-guides/ALTERNATIVES.md

517 lines
26 KiB
Markdown
Raw Normal View History

2018-03-09 04:53:18 +00:00
# ALTERNATIVES TO BLOATWARE
2018-03-09 04:49:46 +00:00
2018-03-09 04:39:12 +00:00
The list is built pointing to software that have alternatives with less dependencies, and addressing dependencies was the easy thing to do. One thing tho, some particular tools were included because they add less dependencies overall while keeping a system functional. One such example is imagemagick and ffmpeg, by which you can do a lot of work and replace many tools by just using those with scripts and replace something like a screenshot utility. TL;DR is about the unix principle and you can have a fully functional system pretty damn minimal with that.
Certainly it would be great to have a comparative on resource usage tho. Wanna help?
2018-03-12 19:21:28 +00:00
## ANDROID APPS
* __Launcher__: Silverfish
* __Facebook__: Tinfoil for Facebook
* __Twitter__*: Tinfoil for Twitter
* __YouTube__: NewPipe
* __E-Books__: Document Viewer
* __Notes__: miniNoteViewer
All apps are from F-Droid, may not be much but is a start.
2018-03-12 04:05:18 +00:00
## Command Line
* __Command Line Cheatsheet__: CLI Companion -> xman -> cheat -> howdoi -> clf -> fu -> bro -> cheat.sh
* __Directory Browsing__: CDargs -> Apparix -> fasd -> xd -> fzy
2018-03-13 19:06:49 +00:00
* __Framebuffer Environment__: jfbterm / Fbterm -> hterm (regis) -> yaft (sixel)
* __Hacker Culture__: ddate, fortune,, The Hacker Test, The Jargon File
2018-03-12 04:05:18 +00:00
* __Multiplexer__: Twin -> GNU Screen (+sixel patch) -> Tmux -> dvtm -> Byobu
2018-03-13 19:06:49 +00:00
* __Progress Viewers__: Advanced Copy -> progress -> pv - Pipe Viewer
2018-03-13 21:44:57 +00:00
* __Scripting__: [GNU Parallel](https://www.gnu.org/software/parallel/), [empty](https://github.com/ierton/empty)
2018-03-12 04:05:18 +00:00
* __Shells__: PC-DCL -> Bash -> mksh -> Rc
* __Terminal Colorizer__: colout -> lolcat
* __Terminal Dropdown__: YeahConsole -> tdrop -> alwaysontop
* __Terminal Emulator__: PuTTY -> Cool Retro Term -> Terminology -> rxvt-unicode (a.k.a. urxvt) -> Termite -> UXTerm
2018-03-09 04:47:04 +00:00
* __Terminal Pager__: less -> most
2018-03-13 19:06:49 +00:00
* __Terminal Screensaver__: bb -> tty-clock -> CMatrix -> SL -> cowsay (or cowthink) -> [rice](https://github.com/janbrennen/rice) -> [Asciiquarium](https://github.com/cmatsuoka/asciiquarium) -> [nyan.sh](https://gist.github.com/wting/5278321) -> [rickrollrc](https://github.com/keroserene/rickrollrc) -> [terminal-screensaver](https://github.com/xiongchiamiov/terminal-screensaver)
2018-03-13 19:54:41 +00:00
* __Text Snippets__: snippy
2018-03-09 04:47:04 +00:00
2018-03-12 04:05:18 +00:00
## Communication
2018-03-13 19:06:49 +00:00
* __BBS-MUD Client__: Qodem -> TinTin++
2018-03-12 04:05:18 +00:00
* __Bookmark Manager__: BUKU -> SemanticScuttle -> bookmarks.public -> bk_edit -> b. -> BM -> bbm
2018-03-13 19:06:49 +00:00
* __Browser__: ungoogled-chromium -> Icecat -> Pale Moon -> vimb -> Uzbl -> NetSurf -> Arachne -> Hacked Links (ELinks + Links2) -> Lynx -> retawq -> Stallman.js
2018-03-09 04:47:04 +00:00
* __Chat Client__: Pidgin -> Finch (+ irssi mode) -> Centerim -> Bitlbee
2018-03-12 04:05:18 +00:00
* __Collaborative Editor__: Gobby -> EtherCalc -> Etherpad -> Cryptpad
* __E-Mail Archiver__: Lurker
2018-03-13 19:06:49 +00:00
* __E-Mail Client__: Thunderbird -> SquirrelMail -> Alpine -> Mutt -> mailx
2018-03-12 04:05:18 +00:00
* __E-Mail Fetcher__: Fetchmail -> mbsync/isync
2018-03-09 04:47:04 +00:00
* __IRC Client__: HexChat -> Weechat -> Irssi
2018-03-12 04:05:18 +00:00
* __Online Radio__: Nuvola Player
* __Paint chat__: Drawpile -> Collab
* __RSS Feed and Podcast__: Liferea -> Newsbeuter -> Newsboat
2018-03-13 19:06:49 +00:00
* __Search Engine Scraper__: Googler / Torrtux -> Surfraw (+ dmenu)
* __Usenet Client (Newsreader)__: Pan -> Trn -> slrn ( + slrnpull + slrnface)
* __VoIP Client__: Jitsi -> Pidgin -> Finch
2018-03-09 04:47:04 +00:00
2018-03-13 19:54:41 +00:00
### Desktop Client
* __4chan__: [ANSIchan](https://github.com/qqueue/ANSICHAN) / [yottu](https://github.com/yottu/yottu)
* __Booru__: [ahoviewer](https://github.com/ahodesuka/ahoviewer)
* __Facebook__: [FBCLI](https://github.com/danielduan/FBCLI) / [Facebook CLI](https://github.com/specious/facebook-cli)
* __General__: [Rambox](https://github.com/saenzramiro/rambox) / [Gwibber](http://gwibber.com/)
* __Google Drive__: [Grive2](https://github.com/vitalif/grive2)
* __Pastebin__: [pastebinit](https://github.com/skorokithakis/pastebinit)
* __Reddit__: [cReddit](https://github.com/Cotix/cReddit)
* __Slack__: [ScudCloud](https://github.com/raelgc/scudcloud) / [slackterm](https://github.com/rob05c/slackterm)
* __Twitter__: [Hotot](https://github.com/lyricat/Hotot) / [turses](https://github.com/louipc/turses)
* __Youtube__: [youtube-viewer](https://github.com/trizen/youtube-viewer)
2018-03-12 04:05:18 +00:00
## Desktop
2018-03-13 19:54:41 +00:00
* __Application Launcher__: rofi -> ratmenu -> [dmenu](https://github.com/stilvoid/dmenu) -> pdmenu -> [slmenu](https://bitbucket.org/rafaelgg/slmenu)
2018-03-12 04:05:18 +00:00
* __Boot Screen__: Plymouth -> Splashy -> Fbsplash -> \<BOOTLOADERS>
2018-03-13 19:54:41 +00:00
* __Clipboard__: [CopyQ](https://github.com/hluk/CopyQ) -> [clipmenu](https://github.com/kaihendry/clipmenu) -> xclip / XSel
2018-03-09 04:47:04 +00:00
* __Compositing Window Manager__: Compiz -> Compton -> Xcompmgr
2018-03-13 19:54:41 +00:00
* __Cursor__: [keynav](https://github.com/jordansissel/keynav), GPM
* __Desktop Character__: [Ukagaka](https://en.wikipedia.org/wiki/Ukagaka) ([Kawari](https://sourceforge.net/projects/kawari/) + [Ninix-aya](https://directory.fsf.org/wiki/Ninix-aya)) -> [Gnome KiSS](http://devel.tlrmx.org/kiss/) -> [Oneko](http://www.daidouji.com/oneko/) -> [xevilteddy](https://github.com/mjg59/xevilteddy) -> [Xteddy](https://xteddy.org/)
2018-03-13 21:44:57 +00:00
* __Display Color Temperature__: Redshift -> sct
2018-03-12 04:05:18 +00:00
* __Display Settings__: DDCcontrol -> xrandr
2018-03-09 04:47:04 +00:00
* __Graphical Settings__: Wpgtk -> LxAppearance -> GSettings -> xsettings
* __Keybinding__: Xbindkeys -> sxhkd -> loadkeys (+ keymaps)
2018-03-12 04:05:18 +00:00
* __Keyboard Layout__: XKB -> xmodmap -> loadkeys (+ keymaps)
* __Login Manager__: SLiM -> Qingy
2018-03-13 21:44:57 +00:00
* __Macro Recorder__: [Autokey](https://github.com/autokey/autokey) -> [Sikuli](https://github.com/sikuli/sikuli) -> [Easystroke](https://github.com/thjaeger/easystroke)-> [xdotool](http://www.semicomplete.com/blog/projects/xdotool/) -> [GNU Xnee](https://www.gnu.org/software/xnee/)
2018-03-12 04:05:18 +00:00
* __Nested Display__: Xephyr -> Xnest
* __Notification Daemon__: dunst -> slstatus
* __Notification Server__: Libcanberra + Libnotify -> xmessage
* __Panel__: Avant Window Navigator -> Global Menu -> Tint2
* __Screensaver__: XScreenSaver -> XLockmore -> i3lock -> sxlock -> slock
* __Status Bar Client__: Dzen -> Lemonbar
* __Status Bar Server__: monky -> i3status
2018-03-13 22:17:49 +00:00
* __Animated Wallpaper Changer__: Xphoon, xfireworks, Xsnow, xmountains, Xplanet, ImageMagick (animate)
2018-03-12 04:05:18 +00:00
* __Still Wallpaper Changer__: FEH -> hsetroot -> xsetroot -> imagemagick (but use 10MB more RAM than the others)
* __Terminal As Wallpaper__: root-tail -> xrootconsole -> xli
* __Video Wallpaper Changer__: mpv -> VLC (nvlc) -> MPlayer
* __Window Manager__: s3d (+ s3dfm) -> FVWM (+ FvwmTabs and 4dwm theme) -> awesome -> Amiwm -> Window Maker -> IceWM -> Blackbox -> i3 -> Vtwm -> mwm -> katriawm -> Emacs -> Ratpoison -> dwm (+ dwmstatus) -> FrankenWM -> TinyWM
* __Window Manipulation__: QuickTile -> wmctrl -> wmutils
* __Worskpace Pager__: 3D-Desktop -> Skippy-XD
* __X Event Display__: xprop -> xwininfo -> xev
2018-03-09 04:47:04 +00:00
2018-03-12 04:05:18 +00:00
## Disk Tools
* __CD-DVD Burn and Copy (Backends)__: cdrtools -> cdrkit -> cdrskin
* __CD-DVD Burn and Copy (Frontends)__: K3b -> Brasero -> cdw
* __CD-DVD Ripping__: Sound Juicer -> fre ac -> cdparanoia (+ ABCDE)
* __Custom Install CD__: Respin -> Remastersys -> Distroshare -> PinguyBuilder -> Customizer -> Ubuntu Customization Kit -> Mklivecd
2018-03-09 04:47:04 +00:00
* __Device Management__: Udisks (+ udevil) -> pmount -> bashmount
2018-03-12 04:05:18 +00:00
* __Disk Cloning and Writing__: dd -> dcfldd -> dc3dd
* __Live USB__: UNetbootin -> MultiCD
* __Partitioning__: u3_tool -> GNU Parted -> cfdisk -> fdisk -> sfdisk
* __System Backup__: Snapper -> Systemback -> FSArchiver
## Distributed Services
2018-03-13 19:06:49 +00:00
* __Chat__: Tox -> Matrix (Matrix-Ircd, Riot) -> GNU Ring -> nircd -> Ytalk -> write, wall, mesg
2018-03-12 04:05:18 +00:00
* __E-Commerce__: FIX Agora -> OpenBazaar -> Bitnation
* __E-Mail__: Bitmessage (Notbit)
2018-03-12 04:29:18 +00:00
* __Editing__: WebDAV -> ikiwiki -> GitTorrent -> git-annex (+ git-annex assistant)
2018-03-12 04:05:18 +00:00
* __Distributed File Systems__: Samba -> NFS -> Storj -> IPFS -> GNUnet
* __Forum__: Decentraland -> GNU Social (Mastodon) -> NNTPChan
* __Gossip Network__: peernet
* __Monetary Incentives__: Bitcoin -> GNU Taler -> Stream Token
* __Media Sharing__: MediaGoblin -> PeerTube (WebTorrent) -> Alexandria -> DTube
* __Search Engine__: searx -> Seeks -> YaCy
* __Search Engine (Gopher)__: Jugtail
* __Streaming__: Livepeer -> Butter Project -> BasicTV
2018-03-13 19:06:49 +00:00
* __VoIP__: Mumble -> Linphone -> sscall
2018-03-09 04:47:04 +00:00
2018-03-12 04:05:18 +00:00
## Emulation And Virtualization
* __Containers__: chroot -> LXC -> Linux-VServer
* __Emulators__: Windows: Wine (+ Wine Staging), Android: Ambox, OS X: Darling, Atari: Hatari, Commodore: VICE, DOS: DOSBox
* __Hypervisors__: Xen -> NOVA -> KVM
* __Network Virtualization__: nsnam -> GNS3
* __Software Compatibility__: .NET: DotGNU -> Mono, Systemd/Linux: systemd-shim
* __Video Game Console Emulation ATARI__: Stella
* __Video Game Console Emulation XBOX__: XQEMU
* __Video Game Console Emulation MULTI__: Higan -> Mednafen -> RetroArch -> MAME -> AdvanceMAME
* __Video Game Console Emulation NINTENDO__: DeSmuME, Mupen64Plus, Dolphin
* __Video Game Console Emulation SEGA__: Exodus, Yabause, Reicast
* __Video Game Console Emulation PLAYSTATION__: PPSSPP, RPCS3, PCSX/PCSX2
* __Virtual Assembler__: GNUSim8085 -> spim
2018-03-09 04:47:04 +00:00
* __Virtual Machine__: VirtualBox -> AQEMU + kvm -> Qemu + kvm
2018-03-12 04:05:18 +00:00
* __Virtual Machine (IBM Mainframes)__: Hercules
* __Virtual Machine (DEC)__: SIMH
2018-03-09 04:47:04 +00:00
2018-03-12 04:29:18 +00:00
## Enterprise
* __Business Intelligence__: JasperReports
* __CRM__: SugarCRM
* __Enterprise Resource Planning__: IDempiere -> LedgerSMB
* __Human Resource Software__: OrangeHRM
* __Invoice__: Simple Invoices
* __Project Management__: GanttProject -> ProjectLibre
2018-03-12 04:58:18 +00:00
## File Utilities
2018-03-09 04:47:04 +00:00
* __Batch Renamer__: GPRename -> qmv (renameutils)
* __Duplicate Files Removal__: dupeGuru -> Fdupes
* __File Archiver__: PeaZip -> Xarchiver -> Atool
* __File Manager__: SpaceFM -> Ranger -> Midnight Commander -> noice
2018-03-12 04:29:18 +00:00
* __File Search__: DocFetcher -> Puggle -> regain -> ANGRYsearch -> Xapian
* __File Synchronization__: Conduit -> Bacula -> Syncthing -> Unison -> zsync -> Rsync
2018-03-13 21:44:57 +00:00
* __Image Organizer__: hydrus network -> Shotwell -> GTKRawGallery -> digiKam -> gThumb (+ gphoto) -> Mapivi -> [BASH-Booru](https://github.com/ChristianSilvermoon/BASH-Booru)
2018-03-12 04:29:18 +00:00
* __RegEx Builder__: Visual REGEXP -> txt2regex
* __Regexer__: regexxer -> ack -> ag
2018-03-09 04:47:04 +00:00
2018-03-12 04:29:18 +00:00
## Filesharing
* __Direct Connect__: LinuxDC++ -> ncdc -> microdc2
* __Download Manager__: giFT (+ giFTcurs) -> aria2 -> cURL -> Wget
* __File Scraper__: megatools -> JDownloader -> Plowshare
2018-03-09 04:47:04 +00:00
* __FTP Client__: FileZilla -> lftp
2018-03-12 04:29:18 +00:00
* __LAN Sharing__: NitroShare -> Dukto
* __Media Center__: Plex -> Kodi ("XBMC", + Sonarr) -> Emby -> Popcorn Time
* __Media Miner__: FlexGet -> Sonarr
* __Offline Reader__: Kiwix -> Darcy Ripper -> HTTrack -> Wget
* __Soulseek__: Nicotine Plus -> Museek (mucous)
* __Stream Catcher__: Streamripper -> youtube-dl -> cclive -> quvi/RTMPDump
2018-03-09 04:47:04 +00:00
* __Torrent Client__: qBittorrent -> RTorrent -> transmission-daemon (+ transmission-remote-cli, or use the web interface that comes with transmission-daemon)
2018-03-12 04:29:18 +00:00
* __Torrent Search Engine__: Jackett -> Torrench -> Magnetissimo -> magnetico
* __Usenet (File Grabber)__: LottaNZB -> SABnzbd -> NZBGet -> nzb -> nzbperl
## Finance
* __Accounting__: GnuCash -> GNU Pem
* __Financial Markets Monitoring__: JStock -> Qtstalker/QtTrader
## Forensics
* __Application Profiling__: Gprof -> Valgrind (+ Callgrind)
* __Data Recovery__: dvdisaster -> ddrescue -> TestDisk (PhotoRec)
* __Debugger__: DDD -> CGDB -> GDB
* __Virtual Memory Debugger__: scanmem & Gameconqueror -> varedit
* __Java Debugger__: VisualVM
* __Browser Debugger__: Firebug
* __Forensic Analysis Framework__: The Sleuth Kit -> DFF -> Radare
* __Hex Editors__: HT Editor -> dhex -> objdump
* __Sandbox__: Cuckoo Sandbox
* __Steganalysis__: Virtual Steganographic Laboratory -> Stegdetect
2018-03-09 04:47:04 +00:00
2018-03-12 04:29:18 +00:00
## Monitoring
2018-03-12 04:58:18 +00:00
### Benchmarking
* __Drive Profiling__: hdparm -> Smartmontools
* __Filesystem Benchmark__: IOzone -> Bonnie -> MBW
* __General Benchmarking__: Phoronix Test Suite ->ProcBench -> Sysbench -> HPC Challenge Benchmark (hpcc)
* __Network Profiling__: iperf
* __Power Management__: apcupsd -> tpfancontrol -> thinkfan -> TLP -> PowerTOP
* __Server Benchmark__: Siege
* __System Tracing__: OProfile -> Sysdig -> dtrace -> perf -> strace -> ftrace (+ trace-cmd)
* __Undevolting and Power Saving__: cpufrequtils -> cpupower -> Linux-PHC (+ phc2sys)
### System Information
* __General Information__: zCI -> inxi
* __Screenshot Information__: Linux_Logo -> Neofetch -> screenFetch -> envee
* __Hardware Information__: blkid -> lsblk -> lspci -> lshw -> dmesg -> dmidecode
* __Software Information__: file -> ldd -> vrms -> lsb_release -> uname
### System Monitoring
* __Database Monitoring__: Mytop
2018-03-12 17:57:08 +00:00
* __Disk Usage__: QDirStat -> Baobab -> xdiskusage -> XDU -> Ncdu -> df
2018-03-12 04:58:18 +00:00
* __Geolocation__: Prey
* __Hardware Monitoring__: acpiclient -> Hddtemp -> lm-sensors (psensor for a GUI)
* __Log Monitoring__: lnav -> multiTail -> Logcheck
* __Log Visualizer__: glTail -> Logstalgia
* __Network Flow__: Argos -> HFlow -> nfdump (nfsen)
* __Network Latency__: SmokePing -> bmon
* __Network Monitoring__: IPTraf -> NetHogs -> iftop -> vnStat -> tcptrack -> NCMatrix
* __Port Monitoring__: psad
2018-03-13 21:44:57 +00:00
* __Process Monitoring__: lsof -> PSmisc
2018-03-12 04:58:18 +00:00
* __Serial Monitoring__: ttylog -> slsnif
* __System Latency__: LatencyTOP
* __System Monitor__: gnome-system-monitor -> psDooM -> Conky -> htop -> nmon -> Sysstat (sar, mpstat, pidstat, iostat, sadf) -> procps (ps, free, vmstat, top, pmap, nice)
* __User Monitoring__: wuzzah -> Whowatch -> acct
* __Web Log Analytics__: AWStats -> W3Perl -> Analog -> pmacct
* __Web State Monitor__: Nagios (+ NagVis) -> sysmon -> Sysmond
## Multimedia
2018-03-12 05:11:13 +00:00
### ASCii Art
* __ANSI Drawing__: cadubi -> SHPaint -> MysticDraw
* __ANSi Viewer__: ANSiMat
* __ASCii Animation__: blessed -> Durdraw -> drawille
* __ASCii Banner__: shellpic -> TOIlet -> FIGlet -> sysvbanner
* __ASCii Drawing__: JavE -> textdraw -> Aewan
* __ASCii Presentations__: wopr -> blessed-contrib
* __Image to ASCii__: jp2a
* __Video to ASCii__: libcaca -> AAlib
### Audio
2018-03-09 04:47:04 +00:00
* __Audio Editing__: Audacity -> SoX
2018-03-12 05:11:13 +00:00
* __Audio Effect Plugins__: zam-plugins (LADSPA/LV2/VST/JACK), LV2 (x42-plugins), LADSPA (tap-plugins), DSSI (dssi-utils, dssi-vst)
* __Audio Encoding__: LAME, FLAC
* __Background Sound__: GNU GTick -> Ambient Noise
* __Digital Audio Workstation__: Rosegarden -> Ardour -> LMMS
* __DJing__: Mixxx
* __Ear Training__: LenMus -> GNU Solfege
* __Multiple Audio Streams__: pulseaudio -> apulse
* __Music Player__: Audacious (+ Winamp Classic skin + GJay) -> cmus -> MPD (vimus/ncmpcpp) -> MOC (+ moc-ffmpeg-plugin, dmenu_mocp)
* __Music Visualization__: Spectrum3d -> Le Biniou -> projectM -> cli-visualizer
* __Scorewriter__: MuseScore -> LilyPond
* __Software Sampler__: LinuxSampler -> orDrumbox -> Hydrogen
* __Synthesizer__: AlsaModularSynth -> ZynAddSubFX
* __System Sound Utilities__: pavucontrol (pulseaudio) -> JAMin (for Jack) -> Qastools -> alsa-utils + Alsaequal
* __System Sound Extensions__: WineASIO, alsa-oss/oss-compat, ESound (esound-common), awesfx
* __Tonal Feature Analysis__: CLAM Chordata
* __Tracker Editors__: Schism -> MilkyTracker
* __Trackers__: SID-Wizard -> GoatTracker
* __Tray Icon__: Volume Icon -> Volti
### Image
2018-03-12 05:23:06 +00:00
* __Bitmaps to Vector Conversion__: AutoTrace -> Potrace
* __Diagram Editor__: Pencil Project -> Dia -> Graphviz
* __Bitmap Graphics Digital Drawing__: Krita -> MyPaint -> XPaint
* __Coloring Digital Drawing__: STYLE2PAINTS
* __Fonts Digital Drawing__: FontForge
* __Vector Digital Drawing__: Inkscape -> Xfig
* __Image Editing__: RawTherapee -> darktable -> Gimp + G'MIC -> ImageMagick (display, import)
* __Image Viewer__: Feh -> sxiv -> display (ImageMagick) -> fim/fbi
* __Plotting__: Gnuplot -> PLplot
* __Screenshots__: Shutter -> scrot -> maim -> import (ImageMagick) -> fbcat (FBGrab)
* __Image Optimizing__: pngcrush -> pngquant -> OptiPNG
### Metadata
2018-03-09 04:47:04 +00:00
* __Metadata__: Easytag -> Beets -> ExifTool
2018-03-12 05:23:06 +00:00
### Video
* __Compositing__: CinePaint -> Natron
* __Datamoshing__: Autodatamosh
* __2D Digital Animation__: Synfig -> OpenToonz
* __3D Digital Animation__: Blender
* __Screencasting__: Open Broadcaster Studio -> SimpleScreenRecorder -> FFmpeg -> ttyrec (+ seq2gif)
* __Video Editing__: Kdenlive -> Cinelerra-cv -> OpenShot -> FFmpeg
* __Video Player__: MPV -> VLC (nvlc) -> MPlayer
* __Video to gif__: Video2Gif -> ImageMagick (convert) -> FFmpeg
2018-03-09 04:47:04 +00:00
* __Video Transcoding__: HandBrake -> WinFF -> FFmpeg
2018-03-12 05:23:06 +00:00
## Network Setup
2018-03-12 06:16:48 +00:00
* __Bandwidth Shaping__: Wondershaper
* __Bandwidth Testing__: speedtest-cli -> speed-test
* __Darknet__: autovpn -> Tor -> AnoNet -> i2p
* __DHCP Client__: dhclient -> dhcpcd
* __DNS Encryption__: DNSSEC, DNSCrypt
* __DNS Resolution__: Unbound + NDS -> BIND9 -> KadNode
* __MAC Manipulation__: GNU MAC Changer
* __Mesh Networks__: Tinc -> cjdns -> B.A.T.M.A.N. / open80211s (802.11s)
* __Network Encryption__: OpenSSL -> LibreSSL -> GnuTLS -> IPsec/SAE (802.11s)
2018-03-09 04:47:04 +00:00
* __Network Manager__: Wicd -> NetworkManager -> ConnMan -> SetNet
2018-03-12 06:16:48 +00:00
* __Networking Tools__: iproute2 (ip, ss) -> net-tools (netstat, ifconfig)
* __Supplicant__: wpa_supplicant
2018-03-09 04:47:04 +00:00
2018-03-12 06:16:48 +00:00
## Office
* __CHM Viewer__: xCHM -> CHMLib (extract_chmLib)
* __Database__ RRDtool, MariaDB -> Datalog -> GNU Recutils
* __Desktop Publishing__: Scribus
* __Document Processor__: Emacs (AUCTeX) -> LyX -> GNU TeXmacs
* __Ebook Viewer__: Calibre -> Okular -> Zathura -> fimgs/fbi
* __Flashcards__: Anki -> awk flashcards
* __Gamification__: HabitRPG -> Habitica
* __Input Method Editor__: iBus -> Fcitx -> SCIM
* __Mind Mapping__: FreeMind
* __Office Suites__: Siag Office -> LibreOffice -> catdoc (xls2csv, catppt, wordview)
* __Offline Dictionary__: Goldendict -> Artha -> dict
* __Outliner__: TreeSheets -> Vault 3 -> GJots2 -> Emacs (Org-mode) -> Vim (Vimoutliner or Vim-orgmode) -> hnb
* __PDF Editing__: PDF SaM -> Poppler
* __Personal Assistant__: Mycroft -> betty -> Climate -> The Fuck -> Suicide Linux
* __Personal Organizer__: Wyrd -> calcurse -> when -> cal
* __Presentation__: Beamer -> Sozi -> Text Presentation Program
2018-03-09 04:47:04 +00:00
* __Printers__: CUPS -> LPR
2018-03-12 06:16:48 +00:00
* __Repetitive Strain Injury__: Workrave
* __Speed Reading__: speedread
* __Spell Check__: Aspell -> Ispell
* __Spreadsheets__: Libreoffice Calc -> Gnumeric -> Oleo -> SC-IM + Pandoc
2018-03-09 04:47:04 +00:00
* __Text Editor (and IDE)__: Emacs (nox) -> Vim -> Nano -> Vile -> xwpe -> GNU Zile
2018-03-12 06:16:48 +00:00
* __Text Formatting and Pretty Printing__: Pandoc -> Textutils (par, fmt)
* __Text-To-Speech__: Orca -> Gespeaker -> eBook-speaker (+ pandoc) -> eSpeak
* __Typing Training__: Klavaro -> nlkt -> GNU Typist
* __Weather Forecast__: AWeather -> Weather Util -> rrdweather
* __Word Processor__: Libreoffice Writter -> Abiword -> MinEd -> WordGrinder + Pandoc
2018-03-09 04:47:04 +00:00
2018-03-12 06:16:48 +00:00
## Package Management
* __Gaming Platform__: LGOGDownloader, Steam (+ SteamCMD), Lutris
* __Packaging Tools__: Alien -> Open Build Service -> CheckInstall -> GNU Stow
* __Portable Apps__: Flatpak -> Snappy -> AppImage
* __Universal Package Managers__: pkgsrc -> GNU Guix
## Pentesting
2018-03-12 06:55:11 +00:00
### Exploitables
* __Distros__: Security Scenario Generator (SecGen) -> Damn Vulnerable Linux -> Metasploitable -> Kioptrix
* __Web Apps__: Mutillidae -> hackxor -> WebGoat
### Network Scanner
* __DNS Client__: nslookup, whois, host, dig, dnsenum, dnstracer
* __Link Scanner__: Metagoofil -> Linklint (+ linklint2dot)
* __Network Enumeration__: SSLScan, p0f, PRADS
* __Network File Retrieval__: tcpxtract -> Driftnet
2018-03-12 17:57:08 +00:00
* __Network Mapping__: Open Visual Traceroute -> EtherApe -> Xtract -> weathermap4rrd -> Paris Traceroute -> MTR -> Ping -> arping
* __OSINT__: Creepy -> Netglub
* __Packet Sniffer__: tcpflow -> Tshark (Wireshark TUI) -> tcpdump
* __Reconnaissance Framework__: dsniff (urlsnarf, filesnarf, webspy, Tcpkill, macof, arpspoof) -> Nmap -> ngrep
* __WiFi Scanner__: Kismet
### Network Tampering
* __General__: Netsed -> cryptcat (Netcat) -> socat
* __Man-in-the-middle Attack__: Morpheus -> sslstrip -> Ettercap
* __Packet Crafting__: Ostinato -> hping
* __Traffic Generator__: Mausezahn
* __Traffic Replay__: Tcpreplay
### Password Cracking
* __BIOS__: CmosPwd
* __Compressed Files__: RarCrack
* __General__: John the Ripper
* __PDF__: pdfcrack
* __Remote__: THC Hydra
* __WiFi__: FLUXION -> Reaver -> Aircrack-ng
* __Windows__: Ophcrack
* __Wordlist Generator__: CUPP -> crunch
### Vulnerability Scanner
* __Application Vulnerability__: BCCF -> afl-fuzz
* __Backdooring__: Cymothoa -> Veil-Evasion -> Backdoor Factory -> Evilgrade - EvilAbigail
* __Cross-Scripting__: xsser
* __Exploit Famework__: WebSploit -> w3af
* __Network Vulnerability__: pytbull -> Yersinia
* __Post Exploitation__: Empire -> Post Exploitation Collection -> Post Exploitation Linux Toolkit -> poet
* __Social Engineering__: Social Engineering Toolkit
* __SQL Injection__: sqlmap
* __SSH Denial__: screwSSH
* __Web Application Vulnerability__: Nikto
* __Windows Registry Editor__: Offline NT Password & Registry Editor (chntpw)
2018-03-12 06:16:48 +00:00
## Privacy
2018-03-12 18:09:09 +00:00
* __Anti Stylometry__: Anonymouth, renamer
* __Disk Cleaner__: BleachBit -> bleachbit_cli (BleachBit) -> shred -> Dban
* __Boot Encryption__: cryptboot
* __Disk Encryption__: StegFS -> dm-crypt
* __File Encryption__: GNU Privacy Assistant -> ccrypt -> GNU Privacy Guard
* __Full Storage Encryption__: VeraCrypt -> tcplay (TrueCrypt implementation) -> Keyringer -> Tomb
* __Identity Generator__: The Random Identity Generator (rig)
* __Password Generator__: pwgen -> apg
* __Password Manager__: KeePassX -> pass (+ pass-tomb) -> kpcli
* __Steganography__: StegoShare -> Steghide -> SNOW -> Steganoroute
## Programming
* __Build Automation__: Gradle, Buildroot
* __Cache__: Memcached -> EnhanceIO -> dm-cache -> bcache
* __Code Beautifier__: HTML Tidy -> UniversalIndentGUI
* __Compiling Speeding Up__: distcc, ccache
* __Documentation Browser__: Zeal -> Devhelp
* __Documentation Generator__: perlpod, bashdoc, Doxygen
* __Issue Tracking System__: Bugzilla -> GNATS
* __Linting__: ShellCheck, Source-highlight
* __Source Code Navigation__: LXR: The Linux Cross Referencer -> GNU GLOBAL -> cscope -> Ctags -> cgvg,
* __Toolchain__: IcedTea (OpenJDK), GnuCOBOL, GNU Toolchain (GNU Make, GNU Build System -Autotools-, GNU m4, GNU Binutils, GNU bison, GCC)
2018-03-09 04:47:04 +00:00
* __Version Control__: Git (+ tig) -> Fossil -> RCS
2018-03-12 18:09:09 +00:00
## Remote Access
2018-03-09 04:47:04 +00:00
* __Configuration Management__: Puppet -> CFEngine -> cdist
2018-03-12 18:26:25 +00:00
* __Control Panel__: Webmin
* __Diskless Booting__: iPXE -> netboot
* __PC-Mobile Connection__: KDE Connect -> Wammu -> BitPim -> AndroidTools
* __Remote Desktop Client__: rdesktop -> Remmina -> fbvnc
* __Remote Desktop Server__: xrdp
* __Remote Execution__: pconsole
* __Remote File Manager__: KodExplorer
* __Remote Login__: Mosh -> OpenSSH
* __Remote X Apps__: Xpra > X11 forwarding
* __Reverse Shell__: icmpsh -> RevSh
* __Serial Console__: GNU Screen -> Minicom -> Picocom
* __Server Provisioning__: FAI
* __Wake-on-LAN__: wakeonlan
## Science And Engineering
2018-03-12 18:38:07 +00:00
* __Artificial Intelligence__: Golly, Arcade Learning Environment, ETHNOS, CTF, Conscious Artificial Intelligence, OpenCog, OpenAI
* __Astronomy__: SaVi satellite constellation visualizer -> Stellarium -> Celestia -> SkyCat
* __Bioinformatics__: Bioclipse -> EMBOSS -> BioJava -> BioPerl
2018-03-09 04:47:04 +00:00
* __CAD__: AutoCAD -> FreeCAD -> OpenSCAD
2018-03-12 18:38:07 +00:00
* __Chemistry__: MolComp, ChemE
* __Circuit Simulator__: ngspice, Gnucap
* __Data Visualization__: SocNetV -> Cytoscape -> Tulip -> Gephi
* __Fractals__: Mandelbulber
* __Geographic Information System__: qGIS
* __Street Map__: JOSM -> Osmosis
* __Subway Map__: qMetro
* __Virtual Globe__: Marble
* __Learning Management System__: GnuTutor -> OpenExpert -> Syllog
* __Scientific Calculator__: KAlgebra -> GraphMonkey -> SageMath -> Maxima + PLplot
* __Software-defined radio (SDR)__: GNU Radio (+ Gqrx) -> rtl-sdr
* __Statistical Package__: Physics Analysis WorkStation -> KNIME -> gretl -> PSPP
* __Volunteer Computing__: BOINC (+ boinctui)
## Security
2018-03-12 18:50:11 +00:00
### Containment
* __Access Control__: SELinux -> Smack -> AppArmor -> RSBAC
* __Authentication__: Polkit/ConsoleKit -> FakeRoot -> Sudo (visudo) -> Linux PAM
* __Resource Usage Control__: ulimit -> Disk Quota
* __Sandboxing__: Firejail -> Bubblewrap
### Honeypots
* __Client__: HoneyC -> Capture-HPC
* __Distro Bundle__: HoneyDrive -> ADHD
* __Server__: Honeyperl -> Nova -> LaBrea
* __Web-Based__: HIHAT
### Host Intrusion
* __Anti Juice Jacking__: usbkill -> USBGuard
* __Anti Malware__: ClamTk -> ClamAV -> Linux Malware Detect (LMD)
* __Host Intrusion Detection Framework__: Defensive Tools For The Blind -> OSSEC -> Tiger
* __Host System Auditing__: OpenVAS -> Linux Security Auditing Tool (LSAT) -> Bastille -> Lynis
* __Integrity Check__ AIDE -> systraq -> Tripwire -> Samhain
* __Rootkit Detection__: rkhunter, Chkrootkit, Unhide
* __System Logging__: Syslog-ng -> sysklogd
### Network Intrusion
2018-03-12 19:07:50 +00:00
* __Firewall__: gufw -> ufw -> iptables (+ ipset) -> nftables
2018-03-12 18:50:11 +00:00
* __Man-In-The-Middle (MITM) Detection__: ArpON, Arpalert
* __Network Intrusion Detection__: Snort -> Suricata
* __Network Intrusion Prevention__: Fail2ban -> Sshguard
## Server
2018-03-12 19:07:50 +00:00
* __Domain Specific Authentication Server__: Ident, SKS
* __Directory Service__: OpenLDAP -> NIS
* __RADIUS__: FreeRADIUS -> GNU Radius
* __SSO__: GNU Shishi (Kerberos)
* __Suites__: FreeIPA -> SSSD
* __BBS Server__: Citadel -> Synchronet -> Mystic BBS -> BBS100
* __Captcha__: cool-php-captcha
* __Direct Connect Server__: uhub
* __DLNA__: Universal Media Server -> ReadyMedia (a.k.a. MiniDLNA)
2018-03-09 04:47:04 +00:00
* __E-Mail Filtering (LDA)__: Dovecot -> procmail
2018-03-13 19:06:49 +00:00
* __E-Mail Indexing__: Archmbox -> Chewmail -> Notmuch -> mairix
* __E-Mail Notifier__: mswatch
2018-03-12 19:07:50 +00:00
* __E-Mail Server (MTA)__: Kolab -> Postfix -> Exim -> cmail
2018-03-09 04:47:04 +00:00
* __E-Mail Spam Filter__: DSPAM -> SpamAssassin
2018-03-12 19:07:50 +00:00
* __E-Mail Validation__: OpenDKIM, SPF
* __File Server__: Google Drive -> Nextcloud -> vsftpd -> sftp
* __General__: GNU Serveez
* __IRC BNC__: ZNC (IRC bouncer)
* __IRC Bot__: Seabattle (bot game), Eggdrop (IRC bot)
* __IRC Fileserver__: iroffer
* __IRC Server__: UnrealIRCd/Charybdis -> InspIRCd -> ngIRCd
* __MUD Server__: PennMUSH
* __Political__: LittleSis
* __Port Tunnel__: stunnel -> knockd
* __Proxy Server__: Tinyproxy
* __Service Manager__: sslh, xinetd
* __Torrent Tracker__: Ocelot -> Gazelle
* __Tunneling__: ProxyChains -> VPNEncap -> VPNCHAINS
* __Tunneling VM__: PIA Tunnel, Whonix
* __Usenet Server__: InterNetNews -> Leafnode
* __VPN__: OpenVPN (+ PiVPN) -> WireGuard -> PeerVPN
2018-03-12 19:21:28 +00:00
* __Web Caching__: Decentraleyes on a web browser -> Squid (+ SquidGuard, for Web Filtering)
2018-03-12 19:07:50 +00:00
* __Web Filtering__: Ad blocker on a web browser -> Pi-hole -> Privoxy -> Hostsblock
2018-03-12 19:21:28 +00:00
* __Web Server__: Apache -> Nginx -> lighttpd -> darkhttpd -> Bucktooth (+ Bucky, for HTTP exit, Bucktooth is Gopher)
2018-03-12 19:07:50 +00:00
* __Wireless Access Point__: hostapd
* __XMPP Server__: Tigase
## System Tools
2018-03-09 04:47:04 +00:00
* __BIOS__: Coreboot -> Libreboot
* __Boot Loader__: GRUB 2 -> GRUB Legacy -> SYSLINUX -> LILO (or ELILO for UEFI)
2018-03-12 19:21:28 +00:00
* __Custom Initramfs__: mkinitcpio -> dracut -> mkinitramfs
* __Filesystem__: Btrfs, XFS, Ext4, JFS, Reiser4, Bcachefs
* __Hibernation__: TuxOnIce -> uswsusp
* __Init Daemon__: Upstart -> SysVinit -> runit -> OpenRC -> Initng -> sinit
2018-03-09 04:47:04 +00:00
* __IPC__: DBus -> ipcs
2018-03-12 19:21:28 +00:00
* __Job Scheduler__: Slurm -> Cron
* __Load in RAM__: E4rat -> readahead -> preload
* __Service Manager (to be used with an init__: bum -> OpenRC -> chkconfig -> daemontools-encore -> perp
* __Settings Manager__: Linux Lite Control Center -> Linux Registry
2018-03-12 19:33:00 +00:00
* __Utilities__: Mtools -> GNU Coreutils -> BusyBox -> Asmutils and ARMutils