Feb 152012
 

Today I want to just give you a pill, but I’m sure that even if is short this article will save a lot of time to someone who, like me, has this requirement.
Having a machine with Linux and various IP (which can be IPv4 and / or ipv6) and a Squid Proxy Server configure your browser to use that proxy on one of these IP and go out from that server with the same IP and not with the default ip .

This can be useful if you have services that require 1 specific IP to be allowed, or if you want to give the proxy server to different people and still be able to trace what they do.
To achieve this we’ll use the ACL, Squid has very good ACL’s (Access Control Lists) built into the squid.conf file, allowing you to lock down or control the access by names, IP’s, networks, time of day, actual day. Remember however that like every firewall the more complicated an ACL is, the slower Squid will be to respond to requests. Continue reading »

Flattr this!

Feb 092012
 

It seem impossible for me to get rid of all the windows server that our company still has, some have custom software made years ago that no one want to touch, other have management console for Vmware or Cisco appliance..that run only on Windows or again some product relesed their software only for windows, so in short i still have to login sometime on a Windows server from my PC with Linux, so what’s the best way to do this ?

The best protocol to do this is RDP. Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer. Clients exist for most versions of Microsoft Windows (including Windows Mobile), Linux, Unix, Mac OS X, Android, and other modern operating systems. By default the server listens on TCP port 3389

Microsoft currently refers to their official RDP server software as Remote Desktop Services, formerly “Terminal Services”. Their official client software is currently referred to as Remote Desktop Connection, formerly “Terminal Services Client“.

But now back on Linux, let’s take a look at rdesktop, TSClient, Remmina e PAC

Continue reading »

Flattr this!

Feb 042012
 

anomalyIn these days a new Humble Bundle has been presented, some of the games in his bundle have been already been delivered in previous bundle, such as World of Goo and Osmos, the big news of this Bundle is that the games are released also for Android, so it’s been called the Humble Bundle for Android, as usual the games are also available for Mac, Windows and Linux.

Since some of the games have already been presented in the past today I want to look at a new game for me: Anomaly: Warzone Earth

Anomaly: Warzone Earth is a real time strategy video game by 11 bit studios and it’s sold at around $4 for Android and 10$ for PC.
Continue reading »

Flattr this!

Feb 012012
 

Disks are becoming cheaper and so it’s becoming common to have on our desk an external (usually USB) hard drive with a size of 1TB or more.
Now, once that we bring at home our new gadget the first question for us is: “which Filesystem should i use with this big disk ?”

There are a lot of options and the main point is once again a simple question: do you want to use this disk with several different operating systems ?
Perhaps you have a computer with a dual-boot with a Windows operating system , or perhaps you plan to use that external hard drive also with your Macbook…or connect it to a TV.

Let’s take a look at some options you have to suit your needs. Continue reading »

Flattr this!

Jan 282012
 

SOCKet Secure (SOCKS) is an Internet protocol that routes network packets between a client and server through a proxy server. SOCKS5 additionally provides authentication so only authorized users may access a server. Practically, a SOCKS server will proxy TCP connections to an arbitrary IP address as well as providing a means for UDP packets to be forwarded.

As SOCKS (as it was already marked above) transfers all data from a client to a server, nothing adding from itself, from the point of view of a web-server, a socks proxy is a client. Therefore anonymity of this type of proxy servers is really always absolute.

In this article we’ll see how to use redsocks to achieve a SOCKS proxy.
Continue reading »

Flattr this!