about 1 year ago - 7 comments
It all started with a failing Student’s Teacher Feedback System, designed by few fourth year students of my college, in oct-nov 2008 the system was not able to scale and everything was reverted back to paper, it was then when i was contacted by a teacher from my Department ( Information and Communication Technology ),
about 1 year ago - 1 comment
There was a workshop conducted by engineers form SUN in our college regarding JavaFX, which went quite well. I was planning to start with JavaFX but as there was no Official release of any Linux SDK, it kept me back but this semester i had to install Windows because of my University which wants me
about 1 year ago - 9 comments
Few Days Ago i received my Apple Keyboard and i am enjoying typing on it, but having to hold down the Fn key then tap one of the F-keys to get F-keys working was irritating. a simple solution to get it working just add this to your /etc/rc.local file echo 2 > /sys/module/hid_apple/parameters/fnmode and F-keys
about 1 year ago - No comments
LUG Manipal is organising a workshop on Python, which is a dynamic object-oriented programming language that can be used for many kinds of software development. It runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. It comes with extensive standard libraries, and can be learned in a few days.
about 1 year ago - 2 comments
One of the biggest (not necessarily) problems that most (new) Linux users face is the problems of non responsive drives, espically when u insert a curropt CD / DVD which refuse to come out because something is trying to access it… or the extremely slow flash drives there are some software for it in windows
about 1 year ago - 3 comments
I am posting to my blog after a long long time and a lot has happened, first Lets start with MobiVision. MobiVision (Brain child of Subhendra Bhaiya) was a workshop conducted by people from LUG Manipal ( well not officially but everyone involved in it was from LUG Manipal ) as the name suggests it
about 1 year ago - No comments
Finally i got a chance to use the awesome LAN at the college campus and it was a very good time to update the packages, but there was a problem it had a proxy, so i typed man yum and was pointed at man yum.conf and there it was a simple solution, all the you
about 1 year ago - 17 comments
Ion Auto Login ( IAL ) script written in python has been updated to a exe, that means it will run directly from your windows just by clicking ialv1.exe. To change the username and password delete the ial.info file, if you face any problem please comment on this post download here size 2.3MB Linux and
about 1 year ago - 3 comments
After yesterdays efforts i have now made a complete working Python IAL (ION Auto Login) script which can store your password and checks for login in every 1 Min and continues till you stop it, here is the Code iimport urllib, urllib2, time, cPickle class ialv1: interval = 0 username = “” password = “”
about 1 year ago - No comments
i was just thinking about making the very famous IAL script of DJ in python and here is it and its damn simple import urllib, urllib2, time username = “Your username” password = “Your Password” interval = 10 data = {“loginID”:username,”loginpassword”:password,”flag”:”0″,”popcheck”:”0″,”submit”:”Sign In”} value = urllib.urlencode(data) request = urllib2.Request(“http://192.168.150.2:8080/clntAuth/clntAuth_main.jsp”,value) print “Logging In\nMade by Ankur – http://ankurs.com”
about 1 year ago
Good Job
about 1 year ago
Thanks …..
about 1 year ago
You’re the Man…!
about 1 year ago
I tried out ntlmaps on my own but it didnt work out for me.. maybe i missed out some configuration….. ill see the video and try again..
about 1 year ago
Confirming it works. for opera users, dont feed username in the prompt which opera displays as mucampus\ but as simply reg no.
Thx a lot dude!!
about 1 year ago
how to start downloading from torrent??????????
about 1 year ago
That’s great , but can it run torrents , and ares , and mirc?
about 1 year ago
Thanks a lot……
My ugrade from 8.04 to 8.10 was stuck because of this thing, but now it will work….
about 1 year ago
@Sudhanshu @Pratik @Soumen
i am glad to be of some help
@dev d (?) @ravi
no you cant use torrents using this its simply allows you to use whatever you are using without have to enter any password again and again, this also allows you to use softwares which cannot use NTLM like Download Managers, Chat Clients etc…
about 1 year ago
What is the equivalent of yum.conf in ubuntu because it surely isnt /etc/apt/sources.list .I tried adding the proxy line to this and my package manager stopped working so has to delete that line.
Thanks
Varun
about 1 year ago
@Varun
add
Acquire::http::Proxy “http://10.49.0.13:5865″;
Acquire::ftp::Proxy “http://10.49.0.13:5865″;
to /etc/apt/apt.conf
tell me if that works……
about 1 year ago
nope…
about 1 year ago
@Varun
will have check with someone having Ubuntu will tell you asap
about 1 year ago
logically speaking why is it 10.49.0.13 Acquire::http::Proxy “http://10.49.0.13:5865″;
Acquire::ftp::Proxy “http://10.49.0.13:5865″;
I tries with
Acquire::http::Proxy “http://127.0.0.1:5865″;
Acquire::ftp::Proxy “http://127.0.0.1:5865″;
which didnt work either.
“export http_proxy=http://127.0.0.1:5865 ”
Where do you add this?
about 1 year ago
@Varun
oops that 127.0.0.1 and not 10.49.0.13, you just type export http_proxy=http://127.0.0.1:5865
which sets http_proxy for that particular session do any apt-get after that and they will surely work, dont have much info about apt-get have been using fedora from a long long time….
will check and tell you tomorrow…
about 1 year ago
am using win vista
will this help me get pidgin running as i am unable to run it as of now
also, how do i play a .ogv file in vista??
will VLC work, or will i need another player
about 1 year ago
@Pidgin user (?)
ya it will work properly in vlc, i am distributing it in ogv as its an open format and will work by default in all Linux, and wont work in Windows Media Player !!!!!!
about 1 year ago
@ all
I think there is a need for a windows exe for these stuff, so one exe coming up soon
about 1 year ago
Hey Ankur!!
Followed the instructions given and the script did run smoothly…
All my apps like last.fm and digsby started working again..
But i have felt that the speed has decreased a bit by using this…
Any solution to the speed problem..?
Rest is Gr8!
ThnX 4 d Help!
about 1 year ago
this method works f9 but makes the net terribly slow……
and did u figure out how to enable torrents again
(i tried a s/w called your freedom but that ain’t working )
about 1 year ago
dude how to download from torrentz again..??
about 1 year ago
@Utsav @nikhil
torrents are blocked in a different manner, which we believe to be http://dl.getdropbox.com/u/340041/torrent.ogv do tell me if you find something about it…
about 1 year ago
i m nt able to use the script properly with ubuntu 8.1
i follow the video but then at the end where do we put
export http_proxy=http://127.0.0.1:5865 ???
about 1 year ago
i got disconnected at around 12 last night and was being asked for my user id and password again and again.
will this also help with that?
about 1 year ago
@Payod
when you open the terminal type
export http_proxy=http://127.0.0.1:5865
and it will be set for your current session
or
you can also add it to ~/.bashrc
but in both the cases ap-get will work on the command line, Synaptic wont work
I dont have Ubuntu on my system so have not tested Ubuntu on ION, but i have seen command line apt-get work over ION
@Vidyut
Disconnection Last night was what is believed to be disconnection of Internet services after 12, i am sorry i dont think it will work
about 1 year ago
” a few days ago ION (WiFi provider in Manipal University) started an ISA based proxy using NTLM authentication, which according to them was a client install”
This was exactly my reaction when they just entered a manual proxy on my system. I was like, what about the client authentication module, and they were all like, this is it, chill.
anyway, the problem using torrents is that we are denied connections to DHT. Since we are not able to log in to nodal points, the torrent does not connect to any seeds/peers. Is there any way to get around that ?
about 1 year ago
how does one start using p2p softwares and torrent downloaders now that ION has blockd downloads?
about 1 year ago
@Sahil and Ayan
Dont worry we are working on all sorts of weird things, something will be out soon
any suggestions are welcomed
about 1 year ago
how to disable the opening of each folder in a new window??
it pisses me off!!
i am currently using fedora 9. Evrythn works f9 but i dun lyk dis multiple window concept………the taskbar looks so crowded….
plzz hlp
about 1 year ago
@Kaushik
Open a window goto Edit>>Preferences then Behavior select Always open in browser windows
you dont like multiple desktops??? this is the first time i am hearing that, i you dont like it you can remove that ….
about 1 year ago
after saving the .cfg after making the necessary changes…what should i do in “windows”????
about 1 year ago
I wanted to ask 1 thing. Lets say I started any download at 00:23, but d net is supposed 2 b disconnected after 00:30. But to my surprise, the download continued even after 00:30, though I couldn’t opwn any new page due to annoying pop-up asking my username n passwrd. So, how is that possible? Can’t we exploit this loophole?
about 1 year ago
@anurag
you just need to double click on main.py file
@lonewolf
well what it seems is that they does not allow logins after 12 but the existing connections remain active so well if keep a connection alive you can use that all the time….
about 1 year ago
Is there a way out to tackle the 12:30 “time-out” thing ? as u said that the existing connections can be kept alive after the time limit , this definitely works for downloads and updates but for general surfing , can’t there be a way out ?
about 1 year ago
how to bypass sonic wall with this new authentication method
about 1 year ago
hi
whenever i open a website for every link to display on d webpage it ask me for id and password n dat is pissing me off………n after typing the id n password it does loads d page but it is asking alot for a single page……..
i m also geting a problem in uploading pics on orkut again it asks for id but it doesnt load pics…………
pls help
about 1 year ago
Can u help us byepass proxy and download torrent files?
about 1 year ago
@arindra
well i dont you ION now as i have taken an Airtel connection in my room, so have not tried anything, will post if i get something…
@ rishab
you might want to check this out http://djsh.net/2008/08/31/bypass-site-blockage-filtering/
about 1 year ago
My hamachi soft doesnt seem 2 run on the current authentication settings. Any help?
about 1 year ago
Is there any way to get internet after 12:30??
about 1 year ago
what if, we want it for windows as well??
about 1 year ago
which os is good for hacking fedora or ubuntu?
about 1 year ago
@Tired
no they wont work port are blocked…..
@Jeevan
well some accounts work after 12:30, just try roaming in hostel after 12:30 i am sure you will find someone’s net working
@RK
it will work on windows as well
@KK
it dosent matter, but if you are serious i will suggest you give http://www.remote-exploit.org/backtrack.html a try should be helpful..
about 1 year ago
sorry this is unrelated but dunno where to post this…
any ideas on how to get cedega engine 6.0.5 running on my ubuntu 9.04??
about 1 year ago
@os(regardin peer to peer software)
dude take a look in to jxta-soap.
i dont know if tat can hlp…..jus postin a cooment!
about 1 year ago
@ os
do u host ur website on ion servr?
about 1 year ago
@Rohit k
sorry dude i have no idea about cedega try forums and/or cedega support
@MK
nope dude sorry that wont work
on ION Server are you kidding me??
i have my hosting from RackedHosting http://www.rackedhosting.com/
about 1 year ago
@os(regradin net after 12)
I was watchin ur torrent thin video..u must be usin microsoft “ramp up”.
well i dont know if ur familiar with microsoft so i am takin a chance 2 tell u abt a intrestin thin!
its a known fact that we use microsoft isa!(i am considerin a small eg)
u must have heard about zune(media player by microsoft)it cant be used as a external hard drive with out a regedit.after editin the registry one needs to sync a large file using zune software the sync time=time u can add or delte files on hd!
same thin with ion…if u use a download manager nd if u start it b4 12 it wont stop…i just saw it on a frenz lappy!
so y not try it on the browsin thin!
hope u got me! tat was long post…sry if i wasted ur time
about 1 year ago
ps:best thins in world r alwayz 4 free!……
about 1 year ago
@MK
ya a lot of people who use ION told that to me, according to me what happens in, as NTLM is a challenge based authentication system, once your connection is established nothing will interrupt it and which means as long as your connections remain active, downloads will work, so if you start your HTTP downloads at around 12:00 it will work till morning if it is a huge file, which should be helpful….