Computer Tricks

Hide Your Online Identity and Bypass Restrictions on Firefox

1 comments

Image

Hello guys! Today I am going to show you an easy trick to hide your online identity and bypass country and browsing restrictions for users of Firefox. There are some other ways to do this for chrome and other browsers as well as applications. But that is for another day. Today we will see only about Firefox.

anonymoX is a free add-on for Firefox which will change your IP-Address and country, allowing you to visit blocked or censored websites and delete cookies as well as conceal your online identity. It is a free ad-supported add-on which uses its Proxy Servers to hide your online identity. I will hopefully discuss proxy servers in detail in another article.

Get the anonymoX add-on for Firefox.



01


After installing the add-on, restart Firefox and you will find out you will be able to visit sites previously blocked. Also you can see that your IP and location has changed by visiting here and your identity has been concealed too!!!

That's it for today! Please like and share!

Suni

Access Your Linux Partitions From Windows

0 comments

Image

If you are dual-booting Windows and Linux, you will probably want to access files on your Linux system from Windows at some point. Linux has built-in support for Windows NTFS partitions, but Windows can't read Linux partitions without third-party software.

Ext2Fsd

Ext2Fsd is a Windows file system driver for the Ext2, Ext3, and Ext4 file systems. It allows Windows to read Linux file systems natively, providing access to the file system via a drive letter that any program can access.

You can have Ext2Fsd launch at every boot or only open it when you need it. While you can theoretically enable support for writing to Linux partitions, I haven't tested this. I would be worried about this option, myself – a lot can go wrong. Read-only support is fine, though, and doesn’t have a risk of messing anything up.



setup

The Ext2 Volume Manager application allows you to define mount points for your Linux partitions and change Ext2Fsd’s settings.



mount

If you didn't set Ext2Fsd to autostart at boot, you will have to go into Tools –> Service Management and start the Ext2Fsd service before you can access your Linux files. By default, the driver automatically mounts and assigns drive letters to your Linux partitions, so you don't have to do anything extra.



startservice

You will find your Linux partitions mounted at their own drive letters in Windows Explorer. You can access the files on them from any application, without the hassle of copying files to your Windows partition before accessing them.



computer

This partition's file system as actually EXT4, but Ext2Fsd can read it fine, anyway. If you are looking for your personal files, you will find them in your /home/NAME directory.



linux

I hope you found this article useful and informative. If you have got any question or problem, just mention it in the comments and I would be glad to help.

Suni

Top 6 Websites to Learn Programming Languages

2 comments

Image

Ever wanted to learn computer programming languages, but didn't know where to start? Well, those days are over. Today learning programming languages is not really a hard job. If you are a beginner and have aptitude to learn computer programming then you can accomplish this goal to a basic level within a few months. Here are the top 6 websites, which are useful for learning programming.

W3Schools


W3Schools

If you are a beginner or intermediate programmer, then w3schools is an excellent website for learning programming. W3schools offer tutorials for a variety of web programming and scripting languages such as HTML, HTML5, CSS, ASP, Ajax, JavaScript, PHP, jQuery etc. So, if you are into web development then w3schools would be a great learning resource.

Code Avengers


Code Avengers

If you want learn coding for making games, apps or websites using html/html5, css3, JavaScript python, but want an entertaining teaching resource. Then Code Avengers is ideal choice for you. Code Avengers was designed by keeping difficulty for beginners in mind. It provides a fun and interactive learning environment that is effective for all age groups. Even if you are an intermediate programmer, you might find some great learning stuff there.

Codecademy


Codecademy

Codecademy is another great website, for learning languages like JavaScript, HTML/CSS, PHP, Python, and Ruby. You can even learn how to use some popular web APIs in your website or app. Codecademy has a great modern learning system, which is based on user interaction. It has full-fledged programming courses for beginners. Again, this website is great for beginners and intermediate learners. But advanced programmers can also find some pretty useful stuff there.

tutorialspoint


tutorialspoint

Tutorialspoint has tutorials for a lot of web, high level and scripting languages that are commonly used today. You can find tutorials for any computer language that you have ever heard of (those that are currently in used). Apart from that, it also features a variety of tutorials for other fields such as DIP, OS, SEO, Telecom, DBMS, and frameworks etc. Some commonly used languages that you can learn there are: Java, C++, PHP, Python, Ruby, C#, Perl, VB.Net, ios.

MSDN


