PANGDU 胖嘟

楊景皓的工作日記: linux, debian, mysql, vim, php, javascript, python

Wednesday, December 21, 2011

firefx how to select column in table

hold down ctrl key while select
Posted by PANG at 5:36 AM 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

追蹤楊景皓

Labels

  • android (1)
  • apache (2)
  • bash (1)
  • bigmem (1)
  • debian (14)
  • debian squeez (1)
  • DNS (1)
  • exim4 (1)
  • godaddy (1)
  • javascript (1)
  • linux (8)
  • magento (5)
  • mysql (3)
  • Nikon D90 Practice (1)
  • ssh (2)
  • tools (2)
  • ubuntu (1)
  • vim (3)
  • windows 7 (2)
  • wordpress (1)

Search This Blog

Popular Posts

  • install firefox on debian
    sudo tar -jxvf firefox-xxxxxxx.tar.bz2 -C /opt/
  • W: GPG error apt-get update NO_PUBKEY AED4B06F473041FA
    error message: http://security.debian.org lenny/updates Release: The following signatures couldn't be verified because the public key ...
  • python get longest string in list
    mylist = ['1','22','333'] print max(mylist, key=len)
  • Disable ssh root direct login
    in /etc/ssh/sshd_config   /PermitRootLogin yes change to    /PermitRootLogin no then /etc/init.d/ssh restart
  • debian firefox java plugin install
    download the library, extract them, then   ln -s jdk/jdk1.6.0_26/jre/lib/i386/libnpjp2.so  ~/.mozilla/plugins/    
  • php Turn on output buffering
    ob_start();  $buffer = ob_get_clean();
  • create debian usb install stick, on a mac machine
    sudo dd if=~/Desktop/debian-live-7.0.0-i386-gnome-desktop.iso of=/dev/rdisk1 bs=1m
  • vim search non-greedy
    Instead of .* use .\{-} .
  • sudo rm Operation not permitted, undeletable file
    problem: ever encounter such a file? you can't even rm with root. reason: this file might be marked as immutable, to confirm, you c...
  • Migrate mysql users to another server
    ERROR 1577 (HY000) at line 1: Cannot proceed because system tables used by Event Scheduler were found damaged at server start ERROR 1547 ...

Blog Archive

  • ►  2014 (1)
    • ►  September (1)
  • ►  2013 (18)
    • ►  October (1)
    • ►  August (3)
    • ►  July (1)
    • ►  May (4)
    • ►  April (3)
    • ►  March (3)
    • ►  January (3)
  • ►  2012 (23)
    • ►  December (4)
    • ►  November (1)
    • ►  October (4)
    • ►  September (2)
    • ►  March (6)
    • ►  February (3)
    • ►  January (3)
  • ▼  2011 (44)
    • ▼  December (1)
      • firefx how to select column in table
    • ►  November (1)
    • ►  October (3)
    • ►  September (1)
    • ►  August (2)
    • ►  April (2)
    • ►  March (9)
    • ►  February (25)
Powered by Blogger.