Wednesday, July 13, 2011

Web Builders International

UPDATE: SCAM CONFIRMED!!!
THIS COMPANY STEALS MONEY FROM OTHER BANKS THEN TRANSFERS THE MONEY INTO IT'S "EMPLOYEES" ACCOUNTS AND HAS THEM WIRE IT ON TO OTHER PEOPLE!
DO NOT GET INVOLVED IN THIS COMPANY.

The entire website webbuildersintl.com has been copied and archived if anyone is interested in a copy.

As of July 13th 2011 a bank in Massachusetts has started contacting banks nation wide about unauthorized transactions being made. So far one attorney has stated that in most cases the unknowing employees can not be held legally responsible for the wire transfers some of them had made. Worse case scenario is some one may end up having to pay back the money.

Again webbuildersintl.com is a SCAM!!!!!

The following post contains information gathered from the Internet and is not intended as a factual representation for all people involved.

Web Builders International has been popping up all over message boards and scam sites with people asking "Is this a legit job offer?". The answer is still not clear as no one has stepped forward in saying they have been paid, or even work for the company.

What is Web Builders International?
According to their website http://www.webbuildersintl.com this company deal primarily with web site development and SEO (Search Engine Optimization), as well as flash, java, etc. According to whois information their website was created July of 2011. This is roughly around the time people started asking about the legality of the business.

Where are they located?
This is hard to tell, they list their address as 859 Hollywood Way, Suite 459, Burbank, CA 91505. However checking out google street view it is hard to believe this address even exists. In fact after making a phone call to one of the businesses located at the same address we where told no business by that name existed and there are no suites at 859 Hollywood way. Going back to whois information the server that hosts their websites seams to be located in the Netherlands (Another red flag in many cases).

What type of job are they offering?
The job itself seams to be the same by everyone's account. You work from home using your computer to contact clients. You are assigned specific clients that only deal with you and no one else that works for web builders. A few people who had stated they had begun working for Web Builders that the job consisted mostly of sitting in front of their computers waiting for something to pop up. One person stated they had received a new job for the day, however at the same time two others had received the exact same job. So it begs to question if these jobs are in fact real, or as one put it a "test" to see how efficiently you can work.
The job also requires you to open a new, separate checking account. This account can not be tied to any other account and Web Builders INTL states this account is for transferring funds to and from clients. This is also where they deposit your pay (on average this has been about $2,850 per month however no one has been paid as of the writing of this article)

Red flags and other non-standard concerns.
Most times when we hear about a work at home opportunity it is something that you have to pay into, such as selling candles, cosmetics, or opening some type of web store through another company. Web Builders however does not ask you for a single penny, instead you fill out a W-4 as you would for any employer along with answering, filling out, and faxing in the standard employment papers. This all sounds great, but some "employees" reported sitting for nearly a week before receiving any work. (Remember they pay you a base payment of $2,850 no matter what according to their paperwork) All the work seams to be the exact same throughout all the employees (Unless we have only heard from those who by some miracle are all working on the same project together) which makes us wonder about what is really going on.

One person said they watched their checking account which required $100 to open to make sure the money they used to open it stayed put, and it did. In fact within a week over $4,000 dollars was deposited into the account in which afterwards the "employee" was asked to wire transfer it to another party. We have not heard as of yet if the amounts of money transferred into these employees accounts is the same amount, if it is then we can assume that either something fishy is going on, or perhaps this is the flat rate fee for a certain service. Either way it seams a bit strange that the employee would need to setup an account instead of the business itself.

On one website where several people where talking about the legitimacy of Web Builders we where shocked to find out that several of the people using the site where fired, one of which who had been fired the exact day he or she was to be paid. No warning, no request to have the posts removed, just fired, sacked, canned, let go!!

The trail is cold and bare.
Everyone who has looked into Web Builders International has found next to nothing on them.
Archive.org has no record of them (especially since the site is less then 6 months old.) But their website says they have been in business since 2006. Google search only pulls up other concerned individuals questioning scam or no scam (Web builders own site barely pulls up on a google search) Even though the company boasts web development and search engine optimization their site has an incredibly low ranking. Their website itself is also broken (One broken link on the main page going to web development) you can't tell me a company that specializes in building web sites does not know how to use a link checker?

Another strange finding was this article on a E-zine site. The site itself looking like it was thrown up over night. Yellowpage look ups, show nothing for the company which after 5 years of business you would think by now should have a phone listing of some sort. The numbers listed on the site:
Phone: (818) 748-8380
Fax: (818) 671-5715
Seam to be mobile numbers or disposable numbers. Calling the main phone number will get you a woman named "Emily" with a foreign accent.

Conclusion:

This website / business confirmed SCAM July 14th 2011 at roughly 3pm CST.


Tuesday, November 30, 2010

Winterm Hacking update

It has been a long time since I posted any new information on my winterm hacking progress. Well it has finally been picked back up and the results are excellent. I'll go through the process and hurdles I faced so hopefully other can benefit from my experience.

Since the Athena TK3350 I have only had 128mb of ram it was almost impossible to boot from a usb cd/dvd drive. So the first hurdle was how to get a new 4gb compact flash card loaded with an uncompressed OS. When you boot from a cd/dvd/usb flash drive, most times (Especially with linux live images) there is a compressed file system. In my case I was using SliTaz linux which is a 30mb distro with a graphic desktop and a web browser. When trying to boot directly from cd/dvd or usb I would recieve errors about running out of swap space.

