Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ghbolivar

  1. G

    how to backup using FTP server

    I recomended scp (secure copy) enjoy
  2. G

    Looking for a free substitute of Vmware

    Re: vmware substitute Hi, use: qemu, "virtual pc 2005" or Xen enjoy
  3. G

    comparing 2 .xls files

    Hi all, save file as .cvs and use command diff on linux enjoy
  4. G

    How to connect to certain port in ssh command

    hello SSH provides this functionality with port forwarding. Port forwarding allows a user to create an encrypted session from a client to a remote server for any TCP-based service by tunneling the service through SSH. Of course, this requires that the user have an account on the remote server...
  5. G

    Question about bash, for loop script to repeat on 20 Places

    Re: Question about bash, for loop script to repeat on 20 Pla server : alecto server's user: test PC for each PC : 0. enable sshd (user root) /etc/init.d/sshd start 1. generate key RSA (user test): ssh-keygen -t rsa command ssh-key make directory .ssh in the home of test user 2. Copy key...
  6. G

    Question about bash, for loop script to repeat on 20 Places

    Re: Question about bash, for loop script to repeat on 20 Pla See Secure Shell or SSH is a set of standards and an associated network protocol that allows establishing a secure channel between a local and a remote computer. It uses public-key cryptography (RSA for example) to authenticate the...
  7. G

    Question about bash, for loop script to repeat on 20 Places

    Re: Question about bash, for loop script to repeat on 20 Pla Use scp (enable ssh in your 20 PCs) for each PC: 0. enable sshd 1. generate key RSA: ssh-keygen -t rsa 2. Copy key public in server scp ~/.ssh/id_rsa.pub user@host:/home/user/.ssh/authorized_keys2 see: **broken link removed**...
  8. G

    Help me open an .odt document

    odt documents rename the file for .zip and use winzip or unzip.....see the file content.xml enjoy
  9. G

    Code conversion from (matlab to c code)

    use toolbox matlab compiler enjoy
  10. G

    How to run the perl script in Linux?

    Re: How to run perl script? change mode in the terminal (console) 1. $ chmod 755 script.pl 2. $./script.pl enjoy
  11. G

    How to do partition resizing without losing OS?

    Re: partition resizing use partition magic search on google. enjoy
  12. G

    need book:Computational Mathematics: Models, Methods, and ..

    please help!!! Computational Mathematics: Models, Methods, and Analysis with MATLAB and MPI by Robert E. White, 2004 https://www.amazon.com/gp/product/1584883642/102-7093840-5228952?v=glance&n=283155 thaks.....
  13. G

    executable file with Matlab

    matlab exe mcc use matlab compiler toolbox enjoy
  14. G

    What is a force compiler?

    Re: compiler? see:
  15. G

    How to Uninstall RHEL from a dual boot system with WinXP ?

    Re: How to Uninstall RHEL from a dual boot system with WinXP use Hirent' bootCD (partition magic on dos (fdisk command)) enjoy

Part and Inventory Search

Back
Top