Eclipse Workspace
An Eclipse workspace is a folder which is used to store a project. Procedure to create a workspace in Eclipse: While in the workspace “/var/www”… Read More »Eclipse Workspace
An Eclipse workspace is a folder which is used to store a project. Procedure to create a workspace in Eclipse: While in the workspace “/var/www”… Read More »Eclipse Workspace
Synergy lets you easily share your mouse and keyboard between multiple computers on your desk, and it’s Free and Open Source. Just move your mouse… Read More »Synergy on Ubuntu 11.04
Here is a useful unix script that can be used to find large files that are taking up disk space find <search_path>/ -type f -size… Read More »Find Large Files on Ubuntu
PROBLEM: The WYSIWYG editor is only available to administrator. SOLUTION: Go to People / Permissions tag Scroll down to the System section Check box :… Read More »Wysiwyg Editor Not Working in Drupal 7
A basic rule for Drupal files and directories: directories : root root drwxr-xr-x (755) files : root root rw-r–r– (644) EXCEPTIONS: sites/default/settings.php root root -r–r–r– … Read More »Drupal Permissions
There are two steps required to delete a workspace from Eclipse: Delete the directory (e.g. /var/www/<workspace_name> Delete the entry from the start menu Select Window… Read More »Delete Workspace from Eclipse
OpenShot video editor fails to load with no error message. This can happen if files in $home/<user>/.openshot become corrupt. Solution: Open a terminal and… Read More »OpenShot Fails To Load
The ubuntu add-on called “my-weather-indicator” displays the current temperature as an applet. Clicking on the applet shows the current weather conditions and has options to… Read More »My Weather Indicator
Using F8 key (Recommended) The process of starting into safe mode is similar in recent versions of Windows. XP Advanced Options Vista Advanced Options Windows… Read More »Boot HP 6200 Safe Mode
10 Practical PHP Regular Expression Recipes PHP regular expressions are used to validate character patters. For example, a zip code has the form xxxxx or… Read More »PHP Regular Expressions