Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

List of your linux commands Apps

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#16 Post by bester69 »

Spotify Downloader
https://github.com/ritiek/spotify-downloader

- Downloads songs from YouTube in an MP3 (other formats as well) by using Spotify's HTTP link.
- Can also download a song by entering its artist and song name (in case if you don't have the Spotify's HTTP link for some song).
- Works straight out of the box and does not require to generate or mess with your API keys (already included).
- Automatically applies metadata to the downloaded song which include:
Title
Artist
Album
Album art
Lyrics (if found on http://lyrics.wikia.com)
Album artist
Genre
Track number
Disc number
Release date
And more...


Very great Application to download Album, Playlists and simple songs from Spotify links.
:)
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: List of your linux commands Apps

#17 Post by None1975 »

BinClock - Displays system time in binary format. It supports showing the time with eight different colors, and it can run a loop that prints the time every second. The default colors and characters for printing can be changed with a config file.
Image
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#18 Post by bester69 »

CPUTool
– Limit and Control CPU Utilization of Any Process in Linux
https://www.tecmint.com/cputool-limit-l ... sage-load/

CPUTool is used to restrict the CPU usage of a process in the same way as Cpulimit,

>>> One important difference :idea: is that cputool is able to manage system load unlike cpulimit

Code: Select all

sudo apt install cputool
cputool --cpu-limit 50 -p 8275

*** It does what it promise, this tool works very good :D
Last edited by bester69 on 2018-11-26 18:45, edited 8 times in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux commands Apps

#19 Post by Head_on_a_Stick »

^ Nice!

gotop

https://github.com/cjbassi/gotop

Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!

Unlike gtop & vtop this is fairly minimal in respect of resource usage and the readout is comprehensive, functional and very pretty :)

Image

Install with:

Code: Select all

# apt install go
cd && go get github.com/cjbassi/gotop
Then add ~/go/bin to $PATH:

Code: Select all

# ~/.profile
GOPATH="${HOME}/go"
PATH="${PATH}:${GOPATH}/bin"
export GOPATH PATH
deadbang

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: List of your linux commands Apps

#20 Post by None1975 »

Nmon. It is a systems administrator, tuner, benchmark tool. It can display the CPU, memory, network, disks (mini graphs or numbers), file systems, NFS, top processes, resource.It is neat, small and good looking program with small number of dependencies (yes, no go, rust and crap like that).

Image
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: List of your linux commands Apps

#21 Post by None1975 »

