shuzhou-s
7/21/2017 - 1:02 AM

List of linux tools

List of linux tools

sudo apt-get install autojump
echo "source $(dpkg-query -L autojump | grep autojump.sh)" >> ~/.zshrc
source ~/.zshrc
j --help
cloc .
ctags --list-maps #Show language mappings
ctags --langmap=c++:+.cu -R . # Generate .cu function tags
conda create -n crypto python=3 cryptography

source activate crypto

conda uninstall -n crypto --all

conda env list
hexdump -C test_file
truncate -s 16 test_file # truncate a file to 16 Bytes
$> valgrind [valgrind-options] your-prog [your-prog-options]
$> watch progress -q
$> watch progress -wc gpg2
$> indent -kr app/*.cpp include/*.h