What going on with Icloud

It’s been days I personally gave Icloud service a try. I mostly wanted to see it’s UI more than anything. I can say it has a lot of work on it’s ribs and well designed UI. I can’t recommend to anybody a service which has on it’s main page a message like this published:

Our service is currently experiencing extreme server load. For this reason you may experience icloud as being slow.

We are doing our best so solve the problem.

icloud Beta Team

I also couldn’t find a contact, support, or forum for Icloud.

Anybody wants to comment on this or his experience?

Below a screen shot of it’s main page:
icloud

Posted in Tips | Leave a comment

Cracking Wireless Networks Nice Video

In this classic video Mr. Brian Young show off his excellent skills on cracking some wep wap wireless networks using Kismet,  Aerodump to look for encryption type, BSSID, IP Address and of course channel. This recolected data is key to hacking a wireless network signal, finding and breaking in. He show how he captures IV’s (Initalization Vector) and using IVs to Decrypt the Key.

Read More »

Posted in Security | Hacking | Cracking | Leave a comment

Ten Quick Tips for Linux System Admins

If you like Linux, are a System Administrator this a very handy document to save on that PDA or USB Key in case it’s needed one day. From the article:

You forgot your root password. Nice work. Now you’ll just have to reinstall the entire machine. Sadly enough, I’ve seen more than a few people do this. But it’s surprisingly easy to get on the machine and change the password. This doesn’t work in all cases (like if you made a GRUB password and forgot that too), but here’s how you do it in a normal case with a Cent OS Linux example.

How to be a more productive Linux systems administrator

Posted in Tips | Leave a comment

Default Mysql Mysqld Config File

Default Mysql Mysqld Config File

The /etc/my.cnf file is the main MySQL configuration file. It sets the default MySQL database location and other needed parameters.  Usually you don’t have to edit this file, but if you do here’s more info:

This how a basic default mysql configuration file looks like:

Read More »

Posted in Databases, Linux, Operating Systems | Leave a comment

Bluetooth Access Denied Problem Solution

Finally you have found the solution to your Keyboard, Mouse, Bluetooth access denied. I’ll explain the simple steps need to fis this anoying problem which most of the time caused by installing Microsoft Windows Service Pack 3 (Don’t Install this Crap) or an Specific Windows Update. If somebody know the exact Update Number that causes this symptom please comment here.

This problem I believe can be manifested with either “Bluetooth Support Service” or “BlueSoleil Hid Service”. I have seen it only with “Bluetooth Support Service” and only on XP. Might be happening also to vista users, not sure of the usage of the “Bluetooth Support Service” or it’s interaction with the OS.

Screenshot of what to change in order to fix and repair for once the “Bluetooth Access Denied Problem” problem:

Read More »

Posted in Tips | Leave a comment

Windows cannot query for the list of Group Policy objects

Event ID: 1030 , Event ID: 1058, Event ID: 15

Multiple article, solutions, work around have been written about the infamous  windows error “Windows cannot query for the list of Group Policy objects. A message that describes the reason for this was previously logged by the policy engine.”

Let’s all be honest here now. None of them really work, the cause is uncertain and it’s really annoying the fact that the real solution people get to think is to disjoin the workstation or server from the domain and rejoin later; It will infact solve the problem.

Read More »

Posted in Best of the month, Tips | Leave a comment

clueQ Form Spam Bot Destroyer v1.2

Usually you will implement around your posted fields processing script so it will stop the
process before its too late. In this example the php foreach function converts all posted fields to keys and values.
Not necessarily this is the best option; but this tutorial is not about posting forms but how to prevent Bot Spam and Form Spam.

Read More »

Posted in Best of the month, Scripts | Leave a comment

Cannot Run Jar files Linux Centos Redhat

You need to install Sun’s Java (recommend the JDK as it contains all needed);

run jar files

run jar files with sun jdk

http://java.sun.com/javase/downloads/index.jsp

Then you need to reconfigure the default java configuration, this is done as root or equivalent.

Instructions:

Read More »

Posted in Operating Systems | Tagged , , | Leave a comment

Handy network traffic quick analysis tool

The other day i was looking for a quick utility that could show me who where the most active network users in the lan by simply looking at network packets, hosts, and speed of these. I did not want to go through the hassle of monitoring through the router accounting, not that day.

I found this handy utility called “Active Wall Traffic Analyzer” ( http://en.lanctrl.com/ ) which gave me what i needed. It sits on the taskbar, doesnt take resources and you only need a connection to the switch hub to make it work, nothing more. I ran the tool on SINGLE mode.

Posted in Best of the month, Networking, Security | Hacking | Cracking | Leave a comment

error while loading shared libraries: libstdc++.so.5: cannot open shared object file

error:
error while loading shared libraries: libstdc++.so.5: cannot open shared object file
solution (centos, fedora, redhat):
yum install compat-lib*

Posted in Tips | Leave a comment