Managing Background Tasks in the Bash Shell
In the the Unix Bash shell the “&” (ampersand) character is a control operator used to fork processes.
Read moreIn the the Unix Bash shell the “&” (ampersand) character is a control operator used to fork processes.
Read moreThe Twitter API makes it very simple to send tweets with curl via a Bash script.
Read moreThe ‘uname’ utility can be used to check a Linux operating system’s kernel and architecture, while the contents of the /etc/*-release file contains the release information.
Read moreThe “lsof” Unix command line tool can be used to list the IP Addresses / Host Names and Port details about all processes’ open network files (connections).
Read moreAlthough Trixbox offers a lot of Asterisk customization options through its user interface, setting up custom voicemail greetings for individual extensions isn’t catered for.
Read moreOnce an iPhone is put into Recovery Mode, it will be stuck in the Recovery Mode Loop (when the device restarts it’ll automatically go back into Recovery Mode).
Read moreThese naming conventions will make it easier for Boxee to recognize your Movie or TV Show titles, seasons, and episodes.
Read moreIf you need to see a tree view of files and directories from the current directory, you can do so by piping the output from “ls” into “grep”, then piping the results into “sed”.
Read more