BOL
Log in
Username or email
Password
Remember me
Register
Lost password
Activity
News
Opportunity
ResearchLabs
Questions
Pages
Discussion
More
BioScripts
Blogs
Bookmarks
Files
Fun
Polls
The Wire
Videos
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#Linux
Wire posts tagged with 'Linux'
Surabhi Chaudhary
@surabhi
Thread
By
Surabhi Chaudhary
1810 days ago
Open in terminal of Linux sudo apt-get install nautilus-extension-gnome-terminal
#Terminal
#Linux
Neel
@neelam
Thread
By
Neel
2044 days ago
Finally, a command line shell for the 90s
https:/
/
fishshell.com/
#Shell
#Command
#Linux
#FishShell
Jit
@jit.aber
Thread
By
Jit
2408 days ago
Disc usage for a particular user. $ du -sh ~
#Linux
#Cluster
#Tools
Neel
@neelam
Thread
By
Neel
2494 days ago
Kill the screen $ screen -X -S [session # you want to kill] quit
#Screen
#Quit
#Linux
#Session
#Remote
Neel
@neelam
Thread
By
Neel
2524 days ago
List all files by size in Linux $ ls -l -S | sort -k 5 -n
#Linux
#Size
#List
Jit
@jit.aber
Thread
By
Jit
2701 days ago
Kill the screen session on Linux machine. screen -X -S 9722.pts-4.urbo241 kill
#Kill
#Screen
#Session
#Linux
Jit
@jit.aber
Thread
By
Jit
2717 days ago
The command du "summarizes disk usage of each FILE, recursively for directories," e.g., du -h | sort -h
#Disk
#Usage
#Linux
Jit
@jit.aber
Thread
By
Jit
2800 days ago
exFat format mount in Linux sudo apt-get install exfat-fuse exfat-utils
#exFat
#Linux
#Mount
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2831 days ago
sudo find /tmp -type f -atime +10 -delete
#Delete
all tmp files created within 10 days
#Linux
BioStar
@biostar
Thread
By
BioStar
2891 days ago
Check the file systems and sizes. $ df --block-size=G
#Linux
#Size
#df
Jit
@jit.aber
Thread
By
Jit
2953 days ago
cat /etc/*-release
#System
#version
#Linux
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2961 days ago
du -sh * | sort | grep "G"
#List
size of all the directory
#Size
#List
#Directory
#Linux
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3000 days ago
Get unique ids from column 1 in Linux. $ cat output_file | cut -f 1 | sort | uniq > allUniqOUT
#Unique
#Linux
#Cut
Aaryan Lokwani
@aaryan
Thread
By
Aaryan Lokwani
3006 days ago
Sed illegal charters from fasta. $ sed '/^[^>]/ s/[^AGTC]/N/gi' < seq.fa
#fasta
#otherthanATGC
#replace
#sed
#Linux
#illegal
Jit
@jit.aber
Thread
By
Jit
3013 days ago
To upgrade the perl in Linux $ sudo cpan; cpan[1]> upgrade
#Perl
#Upgrade
#Linux
#Ubuntu
« Previous
1
2
3
4
5
Next »