To get past these first hurdles the solution was simple. Use a more modern system with beefier resources to create the uncompressed cf image. So I booted the SliTaz cd then plugged in my compact flash card to a usb adapter. Once the desktop was loaded all I needed to do was start the slitaz installer which was under the main program menu >> Slitax installer.

I then had to tell the installer to show all drives then I picked my usb drive from the drop down menu. After a few seconds I had an uncompressed copy of slitaz on the new 4gb cf drive.

!First Boot!
The first boot had some major issues, first errors about unable to find sda1 (problem from the installer not offering options to change boot device name) and some DMA errors.

Fixing the sda1 issue.
This was pretty easy and straight forward. Plug the cf back into the usb adapter and open /boot/grub/menu.1st and change sda1 to hda1

!Second Boot!
The second boot was a bit more exciting new messages where popping up, but I still got several errors that prevented the desktop from loading. The error that caught my eye first was all the DMA errors. After reading through some forums I found that I could go two different routes. 1. Re-compile the kernel with the appropriate DMA options, not an option for me. 2. use boot parameters to change DMA settings. This was the only option for me since I did not want to waste a ton of time on this project. Since many thin clients use a cf to ide adapter they do not use an 80pin connector like most new hard drives. So the system could not boot using DMA options of modern systems. So after more searching I found this tid bit to disable DMA (Or at least downgrade it)
My menu.1st now looks like this.

title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.30.6-slitaz)
root (hd0,0)
kernel /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hda1 ide-core.nodma=0.0 ide-core.nodma-0.1 vga=normal

Notice the ide-core.nodma=0.0 ide-core.nodma=0.1 This is the key to getting many linux ditros to boot from compact flash cards.

!Final Boot!
At last with all the little items fixed the system was off to a real boot. SliTaz booted and I was able to answer questions about how I wanted the system setup. Since everything is uncompressed these settings where saved and each boot afterwards will take off without a hitch.

What now?
Now that I have a running system its time to put it to use. Keeping in mind the limited resources this system would be good for several projects.
1. Internet radio station. This system could sustain a few connections from listeners before it became over loaded.
2. Network attached storage. Originally i wanted to install freenas but its minimal requirements are a little over what this system has (533mhzcpu 128mb ram) however a stipped down linux os (text mode only) with samba running would provide a general storage server.
3. tiny web server. plenty of space to host a web site, but it would only be able to handle a small amount of traffic at a time.
4. Kid computer. Since resources are low this would make a decent first time computer for a child. Its limited space would mean less chance of junk being downloaded and running linux means no viruses or malware.
5. LTSP, this system can function very well as a thin client for linux terminal service project. connected to a decent server this device would be capable of performing most tasks of modern computer systems.

So there you have it the general steps needed to turn trash into something usable. I plan on running the shoutcast radio server on this machine in the near future. So stay tuned for the audio / video amazement jeitv will bring. (Or not!)

Wednesday, September 1, 2010

Things I want to do this winter....or probably won't.

Hack Lab.

It seams not a single person I talk to knows what a hack lab is, or why anyone would want to have one. Many see it as a way of teaching people how to break the law, or spread information that should not be shared.

However this is not the case for me. Its more of a way for me to learn from others and help others learn from me. Over the years I have kept up with a lot of stuff I never get to use, and a hack lab is the easiest and safest way to put those skills to practice.

What is a hack lab realy?
A hack lab is a small (or large) dedicated network complete with servers, switches, and whatever networking equipment you want to play with. Hack labs are usually not connected to the Internet to keep activity from leaking into the public networks.
A hack lab is setup like a game, one hack lab may focus on web application security where players are responsible for finding holes and security problems. Another hack lab may require files to be found and passwords cracked.

As text to many this may sound dull and boring, but a hack labs main purpose is to educate those playing. Each person thinks differently and may take alternate routes to the same goal. A hack lab may show that using a tool like wireshark is much faster then using tcpdump. Or that john the ripper is quicker at cracking zip files then a proprietary application.

What would my hack lab be like?
I have always had a fascination with wireless security and how people take most security as a hassle instead of a way to protect their files. So my hack lab would focus on these areas. An access point would be setup using a basic "WEP" based protection and possibly a MAC address filtering list. Players would then be tasked with gaining access to the wireless access point using several methods and collecting information. After accessing the wireless network they would need to keep other players at bay while not alerting the owner of the wireless network. So switching mac list, or encryption to WPA/WPA2 would not be an option.

Once into the network they would then have to gain access to a file server containing a protected data file. This file would be protected using methods that even hospitals have been known to use.

It sounds like a quick lab, but in reality it could take several hours if not an entire day to complete. Once finished players would be asked to explain how they obtained access to each section of the network and propose solutions to keep attackers out. As an extended game the newly secured network could then be attacked. However, the use of wpa/wpa2 would greatly increase the amount of time it would take to gain access to just the wireless section of the network.

This lab is just a basic example, there are even hack labs online you can play, or download and play. Most of them focus on security since thats the biggest problem facing any computer user, and of course its the funnest.

Online radio/web show.

When I was living in Quincy I had a small web show, it wasn't much but it was fun when I could do it. Many years ago I had a very small radio show online. I have always liked interacting with people and making things that entertain even if its just a hand full. And with the updates to some of the software I have been using, a live show would be pretty fun. I may eventually try to do another show, but it will require a lot of planning and content provided by listeners/viewers. Perhaps I'll start over the winter if i'm not swamped by work.

