Skip to content

{ Category Archives } Networking

EDGE/GPRS Modem Connection In Linux

wvdialconf কমান্ড দিলে /etc/wvdial.conf ফাইল তৈরী হবে।
যদি wvdialconf আপনার মডেম ঠিক মতো ডিটেক্ট করতে পারে, মানে কোন ACM
ডিভাইস পাওয়া যায়, তবে /etc/wvdial.conf ফাইল খুলে এডিট করতে হবে।
আমি যেটা ইউজ করি সেটা হল এমন,

[Dialer Defaults]
Modem = /dev/ttyACM0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
# initial string for gp
Init3 = AT+CGDCONT=,,”gpinternet”
ISDN = [...]

Tagged , , , , , , ,

Domain redirection to localhost

What is this: When you enter http://www.yahoo.com in your address bar of browser, It wont go to http://www.yahoo.com rather it will show a custom page which is inside you pc not in Internet.
Why is this: Sometimes you may need to restrict your children from accessing site that contains adult content, violent pictures etc. Also web [...]

Tagged , , , , ,