Skip to content
Question Defense
Technical answers for technical questions
Question Defense
  • Backtrack Linux
    • Backtrack Article Request
  • HTTP ERROR
  • Kali Linux
    • Kali Linux Article Request
  • Privacy Policy
  • Tools
    • Class Of Device – Bluetooth CoD List In Binary And Hex
    • phpMyAdmin Blowfish Secret Generator
  • Documentation
    • check_postgres.pl
    • Linux Man Pages
      • insmod
      • kill
      • Logrotate
      • ls
      • lsmod
      • mail
      • modprobe
      • more
      • mysqldump
      • ntfsprogs
      • ntfsresize
      • pg_dump
      • psql
      • rmmod
      • screen
    • Monarch
      • Monarch Commands
      • Monarch Control
      • Monarch Escalations
      • Monarch Groups
      • Monarch Management of Nagios Hosts
      • Monarch Managing Nagios Contacts
      • Monarch Managing Nagios Hosts
      • Monarch Profiles
      • Monarch Services Template
      • Monarch Time Periods
      • Monarch Tools
  • Tags
  • Contact
Linkedin page opens in new windowTwitter page opens in new window
Search:
Search
  • Backtrack Linux
    • Backtrack Article Request
  • HTTP ERROR
  • Kali Linux
    • Kali Linux Article Request
  • Privacy Policy
  • Tools
    • Class Of Device – Bluetooth CoD List In Binary And Hex
    • phpMyAdmin Blowfish Secret Generator
  • Documentation
    • check_postgres.pl
    • Linux Man Pages
      • insmod
      • kill
      • Logrotate
      • ls
      • lsmod
      • mail
      • modprobe
      • more
      • mysqldump
      • ntfsprogs
      • ntfsresize
      • pg_dump
      • psql
      • rmmod
      • screen
    • Monarch
      • Monarch Commands
      • Monarch Control
      • Monarch Escalations
      • Monarch Groups
      • Monarch Management of Nagios Hosts
      • Monarch Managing Nagios Contacts
      • Monarch Managing Nagios Hosts
      • Monarch Profiles
      • Monarch Services Template
      • Monarch Time Periods
      • Monarch Tools
  • Tags
  • Contact

Author Archives: Chirag Patel

You are here:
  1. Home
  2. Article author Chirag Patel

Technology Insights

Insert multiple rows anywhere in a Google Docs spreadsheet

InsightsBy Chirag PatelJanuary 26, 2011Leave a comment

It is not obvious how to insert multiple rows in a Google Docs spreadsheet anywhere in the spreadsheet. Google has a button to add a variable number of rows at the bottom of the sheet shown below, but no obvious button to insert anywhere in the sheet.

Technology Insights

Restart Paste Master without restarting Mac OS X

InsightsBy Chirag PatelJanuary 8, 2011Leave a comment

I use Paste Master as an advanced clipboard manager. It allows me to keep up to 90 items in my clipboard and also allows me to paste them unformatted so I don’t have to copy them to an ASCII text editor first. It would not come up one day and wanted to restart it without…

Technology Errors

Rails error: Only get, head, post, put, and delete requests are allowed.

ErrorsBy Chirag PatelJune 30, 2010Leave a comment

If you you receive the following with a Ruby on Rails site: Ruby On Rails Error: Only specific requests are allowed. code ActionController::MethodNotAllowed Only get, head, post, put, and delete requests are allowed. The solution is to kill existing web/app server processes and restart the web/app server. Then, reload the page.

Technology Insights

Speed up text search/find in Textmate drastically with AckMate

InsightsBy Chirag PatelJune 14, 20101 Comment

An alternative to the built-in search/find in TextMate is the Grep in Project command for Textmate. An even better alternative is AckMate. It can be downloaded here. Unzip the file, double click the file, and restart TextMate to fully install. After installing, go “Edit > Find > Search Project with AckMate…” AckMate searches iteratively so…

Technology Errors

“Permission denied (publickey)” when accessing Github

ErrorsBy Chirag PatelJune 9, 20103 Comments

I received the following message when accessing my Git repo: git clone git@github.com:patelc75/gitrepo.git Initialized empty Git repository in /home/webuser/.ssh/gitrepo/.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly Then I did the following to debug Use SSH With Verbose Output To Debug: bash ssh -v git@github.com And found out the permissions of the ssh…

Technology Insights

Replace all img HTML tags with image_tag Rails ERB helpers with a regular expression

InsightsBy Chirag PatelApril 28, 2010Leave a comment

To convert multiple <img> tags in a single HTML file such as <img src =”hello.jpg” alt = “hello” /> to Ruby on Rails ERB helpers in your .html.erb file like this: <%= image_tag(“hello.jpg”) %>

Technology Insights

no such file to load — rubygems (LoadError)

InsightsBy Chirag PatelMarch 29, 20103 Comments

When I installed MacPorts 1.8.2 on MacOS X 10.5.8, it automatically changed my PATH in my .bash_profile file. To fix the “rubygems (LoadError)” error message, I moved the “/opt/local/bin” from the beginning of the PATH to the end as follows:

Technology Insights

FileMerge – free file/directory comparison utility for Mac OS X

InsightsBy Chirag PatelFebruary 1, 2010Leave a comment

A free alternative to Changes (for Mac OS X) and Beyond Compare (for Windows) is FileMerge for Mac OS X. It is a free utility that comes with Apple Developer Tools. FileMerge can be launched in the Terminal (command line) by typing opendiff dir1 dir2 FileMerge differs from many comparsion utilities because it doesn’t show…

Technology Insights

Add Mac alias or Windows shortcut to a note in Evernote

InsightsBy Chirag PatelJanuary 14, 2010Leave a comment

I’m not quite convinced that Evernote can scale by embedding files in the notes. Also, my files are organized in a directory structure that I would like to retain outside of Evernote. Therefore, I would like to add an Mac alias or Windows shortcut to my file/folder inside the note. Unfortunately, the link feature in…

12345…
678
9
Question Defense
© 2019 question-defense.com

>>> Brave Browser Tipping: Support us by downloading, installing and then tipping us with Brave! <<<
Amazon Associate Disclaimer: As an Amazon Associate we earn from qualifying purchases.

Go to Top