Tuesday, 21 February 2017
Sunday, 12 February 2017
Present
Present | |
We should live in the present, thinking of the future. If you do that, there is no more samskara formation |
Desires and Happiness
Desires and Happiness | |
The more desires you have, the harder it will be to fulfill them all, and so the less happy you will be. Happiness is inversely related to numbers of desires |
Friday, 10 February 2017
Character
Character | |
Character is a protection around your life. Lose the character, life is lost. It is open to anybody to shoot at you, to destroy you. |
Wednesday, 8 February 2017
Happiness
Happiness | |
Temptation for money, for position, for wealth – this is how it all starts. Avoid all temptations, and you will be good, you will grow, you will be respectable and you will be happy. |
Women
Women | |
In India, the ancient culture, the ancient tradition, says that the character of a nation is in the hands of its women. Where the women go astray, that society goes astray. |
Monday, 6 February 2017
Friday, 3 February 2017
command line in gcs
Create a bucket
- Open a terminal window.
- Use the
gsutil mb
command and a unique name to create a bucket:
This quickstart uses a bucket named "my-awesome-bucket." You will need to choose your own, unique, bucket name.▸See bucket naming requirements. If successful, the command returns:
You've just created a bucket where you can store your stuff!
Upload an object into your bucket
- Right-click on the following icon: . Save it somewhere on your computer, such as on the desktop.
- Use the
gsutil cp
command to copy the icon from the location where you saved it to the bucket you created:
If successful, the command returns:
You've just stored an object in your bucket.
Download an object from your bucket
- Use the
gsutil cp
command to download the icon you stored in your bucket to somewhere on your computer, such as the desktop:
If successful, the command returns:
You've just downloaded something from your bucket.
Copy an object to a folder in the bucket
- Use the
gsutil cp
command to create a folder and copy the icon into it:If successful, the command returns:
You've just copied your object into a new folder in your bucket.
List contents of a bucket or folder
- Use the
gsutil ls
command to list the contents of the bucket:
If successful, the command returns a message similar to:
You've just seen the contents of your bucket.
List details for an object
- Use the
gsutil ls
command, with the-l
flag to get some details about an object:
If successful, the command returns a message similar to:
You've just obtained information about the object's size and date of creation.
Make your object publicly accessible
- Use the
gsutil acl ch
command to grant all users read permission for the object stored in your bucket:
If successful, the command returns:
Now anyone can get your object. - To remove this permission, use the command:
If successful, the command returns:
You have removed public access to this object.
Give someone access to your bucket
- Use the
gsutil acl ch
command to give a specific email address read and write permission for your bucket:
If successful, the command returns:
Now someone else can put things into and take things out of your bucket. - To remove this permission, use the command:
If successful, the command returns:
You have removed the user's access to this bucket.
Delete objects
- Use the
gsutil rm
command to delete an object:
If successful, the command returns:
This copy of the object is no longer stored on Cloud Storage (though the copy you made in the folderjust-a-folder/
still exists).
Clean up
To avoid incurring charges to your Google Cloud Platform account for the resources used in this quickstart:
- Open a terminal window (if not already open).
- Use the gsutil
rm command
with the-r
flag to delete the bucket and anything inside of it:
If successful, the command returns a message similar to:
Your bucket and its contents are deleted.
using linux command in windows
Please follow the instructions to install Cygwin software and run UNIX commands in Windows machine without any additional Linux system required:
click this link to download cygwin
https://www.cygwin.com/
click this link to download cygwin
https://www.cygwin.com/
Make sure you are downloading the appropriate version based on your operating system. (Check your system is either 64 bit operating system or 32 bit operating system). I have downloaded 64 bit because my operating system is 64 bit. You can check your operating system by Start->Right Click on Computer->Select Properties.
2) Once setup.exe file gets downloaded, double click on .exe file to initiate the installation process.
3) Click on Next button to proceed installation.
4) Leave the default option selected as Install from Internet and click on Next.
5) Leave the default name Root Directory and click on Next.
6) Click on Next.
7) Click on Next again.
8) Select any download mirror and click on Next.
Similarly keep on clicking next until you get this screen-
9) It will take a little long time to download and install so please keep patient. After successfully installation, go to your desktop and double click on icon-
Or Go to Start and click on Cygwin64 Terminal option.
10) Once you double click you will see the Cygwin window looks similar as Windows command prompt.
On this window also you can write UNIX commands and execute. But using this window you can’t update or access any file. So might be it’s not much useful here.
To perform other additional operation and to work on normal Windows command prompt we need to set Cygwin path.
Please follow the process to set the Cygwin path to work on normal Windows command prompt.
1) Go to Start and Right Click on Computer and Select properties.
2) Click on Advanced system settings shown on left side.
3) Click on Advanced tab and then Environment Variables button.
4) Under system variables select Path and then click on Edit button.
5) In variable value at the end add ;C:\cygwin64\bin\
6) Click OK and close all the windows opened.
Open your windows command prompt and type any LINUX command. I have typed here “echo” and got the result ECHO is on. Wow it works!
Now you have successfully set the path and ready to run UNIX commands in Windows default command prompt.
Hope you are happy with running LINUX commands in the Windows machine.
Thursday, 2 February 2017
Pure Existence
Pure Existence | |
Those who see attachment in detachment and detachment in attachment are called saints. Such is their liberation. Their system goes beyond the levels of non-attachment and attachment, i.e. the levels of attachment and detachment, and reaches pure existence |
Subscribe to:
Posts (Atom)