Topic: Multiple improvements asked
Hello dear GParted community,
First, let me thank you for the hours of work saved due to using GParted in situations where time is the thing to be found.
Being a regular user of GParted, I am here to ask several improvements:
- A more friendly vi, which means having the vim package installed + a .vimrc file (for instance this one https://raw.githubusercontent.com/maaaa … ter/.vimrc)
- A Python startup file for interpreter completion, for instance this one hxxps://raw.githubusercontent.com/maaaaz/dotfiles/master/.pystartup
- Having common bash aliases enabled in .bashrc, with some colors:
alias ls='ls --color=auto'
alias dir='dir --color=auto'
alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
- The following packages installed :
=> pv : a vital package to allow printing progress bars and rates during transfers etc.
=> htop, bmon, nmon : vital packages for system monitoring
=> zutils, pigz : for processing zlib compressed data
=> colordiff, xxd, vbindiff : for printing data
=> cifs-utils, smbclient : for connecting to SMB shares
=> nmap : for network debugging
=> xrdp or rdesktop : a RDP client
=> wireshark, tshark : to process network captures
=> usbutils : to use USB devices
=> vlan : to use VLAN
=> parallel : to process parallel tasks
=> zip, unzip : to process zip files
And additionally, some rust-compiled alternatives : hxxps://zaiste.net/posts/shell-commands-rust/
Best regards !