MSDN

Although, beginner programmers might find MSDN (Microsoft Developer Network) a tough learning resource, it is still the best resource you can get, if you want to master Microsoft oriented languages such as VB.Net, C# etc. MSDN has great tutorials for beginners, intermediate and advance programmers.

But as I stated earlier, beginners might not be initially comfortable with MDSN, as I has really a lot of resources that it would be a hard time for beginners to find what they are looking for. But if you get used to MSDN, then it is the ideal learning point for Microsoft oriented languages. You can get a lot of sample applications, tutorials and resources that are uploaded by Microsoft and MSDN community. Since it’s a developer’s network, you can even find development help from community members.

lynda


lynda

You might already know about Lynda.com. Lynda offers easy to follow video tutorials. Lynda.com is an old and well established tutoring site, if you are looking for video tutorials to learn computer languages, then Lynda is your ideal choice. Apart from programming languages, Lynda also offers tutorials for a variety of other fields such as 3D modeling, CAD, Photography etc. Lynda.com is an old and well established tutoring site.


So the next time someone asks you about your computer skills, you know where to turn. I hope you will learn a lot from these websites. All the best!

Suni

How to gain Access to Unprotected Security Cameras

0 comments

Image

Hi guys!! Here is a little trick through which you can access to unprotected web cam with the help of Google dorks.There are a large number of unprotected webcams available online, as many cameras use known protocols for transmission of live video streams over the Internet, it is often very easy to find publicly available webcams.

Suni

How to Add Registry Editor to Control Panel

1 comments

Image

It has always struck me as odd that system tweakers use the registry editor all the time to fix annoyances in Windows, but registry editor is not on control panel. I found this useful registry hack to add the registry editor as another option in the Control Panel in any version of Windows.

Suni

Facebook Phishing Full Tutorial

17 comments

Image

I get many messages to my pages and email on how to hack Facebook accounts. So today I am going to try and answer that question. There are many methods to hack Facebook. The easiest two would be a use of keylogger and phishing. This tutorial about implementing a phishing site for hacking a Facebook account.

Suni

Notepad Trick - CD Eject Prank

0 comments

Image

Today I am going to show you a great notepad prank to open and close the PC's optical drive continuously. It is just a few links of VBScript coding that does the trick. Just paste the code given below into notepad and save it a .vbs file.

When you open the VBS file, your optical drive would start to come out and go back in again. If you want to stop it, fireup the task manager (Ctrl+Shift+Esc) and kill the process named wscript.exe.

So that's it! Just give the VBS file to your friend and annoy them. You can also include a script to make it start up at windows login to make it more effective. Remember to like and share the post!

Suni

Javascript - Make a Text Encryption Program

0 comments

Image

This is a simple HTML application scripted in JavaScript which can encrypt and decrypt the text entered into a text box using the given password. The encryption algorithm is really simple and the output is in only uppercase alphabet letters and numbers. The drawback of the program is that it will double the length of the string when encrypting. Don't use this encryption program as the only source of security for important data.

Suni

C++ Multiplication Table program

0 comments

Image

Here is somewhat a useful program written in C++ to print out the multiplication table for any given number. This is basic programming so it may be easy to understand the code. This program demonstrates the basic C++ functions, comment uses and loops. Also it uses a custom made function, the printHeader() function. I put a lot of comments in the code hoping it would make it easier for you to understand the code.

Suni

Bring Back the Old Ctrl+Alt+T Shortcut on Kali Linux

0 comments

Image

I haven't posted any tutorials about Linux on this blog. So I think this will be a good time to start posting some tutorials and tricks about Linux. I hope you will like my future Linux tutorials. If you have any questions or would like a tutorial on a certain topic don't hesitate to use the Contact form provided.

Suni
Tips Tricks And Tutorials
  • Calculator

    VBScript Calculator

    This is a very simple calculator made with HTML and coded with VBScript.

  • Hack windows password

    Hack windows 7/XP password

    Learn the easiest and most reliable method to hack logon password for any account on windows 7/XP. Even administrator accounts are not excluded!

  • Windows gadget

    Make windows gadgets

    Learn how to make gadgets for windows! It may be easier than you imagine.

  • Facebook

    Visit our facebook page

    Keep tuned to the posts via facebook. We continually update our facebook page.

  • Contactform

    Contact

    If you have any complaints, questions or suggestions, feel free to contact me via the easy contact form.