Re: USB microscopes for very small SMT



On Dec 9, 10:08 pm, krw <k...@xxxxxxxxxxxxx> wrote:

People don't want to have to decide which computer to use based on
what they think they might be doing.  They want it all.  What
happens if the job changes *after* you've left home?  Do you buy
multiple copies of all your tools?  Keep multiple copies of all
your documentation? ...up to date?  No thanks (decided not to buy
aneeePCfor this reason), I'll carry my one full size laptop with
me even though I'm limited to 2-3 hours on the battery.

One thing the eeePC can do (after all it is a 'netbook' ) is connect
to
'the internet.
I was somewhere and needed a file, a script actually, and it was on
the home server.
Just used the GPRS modem to connect to my home server, downloaded the
script
with scp (secure copy), and things worked.
Now on a small bandwidth connection like GPRS it will not work
to do a ssh -Y you@xxxxxxxxxxxxxx and have a graphical user interface
to the home server, but you can run the Xilinx FPGA programs in text
mode too.
Given the correct scripts (that I once made), you can even synthesize
remotely.
So what I am saying is: not always needed to carry the application on
the notebook,
just do it remotely.

.



Relevant Pages

  • Re: One other related Q Re: basic Q: Only one way to make vars live outside of the scope of a functi
    ... >>> directly to the calling script, without having to use global variables ... to get multiple return items from a subprocedure. ... >>> better not to mix scope and use global variables for multiple return ... before terminating the object reference. ...
    (microsoft.public.scripting.vbscript)
  • Re: Can you have a command line arg with a workbook?
    ... "Patrick Molloy" wrote: ... but I guess I would still need the multiple IF statements (or ... Case if that works in VBScript?) ... this script starts a new instance of Excel. ...
    (microsoft.public.excel.programming)
  • Re: Pattern for foo tool <-> API <-> shell|GUI
    ... The user can execute a Python script in the shell, ... There are multiple command ... where the command-line handler might look something like:: ... documentation of generate-- and any other methods that accept handler ...
    (comp.lang.python)
  • Re: shell script
    ... |> i need a shell script that can create multiple users.... ... If you setup 1000 users with this, and I want to steal some accounts, all I need to do is login to my account, cat /etc/passwd then login to some of the other accounts that have yet to be 'activated' and change the passwords myself. ... You could probably write a wrapper script or a script to generate /etc/shadow and /etc/passwd entries and depending on how you wanted your users grouped, /etc/group entries as well and then create thir home directory, chown it to the newly created user and copy the contents of /etc/skel to the new home directory, chowning it in the process. ...
    (RedHat)
  • Re: WMI and 2003 SP1
    ... | This is part of a script I run on multiple versions of Windows.... ... | sCompName = oShell.ExpandEnvironmentStrings ... I see a query to LDAP for multiple ... Set colOperatingSystems = objWMIService.ExecQuery _ ...
    (microsoft.public.scripting.vbscript)