Skip to content
View in the app

A better way to browse. Learn more.

hosang I.T.

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rev.dennis

Moderators
  • Joined

  • Last visited

Everything posted by rev.dennis

  1. If I want to see what ports are open on a particular device I just run nmap 10.6.56.244[/code] it comes back with which ports are open. very handy
  2. If I want to see what ports are open on a particular device I just run nmap 10.6.56.244[/code] it comes back with which ports are open. very handy
  3. If you log into your server via ssh ssh [email protected] You need to create and store a vnc password x11vnc -storepasswd yourpasswordhere/etc/x11vnc.pass If you are using kubuntu then edit the Xsetup nano /etc/kde4/kdm/Xsetup At the end of the file add /usr/bin/x11vnc -noxrecord -noxfixes -noxdamage -rfbauth /etc/x11vnc.pass -bg -o /var/log/x11vnc.log -forever -rfbport 5900 Then reboot your server and you should have x11vnc started upon a reboot before anyone logs in.
  4. If you log into your server via ssh ssh [email protected] You need to create and store a vnc password x11vnc -storepasswd yourpasswordhere/etc/x11vnc.pass If you are using kubuntu then edit the Xsetup nano /etc/kde4/kdm/Xsetup At the end of the file add /usr/bin/x11vnc -noxrecord -noxfixes -noxdamage -rfbauth /etc/x11vnc.pass -bg -o /var/log/x11vnc.log -forever -rfbport 5900 Then reboot your server and you should have x11vnc started upon a reboot before anyone logs in.
  5. You may also want to try the following command... its much faster for copying so its great for that initial copy and then use your rsync command afterwards. tar -c /media/crates-17 | ssh 192.168.1.77 'tar -xvf - -C /home/backups/crates' Try this for rsync rsync -avW -e ssh /media/crates-17 192.168.1.77:/home/backups/crates
  6. You may also want to try the following command... its much faster for copying so its great for that initial copy and then use your rsync command afterwards. tar -c /media/crates-17 | ssh 192.168.1.77 'tar -xvf - -C /home/backups/crates' Try this for rsync rsync -avW -e ssh /media/crates-17 192.168.1.77:/home/backups/crates
  7. That system looks nice but I thought lower band radio frequencies transmit through building materials easier than higher band frequencies. So you may want to look at NLOS (non-line of sight) when going through trees. There is also nLOS (near Line of Sight) which means you can see the other end but it may have few trees. I would suggest this unit http://www.gnswireless.com/GNS5511C_Motorola_900Mhz_Wireless_Bridge.htm or http://www.gnswireless.com/GNS1135.htm
  8. That system looks nice but I thought lower band radio frequencies transmit through building materials easier than higher band frequencies. So you may want to look at NLOS (non-line of sight) when going through trees. There is also nLOS (near Line of Sight) which means you can see the other end but it may have few trees. I would suggest this unit http://www.gnswireless.com/GNS5511C_Motorola_900Mhz_Wireless_Bridge.htm or http://www.gnswireless.com/GNS1135.htm
  9. I would like to establish an LDAP server on a CentOS server but figured I would post this in the General Technology Discussion because LDAP works on all operating systems and I am just confused on everything LDAP but know that everyone uses it. My goal is going to be to utilize this LDAP server for authentication from web servers, switch and router login, and anything else I can find that needs to authenticate a user for access. Could someone help me understand it better? I personally will be using OpenLDAP
  10. I would like to establish an LDAP server on a CentOS server but figured I would post this in the General Technology Discussion because LDAP works on all operating systems and I am just confused on everything LDAP but know that everyone uses it. My goal is going to be to utilize this LDAP server for authentication from web servers, switch and router login, and anything else I can find that needs to authenticate a user for access. Could someone help me understand it better? I personally will be using OpenLDAP
  11. We are experiencing NTP Sync errors, does anyone have any ideas? 28 Mar 2010 04:15:04 PDT ^http-0.0.0.0-9043-10^1001100010151015^3304^BUSINESS_LOGIC^AUTH.USER.ERROR.INVALID_USER_CREDENTIALS_EXCEPTION^com.hosangit.ext.SAML.SAMLHelper^^Invalid user credentials - Invalid Issuer. com.hosangit.saml.exception.SAMLResponseException: Exception Type 17,Description com.hosangit.saml.exception.SAMLException.EXPIRED_ISSUER_INSTANT : Fri Mar 19 10:25:54 PDT 2010, Current time is Sun Mar 28 04:15:04 PDT 2010, it is valid till Fri Mar 19 10:30:54 PDT 2010 at com.hosangit.saml.AbstractSAMLResponseHandler.validateIssuerInstant(AbstractSAMLResponseHandler.java:72) at com.hosangit.saml.opensaml.SAMLResponseHandler.validateAssertion(SAMLResponseHandler.java:652) at com.hosangit.saml.opensaml.SAMLResponseHandler.validateSAMLResponse(SAMLResponseHandler.java:538) at com.hosangit.ext.SAML.SAMLHelper.getSAMLResponse(SAMLHelper.java:242) at com.hosangit.ext.SAML.SAMLHelper.validateSAML(SAMLHelper.java:58) at com.hosangit.ext.login.SAMLCredentialsHandler.validateSAML(SAMLCredentialsHandler.java:391) at com.hosangit.ext.login.SAMLCredentialsHandler.validate(SAMLCredentialsHandler.java:155) at com.hosangit.ext.login.SAMLCredentialsHandler.handleLogin(SAMLCredentialsHandler.java:427)
  12. We are experiencing NTP Sync errors, does anyone have any ideas? 28 Mar 2010 04:15:04 PDT ^http-0.0.0.0-9043-10^1001100010151015^3304^BUSINESS_LOGIC^AUTH.USER.ERROR.INVALID_USER_CREDENTIALS_EXCEPTION^com.hosangit.ext.SAML.SAMLHelper^^Invalid user credentials - Invalid Issuer. com.hosangit.saml.exception.SAMLResponseException: Exception Type 17,Description com.hosangit.saml.exception.SAMLException.EXPIRED_ISSUER_INSTANT : Fri Mar 19 10:25:54 PDT 2010, Current time is Sun Mar 28 04:15:04 PDT 2010, it is valid till Fri Mar 19 10:30:54 PDT 2010 at com.hosangit.saml.AbstractSAMLResponseHandler.validateIssuerInstant(AbstractSAMLResponseHandler.java:72) at com.hosangit.saml.opensaml.SAMLResponseHandler.validateAssertion(SAMLResponseHandler.java:652) at com.hosangit.saml.opensaml.SAMLResponseHandler.validateSAMLResponse(SAMLResponseHandler.java:538) at com.hosangit.ext.SAML.SAMLHelper.getSAMLResponse(SAMLHelper.java:242) at com.hosangit.ext.SAML.SAMLHelper.validateSAML(SAMLHelper.java:58) at com.hosangit.ext.login.SAMLCredentialsHandler.validateSAML(SAMLCredentialsHandler.java:391) at com.hosangit.ext.login.SAMLCredentialsHandler.validate(SAMLCredentialsHandler.java:155) at com.hosangit.ext.login.SAMLCredentialsHandler.handleLogin(SAMLCredentialsHandler.java:427)
  13. So we traced the IP address of this flooding virus in the network to a hide nat hosted on an ATT Firewall? Anyway to troubleshoot this from our LAN side?
  14. So we traced the IP address of this flooding virus in the network to a hide nat hosted on an ATT Firewall? Anyway to troubleshoot this from our LAN side?
  15. After the xp logo screen the screen goes to blank and it just hangs. This looks like a graphics card fault but changing card does nothing. Booting into safe mode and it stops at agp driver. Repairing windows gives a lsass.exe error which cannot be resolved. Scanning hard drive reveals no viruses. So far we have had to reformat and reload xp - but I just got another computer with same fault symptoms. I'm wondering if anyone has similar findings and have they discovered cause/fix. There is a small possibility that an av update may have been cause, but no way to confirm this.
  16. After the xp logo screen the screen goes to blank and it just hangs. This looks like a graphics card fault but changing card does nothing. Booting into safe mode and it stops at agp driver. Repairing windows gives a lsass.exe error which cannot be resolved. Scanning hard drive reveals no viruses. So far we have had to reformat and reload xp - but I just got another computer with same fault symptoms. I'm wondering if anyone has similar findings and have they discovered cause/fix. There is a small possibility that an av update may have been cause, but no way to confirm this.
  17. not sure what you are trying to do
  18. not sure what you are trying to do
  19. Thank You for your help , some really good information.
  20. Thank You for your help , some really good information.
  21. Ohh, I see. I have the stackwise cables but don't have a long cable to connect the bottom to the top so I'll have to get one of those. How expensive is the redundant power supply and does it come with the DC cables needed to connect the cisco switches together?
  22. Ohh, I see. I have the stackwise cables but don't have a long cable to connect the bottom to the top so I'll have to get one of those. How expensive is the redundant power supply and does it come with the DC cables needed to connect the cisco switches together?
  23. Not sure what you mean. <img src="/emoticons/sad.png" alt=":(" srcset="/emoticons/[email protected] 2x" width="20" height="20" />
  24. Not sure what you mean. <img src="/emoticons/sad.png" alt=":(" srcset="/emoticons/[email protected] 2x" width="20" height="20" />
  25. rev.dennis posted a topic in cisco
    Okay, so I have multiple 3750's and would like to "stack" them for the purpose of redundancy. Any suggestions on how to connect the stackwise cables? :confused:

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.