JM (Jason Meridth)

JM (Jason Meridth)

Learn, Converse, Share

25 Oct 2012
15 Oct 2012

Dell Information Via Command Line

To get your Dell Service Tag from your workstation/laptop via command line: C:\>wmic csproduct get vendor,name,identifyingnumber …
06 Oct 2012

Bash_profile vs Bashrc

.bash_profile is sourced everytime you login to a bash shell either locally on the terminal or remotely via ssh .bashrc is sourced everytime …
02 Oct 2012
19 Sep 2012

Testing Mail From the Command Line on Ubuntu

Install mailutils sudo apt-get install mailutils Send some test piped into the mail command echo "testing" | mail -s Test user@emailhost.com …