SOPA and PIPA Protests

by FrankWright 17. January 2012 15:36

Many people probably do not realize what is going on right now in the world of the internet, or its inner workings anyhow…SOPA the Stop Online Piracy Act, which is being heavily pushed by many Hollywood studios and other media production companies to allow government to basically make websites accused of housing illegal materials such as copyrighted media illegal and allow them to force the websites to be blocked.

Essentially this bill will allow the government to control what is allow and not allowed on the internet, long story short. Many people and organizations are opposing these bills as they fear they will cause severe damage to the internet’s inner mechanics as well as the fact that it doesn’t actually solve the problem at hand.

With SOPA the initial bill allowed government to force ISPs and other DN providers to remove DNS entries to websites accused of hosting pirated material. While this may sound okay it is cause for concern on many levels. One of which is the fact the simply removing the DNS entry is not going to correct the problem because the website can still be browsed to via its actual IP.

While I am not going to go into much detail on the bills for lack of time…it should be said that people need to be pushing their congressman to vote this down just the same as the many organizations are pushing against it. Many organizations are planning protests against the bills. Some of those companies are Google, Wikipedia, Reddit, etc. There is currently a list of some 500+ websites that will be shutting their websites off tomorrow in an effort to protest these bills.

To read more about Googles stance and others on SOPA and PIPA click here.

To read more about Wikipedias stance on SOPA click here.

To view the ever growing list of companies also joining in on the blackout tomorrow click here.

Captchas May be a Waste of Time

by FrankWright 1. November 2011 16:51

 

Everybody knows the little pictures with numbers and letters on websites that need you to read what they say then type in the letters and numbers seen in them, and boy can they be annoying…that aside, are they really doing what they were intended to do successfully?

A new study finds “Captchas” (Completely Automated Public Turing test to tell Computers and Humans Apart), are at least on most websites, not well designed or even functional at all.  Captchas are suppsed to be put in place to prevent bots from accessing certain parts of websites by making it physically read the text within the picture and input it to allow further access. Unforunately only two websites tested were not able to be decoded with the proper setup. Both Google and Recaptcha’s captchas were found to be not decodeable by a bot. What were other some of the other contenders rankings? Well, some of the major ones that were easily decoded were, Blizzard which was decoded 75% of the time, eBay which was decoded 95% of the time, and Baidu which was decoded 98% of the time.

Though it’s amazing how easily many of these companies captchas were decoded, one thing is for certain, more rigorous testing needs to take place by organizations implementing them to ensure they are doing what they need them to do.

If you would like to read more about the study click here.

Tags:
Categories: Computers | Hosting | Internet

ICANN approves new top-level domains

by JeffSchleif 22. June 2011 10:50

The Board of Internet Corporation for Assigned Names and Numbers (ICANN), the body that regulates how domain names work, has approved the creation of new generic top-level domains (gTLDs) that will allow for a near-infinite variety of new website addresses.  This means anyone can submit to be approved their own “.Com, .Org, .Net, etc…”  New gTLDs will also change the way people find information on the Internet and how businesses plan and structure their online presence. Internet address names will be able to end with almost any word in any language, offering organizations around the world the opportunity to market their brand, products, community or cause in new and innovative ways.

Organizations who seek an ‘.anything’ domain may send in applications as soon as January 2012, through April 2012. ICANN anticipates that the first new domains will be approved by the end of 2012

 

Categories: Computers | Hosting | Internet

Hackers crack the HDCP code

by TechExperts 17. September 2010 10:06

Hackers have managed to crack an Intel-developed encryption code that is currently used by a number of industry heavyweights to secure HD video content and devices. In order for someone to use this information to unlock anything that would have to implement it into silicon-make a computer chip.

Cloud Computing Cutting Jobs ... Already

by TechExperts 11. July 2010 00:00

Software GIANT Microsoft(R) is reportedly going to be making hundreds of job cuts to its workforce in efforts towards the industry moving towards cloud computing, according to various reports.  A very “insignificant” amount of jobs are going to be diminished when compared to Microsoft’s 88,000+ workforce.  I sense similar trends in the IT industry as more and more solution providers begin to embrace and implement what seems to be the inevitable; cloud computing.

 

Samson, Tedd. "Microsoft Cuts Jobs as Part of Core Shift to Cloud ". InfoWorld.

http://www.hpcinthecloud.com/news/Microsoft-Cuts-Jobs-as-Part-of-Core-Shift-to-Cloud-98030954.html.

Vodburner Records and Edits Skype Video Conversations

by TechExperts 17. June 2010 21:42

