randomitdude.blogspot.com randomitdude.blogspot.com

randomitdude.blogspot.com

Random IT dude

SSH port forwarding when port forwarding is disabled. Sometimes you might run into a situation when SSH server has port forwarding disabled but you would need to access a resource on the server from your Mac/Linux workstation anyway. This small snippet comes to the rescue:. Nc -l 8080 httpresponse ssh my.server.address.com "nc localhost 8080" httpresponse. It uses a small unix utility called netcat. To listen to the localport on your workstation. The incoming request is then piped using ssh. Mysql -e "RE...

http://randomitdude.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RANDOMITDUDE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 13 reviews
5 star
7
4 star
3
3 star
3
2 star
0
1 star
0

Hey there! Start your review of randomitdude.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.6 seconds

FAVICON PREVIEW

  • randomitdude.blogspot.com

    16x16

  • randomitdude.blogspot.com

    32x32

  • randomitdude.blogspot.com

    64x64

  • randomitdude.blogspot.com

    128x128

CONTACTS AT RANDOMITDUDE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Random IT dude | randomitdude.blogspot.com Reviews
<META>
DESCRIPTION
SSH port forwarding when port forwarding is disabled. Sometimes you might run into a situation when SSH server has port forwarding disabled but you would need to access a resource on the server from your Mac/Linux workstation anyway. This small snippet comes to the rescue:. Nc -l 8080 httpresponse ssh my.server.address.com nc localhost 8080 httpresponse. It uses a small unix utility called netcat. To listen to the localport on your workstation. The incoming request is then piped using ssh. Mysql -e RE...
<META>
KEYWORDS
1 random it dude
2 mkfifo httpresponse
3 happy hacking
4 posted by hannu
5 0 comments
6 email this
7 blogthis
8 share to twitter
9 share to facebook
10 share to pinterest
CONTENT
Page content here
KEYWORDS ON
PAGE
random it dude,mkfifo httpresponse,happy hacking,posted by hannu,0 comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,the script,usr/bin/env bash,mysqlparams= uroot psecretpassword,done,here it goes,sudo make install,sudo s
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Random IT dude | randomitdude.blogspot.com Reviews

https://randomitdude.blogspot.com

SSH port forwarding when port forwarding is disabled. Sometimes you might run into a situation when SSH server has port forwarding disabled but you would need to access a resource on the server from your Mac/Linux workstation anyway. This small snippet comes to the rescue:. Nc -l 8080 httpresponse ssh my.server.address.com "nc localhost 8080" httpresponse. It uses a small unix utility called netcat. To listen to the localport on your workstation. The incoming request is then piped using ssh. Mysql -e "RE...

INTERNAL PAGES

randomitdude.blogspot.com randomitdude.blogspot.com
1

Random IT dude: SSH port forwarding when port forwarding is disabled

http://randomitdude.blogspot.com/2014/12/ssh-port-forwarding-when-port.html

SSH port forwarding when port forwarding is disabled. Sometimes you might run into a situation when SSH server has port forwarding disabled but you would need to access a resource on the server from your Mac/Linux workstation anyway. This small snippet comes to the rescue:. Nc -l 8080 httpresponse ssh my.server.address.com "nc localhost 8080" httpresponse. It uses a small unix utility called netcat. To listen to the localport on your workstation. The incoming request is then piped using ssh.

2

Random IT dude: 2014/12

http://randomitdude.blogspot.com/2014_12_01_archive.html

SSH port forwarding when port forwarding is disabled. Sometimes you might run into a situation when SSH server has port forwarding disabled but you would need to access a resource on the server from your Mac/Linux workstation anyway. This small snippet comes to the rescue:. Nc -l 8080 httpresponse ssh my.server.address.com "nc localhost 8080" httpresponse. It uses a small unix utility called netcat. To listen to the localport on your workstation. The incoming request is then piped using ssh.

3

Random IT dude: CentOS 5.6 + Windows 2003 R1 Active Directory authentication with LDAP

http://randomitdude.blogspot.com/2011/08/centos-56-windows-2003-r1-active.html

CentOS 5.6 Windows 2003 R1 Active Directory authentication with LDAP. I wanted to share another small recipe on how to setup CentOS 5.6 to authenticate Linux users against Windows 2003 Server (Not R2). However this time with LDAP instead of Samba. The main reasons why you would like to use LDAP instead of Samba/Winbind:. You do not need Microsoft Client Access Licences (CALs). At least it is not checked :). No need to use Samba (if you do not like for a reason or another). From the Windows 2008 R2 disc.

4

Random IT dude: Script to rename a MySQL database

http://randomitdude.blogspot.com/2013/01/script-to-rename-mysql-database.html

