Motivation by The Social network movie(2010)


Hi guys and pretty girls,

Ya ya I know it's my technical blog then why i am sharing my workarounds with you all. Its simple, sometimes you just want to write what you feel rather than sharing it verbally. So here I start.

It's really going good. I am doing my so called support job though I am good at programming and that also in a software company, chatting with friends hanging around, etc. In all these, while watching a video over youtube on life of Mark Zuckerberg, I found that there is a movie made on this guy, "The Social Network". I searched a torrent link and downloading starts. Its there for you also.

There were many things going in my mind while my eyes on the downloading speed at my screen. A job in which I am least interested. I wanted to go Bangalore and work with my best friend, my salary is really very low, and then there was a message on my whats app by my friend "Can you please book a train ticket for me?". I must say, SOME girls are too mean. and that too when you are in the same city and not in touch after the college. In this situation what matters for that girl is how can I "USE" my friends who are with me in that city. 

Listen, it was not more than a 10 min task for me to book a ticket while having a high speed broadband and snapshots of her debit cards, what matter is that it's being 10 to 12 times she only calls me or message me whenever she wanted to book a train ticket. Oo man I am software engineer in a Multinational company not a ticket vendor. 

Don't ask me what I did next. It was same what I written above I replied her on whats app. Wait guys. My screen showed 100% download. ;) 



I started the movie. I had an awesome experience, I was so much motivated that I didn't got sleep till 3 in night. The way Mark got a so innovative idea and his commitment to complete that and at the end he started his so powerful website as "TheFacebook". A true programmer I must say. I am not at all doing any promotion of this movie. Also I as an engineer had heard many motivational speeches before but as a human I needed a real image of hard-work, integrity and commitment. It just takes a innovative idea to step into the heaven of success and an intelligent brain to implement it. I loved it and it made my day, or I can say my night ;). 

After completing I will not say something very big, but I will try and do something so that at the end of my life I shouldn't die with a regret that I was just a ordinary man who's gonna remembered by none.

YOO..!!

How to disable BlueTicks in WhatsApp?

Hi there last seen hiders ;)

I know it has become very tough for you all because WhatsApp brought up a new feature of BlueTick which I know can prove a full stop to many relationships :D.

So guys don't worry I am here to help you out from this to some extend. So moving on, first I will show you how things look like in this.

















Now this blue tick in the above picture gives a confirmation that the message I sent was seen by the other person. Don’t get confuse in double tick and blue double tick. Let’s make it more clear.










Now I think you all are clear what the actual difference is. So now how to disable BlueTicks. If someone think that if he disable the net and read WhatsApp messages and then close WhatsApp and again turn on the net then guysss....that really won't work in this case and also there is no sense in turning your net off for reading messages on WhatsApp and again turning it on.

There are simple ways to disable these blue ticks.


Wake up...!!!! Don’t upgrade your WhatsApp to the newer version or if done then also I have a solution to just download the older version of WhatsApp which is not upgraded with these blue ticks.


Now don't just download a very old version of WhatsApp because it won't work. Download the last update of WhatsApp or just ask any of your friend who is still safe from any big trauma to help you by providing last update of WhatsApp.  


Note: The Above method is a temporary solution for disabling the Blue Tick Problem in WhatsApp, Sooner or Later, WhatsApp will force you to update to the Latest version of WhatsApp and if you don’t update to the Latest version you won’t be able to use WhatsApp




How to change a computer name, join a domain, and add a computer description in Windows Server

Hi techies,

I am back with some latest tips and codes for you. Today I am going to tell you all on something related to Windows server related. So here we go with the process to put a system under a particular domain\Active Directory :-

1. Go to control panel and click on network and sharing center. There on the top left side click on change adapter setting. 


2. On the new window right click on the Ethernet option and click properties. Double click on the internet protocol version 4(TCP\IPv4).


3. Under this, check “use the following DNS server address” and mention the IP of the Active Directory\Domain address in which you want to add your system.

4. Usually we use static IP’s for Active Directories and so for all the other system under this Active Directory use dynamic IP address. Therefore check “Obtain an IP address automatically”.


5. Press OK button twice.

6. Then Click Start, right-click My Computer, and then click Properties.

7. Click on “change setting” under the Computer name, domain and workgroup settings.

8. Check the radio button before Domain and write the complete domain name there. For e.g.: johnsmith.com


9. Click ok and a dialog box will appear which will ask for the credentials of the domain\administrator.

10. Type the credentials and click on Ok twice and the system will restart after that.

11. The system is then successfully under a particular domain. To save any further conflicts or any error any make an entry of this system into to DNS of the active directory both in forward lookup and reverse lookup.

How to Create Folder "CON" or "AUX" or "NULL"

Hey friends....today I am gonna show a little trick about your computer. 

Ever tried to create a folder "CON" or "AUX" or "NUL".
Tried now??? - not working 

here you go with a simple method to stop this anxiety..

Rename folder from the right click option........
Now press ALT and press 255...
Press 255 from the right side of the keyboard i.e, Num pad where only numbers are given.....now write con and then press enter.....yayyy!! you'll see a con folder in your pc and also you can delete it easily.


