Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,209
» Latest member: Charlesgam
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 177 online users.
» 0 Member(s) | 175 Guest(s)
Bing, Yandex

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 223
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 78,015
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 33,461
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,716
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,150
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,828
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 107,205
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 47,185
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 37,542
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,589

 
  Exit program & Messages trouble
Posted by: lia - 2006-07-16, 08:17 PM - Forum: Tips and Tricks - Replies (9)


Is there any way of being able to EXIT a program without having all my windows to close?

 

EG. Ctrl+Alt+Del and then chose which program you wanna terminate (if its not responding etc)

 

Im on FC4 and FF

 

--------------------------

 

Also, here on the forum I have noticed lately that if I want to respond to a few comments under a same topic, my comments end up squeezed into ONE instead of multiple.

 

Why and what can I do about it?

Print this item

  linux gets full NTFS read/write support finally.
Posted by: anyweb - 2006-07-16, 07:24 PM - Forum: Filesystem Management - Replies (1)


interesting stuff

 

Quote:Finally Linux has got full read-write open source NTFS support! Preliminary benchmarks show that the still unoptimized driver already sometimes twice as fast as ext3 and 20-50 faster than the commercial Paragon NTFS. Interestingly Captive NTFS, which uses the native Windows NTFS driver, fails all benchmarks with file loss.
 

