Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Other *NIX | Forum profile

Forum profile page for Other *NIX on http://www.linuxquestions.org. This report page is the aggregated overview from a single forum: Other *NIX, located on the Message Board at http://www.linuxquestions.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Other *NIX" on the Message Board at http://www.linuxquestions.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: LinuxQuestions.org - where Linux users come for help - Other *NIX (site profile, domain info linuxquestions.org)
Title: Other *NIX
Url: http://www.linuxquestions.org/questions/other-n...
Users activity: 3 posts per thread
Forum activity: 4 active threads during last week
 

Posting activity on Other *NIX:

  Week Month 3 Months
Threads: 4 32 81
Post: 11 102 246
 

Other *NIX Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Bone11409
6
user's latest post:
Way to snap a photo using the...
Published (2009-11-08 13:12:00)
I am looking for a way to snap a photo without the user knowing using the built in webcam in a Imac. The way I have been doing it work's fine but I am using photo booth which give's them time to move out of the way. #!/bin/bash rm -fr ~/Pictures/Photo\ Booth/*; osascript -e "set Volume 0"; sleep 5; open /Applications/Photo\ Booth.app; osascript -e'tell application "System Events" to keystroke...
catkin
3
user's latest post:
Looking for a command that is...
Published (2009-11-08 01:33:00)
Quote: Originally Posted by Bone11409 Here's what I have come up with it's simple and it work's #!/bin/bash gateway=$(netstat -r | grep default | awk '{print $2}') if [ "$gateway" = "10.184.16.1" ]; then name=$"1floor" fi if [ "$gateway" = "10.184.32.1" ]; then name=$"2floor" fi echo "$name"...
druuna
1
user's latest post:
Looking for a command that is...
Published (2009-11-07 04:32:00)
Hi, Bash does not have a goto statement. Depending on what you want to do, which you do not mention, you need to use some other construction. Post the problem (as detailed as possible) and we are probably able to help you with a solution. Hope this helps.
aiden1
1
user's latest post:
Single Sided Card Printer
Published (2009-11-10 08:59:00)
ID cards can store a variety of information, it can be as simple as an identification number on a bar code or magnetic stripe, or as sophisticated as biometric information encoded on a smart chip. Beyond security concerns, the new generation of smart cards can open doors or sign employees in and out. ID card printers provide ease for making any kind of identification card for banks, government offices, colleges and universities, hospitals and...
 

Latest active threads on Other *NIX::

LinuxQuestions.org - where Linux users come for help
Started 18 hours, 55 minutes ago (2009-11-11 16:19:00)  by lewc
Is this a fact or an advertisement because I know, cheap usb thumb scanners can be obtained for as little as £10-20 and work out alot cheaper http://www.techstore.co.uk/browse.ph...dLineID=128 493 either way i have just saved you about £985 without factoring in electricity, consumables etc, nice
Thread:  Show this thread (3 posts)   Thread info: Single Sided Card Printer Size: 560 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Single Sided Card Printer :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 5 days, 6 hours ago (2009-11-07 04:32:00)  by druuna
Hi, Bash does not have a goto statement. Depending on what you want to do, which you do not mention, you need to use some other construction. Post the problem (as detailed as possible) and we are probably able to help you with a solution. Hope this helps.
Thread:  Show this thread (9 posts)   Thread info: Looking for a command that is just like the goto but for os x bash Size: 323 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Looking for a command that is just like the goto but for os x bash :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 1 month, 3 weeks ago (2009-09-17 16:06:00)  by Mark7
If you're talking about OSes that are still being developed then there's always RISC OS which, as far as I know, isn't a Unix or Unixlike. That's pretty obscure outside Western Europe and the Antipodes.
Thread:  Show this thread (98 posts)   Thread info: Obscure OS's Size: 217 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Obscure OS's :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 2 weeks, 1 day ago (2009-10-28 06:20:00)  by druuna
Hi, Something like this maybe: Code: #!/bin/bash awk ' BEGIN { FS = "," } { if ( $1 == "01" ) { Appender=$2 ; print $0 } if ( $1 != "01" ) { print $0","Appender } } ' infile Testrun: Code: $ cat infile 01,America,0001,AUH 03,F,F ,001,000,012,000 04,F,F ,023,000,012,000 03,F,A ,002,005,012,005,Y 04,F,A ,023,000,012,000,000 03,F,R ,003,007,007,007,Y,...
Thread:  Show this thread (5 posts)   Thread info: Append value of a row to subsequent rows Size: 1,954 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Append value of a row to subsequent rows :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 1 month ago (2009-10-07 02:56:00)  by ronlau9
A other option is to buy MAC OSX Snow leopard bible , it is User guide for Snow leopard . One of the chapters is called go behind the basics in that chapter they learns you the basics of Apple script , Fink ,Mac ports and so on. Of course if you use Snow leopard.
Thread:  Show this thread (5 posts)   Thread info: need help compiling in osx vs. Linux Size: 279 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: need help compiling in osx vs. Linux :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 2 weeks, 4 days ago (2009-10-24 20:46:00)  by irishbitte
Darwin is the GPL'd Mac OSX, isn't it? So it's based on a UNIX kernel rather than a linux one. However, I daresay it would be an interesting project, many headaches tho! Darwin doesn't really work very well on it's own.
Thread:  Show this thread (6 posts)   Thread info: Is it possible to build darwin on a Linux system?? Size: 219 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Is it possible to build darwin on a Linux system?? :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 weeks ago (2009-10-21 17:22:00)  by jhwilliams
In the best case, the stack has space so there is 1 addition operation to the stack contents for the 1 obj argument. In the worst case, the additional operation is that the stack needs to be grown, which is a constant operation with respect to the size of the obj argument, anyway.
Thread:  Show this thread (3 posts)   Thread info: Upper/Lower Bounds and asymptotic notation Size: 281 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Upper/Lower Bounds and asymptotic notation :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 months, 3 weeks ago (2009-07-23 04:54:00)  by pixellany
Ok---so what is your question?
Thread:  Show this thread (40 posts)   Thread info: not trolling... but every mac ive had sucks.... Size: 30 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: not trolling... but every mac ive had sucks.... :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 9 months, 1 week ago (2009-02-03 13:31:00)  by roystonlodge
After trying it out, I can confidently report that an RDP connection to my Windows PC is much faster than connecting to my Linux PC by tunnelling X through SSH.
Thread:  Show this thread (6 posts)   Thread info: Cygwin/X Window in Microsoft Windows. X Window forwarding of MS Windows
programs? Size: 160 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cygwin/X Window in Microsoft Windows. X Window forwarding of MS Windows
programs? :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
 

Hot threads for last week on Other *NIX::

Other *NIX
Started 5 days, 6 hours ago (2009-11-07 04:32:00)  by druuna
Hi, Bash does not have a goto statement. Depending on what you want to do, which you do not mention, you need to use some other construction. Post the problem (as detailed as possible) and we are probably able to help you with a solution. Hope this helps.
Thread:  Show this thread (9 posts)   Thread info: Looking for a command that is just like the goto but for os x bash Size: 323 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Looking for a command that is just like the goto but for os x bash :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
Other *NIX
Started 18 hours, 55 minutes ago (2009-11-11 16:19:00)  by lewc
Is this a fact or an advertisement because I know, cheap usb thumb scanners can be obtained for as little as £10-20 and work out alot cheaper http://www.techstore.co.uk/browse.ph...dLineID=128 493 either way i have just saved you about £985 without factoring in electricity, consumables etc, nice
Thread:  Show this thread (3 posts)   Thread info: Single Sided Card Printer Size: 560 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Single Sided Card Printer :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."