How this works -:

The matter why we cannot create files or folders by using some names because there are some system based files which are already present there and so we cannot use these keywords.

Now here the problem was solved by using ALT button. ALT + any number is called an ALT tag and here ALT + 255 creates a blank space and due to this the name of the file or folder will now no more contradict to the one present in the system.








Install and execute first script in Cake PHP with WAMP

Hey guys....If you are reading this then you may be going through same problem that I went through while using the WAMP server. I starting learning about php a few days back and when I wish to run my first .php file then I didn't succeed in it. I searched and found that for that I have to install CakePHP application in our wamp folder. So for that there is a short video how to accomplish that.



Difference between JDK, JRE and JVM


Another aspect worth mentioning :

jdk (java development kit)

you will need it for development purposes like the name suggest ,,

example : a software company will have jdk install in their computer because they will need to devlop new software which include compile and run their java programs as well.

so we can say that jdk = jre+ jvm .


jre (java run-time environment)

It;s needed to run java programs ,, you can't compile java programs with it .

Example : a regular computer user who wants to is run some online games then will need jre in his system to run java programs.

jvm (java virtual machine)

As you might know it run the bytecodes . It make java platform independent because it executes the .class file which you get after you compile the java program no matter if you compile it on windows,mac or linux.

open jdk

well like i said above .... now jdk is made by different company ,,, one of them which happens to be an open source and free for public use is openjdk... while some others are Oracle Corporation's JRockit JDK or ibm jdk...

However they all might appear same to general user..

Conclusion

If you are a java program you will need jdk in your system and this package will include jre and jvm as well but if you are normal user who like to play online games then you will only need jre and this package will not have jdk in it.
In other words jdk is grandfather jre is father and jvm is their son.

Dev C in Windows 8


With the latest release of windows 8 a new GNU has also been created and due to which many compilers might not work properly with the new GNU.

Due to change in the GNU of windows 8 new versions of compilers are coded for C and C++ program to successfully run. Most of the users might get following error while using the older version of dev-cpp in windows 8 which will generate the following error  -:



Compiler: Default compilerExecuting  gcc.exe...gcc.exe "C:\Users\James\Documents\Homework\TA_CPRE_185\counter.c" -o "C:\Users\James\Documents\Homework\TA_CPRE_185\counter.exe"    -I"C:\Dev-Cpp\include"   -L"C:\Dev-Cpp\lib"
gcc.exe: Internal error: Aborted (program collect2)Please submit a full bug report.See <URL:http://www.mingw.org/bugs.shtml> for instructions. Execution terminatedCompilation successful

 

This error is generated due to the use of Older version of MinGW(Minimalist GNU for windows) and TDM-GCC in Windows 8

You can download newer version of windows 8 from the following links -:

Link to Download new Dev-Cpp 5.3.0.3 TDM-GCC x64 4.6.1 for windows 8 is here

Download :

  •  The setup which includes MinGW32 4.7.0 can be downloaded here.
  •  The setup which includes TDM-GCC x64 4.6.1 can be downloaded here.
  • The portable version which includes MinGW32 4.7.0 can be downloaded here.
  • The portable version which includes TDM-GCC x64 4.6.1 can be downloaded here.
  • The setup which does not include a compiler can be downloaded here.


All Dev-C++ editions can be updated using the No Compiler setups/zips.

Important notices 


  • When you get errors on startup after upgrading, especially when Dev-C++ mentions 'TCppParser.Load', read this before commenting/reporting.
  • This version has GCC built-in instead of being an aditional package. It also contains, among others, D3D9/10/11, GDI, Win32 and OpenGL headers and libraries in that flavor.
  • For ultimate portable programming, please launch devcppPortable.exe located in the installation folder of the portable version. This launcher will tell Dev-C++ to save its configuration files in the same folder as the executable.
  • If you're getting 'Unsupported compression method' errors when extracting the portable version, please update your archiving program. The archive uses LMZA2 compression, which was added to WinRAR 3.91 and 7zip 9.04 somwhere in 2009. The latter is just as free as Dev-C++, so nothing is holding you back to extract it.


Choosing between 32bit and 64bit

·         The 64bit compiler will also run op 32bit computers. Not problem at all.

·         The 64bit compiler can do everything the 32bit compiler can, including creating standard 32bit executables.

·         The 64bit compiler can do stuff the 32bit compiler can't, like creating 64bit executables. It also comes with a lot more headers and libraries.

·         There is no single reason to download the 32bit version except for maybe file size, marginally longer compiling time, or in case you have to use that specific compiler for any reason (regression problems for example).

Compiling for 32bit using TDM-GCC x64

·         To force 32bit on all new projects and non-project compiles, go to Tools >> Compiler Options and select the 'TDM-GCC 32bit' profile. This profile will pass -m32 and use lib32 by default.

·         To force 32bit on already created projects, go to Project >> Project Options >> Compiler and select the 'TDM-GCC 32bit' compiler profile.


 



Template by Clairvo Yance
Copyright © 2012 Enigma of IT and Blogger Themes.