Research Flow
A place to learn and share (comment if this blog is useful)
Pages
(Move to ...)
Home
▼
Using "tmux" for managing multiple screens
›
TMUX (tmux) is a fantastic tool for doing multitasks in terminal. For a programmer and researchers whose work involves coding, tmux is an e...
Linux Onliners
›
To copy multiple files to multiple-different names for f in *.txt ; do cp -p "$f" " ${f/text/texttobereplaced"; done ...
How to disable the sound when using terminal in Windows 10?
›
How to disable the annoying notification sound when we do something wrong in the terminal (in Windows)? Here is the simple way. On the ...
How to hide (white out) some portions in a pdf file
›
How to hide (white out) some portions in a pdf file before printing? We may have come across following situation. You may want to print...
Quantum Espresso Series: How to run calculations in Quantum Espresso
›
I found a blog where nuts and bolts of doing calculations in Quantum Espresso code. In the blog post from quantumbarista.blogspot.com , th...
1 comment:
Quantum Espresso Series: Installing Quantum Espresso in Ubuntu 16.04 for newbies
›
Quantum Espresso is a opensource code for studying the electronic properties of materials. Installation of Quantum Espresso had been a diff...
Check the number of words/lines/characters in a file
›
You may know how to check the number of words/characters/lines in a MS Word file. But, how to check these in pdf file or any file? Here c...
Linux tips series
›
To replace the last command with the same arguments commandName !* - for all arguments commandName !$ - for the last argument com...
Viewing .jpg, .eps, .tif and .pdf files in Linux terminal
›
I mostly use .jpg, .eps, .tiff and .pdf formats for scientific publishing. To open these files in Linux (Ubuntu) For JPG files eof fil...
Everything you need to know about Jupyter Notebook
›
To start a notebook In terminal, run jupyter-notebook Now, the notebook will be opened in your default browser. To change t...
‹
›
Home
View web version