Viewing Category : networking

Post thumbnail of Remote desktop via VNC in SSH
8 October 2009
Continue reading Remote desktop via VNC in SSH

Remote desktop via VNC in SSH

rootninja@rootninja ~ ]$ ssh -Y remotehost “vncserver :1 && vncviewer localhost:1″
Starting applications specified in /home/rootninja/.vnc/xstartup
Log file is /home/rootninja/.vnc/remotehost.com:1.log

Post thumbnail of The simplest NTP configuration for a home network
1 October 2009
Continue reading The simplest NTP configuration for a home network

The simplest NTP configuration for a home network

I was curious about using NTP to keep a few stand-alone machines synchronized. None of them have access to the outside world, or access to another host that has access to the outside world - they’re completely cut off. So how do you run a NTP server with no upstream time source? Easy!

Post thumbnail of Do you organize your internal DNS to allow for future expansion?
30 September 2009
Continue reading Do you organize your internal DNS to allow for future expansion?

Do you organize your internal DNS to allow for future expansion?

So am I the only one out there that likes to set aside blocks? 5 in a row here for ldap replicas, 10 over here for build servers, 101-254 on the next 5 subnets for dhcp addresses… and on and on. In a large organization you wouldn’t have servers mixed in with dhcp addressed workstations would you? So why not try to keep it organized on a small network?!

Post thumbnail of dd and netcat - like peanut butter and jelly
29 September 2009
Continue reading dd and netcat - like peanut butter and jelly

dd and netcat - like peanut butter and jelly

dd and netcat on one end, netcat and dd on the other. so simple, it’s like magic.

Post thumbnail of System wide proxy settings in Windows
18 September 2009
Continue reading System wide proxy settings in Windows

System wide proxy settings in Windows

If you have proxy settings set up in Internet Explorer already, then you can just run proxycfg -u and you’re done. It will add the registry keys for you. In the run dialog (Start -> Run) enter this command. It will flash the command prompt black screen and exit …

Post thumbnail of Git through a proxy
16 September 2009
Continue reading Git through a proxy

Git through a proxy

If you’re behind a proxy and you run that, you’ll get something like “the other end hung up” or “Cannot get remote repository information” because git is trying to connect using port 9418 by default. I found a few sites saying all you need to do is change git to http in the url and it will work, but that did not work for me. But it’s an easy fix. Change git’s http.proxy and you’re done. Here’s how: (replace my proxy host and port 8002 with your own)

Post thumbnail of Subversion through a proxy
16 September 2009
Continue reading Subversion through a proxy

Subversion through a proxy

You can do this globally for everyone, or just for yourself. There’s a hidden directory called “.subversion” in your home directory. Edit the servers file. Everything should be self explanatory. Scroll down to the bottom and you’ll find a global section. The proxy settings in there should cover it…

Post thumbnail of Serial driver compatibility with Unknown chipsets
16 July 2009
Continue reading Serial driver compatibility with Unknown chipsets

Serial driver compatibility with Unknown chipsets

I have a funky PCI card with multiple serial ports on it that loaded fine with the standard serial driver from my standard kernel, until… the revision changed and now instead of using the tried and true 16550 UART, it’s got some sort of super specialized proprietary version of that chip. The manufacturer says it’s 100% backwards compatible with the 16550 / 16550A chips, and theirs just adds some more functionality for industrial processes or something… blah.

Post thumbnail of LDAP Authentication in PHP made simple
2 July 2009
Continue reading LDAP Authentication in PHP made simple

LDAP Authentication in PHP made simple

Using Auth.php which everyone should have, authenticating with Active Directory is pretty simple. I’ve tried this on an OpenLDAP directory and AD.

Post thumbnail of Remote Desktop from Linux to Windows with all the bells & whistles
9 April 2009
Continue reading Remote Desktop from Linux to Windows with all the bells & whistles

Remote Desktop from Linux to Windows with all the bells & whistles

This lets you access your Linux home directory and local DVD drive from Windows without having to set up additional cifs/nfs mounts. My home directory is an NFS mount from another server, so you should be able to access *any* file system that is available on your Linux side.

 Page 4 of 5 « 1  2  3  4  5 »
Powered by Wordpress   |   Lunated designed by ZenVerse