Badges

Types

Formats

Show Only

Copy Remote FS with DD
https://mreschke.com/187/copy-remote-fs-with-dd
How to copy a partition using dd, to a remove partition with netcat. Awesome! http:alma.ch/blogs/bahut/2005/02/wonders-of-dd-and-netcat-cloning-os.html I found this here http:www.linuxquestions.org/questions/linux-software-2/using-dd-copy-image-file-remote-system-800595/
|
post #187 by mreschke Apr 7th 2010 (3365 views)
Remote Filesystem with SSHFS
https://mreschke.com/105/remote-filesystem-with-sshfs
Used for mounting a folder over SSH (Secure Shell File System). So I can map drives from a remote linux server. From http:www.linuxinsight.com/sshfs_secure_and_transparent_access_to_remote_filesystems.html apt-get install sshfs or yum install fuse-sshfs Finally, as sshfs is designed to be used by regular users (not under superuser privileges) you should add yourself (and possibly others) to the fuse system group. Something like this should do: usermod -a -G fuse You must logout and login again...
|
post #105 by mreschke Sep 14th 2008 (5217 views)
Windows Remote Desktop
https://mreschke.com/99/windows-remote-desktop
While connect to a remote computer using windows remote desktop, the normal CTRLnot effect the remote machine, only your local computer. So these shortcuts give you control on the remote computer. Key combination Function Similar local keys CTRLCTRLALTALTALTCTRLCTRL http:sqlblogcasts.com/blogs/simons/archive/2006/02/06/CTRL-ALT-DEL-in-Terminal-Services.aspx First off, make sure the Remote Desktop Services service is started. In the Remote Desktop settings of my Windows 7 Professional 64bit insta...
|
post #99 by mreschke Aug 22nd 2008 (6015 views)
Linux NFS Remote Filesystem
https://mreschke.com/67/linux-nfs-remote-filesystem
Overview of the nfs server options I choose See man exportfs and http:www.troubleshooters.com/linux/nfs.htm for NFS server option details. Also CentOS docs are great for NFS client/serve details http:www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-nfs.html secure server must be started by root because it will use ports lower than 1024 rw enable read and write sync data must be fully synced to disk, this prevents corruption if a server crashes no_wdelay I use this because my nfs re...
|
post #67 by mreschke May 20th 2008 (4680 views)
2x Terminal Server
https://mreschke.com/35/2x-terminal-server
<p>2xTerminalServer is a Remote administration tool similar to Mircosoft Remote Desktop Server. It allows a user to connect to a remote linux workstation on his or her own private session.</p> <p>The 2x Terminal <strong>server</strong> is only for linux, but a linux and windows connection <strong>client</strong> is available.</p> <p><a class="urlLink" href="http://www.2x.com/terminalserver/" onclick="window.open(this.href, '_blank'); return false;">http://www.2x.com/terminalserver/</a></p>
|
post #35 by mreschke Mar 24th 2008 (4218 views)
Showing 1 to 5 of 5 results