Research Flow
A place to learn and share (comment if this blog is useful)
Pages
(Move to ...)
Home
▼
Showing posts with label
linux
.
Show all posts
Showing posts with label
linux
.
Show all posts
Using ls command (ls) to sort file names by number.
›
If you work with a lot of files, you often save the files with numbers for each system. For example, 1sample.out 2sample.out 3s...
configure, make, make install
›
Most of the linux/unix packages can be installed just by following three simple steps: "configure, make and make install" Try...
The 'ls' command in Linux/Unix
›
The 'ls' command in a Linux system can be used as follows. To list only the files with no extension ls !(*.*) curre...
Combining PDF - the easiest way in Linux
›
To combine two or more .PDF files, one can use "pdfunite" application, which is installed in Ubuntu Linux by default. To combin...
Linux tips series
›
To replace the last command with the same arguments commandName !* - for all arguments commandName !$ - for the last argument com...
Terminal browsers
›
It would be a challenging task to use only the terminal for browsing through the internet. Here is the list for Terminal-based browser. ...
What is virtual box?
›
Virtual box is an application which can be used to operate different operating systems in the same hardware (without rebooting). You can ha...
Jupyter Notebook error: AttributeError: type object 'IOLoop' has no attribute 'initialized'
›
AttributeError: type object 'IOLoop' has no attribute 'initialized' This error may be due to the tornado==5.0* versions....
1 comment:
›
Home
View web version