Lastly I'd like to get my business back up and running. After two weeks of being open we started to get a steady stream of customers, but scheduling problems and the city wanting another $100/$200 for a permit or re-zoning killed us quick. But we plan to move to a new location. Once done pricing will be cut way below local competition and we hope to build our business back up and beyond.

Tuesday, June 29, 2010

A town choking itself to extinction

Small towns are often seen as tourist attractions, tid-bits of the past mixed with modern day stores. However, what happens when a town refuses to change, refuses to better itself or build on its existing assets?

Over the past 30 years the town I live in has went from a decent bustling small city to an almost dead ghost town. If it wasn't for Wal-Mart I think this town would be almost completely empty. The mall (if you can call it that) has more junk in it then merchandise, main street has very little to stop and even consider looking at, and the people running the city seam to be living in another world. A few months back I spoke to a man who said Keokuk was fine, and that people needed to stop whining about how the economy has made things worse. His solution to the lack of jobs and stores was to shop elsewhere and work elsewhere while at the same time living here. To me this just seams like a moot point. How can a city thrive if everyone has houses here but does all their living in surrounding areas.

Travel 50 miles in any direction and you'll see towns that are doing much better. Why? Because the majority of people have the same idea as the man I talked to. While Ft. Madison, Burlington, and Quincy grow, Keokuk falls deeper and deeper into becoming a ghost town.

Recently the city chamber put out a survey to find out what Keokuk residents feel about how the city has been doing so far. I can only imagine what the final results from these surveys will be. Lets take a look at some of the points Keokuk simply refuses or is unable to take care of.

1. Shopping is limited to a very few places. These places are mostly large chain stores that put very little to no money back into the community. The jobs they generate are minimum wage jobs that have been filled by a large number of elderly who can no longer live on their retirement pensions.

2. Teen / kid related activity is almost zero. Several arcades have opened and shortly after closed due to vandalism, bullies, or lack of funds. Skate N Challenge had great ideas but closed due to too many bullies and not enough people spending money. Who wants to let their kids hang out somewhere they'll be ostracized and possibly harmed. K-town underground is rumored to have closed because of child pornography taking place by the owners. Even if not true, the place was a dump. A dark room in a basement with over priced junk food and no real activities to do. All attempts at getting a skate part put in have ended with each one being closed from complaints of more vandalism and bullying.

3. Many locally owned stores along main closed shortly after Wal-Mart opening, however the large chain store remains while dozens of local business still remain empty. More the likely several of the workers of those local stores had to go work for Wal-Mart just to keep making a living.

4. Keokuk has started (for what seams like the dozenth time in 10 years) a "Buy Local" campaign to urge people to buy from local business. The only problem with that is there is nothing of use you can buy from local businesses. Need diapers? Chain stores. Need parts for your vehicle? Chain stores are your choice. Need Medication? Chain stores. Groceries can be purchased from local farmers market, but for everything aside from the basic vegetables and eggs your once again looking at taking a trip to a chain store.

5. Keokuk offers almost zero help for small businesses to start. Quincy has the Business and Technology center to allow new business to grow at a lower cost. If you located a block and a half off main or less you will also need to get a permit or have almost every aspect of your new business ok'd by the "Main street group".

These are just a few of the problems others and myself have seen around the area but little has been done in decades to fix these problems. This doesn't include streets, schools closing, and a rise in drug problems.

Keokuk could really benefit from looking at surrounding areas for ideas. Just because a building is old does not make it "History". We seen exactly what happens when a "Historic" building is let sit with the "Green Tambourine". Now they want to make the underground tunnels that many of the city citizens knew existed, into a tourist attraction. This was brought up years ago before and the city responded with the high costs and insurance liability problems. So these problems have subsided now? I think not. The city will waste tons of money on cleanup only to close the tunnels off from the public leaving a big lot with nothing but a hole in it. It won't be long before many other parts of Main street follow and with each one a new empty lot will emerge. More then likely staying empty for years.

Surrounding areas would have knocked down these troublesome building and put effort forth to fill them with new buildings and new business. Even offering rental space at a lower cost for the first 3-5 years would probably get more businesses to open. $600-$1200 is the average cost of an average location on main. Add in the fact that Keokuk has very little money being spent already and your looking at another business waiting to close from lack of money coming in.

Eventually Keokuk will get the hint that his is small town USA, not a big city. The people here worked hard for years in factories and now all they have to look towards for employment is a greeter or cashier.

Many may be thinking "If you don't like it move"! Well I'm excepting offers for jobs paying 45k or more per year and I'll be happy to oblige. Till then i'm in the same boat as the rest, not enough money to stay and not enough money to leave.


Thursday, June 10, 2010

My early years.

Computers have come a long way since I first began using them. In fact my first computer was an Tandy Color II. It had a green screen, and programs had to be saved to cassette tapes. The program cartridges where about an inch thick and literally had to be slammed into the slot in order to work. Needless to say this was not the computer that started my love of technology. In fact my mother used it more then I did.

The first computer that got me really going on was a gateway solo 2100 laptop. 233mhz cpu, with 32mb of ram and a 2gb hard drive. I wasn't going to be taking over the world with this system, but I did come up with some pretty interesting projects using it. My first ever true "hack" or "project" was a floppy disk that bypassed the windows 95/98 login screen and took you right to the desktop. This was done by loading system files from the floppy but using config files on the systems hard drive. It was popular on IRC for about a week before completely abandoned due to simply being able to press cancel at the login screen.

