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
Groups
Polls
The Wire
Tryst
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
1129 days ago
Open in terminal of Linux sudo apt-get install nautilus-extension-gnome-terminal
#Terminal
#Linux
Neel
@neelam
Thread
By
Neel
1364 days ago
Finally, a command line shell for the 90s
https:/
/
fishshell.com/
#Shell
#Command
#Linux
#FishShell
Jit
@jit.aber
Thread
By
Jit
1728 days ago
Disc usage for a particular user. $ du -sh ~
#Linux
#Cluster
#Tools
Neel
@neelam
Thread
By
Neel
1813 days ago
Kill the screen $ screen -X -S [session # you want to kill] quit
#Screen
#Quit
#Linux
#Session
#Remote
Neel
@neelam
Thread
By
Neel
1843 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
2020 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
2037 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
2120 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
2150 days ago
sudo find /tmp -type f -atime +10 -delete
#Delete
all tmp files created within 10 days
#Linux
BioStar
@biostar
Thread
By
BioStar
2210 days ago
Check the file systems and sizes. $ df --block-size=G
#Linux
#Size
#df
Jit
@jit.aber
Thread
By
Jit
2272 days ago
cat /etc/*-release
#System
#version
#Linux
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2280 days ago
du -sh * | sort | grep "G"
#List
size of all the directory
#Size
#List
#Directory
#Linux
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2320 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
2325 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
2332 days ago
To upgrade the perl in Linux $ sudo cpan; cpan[1]> upgrade
#Perl
#Upgrade
#Linux
#Ubuntu
« Previous
1
2
3
4
5
Next »