[/url][url=http://www.osnews.com/story.php?news_id=15196]http://www.osnews.com/story.php?news_id=15196

 

cheers

anyweb

Print this item

  Enable Spades Applet
Posted by: lia - 2006-07-16, 04:11 PM - Forum: How Do I? - Replies (5)


In FC4 and FF we were trying to do get the applet to work on a site:

 

But all I get is 'Applet Started' - even after going through EDIT - PREFERENCES - WEB to make sure that pop-ups was allowed on this site. Nothing actually comes up, no changes in our choices either.

 

How can I get it to work?

Print this item

  Need clickwheel advice, please
Posted by: signmeuptoo - 2006-07-16, 05:04 AM - Forum: SUSE - No Replies


Going on this webpage, here:

 

[/url][url=http://katze-mit-wut.azundris.com/archives...-and-x.org.html]http://katze-mit-wut.azundris.com/archives...-and-x.org.html

 

I follow his instructions as best I can, and here is what I did:

 

I changed my xorg.conf mouse section to this:

 

Section "InputDevice"

Identifier "Mouse[1]"

Driver "evdev"

Option "Buttons" "11"

Option "ZAxisMapping" "6 7 5 4"

Option "Device" "/dev/input/event2"

Option "Dev Name" "Microsoft Microsoft Wireless Optical Mouse 1.0A"

Option "Dev Phys" "usb-0000:00:10.4-4.4/input0"

Option "Emulate3Buttons" "no"

EndSection

 

Then I put this in my xinitrc in /etc/X11/xinit:

 

imwheel -k -b "8967"

 

Then, in imwheelrc in my home directory, I addded these lines to the latest stable version of imwheel that I configured and installed:

 

"screen"

Control_L, Button5, Control_L|a|n

Control_L, Button4, Control_L|a|p

None, Left, Control_L|a|n

None, Right, Control_L|a|p

 

I *didn't* add these lines he instructed his readers to do, because I thought that it had to do with making the forward and back buttons 4 and 5 NOT work as forward and back, but as button 2, which I didn't want:

 

".*"

None, Button5, Button2

None, Button4, Button2

Control_L, Button5, Alt_L|Left

Control_L, Button4, Alt_L|Right

Shift_L, Button5, Button1|Home

Shift_L, Button4, Button1|End

 

Guys, do you think that I should have used some of those lines, say the bottom four?

 

Then I added the following lines to ~/.xemacs/init.el

 

;; mouse-wheel: scroll

(global-set-key 'button4 'scroll-down-command)

(global-set-key 'button5 'scroll-up-command)

 

;; tilt-wheel: go to previous/next buffer

;; ERC (emacs Internet Relay Chat) users may prefer binding

;; erc-track-switch-buffer

(global-set-key 'button6 'switch-to-previous-buffer)

(global-set-key 'button7 'switch-to-next-buffer)

 

at the end

 

then, finally, I added this to the end of imwheelrc:

 

"[Gg]aleon(-bin)?"

None, Left, Control_L|Page_Up

None, Right, Control_L|Page_Down

 

Plus I went into firefox and about:config and changed the mousewheel.horizscroll setting, only the

mousewheel.horizscroll.withcontrolkey.sysnumlines to true

 

Now, after doing those things, I can scroll but when I click the forward and back buttons (4 and 5 thumb buttons) it scolls up or down by a few lines with each depress, instead of going forward and back, and using the tilt function of the mousewheel makes Firefox go back and forward webpages I have browsed.

 

Can anyone suggest anything, I think I am getting closer here, but I am a bit confused, he talks about how:

 

So our thumb-buttons (8,9) are (4,5) inside imwheel

 

And,

 

Since 8,9 in X are 4,5 inside of imwheel, they're 6,7 inside of xemacs. Sure, we could make a special case for xemacs in ~/.imwheelrc, but just for practice, here goes (~/.xemacs/init.el snippet):

 

So I am under the impression that the different programs see the mouse buttons as being different numbers, and what I think is worse is that with SuSE 10.1 things got mixed up more, because I have to have my mouse.sh files in /home/bucky/.kde/Autostart reading as this:

 

xmodmap -e "pointer = 1 2 3 8 9 4 5 6 7 10 11"

 

I am wondering if I should eliminate mouse.sh by temporarily renaming it and moving it to a non Autostart directory, and if I should add the lines ( in imwheelrc):

 

".*"

None, Button5, Button2 [NOT use this line]

None, Button4, Button2 [Not use this line]

Control_L, Button5, Alt_L|Left

Control_L, Button4, Alt_L|Right

Shift_L, Button5, Button1|Home

Shift_L, Button4, Button1|End

 

So I am going to try those things and then see what happens, if anyone has any ideas or knows of how I can figure out which mouse button is which for these programs, HELP, please!

 

What is happening now is that my thumb buttons do nothing, the scroll wheel scrolls normally, but the tilt of the scroll wheel moves me forward or backward to webpages I have browsed, so evidently, the tilt wheel is doing what the thumb buttons are supposed to do. I have been trying different things to no avail. Can someone talk me through this somehow, or give me ideas.

 

I ran xev, and my mouse, the first button is the left mouse button normal, the middle (tilt wheel) button is normal as button 2, and the right button is normal as button 3. xev shows the scroll part of the scroll wheel to be 4 and 5 for up and down, and the tilt part of the wheel as 6 and 7. xev shows the thumb buttons to be 8 and 9.

 

I tried putting 9 in the place of 5 and 8 in the place of 4 in the above and that changed nothing, which surprises the heck out of me. Can someone help me here, please?

Print this item

  for debian lovers
Posted by: enigma - 2006-07-14, 09:09 PM - Forum: General - Replies (1)


Here's a nice wall for you

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-204-1152911335.jpg" data-fileid="621">[img]<fileStore.core_Attachment>/post-204-1152911335.jpg[/img]</a>



Attached Files
.jpg   Lord_of_Swirls___1280x1024.jpg (Size: 242.28 KB / Downloads: 0)
Print this item

  Error : File not found by glob: *.rpm
Posted by: linuxnewbie82 - 2006-07-13, 11:28 AM - Forum: Fedora Core Release 5 - Replies (1)


hi

 

I was following the steps givenin the article " making custom linux inst. cd. " from the article :

[/url][url=<___base_url___>/lofiversi...x.php/t688.html][/url][url=<___base_url___>/lofiversi...x.php/t688.html]https://www.linux-noob.com/forums/lofiversi...x.php/t688.html

 

Everything seems to have gone ok until the 13th step ( which ofcouse is the most essential one )....

 

when i punch in the command : rpm --test --dbpath /tmp/testdb -Uvh *.rpm

 

it results in a : error : " File not found by glob: *.rpm "

 

I'm totally lost.... can any one help????

 

regards

 

linuxnewbie.

Print this item

  details of config files that need to be modified??
Posted by: linuxnewbie82 - 2006-07-13, 04:30 AM - Forum: Fedora Core Release 5 - Replies (1)


hello members

 

Guess this is a really dumb question for u geeks out there, but am just

a beginner & therefore wud appreciate a detailed reply....

 

I have just copied the first CD of FedoraCore5 onto my HDD... It has

around 670 RPM's... well, I have deleted around 200 RPM's ( am in the

process of learning to Strip packages down )...

 

I have gone thru the functionality of each package before i have deleted it... fust FYI, its not been done randomly.....

 

My question is, Do I now just Burn this new ( changed CD1 folder ) as

an Image ??? Or are there any config files / other files that need to

be changed before i can do this?????

 

I realise that this is not a very straight forward process & doing a basic install & then deciding on packages is probably a better idea... Unfortunately this is a project requirement, therefore Plz help me out...

 

Thanks in advance.....

 

regards

 

linuxnewbie.

Print this item

  Hey all!!
Posted by: w!nX - 2006-07-10, 06:10 PM - Forum: Hello - Replies (3)


Well, I'm getting fed up with all the hullabaloo with crappyM$ software, so I thought I'd make the switch to Linux. I download a copy of Knoppix 4.0 Live and was thoroughly impressed. Its been awhile since I've touched Linux or Unix (way back when 10" floppy disks were around), so I figured what the heck.

 

Not sure what OS I'll run when I'm up to speed (uBuntu or Fedoa Core), so I'll muck around a bit.

 

I'm currently downloading Knoppix 5.0 - simply becuase I want a HDD install on my IBM T22 notebook, that doesn't seem to like ANY DVD .ISOs of XP. Why on DVD - damn IBM BIOS updates are needed to boot from CDR in the DVD drive.

 

So one quicky question --> is there a IE version I can run on Knoppix, or should I just use Firefox with the IE Tab to download?

 

Oh yeah - is there a really great driver site for Linux that someone can refer me to ?? Just way too many threads here to search in depth. I specifically need a linux driver for my wireless 802.11b PCMCIA card - WiFIManager doesn't recognize the card and neither does cardmgr.

 

Help is much appreciated in my early start.

 

Thanks again,

 

w!nX

Print this item

  SUSE Installation
Posted by: BlackSpy - 2006-07-10, 04:01 AM - Forum: SUSE - No Replies


Hello.

 

I am trying to install SUSE 10.0 from genuine Novell installation CDs on a Intel Dual P3 850's with 2 Gigs RAM and 4 SCSI drives (2 17 gig and 2 137 gig). I got the server off e-bay. The server works...it had KNOPPIX on it.

 

The problem... After many many attempts, SUSE will not prompt me to insert the 2nd CD. It keeps going to the installation slash page. Am I missing something? I have installed it with ACPI off and on... same results.

 

Any help will be gladly appreciated.

Print this item

  Scary pic
Posted by: lia - 2006-07-09, 06:20 PM - Forum: General Chat - Replies (8)


I found this in an online magazine.

 

Two pictures, same woman...

 

Skarey!

 

[Image: BOZTwoOpt.jpg]

Print this item