My second project was a bit more complex and useful. A bash script that allowed anyone to view ifilms.com paid videos for free. At that time ifilms was one of the webs first video sites. This project was put on antionline.com but lost after I stopped updating my free website.

As years passed I came up with other little projects, none of them really worth keeping around for to long. It wasn't till I started work at a small ISP (Interlink L.C.) that I started trying to come up with new projects. Most of them consisted of scripts to automate tasks, such as parsing log files and hunting down user activity. Once wifi became popular I created a few scripts to quickly change hardware MAC addresses for gaining access to wireless towers without having to have an actual account on them. Although working for the company I already had free access. But these where proof of concepts, which got me fired for being a security threat then shortly after re-hired once one of the managers was let go.

A few years back I created a script for Yahoo Live! which allowed people to view any live cam without having to be in the same chat room with the user. This was mostly created as a way for users to view more then the 4-5 cams they could by default. Sadly once it was finished the site closed down due to the economy.

Now days I spend my time piddling around with php, mysql, and different tools for sniffing and manipulating network traffic. Although I have not created anything of interest in a long time. The old days still ring in my head just waiting for an opportunity to once again create something neat. Perhaps the new business will push me in a direction to create such a tool. Who knows.

It seams the days of tinkering are almost gone though. Sneaking through alleys listening to phone conversations, or using my old palm pilot to telnet into systems from unsuspecting phone lines are but a funny memory. But as technology grows and more people embrace it, I feel more fun is yet to be had and more projects yet to be created.

Only time can tell. Who knows maybe my children will pickup where I leave off.

Friday, April 30, 2010

Can open source replace your office servers?

When http://www.networxpc.com decided to startup the first thing we talked about was providing small businesses with open source alternatives. What we found was surprising and a bit annoying at the same time.

Not only did we easily find alternatives for almost every single Microsoft based server in the small business sector, but we also found alternatives that worked better with more features.

Here is a small run down of what can be fairly easily replaced with open source software. And yes Networx pc supports them all.

  • Microsoft exchange (Alternative offers a great web interface, desktop app, or even use Outlook)
  • File server (No surprise since Linux and open source have been doing this since day 1)
  • Active Directory with or without roaming profiles (This was a big surprise for me, people spend thousands on MS based AD servers, and a similar alternative is available for free)
  • Backup server (No matter if its a single file or an entire drive the Open Source community has this one under wraps with very easy and stable setup)
  • Groupware (Sharing information is big in most businesses. weather its calendars, notes, files, or documents. We found several alternatives that leave customers asking "Why did I spend so much on our solution?")
A big reason many of these "Alternatives" are not used is because most IT based businesses can't see any way to make money on them. However, if you look outside the mid west you will find dozens possibly hundreds of businesses making very good money from supporting open source. The money doesn't come from selling some junk software that needs constant hand holding. Instead it comes from offering support and configuration of the system and selling of hardware the system will run on.

Not only does this make customers happy, but the business providing the support has far less out of pocket expense getting a customer setup then a similar business using proprietary software. The servers themselves are also more cost effective due to no longer needed constant updating and rebooting, or an anti-virus solution to protect the server from rouge malware.

With all of this said let me assure you that open source may not be the right solution for every situation. Some businesses rely very heavy on Microsoft or system specific software and possibly hardware. With time these businesses may get an alternative that suits them. But for now its best to take great care and do plenty of research before implementing any open source system.

We see great potential for what we offer, and we hope our customers will to.

Jeff L. Richtman
V.P. Networx PC LLC

Sunday, April 4, 2010

Island Paradise Fishing Helper.

Its a nice day outside and you want to go out and do something, but your Island Paradise game needs tending. What do you do?

Let it fish for you. In a span of about 10 hours of no interaction our little app was able to catch around 700-800 coins worth of fish and junk (Wood, Cans, boots etc) All by fishing for you.

How it works:

The script sits watching your island for several images. First the whirl pool, this is where fishing begins. Once the script find a whirl pool it move the mouse over to click on it. This throws down the net. It then automatically click the Save button for you. The script also click the "Skip" button on most boxes that pop-up. So no interruptions caused by wanting you to play other games, or notify your friends of you catch.

Once time has expired and a fish pops up. The script will move the mouse over to click on the new fish. All without you doing anything.

Bugs:

Its not perfect just yet. With glitches in the game and problems with facebook the script can move your island over to one side of the other, making it only possible to catch fish in one area.

Anything under the save button such as land, grass or even your avatar will make the save feature no longer work. Since it is looking for an exact pixel match in the image.

Other windows that may pop up such as Windows updates, or third party software can also cause problems as the script continues to run no matter what is on the screen.


Conclusion:

Its for these reasons why we are not actually releasing the little program for download. We don't want people complaining about damage done to their data. There is little worse then a rouge mouse clicking on random things.

If you would like to try it out however, please contact either myself or kat. If you don't know how please email webmaster at jeicrash dot net and I'll send you a copy.

You will need Autohotkey in order for the script to work, I will not be giving out compiled exe's of this script.

Saturday, February 13, 2010

The work rant!!!!!!!!

----Hello professor would you like to play a game------(Its from Wargames DUH)

#no Joshua I need to rant. (Joshua is the name of the system prof. Falken built)

---Proceed-----

