I have been working on a user interface for a new sync function, that are syncing data from one server to another, to initiate the sync the user will be able to click a button on …
Tag: Software Development
I run into an issue recently when I installed OpenCivic and supporting modules for Drupal 7, I got a screen that was telling me that there was a problem with a module, when I was accessing the site. …
If you looking at creating a “zip” archive file under Linux, the command to use is tar. To create an archive using tar, use a command like this, which bundles all the files in the current …
When starting a new software development effort, the ownership of the intellectual property rights to custom software needs to be discussed in advance. As every invention or discovery, the design and the source code of a …
How does your organization go with the flow? Check out this typical IT help desk flow chart for escalating issues. …
I been using Eclipse for my projects, recently I run in to some problems with Eclipse while going through the Two-Minute-Tutorial 5 for Android. While setting up a new project using the AppLaud Phonegap plugin for …
pwd Print working directory, i.e., display the name of my current directory on the screen. hostname Print the name of the local host (the machine on which I am working). Use netconf (as root) to change the name …
When you are using Linux command line frequently, using the history effectively can be a major productivity boost. 1. Display timestamp using HISTTIMEFORMAT Typically when you type history from command line, it displays the command# and …