|
More site info...
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.
|
|
|
|
|
Posting activity on Other *NIX:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
4
|
32
|
81
|
|
Post:
|
11
|
102
|
246
|
|
|
Other *NIX Posting activity graph:
|
Top authors during last week:
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...
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"...
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.
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::
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
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.
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.
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,...
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.
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.
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.
Started 3 months, 3 weeks ago (2009-07-23 04:54:00)
by pixellany
Ok---so what is your question?
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.
|
|
Hot threads for last week on 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.
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
|
|