Caca-utils. This package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library. It includes cacaview (a simple image viewer for the terminal. It opens most image formats such as JPEG, PNG, GIF etc. and renders them on the terminal using ASCII art.), cacafire (a port of AALib's aafire and displays burning ASCII art flames) cacademo (a tiny graphic program that renders animated ASCII metaballs, matrix effects, colourful moiré circles and old school plasma effects) and cacaclock (the clock).

Image
Image

Aview. It is a high quality ASCII art image viewer and video player. It is especially useful with a text-based browser such as lynx, links or w3m.

Image
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#22 Post by bester69 »

Sophos Antivirus
License.: Free
Sophos Antivirus provides superior on-access, on-demand, and scheduled scanning for Linux servers and desktops. It delivers excellent performance, stability, and reliability to a wide range of Linux distributions.
https://secure2.sophos.com/en-us/medial ... _sgeng.pdf
https://www.sophos.com/en-us/products/f ... linux.aspx

Image

Features.:
- The Antivirus engine effectively detects and cleans viruses, Trojans, and other malware.
- Detects and blocks malware with on-access, on-demand, or scheduled scanning
- Scanning can be configured for local and network drives.
- Excellent performance, low impact. Sophos is tuned for the best performance. The lightweight agent keeps your Linux boxes secure without slowing them down.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#23 Post by bester69 »

FsTransform
https://github.com/cosmos72/fstransform

Tool for in-place filesystem conversion without backup
Currently, the programs mentioned above have been tested on Linux with the following filesystems, both as source and as target: ext2, ext3, ext4, jfs, reiserfs, xfs.
Do NOT use these programs with other filesystems unless you are willing to LOSE your data. In particular, they do NOT (yet) support ntfs, msdos, vfat and exfat file systems.

SOME REAL-WORLD TESTS
1000GB encrypted disk, 52% full, ext2->ext4: SUCCESS, took 12 hours despite one system crash and two manual interruptions (CTRL+C) (Yes, I know ext2->ext4 can be done with tune2s, but I wanted to test fstransform)

1540GB encrypted raid0 (3 disks), 56% full, ext2->ext4: SUCCESS, took 8 hours
Thought there's not yet supported, Ive used it with two full of data partitions >> ntfs to btrfs convertions , with success,, so I would say this tool is quite trustable .Great tool, If you dont want to waste any time in this task. 8)
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux commands Apps

#24 Post by Head_on_a_Stick »

bester69 wrote:Ive used it with two full of data partitions >> ntfs to btrfs convertions , with success,, so I would say this tool is quite trustable
The plural of anecdote is not evidence.

@all: please backup before trying this.
deadbang

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#25 Post by bester69 »

drive (Google Drive)
drive is a tiny program to pull or push Google Drive files.
https://github.com/odeke-em/drive

Install.:
sudo snap install drive


Initializing
https://github.com/odeke-em/drive#initializing

Example script to push to Google.:

Code: Select all

#!/bin/bash
#
sudo ionice -c2 -n7 -p$$ 
sudo renice -n 19 -p $$

DRIVE=/home/user/google_drive/
cd $DRIVE

# Exclude folders###############
echo "/MyBackup/LINUX/dedup/" > .driveignore
# Exclude folders###############

snap run drive push -ignore-name-clashes -ignore-conflict MyBackup/
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux commands Apps

#26 Post by Head_on_a_Stick »

LF
`lf` (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features.
https://github.com/gokcehan/lf

Features:
  • Cross-platform (Linux, OSX, BSDs, Windows (partial))
  • Single binary without any runtime dependencies (except for terminfo database)
  • Fast startup and low memory footprint (due to native code and static binaries)
  • Server/client architecture to share file selection between multiple instances
  • Configuration with shell commands
  • Customizable keybindings (vi and readline defaults)
  • Preview filtering (for source highlight, archives, pdfs/images as text etc.)
deadbang

jibberjabber
Posts: 162
Joined: 2016-01-10 16:58

Re: List of your linux commands Apps

#27 Post by jibberjabber »

Thanks, the "LF" app installed just fine , but when I tried:

Code: Select all

# apt install anarchism 

It says "package not found", So where do I look for it ?
==== edit ====
Never mind, I found it: https://packages.debian.org/sid/anarchism
And it intalled this time, I think it was a typo on my first try. :mrgreen:

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux commands Apps

#28 Post by Head_on_a_Stick »

jibberjabber wrote:I found it: https://packages.debian.org/sid/anarchism
There is website as well: https://theanarchistlibrary.org/library ... rchist-faq

And for testing/unstable users there is an awesome new fortune-anarchism package:
This package provides a set of anarchist quotes in the fortune database format.
I've added this to my ~/.mkshrc:

Code: Select all

fortune
print
To print an adage every time a shell is opened :)
deadbang

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux commands Apps

#29 Post by Head_on_a_Stick »

wajig

Wajig packages into one tool many commands useful for managing a Debian system. Instead of having to remember whether to use dpkg or apt-get or apt-cache, etc, wajig does the selection of the appropriate tool for you.

Wajig is a user command but will use sudo to run commands requiring super user permissions.

Install with

Code: Select all

# apt install wajig
Usage guide:

Code: Select all

wajig tutorial
deadbang

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#30 Post by bester69 »

duplicity-rclone
(Update 19/05/2017) Duplicity backend using rclone. this backend should work with any storage provider supported by rclone, and with later version of duplicity. Rclone is a powerful command line program to sync files and directories to and from various cloud storage providers.
https://github.com/GilGalaad/duplicity-rclone

duplicity /mydocuments rclone://gdrive:/mydocuments
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux commands Apps

#31 Post by Head_on_a_Stick »

dnssec-trigger

https://packages.debian.org/stretch/dnssec-trigger

This package installs unbound and enables DNSSEC automatically along with a systray icon to show the status and allow configuration.

Given the recent assaults on the Internet's DNS protocols[1], this is an extremely useful package.

[1] https://www.icann.org/news/announcement-2019-02-15-en
deadbang

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#32 Post by bester69 »

>> GREAT APPLICATION :o

mps-youtube
Based on mps, a terminal based program to search, stream and download music. Uses YouTube as a source of content and can play and download video as well as audio.
https://github.com/mps-youtube/mps-youtube

Image

Features

Search and play audio/video from YouTube
Search tracks of albums by album title
Search and import YouTube playlists
Create and save local playlists
Download audio/video
Convert to mp3 & other formats (requires ffmpeg or avconv)
View video comments
Works with Python 3.x
Works with Windows, Linux and Mac OS X
Requires mplayer or mpv
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#33 Post by bester69 »

tizonia
A command-line streaming music client/server for Linux.
- Support for Spotify (Premium),
- Google Play Music (free and paid tiers),
- YouTube, SoundCloud,
- Dirble, Plex servers and Chromecast devices.
http://tizonia.org
Last edited by bester69 on 2019-04-22 02:51, edited 1 time in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#34 Post by bester69 »

tmsu
TMSU is a tool for tagging your files. It provides a simple command-line tool for applying tags and a virtual filesystem so that you can get a tag-based view of your files from within any other program.
https://tmsu.org
https://github.com/oniony/TMSU

Examples.:
tmsu files mp3 and not music
tmsu files "dogs not (cats or rats)"
Install and configure go
wget https://storage.googleapis.com/golang/g ... d64.tar.gz
tar xvf go1.8.3.linux-amd64.tar.gz
mv go /usr/local
Install TMSU
git clone https://github.com/oniony/TMSU.git
cd TMSU
export GOROOT=/usr/local/go
export GOPATH=$HOME/your-username/TMSU
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
go get -u github.com/mattn/go-sqlite3
go get -u golang.org/x/crypto/blake2b
go get -u github.com/hanwen/go-fuse/fuse
make
make install
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux commands Apps

#35 Post by bester69 »

playerctl
Playerctl is a command-line utility for controlling media players that implement the MPRIS D-Bus Interface Specification.
mpris command-line controller and library for spotify, vlc, audacious, smplayer, qmplay2, and others.
>> Playerctl makes it easy to bind player actions, such as play and pause, to media keys.
https://github.com/acrisci/playerctl

Examples.:
# Command the first instance of VLC to play
playerctl --player=vlc play
# Command to Toggle vídeo
playerctl --player=smplayer play-pause
# Command all players to stop
playerctl --all-players stop
# Command VLC to go to the next track if it's running. If it's not, send the # command to Spotify.
playerctl --player=vlc,spotify next
# Get the status of the player
playerctl --player=smplayer status


Example and use of playerctl within a toggle script for managing several players.:
togglempd.sh

Code: Select all

#!/bin/bash
#
export MPD_HOST=192.168.1.128

PID=$(pgrep "headset")
if [ -z "$PID" ] 
then
echo "Toggle mpc"
else
echo "Toggle HeadSet"
if [ "$(playerctl --player=headset status)" == "Stopped" ]
then
echo "nada"
else
mpc pause
 playerctl --player=headset play-pause
  exit
fi
fi

PID=$(pgrep "QMPlay2")
if [ -z "$PID" ] 
then
echo "Toggle mpc"
else
echo "Toggle QMPlay2"
mpc pause
playerctl --player=QMPlay2 play-pause
 exit
fi
  
mpd &
mpc toggle &

exit

bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply