network

How to setup WiFi from GDM?

This issue is not yet solved. Only related links are gathered.

OpenSSL with nonblocking sockets in Perl (devpit.org)

SSL/TLS is complete chaos with little documentation. OpenSSL is a huge library. It has tons of functionality, and has some reasonable documentation, but gives you no idea where to start. Perl has, as usual, lots of modules and few to the point. Net::SSLeay seems to be Perl's raw canonical wrapper for OpenSSL, although if I hadn't told you, you'd have to examine a dozen modules with similar names before you came to this conclusion.Read more

Story URL: 

SoHo - Alias of loopback interface

We will need a non-127.0.0.1 alias address on the loopback interface for port forwarding. Here is shell script for this task /etc/rc.d/init.d/lo1network

  1. #! /bin/bash
  2. #
  3. # lo1network       Bring up interface lo:1
  4. #
  5. # chkconfig: 2345 11 89
  6. # description: Activates special loopback interface for nat
  7. #
  8. ### BEGIN INIT INFO
  9. # Provides: $lo1network
  10. ### END INIT INFO
  11.  
  12. . /etc/init.d/functions
  13.  
  14. LO1IFACE="lo:1"
  15. LO1ADDRESS="172.16.111.1"
  16. LO1NETMASK="255.255.255.0"
  17.  
  18. test -r /etc/sysconfig/lo1network && . /etc/sysconfig/lo1network
  19.  
  20. /sbin/ifconfig $LO1IFACE $LO1ADDRESS netmask $LO1NETMASK
  21.  
  22. exit 0

Make it run on system bootRead more

Creating a VPN with tinc

With tinc you can create a virtual private network (VPN) that lets you communicate between two machines over an insecure network such as the Internet with all of your traffic encrypted between the hosts on your virtual network.

Another interesting application for tinc is connecting your laptop to a Wi-Fi router at home. You might already be using WPA2 to ensure that only valid hosts can connect and communicate with your Wi-Fi router, but you might not be able to assign a fixed address to the laptop when it is connected over Wi-Fi. So if you want to connect to an SSH daemon on the laptop itself or access an NFS share on the laptop, you have to play guessing games as to which IP address the Wi-Fi router has given the laptop this time. Running tinc on the laptop and a server at home removes the guessing game -- just connect to the laptop's VPN IP address.Read more

Story URL: 

Bluetooth dongle CSR USB06H

Mini Bluetooth USB Dongle--USB06H
Mini size more convenience for notobook and taking outside.
Bluetooth EDR USB Dongle adopts EDR(Enhanced Data Rate) Technology and is compliant with Bluetooth V2.0 specification.
It offers the transmission speed three times that of Bluetooth V1.2 to perform the multi-media application more smoothly

Read more

Syndicate content