Vodburner is an application that can record your Skype video chats and conferences, with the added benefit to edit the recorded video. You can save all of those important business teleconferences or personal conversations for future reference.

Split Files Quick and Easy

by TechExperts 27. May 2010 08:25

Cryogenic FileSplitter is a simple file splitter program with a real easy to use drag and drop interface. You can specify how many sections you want the file to be split into. It also displays each segment size so that you can see how big each segment is going to be before you split it.

Cryogenic FileSplitter is a free portable application and will work on most Windows Operating Systems. I personally tested it on Windows 7 and had no issues.  

Quicker Downloads for File Sharing

by TechExperts 9. April 2010 13:00

JDownloader is a JAVA based tool that works on Windows, Mac, and even Linux. This tool completely automates the downloading process from popular downloading sites such as (RapidShare and MegaUpload) and makes them more tolerable. You can feed links, or you can add links for multi-part downloads and insert them into JDownloader and it will automate the process, tweak wait times, auto-recoonect if you happen to get disconnected, or you can even set a schedule on it.

 JDownloader works on a stand-alone application or you can integrate it into FireFox with the popular FlashGot extension.

Wait...don't click on that

by TechExperts 23. November 2009 22:52

Well this is getting out of hand.

You think the box that just popped up is asking you to protect your computer. It says you could be at risk. You will be if you click.

The box that just opened may look legit, but it is not. The fake antivirus programs change so fast it is hard to keep up with them.

I just had one try to infect my system during a download of a driver I needed. We all have to watch and be carefuel not to click to fast. Because the program you think may be trying to keep you safe, is in fact the virus itself.

Having Trouble Finding A Reliable Backup Solution For Cpanel?

by TechExperts 28. December 2008 15:30

Look no further, just by editing and uploading this php script to the home directing of your web server, you can have a automated backup solution for your cpanel.

Requirements

  • cPanel 10 or higher with Cron job and backup functionality enabled
  • PHP 4.1.x or higher
  • FTP access (optional)
  • 1. Create a file called cpanel_backup.php and copy the below script in to the file


    <?php

    // Permissions on this file should be 600

    // Place outside your public_html

    // ********* Configuration *********

    // Info required for cPanel access

    $cpuser = "cpanelusername"; // Username used to login to CPanel

    $cppass = "cpanelpassword"; // Password used to login to CPanel

    $domain = "domain.com"; // Domain name where CPanel is run

    $skin = "x3"; // Set to cPanel skin you use (script won't work if it doesn't match). Most people run the default x theme

    // Info required for FTP host

    $ftpuser = "yourusername"; // Username for FTP account

    $ftppass = "yourpassword"; // Password for FTP account

    $ftphost = "ftpipaddress"; // Full hostname or IP address for FTP host

    $ftpmode = "ftp"; // FTP mode ("ftp" for active, "passiveftp" for passive)

    $ftpdir = "/"; //Ftp directory sent to

    // Notification information

    $notifyemail = "user@domain.com"; // Email address to send results

    // Secure or non-secure mode

    $secure = 0; // Set to 1 for SSL (requires SSL support), otherwise will use standard HTTP

    // Set to 1 to have web page result appear in your cron log

    $debug = 1;

    // *********** Don't Touch!! *********

    if ($secure) {

    $url = "ssl://".$domain;

    $port = 2083;

    } else {

    $url = $domain;

    $port = 2082;

    }

    $socket = fsockopen($url,$port);

    if (!$socket) { echo "Failed to open socket connection... Bailing out!\n"; exit; }

    // Encode authentication string

    $authstr = $cpuser.":".$cppass;

    $pass = base64_encode($authstr);

    $params = "dest=$ftpmode&email=$notifyemail&server=$ftphost&user=$ftpuser&pass=$ftppass&rdir=$ftpdir&submit=Generate Backup";

    // Make POST to cPanel

    fputs($socket,"POST /frontend/".$skin."/backup/dofullbackup.html?".$params." HTTP/1.0\r\n");

    fputs($socket,"Host: $domain\r\n");

    fputs($socket,"Authorization: Basic $pass\r\n");

    fputs($socket,"Connection: Close\r\n");

    fputs($socket,"\r\n");

    // Grab response even if we don't do anything with it.

    while (!feof($socket)) {

    $response = fgets($socket,4096);

    if ($debug) echo $response;

    }

    fclose($socket);

    ?>


    2. After coping that make sure you edit only the variables that need to be changed

    3. create a cron job on the cpanel using the following

     php -q /home/username/cpanel_backup.php

     

    4. Make sure the file is not in the home directory and also the file is chmod to 600

    There you go, you now have a free and very reliable backup solution for your cpanel.

    Tags:
    Categories: Hosting