Check Out your IP address (And User-Agent)

I know there are many tell-your-IP-address services available, some even have the whois lookup functionality. I found it was unhelpful when it comes to scripting. I made a website, it has more features which curlmyip.com doesn’t have. It could report your IP address for a script-friendly way (direct response). It supports ipv4, ipv6 and SSL access.
Continue reading “Check Out your IP address (And User-Agent)”

cURL support for CloudFlare-enabled websites

CloudFlare provides a nice protection from DDoS and other hacking activities, last year they even added a free UniverSSL package to all users. The problem began with the cURL ciphers on cloudflare-enabled websites. cURL does not successfully handshake with cloudflare servers with its default encryption algorithms.

Update: Recent update on cURL and nss libs have enabled curl to operate on CloudFlare-enabled web pages without doing anything. Git also works now.

Continue reading “cURL support for CloudFlare-enabled websites”

Using rsync to resume SCP file transfer

Using scp to transfer a large file or folder can be sometimes unstable, it doesn’t have the feature to resume broken transfers. Therefore, we have to start over each time when we cancel the transfer. There is a software called rsync that has the resume feature and it supports multiple protocols such as rsync:// and ssh://
Continue reading “Using rsync to resume SCP file transfer”

Install a new nVidia card on existing Fedora system

I’ve been running Fedora for some time and I am still loving using it. Today I got a used nVidia GTX 650 Ti graphic card from my friend Lance, and I was trying to install it under my existing system structure.

We managed to get the card installed in the PC chassis and connected the power cables with the card and DVI-D cables with the monitor. When system started as normal, the whole monitor was in pink. By using Ctrl+Alt+F2 I switched to command line. The following command:
Continue reading “Install a new nVidia card on existing Fedora system”