Help me Linux
Hey, this is Piyush M. I am a computer science graduate from 2015. It was 2009-10 when first time I heard about Linux. Although in my area there was only Microsoft but I managed to download Linux. My first Linux was ubuntu. I was very happy to see its function and its working. I enjoyed that time without having little knowledge about computer. Since then I feel my relationship with the Linux and open source and free software. Although right now I am using Windows but still I feel very enthusiastic and energetic with Linux; even I don't know what the reason is. The reason for this mail is, I am not really very expert or well versed in any computer language or any field of computer. But I feel strong connection and relationship with Linux. I also love Python programming language. Despite of this love and attraction and affection I was unable to learn anything because I wasn't having enough time and we people in India don't have that much Linux craze and courses available. In short due to no guidance I was unable to do anything and I am on the same position since last 9 years with only few improvements. I TRIED TO INSTALL DEBIAN MANY TIMES BUT FAILED BADLY. I NEVER USED DEBIAN. I believe whoever reading this mail is far more knowledgeable and experienced than me and having good knowledge of Linux. Please help me! suggest me what can I do? how should I proceed? how should I go further in the field of Linux? and what can I do with and how to go further in python? Here everywhere Microsoft is going on and no response for open source and LINUX is there, so please help me to clear my understanding, broaden the way of my seeing. I need clear conception of what I can do and what can be done. As I mentioned there is no guidance I have here. I can contribute 2 hours daily along with the job and daily schedule. My love is python and Linux. My one more query is that there is no any alternative available in linux for Corel draw, MS office, video editing software. Although there are many claims of alternatives but the reality is harsh, they are not as simple and productive as the windows software. Please clear my view regarding this also. I just have downloaded kde manjaro and soon install it on my laptop to have new experience. I can understand this is very lengthy mail but its really important to get my doubts cleared and my vision broadened. Please reply me as soon as possible. Thanks for the time you spent on this mail. Will be happy to see you replied.
Re: PS 2 Wheel Mouse Problem
On Fri, 2002-11-01 at 14:12, Christian Banik wrote: > Dear Debian Users, > > i've got problems with my wheel mouse. I wrote the /etc/X11/XF86Config-4 file > myself (no concept of some of the entries there)in parts. > It worked 2 weeks very good, but now the mouse arrow freeze after 30 seconds > under X11. I've added my XF86 Config file, perhaps you see my mistake. The > configured and generic mouse are both necessary i realized. > Under SuSE the same mouse is OK, so it's not a hardware problem > ... > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device""/dev/psaux" > Option "Protocol" "ImPS/2" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > > Section "InputDevice" > Identifier "Generic Mouse" > Driver "mouse" > Option "SendCoreEvents""true" > Option "Device""/dev/input/mice" > Option "Protocol" "ImPS/2" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > You only need one of the above sections. Device="/dev/input/mice" is for USB mice. Device="/dev/psaux" is for PS/2 mice. (I would expect that a 2-button mouse is PS/2 rather than USB) Also, for a 2-button mouse, the protocol should be "PS/2" ("ImPS/2" is for wheel mice). Hope this helps... -- P. M. Wright Norwottuck Technology Resources, Inc. "technology made easy" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: EXIM relay for specific users
On Mon, 2002-12-02 at 20:55, Michael Olds wrote: > EXIM relay for specific users > > Hello again, > I cannot get EXIM to let me relay email. I have read Hazel, EXIM (O'Reilly), > and numbers of other documents but I am missing something. > > The setup: > Intel 845 P4 1.6G; 768MbRAM; Debian Linux (3.0 Woody) > behind a US Robotics Firewall connected to a Static IP# > The two computers on the LAN have static IPs > I would like to allow valid users to relay mail from their computers to > anywhere through my server. > > Right now everything but that appears to work fine. I can mail to my account > on the server and download the mail from the server via POP3 and I can mail > from the users desktop to anywhere. > > > host_auth_accept_relay = * (also tried mydomain.net) > > I have both "login" and "plain" uncommented in the exim.conf and I have > created an /etc/exim/passwd file > > I always get the following error: Server response 550 relaying prohibited by > administrator. > > Can someone tell me what I need to do to get this working? try adding the *public* address for your firewall to the host_accept_relay = arguments -- P. M. Wright Norwottuck Technology Resources, Inc. "technology made easy" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]