| Cobalt | with jscalibrator |
| jtmoney | or could i do some craft ps | grep <process name> | kill or something? |
| Minataku | jtmoney: kill `pidof processname` |
| Iwonder|too | killall <name> |
| Minataku | If that fails kill -9 |
| danny500 | ok I'm totally stumped, I don't know how to use sudo |
| Minataku | danny500: sudo command arguments |
| action | snarfer wishes there were a GNU autoconf-like setup, then I could do something like ./configure --without-grub |
| snarfer | wishes there were a GNU autoconf-like setup, then I could do something like ./configure --without-grub |
| Cobalt | but to use jscalibrator i had to sudo before the program in the command prompt |
| Iwonder|too | sudo command u want arguments |
| snarfer | XD |
| gdiebel | f |
| Minataku | Cobalt: I figured as much |
| yurimxpxman | is there a command built into the kernel to format a disk? |
| snarfer | sudo make install ? |
| jtmoney | Minataku: thank you, sir |
| Minataku | Cobalt: chmod/chown the js0 device |
| Iwonder|too | yes |
| Minataku | jtmoney: np |
| Cobalt | i don't know what to put |
| danny500 | all I need to do is give my user account total acess to a certaint file |
| snarfer | Hmmm I need to install the bootloader? No, I don't want that |
| icecruncher | chmod a+x file |
| Minataku | Cobalt: I don't think there's a considerable security risk so... sudo chmod o+rw /dev/input/js0 |
| Iwonder|too | chmod u+x file |
| icecruncher | put sudo infront of that |
| snarfer | man sudo |
| danny500 | whats with the u+x ? |
| Cobalt | ok thanks :) |
| Minataku | Which should give everyone on your system access to /dev/input/js0 |
| Cobalt | i'll try it right now |
| snarfer | !man sudo |
| icecruncher | u is user + xexecuting permissions |
| ubotu | Sorry, I don't know anything about man sudo - try searching on http://bots.ubuntulinux.nl/factoids.cgi |
| snarfer | XD |
| danny500 | oh ok |
| Cobalt | i just started fiddleing with linux today so i'm still learning |
| Minataku | Not too secure, but I don't think anything dangerous can be done with the js0 device lol |