Archive for the ‘Linux’ Category
Wednesday, September 3rd, 2008
I love bypassing content filters. Here’s a fast and easy way you can use your computer at home (Running an OpenSSH server) to get past web content filters at work or school.
Here’s what we need
- A computer at home running an SSH server.
- SSH port (22) open on your router to your SSH Server
- A computer running Linux or Leopard
(more…)
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Apple, cli, hack, Leopard, Linux, proxy
Posted in Apple, CLI tricks, Linux, Tech | No Comments »
Monday, September 1st, 2008
Today I was having some troubles. I was trying to unmount a drive on my Linux server but I kept getting the
umount: /mnt/data: device is busy
message back. Well this means that some process is using a file on that drive. fuser to the rescue. I’ll take you through the steps I used to unlock this drive below.
(more…)
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: cli, Linux
Posted in CLI tricks, Linux | No Comments »
Thursday, August 28th, 2008
Today I’m going to talk a little bit about Synergy. Synergy is a free (as in beer and speech) piece of software that allows you to use one keyboard and mouse with multiple computers. This differs from a traditional KVM in a couple ways. 1. You get the added screen real estate as each machine needs their own screen 2. You don’t need additional hardware the keyboard/mouse switching is done over your existing network. The advantage of this is that Synergy is cross platform, there are currently Synergy clients for OS X, Linux and Windows (No official support for Vista however, It may be possible but your mileage may vary. let me know how you make out if you try it) so you can have a Windows XP machine on the left monitor an Apple machine on the center monitor and a Linux machine on the right monitor or you could have 3 machines all with the same OS.
(more…)
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Apple, cli, Linux, Synergy
Posted in Apple, DIY, Linux, Tech | 1 Comment »
Monday, August 25th, 2008
Have you ever needed to SSH into a firewalled computer where you don’t have control over the firewall? Well by creating a tunnel from your this protected machine to your machine at home you can punch a tiny SSH sized hole in that firewall.
(more…)
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: cli, hack, Linux, ssh
Posted in CLI tricks, Linux, Tech | No Comments »
Sunday, August 24th, 2008
Sometimes it’s nice to know what kind of people you’re sharing a LAN with. This hack will allow you to sniff packets from other users on the Local Switched network. What we accomplish by ARP spoofing is tricking a host on the LAN into forwarding us packets that normally would only be sent to the gateway (or the machine or router thats going to send them off to the internet)
****Disclaimer****
This should only ever be done on a network that you run or otherwise have permission to monitor other users activities.
(more…)
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Apple, dsniff, hack, Linux
Posted in CLI tricks, Linux, Tech | 2 Comments »