Boy really wish I hadn't been woken up today twice for work related questions. I have a full time job where I work 8 hours a day 5 days a week. At my job I don't have to do much. I fix computers, make systems work so we can sell them, manage 60+ websites and email accounts for each, do service calls whenever and where ever needed, keep track of weeks of work in my head when I don't have time to get it written down into the work calendar, fix printers even though I have never been trained (Its all guess work and somehow it always gets fixed). Talk to customers and make them happy when their systems are not fixed when said due to me not being in the office. And a few other things, but still not much.....RIGHT?????

Aside from that I also maintain a few sites outside of work that I started way before beginning my current full time job. These sites can take another 40 hours a week out of me so as you can tell my weekends are pretty precious to me. And on top of that this weekend one of my kids (I have two) wasn't feeling so hot, So I took a day off work to be home with him. Barely any contact related to work on Friday. But Saturday morning I get two calls pertaining to work. One to ask me for help on a blackberry cell phone (I own one that does not make me support) the other to ask if a system from Friday was done (I wasn't there call the tech who was).

So here is what I am going to do from now on since I know this is bound to happen again.
First time: I'll help the person with whatever I can then let work know I need an additional $75.00 added to my paycheck for that week.
Second time: I'll get rid of my work phone and get a personal phone. This will remove any need to think that since I have a work phone I should be obligated to work at anytime.
Third time. I'll simply hand in my 30 day resignation letter and worry about finding work elsewhere.

The real sad thing is I never get away from work. And I don't think anyone really does. No matter what your profession or area of expertise people are always going to bother you. Like when someone find out a person is a doctor its never "Hi nice to meet you." its always "Can I ask you a question?" Same for us geeks, we just don't have to look at strange rashes.

Most times I can't even goto family gatherings without being piled with questions. Wouldn't be a problem if I had my own company and I could simply say "Wait till Monday and come see me, I'll give you a good deal on whatever part/service you need" Instead I have to spend my time fixing peoples stuff then waiting for payment if I ever get it. In a year on average at my $15/hr rate I probably give away a few thousand dollars of free help. Many times I don't mind because its on my terms. But when I get calls related to work on days I don't work it irritates me. Firstly because if I do decide to do the work I might "MIGHT" get my base hourly rate from my job for it. Otherwise its free or they will get invoiced the $75/hr and I get nothing. Secondly I usually get into work 8:30am - 8:45am and most days don't take lunch and work till 5pm so by the weekend on a good week I have put in my 40hrs. This means weekend work is overtime, and even at that pay its not worth my time or my families time for me to work even more.

Lately I have lost interest in my job, too much work and not enough incentive. I get paid an hourly rate, no benefits, no paid vacation, and no bonuses. I am A+ certified which to me means nothing but to the IT industry means an average pay of $15/hr and currently working on NET+ and Security+ certifications. I have a solid 14 years of experience in my skill set. I work on Windows, Mac, and LINUX.

In the past I have done data recovery for FBI agents investigating an Ebay scam. I have taught college classes as a substitute teacher at the Quincy Vatterotte college. Spent countless hours teaching the elderly how to use computers for free. Been referred to more then one time as a companies "Star" technician, Goto guy, hacking deviant, even fired by one company as a security threat only to be hired again later at higher pay. I have collected (And sadly lost) hundreds of letters from happy customers and three letters of recommendation two from the same employer.

I have a nack for figuring out problems, probably why I like metal puzzles. I have installed windows on machines with no floppy, usb, cd-rom, or network card without actually installing the operating system while hooked up to another system. Written countless linux bash scripts to automate tasks, parse logs, filter traffic. Built dozens of specialized servers for just about every task imaginable. And learned more pointless but useful stuff then anyone I have met so far.

I don't know jack about Microsoft Server editions but I am learning. It has never been a need since everything Microsoft server does I have always used Linux. Including roaming profiles, ldap user authentication, samba file servers, print servers, network monitoring and access restriction. etc.

So basically at this point I should either be running my own business or working for much higher pay. Instead I'm an entry level tech making entry level wages. And this weekend crap is getting on my nerves. A person can only play dumb for so long before they get tired of it. This geeks has had enough and in the next following months I'll be seriously deciding weather its worth it to continue the work I am doing or look for something more suited for my skill level and pay grade.

