Most commands run in powershell unless state otherwise Get os architecture wmic OS get OSArchitecture Get path $Env:path
Category: OS
Useful Linux Commands
Show all cron jobs: sudo crontab -l Schedule cron job: #Example of job definition: # .—————- minute (0 – 59)
Cron on Linux Notes
Reference: https://opensource.com/article/17/11/how-use-cron-linux The crond daemon is the background service that enables cron functionality. The cron service checks for files in the /var/spool/cron and /etc/cron.d directories and
Well Known Linux Ports
WELL KNOWN PORTS 20 – FTP Data (For transferring FTP data) 21 – FTP Control (For starting FTP connection) 22
Windows power shell
Commands equivalent to Unix head, tail, more and sed (get-content shorted to gc) gc log.txt | select -first 10 #
Useful Windows Commands
The following works for Windows 8 Windows Sysinternals process explorer. Much more detailed than the task manager. https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx Display path
Using Git in Android Studio
Information is based on this post: http://wii.logdown.com/posts/2013/11/15/android-studio-git-tutorial I added more steps based on my experience. Assuming you already have a
Git Commands Summary
Here’s what I did to merge my changes with Door43’s Git Account at OBS-Translation-APP: fork OBS-Translation-App clone OBS-Translation-APP from
Android Studio
After I’ve developed for Android for awhile, I become increasingly dissatisfied with Eclipse. Its code completion is very slow. The
Python Text to XML Converter
This Python 2.7 program will convert each line from a text file copied to an Android XML resource string. It