Videos with tag putty
Results 1-4 of 28
 
04:06
04:06
04:06

25U God Mode Rack Cabinet!! Powering on InuCluster!! Cluster Computing! |RdUb|

This is the setup of my 3-node 64-bit cluster I call: InuCluster. Its a project where a bit of scripts shape up an advanced musical engine with the jack audio connection kit. This has 14 gigs of ram and 12 cores combined!! =))

Channels: Ubuntu Linux 

Added: 270 days ago by nate

Views: 91 | Comments: 0

Not yet rated

 
23:29
23:29
23:29

Installing OpenSSH/Setup Keys/Secure SSH/Customize Putty on Ubuntu Server 10.04

In this video, I will show you how to install OpenSSH on Ubuntu Server 10.04 Linux. You will need to have terminal access to your server to install OpenSSH and have an account that is in the sudoers file (can use the command 'sudo') or root access. The command is 'sudo apt-get install openssh-server openssh-client' without the quotations. Then you can open up an ssh client, for example Putty. And then put in the IP of your server and the port you have changed it to. The username is the same as your user account on the server, same for the password. If you already have SSH access to your server, you can use this tutorial to learn how to secure your SSH and setup a Key (very secure) and disable password auth. To download and install the putty package go here, http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.61-installer.exe Also you can read this tutorial on some more tips to secure your SSH, http://www.thegeekstuff.com/2011/05/openssh-options/ Twitter: @GTAXL Facebook: http://facebook.com/gtaxlofficial E-Mail: gtaxl@gtaxln.co.cc Skype: gtaxlvic101 Yahoo Messenger: gtaxl@ymail.com IRC: jetstream.gtaxln.co.cc +6697 #GTAXL

Channels: Centos Linux Videos 

Added: 280 days ago by nate

Views: 117 | Comments: 0

Not yet rated

 
00:50
00:50
00:50

Basic SSH Configuration [Fedora]

http://www.facebook.com/med.ramiki

Channels: Fedora Linux Videos 

Added: 281 days ago by nate

Views: 88 | Comments: 0

Not yet rated

 
10:42
10:42
10:42

Linux HOWTO #2: Access your desktop remotely using VNC/SSH

LINUX HOWTO 2nd installment (Errata: see below) This is the second installment in a new series called Linux HOWTOS. Every week I will post a video explaining how to accomplish something using a GNU/Linux operating system. Please write requests for installments in the comments! Have you ever wished you could access your desktop from another computer over the internet? There are many proprietary programs that allow you to do this, but Linux has all the tools you need to accomplish this securely, effectively, and for free. All you need is SSH (included in most Linux distros) and a VNC server. This video explains how to install and configure the software so you can access your desktop from anywhere, even on a windows PC (use PUTTY: http://www.chiark.greenend.org.uk/~sgtatham/putty/ and TightVNC http://www.tightvnc.com ) If you have any questions, please ask in the comment field, and I or someone else will do our best to answer. Please avoid 'RTFM'-style answers. They are not welcome. Also please post corrections if I mistakenly give some wrong information. Network configuration can be tricky and I certainly didn't have time in the video to consider different networking hardware setups. If you try VNC over SSH and have some problems, feel free to leave a question in the comments. ***Errata*** ./vncinstall must be run as a root user: $ pwd /usr/src/tightvnc-1.3.9/vnc_unixsrc $ su root Password: ******* # ./vncinstall /usr/local/bin /usr/local/man ************ There was a request to see a list of the commands used in this video, so here they are: (install vnc) cd /usr/src/tightvnc-1.3.9 tar -xjf *bz2 cd vnc* xmkmf make World cd Xvnc ./configure make cd .. su ./vncinstall /usr/local/bin /usr/local/man vncpasswd (start ssh) service sshd start (may be different on your distro) exit ssh -L 10101:ip-or-host:590? -p port# ip-or-host vncserver :? (same ? as previous line) (new terminal) vncviewer localhost::10101 ----------------------- This video was created using only free and open source software tools: TightVNC, pyvnc2swf, ardour2, audacity, jackd, LAME, mjpegtools, and ffmpeg.

Channels: Ubuntu Linux 

Added: 282 days ago by nate

Views: 63 | Comments: 0

Not yet rated