----End of line----(Its from TRON if you don't know)

Saturday, February 6, 2010

Hello from Internet land

Welly Welly Welly Welly Well My little lovelies. Its been a long time and no fun since I have done anything fun on the Internet. Lately I have been spending nights of long trying to get things sorted for what will hopefully become a new source of income. And as ideas smash around inside my little head I get a feeling way down in my gutty wutts that this time year after I could be a free man. At least free from working for "The man". Instead yours truly will be "The man". With much help and appreciation from a former co-worker and now business partner. Things are looking good this far. No tats or yarns about failure for these two chaps. No, instead much thinking of alike, and a feeling of accomplishing ones goals this lads been thinking lately.

Here's to a grand ol' 2010 and hopes that 2012 is not the real end to us all, Because as many of you may know or will learn very shortly. It can take up-to 5 years before one sees profits of green from a new venture such as this. And I don't want it cut short by some unwanted kick to the yarballs from old father time and faithful Nostradamus predictions and what not.

Instead I'm hoping year after this time I may be able to actually say I am stable. Well financially at least. Mentally will probably never happen.

Cheers and all that pip.

Sunday, January 31, 2010

weekend of code starting Feb 5th.

For a long time I have tried to think of projects I can do to keep busy and make something useful in the process. Usually projects get put aside due to money, or time, or life. So now starts a new project. Weekend of code, which will be me and possibly others coding different thing over the weekends. Projects will range from websites to autohotkey scripts to just about anything I feel I can do. I'll be updating my twitter and facebook accounts during the entire process to keep everyone informed. And will try to get a blog up sunday night between doing laundry and taking out the trash of what all I accomplished or did not accomplish during the weekend. And if anything useful comes from it I may even post the code for other to use and better upon.

Saturday, January 2, 2010

ATT wants to cut the land line.

Read several articles on this today. And I have to say, the only other thing more scary then a large company deciding when something should be no longer used, is the ipod credit card swipe.

Not to mention its getting a bit old seeing multi-million+ dollar companies trying to push their ideas onto the rest of the world.

Heres a few things that need to be done before landlines are cut.

1. world wide replacement of all copper lines and upgraded to IP based systems (At phone companies expense).
2. Migration of all current copper line users to phone based systems at the same or lower price.
3. Survey of how many users city, state, and world wide who still depend on copper lines.

sure cell phone are great, and dial-up should no longer be needed in todays age. But this is not the case in many smaller areas. Take Iowa, Illinois, and Missouri for perfect examples. A vast majority of people are still using landlines and dial-up Internet service mostly because large Telco's will not put out the money to upgrade their equipment in these areas.

I personally no longer use landlines, but just about all of my neighbors do. bleh. alwell.

Its time to sit back and wait for the industry to change yet again, just because some large company doesn't want to spend the money the right way.

blah blah blah.

Saturday, December 12, 2009

Winterm Hacking, a test of the old.

Recently I purchased a few winterm computers from someone I know. These are small computers designed to connect people to a larger server to access programs instead of having a full blown computer sitting at each workstation. Also called "Thinclients" many businesses prefer these devices over the maintenance and power consumption of full computers.

Why winterms?
The average person would look at a winterm and ask "What does it do?", and after answering "Not much right now" they'd laugh and walk away. But to me the challenge of making something that was designed for one thing do something completely different is a fun and most awaited challenge.

The hurdles.
Winterms range from slow, low ram, no hard drive systems up to fully working computers in a very small case. The two I acquired are on the slower, almost no hard drive side.

One was the WYSE Winterm 3350, a stand up box with mouse, keyboard, ethernet, two usb ports, pcmcia port, and enough storage space to hold the bootloader and windows CE.

This one was the hardest of the two to get moving in the direction I wanted. Mainly due to the fact that a lot of the winterm hacking sites and resources that once roamed the net are now very outdated or completely dead. Many of the smaller versions of linux are also dead due to their lack of support.

But it wasn't to long (About 6 hours) after I got them home that I had linux running on the first winterm. I found that I first had to re flash the firmware using tftp a process that I may outline later on my website but for now I will not go into too much detail.
After flashing the firmware I was able to boot to a usb flash drive with a special linux distro modified just for this one specific type of winterm. Needless to say the boot time was very slow, and surfing the web almost painful due to its sad 200hmz processor and about 16mb or so of ram. However I still have the device, and eventually may come up with a use for it. Otherwise I may just sell or give it away some day.

The second winterm was a tk3350 which seamed much more promising. Again sporting two usb ports, and ethernet port, and ps/2 mouse and keyboard ports. This one does not have the pcmcia adapter built in but the manual boasts that a pci riser card, and pcmcia adapter can be purchased for the device. I don't think I'll be spending any money on the extras but its nice to know the option is available. On top of the regular specs these devices also had a 32mb compact flash card plugged into a cf to IDE adapter. Right away the first thing I did was disconnect the cf card and tried to read it on my computer. Its a fat16 partition but windows nor linux would read it. So instead I simply used dd if=/dev/sda of=winterm.img to back the device up. I then formatted it and surfed the web for a small linux distro that would fit on the 32mb card.

There are tons of small linux distros out on the net, but I wanted one with X windows and a web browser, this winterm had a 533mhz processor and 128mb or ram. So it was more then capable of running what I wanted. Sadly the closest I could come with a pre-built distro was slitaz
Sadly with X and Firefox/seamonkey/mozilla the iso image bulged at 29mb making it too big to fit on the cf card along side the bootloader and give it enough room to be contiguous. What I ended up doing was using slitaz-2.0 with just X and no browser. It booted wonderfully and worked like a charm. Although still no www browser except text based which for most people would be like having your teeth drilled out with a sand blaster.

Every viable use I came up with would require me to purchase a larger cf card. The same person a I purchased the units from came over with a 4gb ultra II card. However the cf adapter did not support it, and everything failed to load. And since I have more important things to spend my money on at the moment I'll have to wait. Here's a breakdown of what can be done with different sizes of cf cards on this unit.

32mb Load X windows and use the system to play some boring games like solitaire.
64mb Load X and browser and use the device as a web browsing device, or even load samba and use the device as a NAS (Network attached storage) device.
128mb-1GB card. The possibilities are endless. The device could be turned into an information kiosk, storage device, movie player (Assuming the video card could keep up) Car based computer, on and on and on my friends.

The tragic part is that one of the winterms had a windows xp embedded sticker on it, but this one was destroyed while someone else attempted to take it apart. Sadly this was probably a 700mhz unit which could have done far more.

Right now I am waiting on a 1gb donor card to test out some other items. Once all my testing and hacking about is done I'll be posting a rather large guide on my site with pictures to the entire process.

Note: The good unit I have seams to have a faulty nic port, which leaves me to run a usb ethernet card. Its not horrible, but would be nice to have the whole unit self contained. I may look into modding it later if I can get anything of use running on it.

Professionals wanted, No experience required.

Professionals wanted, No experience required.

After 13 long drawn out years in the IT field I have done and seen a lot. I worked for a local ISP for almost 8 years, worked at three computer repair shops, Substituted at a college for IT classes, and built, fiddled with, and customized countless devices and servers.

However with all this background there are tons of things I have not even thought about getting into, such as printer repair, tv repair, phone wiring, and a mountain of other items that I am now being asked to do. Its not a point of "I can't do it" its a point of these are not things I want to do, nor feel the need to learn. Some of you reading (if any) or possibly thinking "More work equals more pay right?". Wrong, I get paid the same hourly rate no matter if I'm doing a job that pays a flat rate $100.00 bucks no matter how long it takes, or working at a large project bringing in $50.00 plus an hour.

Its funny sometimes to see some of the things that come across my desk, but the one thing that always sticks out is the one liner that read "DO NOT ACCEPT IF YOU ARE NOT A QUALIFIED PROFESSIONAL" To me this means I shouldn't even be asked to carry out these jobs with the expectations of professionalism if I myself have never even put finger one on them before.

But in the IT biz, all this line seams to mean is "FAKE IT UNTIL IT WORKS". Which does not always sit well with me. So far most of the jobs have been simple enough to figure out, but is this why so many people are getting into the IT business without a clue. When we knowing allow people who have no training or experience in these areas to go off alone and fix (or possibly break further) problems that should be left to a real professional.

I consider myself a professional in one area and one area only. Hacking, and no not the break into your friends email account to see who they are talking to. But the hacking terminology that applies to those who can sit down at something and make it do what I want. I have been given more than a few dozen tasks over the years that most people would simply give up on. But once I have finished that task I feel a sense of accomplishment and pride no matter how small the task was to complete. And when asked by others "How the hell did you figure that out." My answer is almost always the same. A lot of trial and error.

So is it enough that we have drones of eager people who need money so bad that they will take on any task better suited for a real pro, simply because they need the money. For me the answer is yes. I'll continue to do whatever is asked of me from my employer until I either find another job that does not ask me to do what I do not know. Or until the day comes I run my own business and can make my own decisions as to what work I take on.

Wednesday, November 18, 2009

Mediacom Sucks a fat one.

Sometimes it can really suck living in a small town. One reason I face is the lack of options for real high speed Internet at an affordable price.
When I moved back to my hometown and got an apartment we decided to go with Mediacom because they offered what seamed like the most for the price. Well we are finding out that lower price comes with a big problem.

1.Within a week our DVR had to be replaced because it would not stop rebooting, they replaced it with the exact same model, but so far so good.
2.The cable modem we got stuck with is HUGE, its big enough to house a full router with wifi capabilities, however its nothing more then a basic cable modem. This thing is literally 4 times the size of our last modem from comcast.
3. Internet goes out nightly, almost like they are running their own little parental control feature that no one asked for. I work all day, I do my Internet based stuff at night and I pay for an always on connection for a reason.

Their support always wants us to plug the wire directly into a single computer to test. And of course it works because at that time the Internet is working, but do the same thing when we are having problems and what do ya know. Broken still.

Some people say its probably my router, or other devices the modem connects to. Nope not buying it. I currently run smoothwall 3.0 which was an ipcop, that connects to a linksys router running dd-wrt. Both of these devices where up for almost a year solid at our last apartment with another provider.

The "point the finger at equipment that isn't ours" seams to be a mediacom (and several other ISP) moto. Take the blame away from your service and try to push it back onto the customer.

Another thing that pisses me off is when I did talk to tech support I was very specific in asking if they do MAC address filtering. I was told no of course. Then the installer had to register one of the computers and said it would work on any of the other computers. Ummmm, nope. Had to clone the mac of the desktop that was originally registered in order to get Internet to work.

All well, I'll either cancel and go with someone else, or call them and give them a very short window to fix it then cancel.

Tuesday, November 10, 2009

Google Offers Free Holiday Wi-Fi at Airports..OH NO!!!!

Thanks to Google this holiday will be a bit more connected for travelers. Especially in airports where the big-G is offering FREE wifi. The idea sounds great, but lets stop for a minute and ask ourselves some basic questions.

1. What security is in place to ensure users data is not stolen, via MITM attacks such as arp poisoning, sniffing, or the uncountable possibilities that have plagued the wifi realm.
2. Why? Is free wifi in an airport really that important? why not just use your 3g enabled device (Where possible) to keep up with emails, and other web-based junkness.

Those are pretty much THE only questions to ask. Wifi is great, when installed and setup correctly (*Cough). But left open for anyone to use it becomes a script kiddies dream world of easy to grab information. I guess we will have to wait till after the holidays to see how many of santas, I mean satans little helpers got more then presents this year.

Perhaps those who would otherwise jump on the first bus to the airport to exploit this new found data mine will stay home. Or maybe security will be informed what to look for. For example, a laptop with a giant "BACKTRACK" logo as its wallpaper is a pretty good give away.

In any instance, I have done my part the best I can to inform you all. We'll leave the rest to the "experts" to handle.

Conspiracy warning:
Or is this just one big plot to gather information about what kind of data business travelers actually access during their airport breaks in order for Google to develop new applications.
Lol I doubt it.......or do I.

Friday, June 12, 2009

Give me money.

Come on, you know you want to. And why not!
Instead of buying that new car, iproduct, or wasting money on something you don't really need. Why not give it to me. I could buy a house for my family. Invest in my kids college fund, or maybe even start my own business. So send that green my way and it will deffinately get used for better things.

Its worth a try.

Sunday, May 17, 2009

Steal my Info please! Things to think about when using public wifi.

Several years ago I worked for an ISP who wanted to offer wifi as an internet service. The idea was simple enough, fewer wires and it did not require their phone lines to be of a specific quality to get internet service. The downsides:
1. Line of sight, if you couldn't see the Access Point tower you could not get service.
2. Bad weather interfered with it especially heavy rain and snow.
3. Wifi can not go through live trees or metal structures.

Those where the main problems, but other became apparent after some time of running the service. One of the first questions I asked was. "Since it goes through the air via radio signal doesn't that mean anyone can see it?" I was told no by the owner (Who was fired about a year later for some bad decisions) and yes by one of the admins at the time. We soon found out the real answer when customers started calling in saying that other peoples network shares where popping up in their "My network places" section. However this was not due to the wifi signal, but to all the customers being on the same network with no restrictions between them. This problem was fixed very soon but then other problems popped up.

These problems are ones that face any wireless setup.
1. We used mac address authentication to verify customers, this meant we checked for specific numbers that the customers wireless network device had before they could gain access to the internet. This number could be faked, so basically anyone could use the service as long as the original client was not online at the time. This is known as MAC address spoofing.

2. No wep/wpa keys where used. The system was open, so even if you was not a customer you could still watch information pass around just by associating with the AP but not obtaining an ip address.

3. Ligntening loved our nice tall antennas. And man where they expensive to replace.

On a public wifi connection a person can see just about everything you do on the internet. Heres a few.
1. Read your instant messages
2. See your usernames and passwords
3. View what photos your looking at
4. See the websites your going to
5. Redirect you to another site or replace items such as images with their own.
6. Access your file shares and snoop through your files.
7. Take down the entire wireless network making it difficult or impossible for anyone to get online
8. Gain access to the wifi device and modify its settings.
9. Record all the information from the entire network and take it home to look through at their own speed and time.

You'd think these would be reason enough to ban most public wifi "hotspots" but its not. Places like Chicago and New York are flooded with free wifi, even small towns like mine have way more then you'd think. Imagine sitting down at your hotel room to check your bank account, email, or even get tickets to a show only to have your information stolen by someone in a car across the street. And its only going to get worse, as wifi gets stronger and faster new tools will emerge to make the task of stealing information easier.

If anyone is interested in proof and you live in the Quincy, IL area let me know.

Jei

Tuesday, May 12, 2009

DVD or Download?

As technology progresses slowly forward the way we get our entertainment changes. I remember VHS with its big bulky case, and the many times trying to retrieve the mangled mess of ribbon from the jaws of the vcr player. Then the DVD came out with promises of less space consumption, higher quality images and sound, lets not forget the "more durable then VHS tapes" claim that has now led many parents to let their kids use DVDs as a play toy. Only to find out later the disc won't play.

But now with Interactive tv's such as the Apple T.V. and a few others, set-top computers that connect to our Entertainment equipment while connecting us without wires to the World Wide Web. Now every gadget savvy person can sit on their couch and watch just about any movie without having to put in a VHS or DVD. For about $9.00 per month you can watch thousands of Netflix movies, for free you can use websites such as Hulu to watch tv shows and movies.

And at a price cheaper then a pack of smokes or a movie ticket you can download videos to watch anytime you want. Even the gaming market is seeing the trend, watching online videos is available on most popular consoles and rumors are spreading that others will follow.

So whats better? A solid tangible item you can play at anytime as long as your in the same location as it. Or a digital version that can be access from almost anywhere with a decent Internet connection.

Jei

Monday, May 11, 2009

University of Missouri Requires Students Buy iphone or ipod.....NOT!!

It seams that the media is having a hay day with this story. University of Missouri has added the Iphone / Ipod Touch as a requirement on its recent student requirement forms. Why? Well officials from U of M have stated very clearly that its mostly a way to get students a little more money. The extra cash can be used to purchase any device or material the students may need, and the "Requirement" will NOT be enforced.

Why the IPOD/Iphone?
My understanding would be something like this.
1. Its a reasonably expensive device, so students have a greater chance at obtaining more extra money then they would if the University "required" say a simple voice recorder.
2. Its multifunctional, which means its easier to justify for educational purposes.
3. Its popular, not many people have to ask "whats an iphone?". But many people would probably ask, "Whats a PIM?"

So out of the hundreds of "news" sites covering this story only a few have actually mentioned the actual facts. This is not a ploy to get Apple more money, nor is it product favoritism. It's a creative way to get students extra money for school, and in a time like we are going through students can use the extra cash.


Jei

Saturday, April 25, 2009

Wyzo 3.0.3 Update Annoying icon.

Wyzo was recommended to me a few years ago after firefox 3.0 seamed to have some problems with crashing on media intense sites. Since then I have been very happy with wyzo and even recommended it to others. However the latest update has one annoying tidbit. Now an icon sits down by the clock letting you know wyzo is still running even when you close it out. I'm sure some searching would yield a solution to remove the little icon, but instead I'll just have to adapt, who knows it may come in handy as a fourth shortcut to opening a webpage.