Script to rename a MySQL database. This is a script that renames a MySQL database quickly because it relies on MySQL "RENAME TABLE" to do the actual renames. Just run like this:. My rename db.sh oldname newname. Mysql $MYSQLPARAMS $1 -e "SELECT 1" /dev/null exit 1. Mysql -e "CREATE DATABASE `$2 ` DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci;" $MYSQLPARAMS. For i in $(mysql -Ns $1 -e "show tables" $MYSQLPARAMS);do. Echo "$1.$i - $2.$i". Mysql -e "DROP DATABASE `$1 `" $MYSQLPARAMS exit 1.

5

Random IT dude: CentOS 5.6 + Samba + Active Directory authentication

http://randomitdude.blogspot.com/2011/05/centos-56-samba-active-directory.html

CentOS 5.6 Samba Active Directory authentication. I wanted to share a small recipe on how to setup CentOS 5.6 to authenticate Linux users against Windows 2003 Server (Not R2). There are basically two ways to authenticate against a Windows Active Directory:. Using pure LDAP authentication OR. Since I wanted to keep my fingers away from the AD server, I wanted to try the second approach. After reading a few articles about it e.g. http:/ wiki.centos.org/TipsAndTricks/WinbindADS. On the CentOS 5.6 machin...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

OTHER SITES

randomitblog.blogspot.com randomitblog.blogspot.com

IT Dude´s Random Thoughts

IT Dude´s Random Thoughts. Central Coast based Business IT Systems Management. Australia Based Web Hosting Provider. Offering Web Hosting, Dedicated Servers and other Hosted Services including Hosted Email. Create your own travel blog for free today! To automatically update your status and photos everytime you submit a story! Wednesday, August 1, 2012. IT Sidenotes - Datacenter, Infrastructure and Application Support: Tuning RedHat Centos Linux NFS for VMWare ESXi Dat. Links to this post. They have calle...

randomitcomputer.blogspot.com randomitcomputer.blogspot.com

Random IT Computer

Tuesday, 30 April 2013. Pengertian Komputer, Fungsi dan Manfaatnya. Pengertian Komputer Menurut Ahli Dan Kamus. 1 Oxford English Dictionary (OED2) edisi ke-2 : Computer sebagai suatu perangkat yang digunakan untuk menghitung atau mengendalikan operasi-operasi yang dinyatakan dalam bentuk numeric atau logika. Fungsi Dan Manfaat Dari Komputer. Komputer pada saat ini merupakan suatu kebutuhan bagi setiap orang, komputer menjadi suatu bagian yang penting bagi setiap kehidupan manusia karena lewat komputer ki...

randomitdude.blogspot.com randomitdude.blogspot.com

Random IT dude

SSH port forwarding when port forwarding is disabled. Sometimes you might run into a situation when SSH server has port forwarding disabled but you would need to access a resource on the server from your Mac/Linux workstation anyway. This small snippet comes to the rescue:. Nc -l 8080 httpresponse ssh my.server.address.com "nc localhost 8080" httpresponse. It uses a small unix utility called netcat. To listen to the localport on your workstation. The incoming request is then piped using ssh. Mysql -e "RE...

randomite.com randomite.com

randomite.com Coming Soon!

Randomite.com Coming Soon! The DreamHost customer who owns randomite.com has not yet uploaded their website or has chosen to leave this holding page active. If you are the owner of this domain, you'll find your login information contained within the emails sent to you when your account was activated. Once logged in, you'll be able to delete this page (quickstart.html) and begin uploading your new site. Also, here are some helpful links for getting started!

randomite1234.deviantart.com randomite1234.deviantart.com

randomite1234 - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 1 Year. This deviant's full pageview. Last Visit: 48 weeks ago. This is the place where you can personalize your profile! Click her...

randomite93.deviantart.com randomite93.deviantart.com

randomite93 - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Original Music and Sound ART. Deviant for 5 Years. This deviant's full pageview. Original Music and Sound ART. Chakra, Battle Of The Titans! Last Visit: 2 days ago. By moving, adding and personalizing widgets.

randomitem.com randomitem.com

randomitem.com | find gift, product, and shopping ideas, one random item at a time.

THIS DOMAIN NAME (WEBSITE ADDRESS) IS FOR SALE! CLICK FOR MORE INFO. Randomitem.com - generate a random item. Enter your budget (in dollars). Click "View This Item". For more information about it. Otherwise, click the "Next Item". Button to generate a new random item. Just keep on clicking - you'll find something interesting! 2014 - randomitem.com. About / Terms of Service. Generate a random item from many different categories. Perfect to get an idea for a gift!