Posts

Showing posts with the label network

Speed Up Your Network and Internet Access

Speed Up Your Network and Internet Access I have a dial up connection and it improve my speeds about 25% in surfing the internet. give it a try. Im IT , only do it if you feel comfortable with changing registry. Increasing network browsing speed Does your computer slow down when you browse your local area network and connect to other computers that are sharing data? One of the most common causes of this slowdown is a feature of Windows Explorer that looks for scheduled tasks on remote computers. This effort can take some time on some computers and can really slow down your browsing. The window with which you are browsing the network may appear to freeze momentarily, as the system is waiting for a response from the remote computer. Windows XP: Speeding Disk Access Although this problem is a complex one, the solution is very simple. Instead of having to wait for the remote scheduled tasks, which is useless information to anyone who is not a system administrator remotely configuring sched...

solved problem of running net apps from a mapped network drive

solved problem of running net apps from a mapped network drive Follow under given procedure, and for the URL put your network share: http://msdn.microsoft.com/en-us/library/bs2bkwxc(v=vs.80).aspx If you dont have the .net configuration 2.0 tool on your machine, grab the cut down installer from here: http://blogs.msdn.com/b/astebner/archive/2006/01/23/516671.aspx -Adam Radics download file now

SOLVED Network icon missing from Xfces panel

Image
SOLVED Network icon missing from Xfces panel Symptom The network manager icon is missing from Xfces panel. Fix First, we need to install the package network-manager-gnome ; open a terminal window and run: sudo apt-get install network-manager-gnome -y Now, make sure you have in your startup a entry with "Network" as its name and "nm-applet" as its command. See this if you need assistance in adding applications to sessions startup. download file now

Spy on all Images Being Viewed on a WiFi NetworK using your android device

Spy on all Images Being Viewed on a WiFi NetworK using your android device Hi everyone! This is my new addition to the Wifi Hacking Community. Like most people who are into wifi hacking then you are familiar with a tool called driftnet . This tool when combined with arpspoof will allow you to see most images being viewed by other members on the same network! This is a neat tool for spying on other people and seeing what images they are viewing! Pr0nz much? I purchased this tool but am leaking it for you members here so you can experience it for yourself! NOTE: REQUIRES ROOT! FYI this will slightly bog down the network. Unfortunately it spoofs the whole network and not just one target you specify. Here is the APK - Piik.apk It is called Piik or (Peek). I hope you guys enjoy this app as much as I do! HEADS UP! I am currently working on making my own Binary for Ettercap port to Android that actually supports IPTABLES and SSL Spoofing! Stay tuned! download  file  now

Starting lighttpd network c 358 cant bind to port 80 Address already in use

Starting lighttpd network c 358 cant bind to port 80 Address already in use Recently I had the error message appearing when trying to launch my PB on my Ubuntu machine: Starting lighttpd: (network.c.358) cant bind to port:  80 Address already in use  Turns out there are quite a few old forum threads on this topic where the issue comes down to one of 2 things: Another webserver application is running (like apache) To solve this issue check what is running on port 80 by: sudo fuser -v 80/tcp And then kill or remove this application. IPv6 is causing some issues in the lighttpd.conf file Open lighttpd.conf file in any text editor and comment the line include_shell "/usr/share/lighttpd/use-ipv6.pl" with a #, so: #include_shell "/usr/share/lighttpd/use-ipv6.pl" Although in case of the PirateBox script package, this comes ready and set. My personal issue was that somehow I had apache2 webserver installed on my system. I do not remember installing it, but now it has been re...

Solved Network Unlock Samsung Galaxy S2 JB 4 1 2 firmware

Solved Network Unlock Samsung Galaxy S2 JB 4 1 2 firmware I  updated to JB 4.1.2 firmware ( I9100XXLSJ ) yesterday and my phone kept complaining about Network Lock. Which i have fixed in few easy steps. We assume that your phone is rooted ( I may add a tutorial on this later) 1. Download and Install this given apk  ( GalaxSimUnlock.apk ) 2. Once you open the apk it will show you the current status of your phone. 3. Click the white bar at bottom. 4. If asked grant the root previlages. 5. It will inform you about the network unlock. ( Now simple restart the phone) . - Mihir Patel ===================================================== This is the easiest method that i found that works. Let us know if it does not work for you. and post your solution if you have anything better ! download file now

Solve Ubuntu Network Manager problems

Image
Solve Ubuntu Network Manager problems If you are a user of Ubuntu 8.10 or 9.04 you know how awful the built-in Network Manager is. It doesnt save your settings, and settings doesnt get applied so its literary impossible to change your IP address using it. One solution is to remove the Network Manager and edit the network configuration files manually. But theres an easier approach. You can install Wicd to do the configuration for you. This is an alternative to the default network manager which does it job right. Its really simple and straightforward to use. Here are the simple steps required. Install wicd through Synaptic Package Manager. Network Manager will be removed from the tray panel when you install wicd . Go to System -> Preferences -> Startup Applications and disable the Network Manager. If newly installed wicd network icon isnt there in the tray panel, launch it from Applications -> Internet -> Wicd Network Manager . It will start automatically from next startup...

SSHFS Network Shares made easy with SSH

SSHFS Network Shares made easy with SSH Overview SSHFS is a program that can use the SSH connection on a computer for mounting a network share / network drive from that target machine to your local computer. The great news is that you only need to install SSHFS on the computer which you are doing the mounting on , you do not need to change anything on the remote target computer. Put another way, if you want to mount your remote SSH machines harddrive on your local desktop, you only need to install SSHFS onto your desktop. This is particularly convenient when you dont have administrator control over the remote target client and cannot install extra software. SSHFS is running through an SSH connection (duh!), so your activity is as encrypted as your SSH connection is (which is pretty good if you use SSHv2, which you should be). SSHFS also inherents the permisssions of your SSH connection, so if you connect as a non-root user, you will be limited to the access that user account has. Insta...