You can find it here:
/home/jboss1/.Trash
Also, you can use Nautilus from the command line.
nautilus --no-desktop

Technical notes, and other ideas.
You can find it here:
/home/jboss1/.Trash
Also, you can use Nautilus from the command line.
nautilus --no-desktop
Here is the information about the rest-tool project, originally introduced by Gyorgy.
NPM source
https://www.npmjs.org/package/rest-tool
Project documentation
http://tombenke.github.io/rest-tool/
Quick Start Guide
http://tombenke.github.io/rest-tool/docs/getStarted.html
Install NPM modules
http://tombenke.github.io/rest-tool/docs/getStarted.html#installation
Create a simple project
http://tombenke.github.io/rest-tool/docs/getStarted.html#create-your-first-rest-api-project
http://stackoverflow.com/questions/11659005/how-to-resize-a-virtualbox-vmdk-file
C:\Users\mruckman\VirtualBox VMs\Ubuntu-12.04-64-bit-16Gig-WINT-MLR\
Ubuntu-12.04-64-bit-16Gig-WCS-DEMO-disk1.vmdk
"C:\Program Files\Oracle\VirtualBox\VBoxManage" clonehd "Ubuntu-12.04-64-bit-16Gig-WCS-DEMO-disk1.vmdk" "cloned.vdi" --format vdi
"C:\Program Files\Oracle\VirtualBox\VBoxManage" modifyhd "cloned.vdi" --resize 51200
"C:\Program Files\Oracle\VirtualBox\VBoxManage" clonehd "cloned.vdi" "Ubuntu-12.04-64-bit-50Gig-WINT-MLR-disk1.vmdk" --format vmdk
Then you need to use gParted for LiveCD
Unable to install latest version in Ubuntu 12.04
Refer: http://gordoncluster.wordpress.com/2013/07/12/how-to-install-mongodb-on-virtualbox-ubuntu-12-04/
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/10gen.list
sudo apt-get update
We're going to specifically install an older version (you will need to run this as root):
sudo su -
apt-get install mongodb-10gen=2.2.3
The service should already be running, the output: mongodb start/running, process 2254
sudo service mongodb status | stop | start
now we just run:
mongo
The output you should see is:
MongoDB shell version: 2.2.3
connecting to: test
>
UI Tools
http://www.robomongo.org/
MongoDB Restore
$ mongorestore --drop testcms
Refer: https://www.npmjs.org/package/canned
Limitation, rest calls that return images do not work properly.
Example on how to define a call
mkdir -p /home/mruckman/Documents/bookingflow/canned/hal-ds/rest/pricing/v1.0.0/companyCode/HAL/cpp/countryCode/US
cd /home/mruckman/Documents/bookingflow/canned/hal-ds/rest/pricing/v1.0.0/companyCode/HAL/cpp/countryCode/US
curl 'https://qabook.hollandamerica.com/hal-ds/rest/pricing/v1.0.0/...
The windows key is really missed when running windows in VirtualBox on your Mac. Worry not, the default mapping is the right-Command key to launch the equivalent Windows key.
Open up finder, and then
"Go", and "Connect to Server"
smb://IPaddress/sharename OR
smb://IPaddress/
In Ubuntu, open preferences, browse packages, to get location of packages folder, and open a terminal and change into that folder
$ git clone https://github.com/dzhibas/SublimePrettyJson.git
Ubuntu: /username/.config/sublime-text-2/Packages
The use [Ctrl]+[Alt]+[j] to run the prettify command
or in iOS us [Ctrl]+[Cmd]+[j]
Refer: https://github.com/dzhibas/SublimePrettyJson
Ran into trouble when using the same VirtualBox appliance on the same network.
1. Open a terminal window.
2. Input the following command and hit Enter:
gksudo gedit /etc/hostname
3. When prompted, enter the administrator password and click the OK button.
4. The hostname file will open, displaying the current computer name. Replace the current computer name with the desired new name.
5. Click Save.
6. Close all open windows and restart your system.
After your system has restarted, it will have the new computer name.
Default time is 20 seconds
Refer: support.microsoft.com/kb/317371
shutdown -m \\172.21.104.107 /r
Registry Updates Required
Refer: https://www.groovypost.com/howto/remote-shutdown-restart-windows-10/