Identi.ca Identi.ca
  • Login
  • Public

    • Public
    • Groups
    • Featured
    • Popular

Notices tagged with guestweek

  1. Command Line Magic Command Line Magic

    uptime # quickly see server uptime, load average, etc. By @missemmagoodwin #guestweek

    about 4 months ago from Net::Twitter
  2. Command Line Magic Command Line Magic

    :!git pull # execute quick commands within vim. By @missemmagoodwin #guestweek

    about 4 months ago from Net::Twitter Repeated by csolisr
  3. Command Line Magic Command Line Magic

    grep -roh lorem . | wc -w # count all occurrences of a string in a directory. By @missemmagoodwin #guestweek

    about 4 months ago from Net::Twitter
  4. Command Line Magic Command Line Magic

    :!git pull # execute quick commands within vim. By @missemmagoodwin #guestweek

    about 4 months ago from Net::Twitter
  5. Command Line Magic Command Line Magic

    ls -rt /tmp | tail -n1 # shows the most recent file. By @missemmagoodwin #guestweek

    about 4 months ago from Net::Twitter
  6. Command Line Magic Command Line Magic

    ssh-copy-id user@server # Quickest way to add ssh key to a remote host. Mac users may not have this command. By @missemmagoodwin #guestweek

    about 4 months ago from Net::Twitter
  7. Command Line Magic Command Line Magic

    cut -d, -f 3 | sort | uniq -c | sort -n # get a sorted frequency count of the 3rd column in a CSV file. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter
  8. Command Line Magic Command Line Magic

    find ~/Dropbox/ -name \*conflicted\* # for non-mac systems. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter
  9. Remote profile options...
    phaleon phaleon

    RT @climagic vim -p *.h *.c # opens files in tabs, first headers than C source. By @ProfKuperman #guestweek

    about 4 months ago from status.ndn.cx
  10. Command Line Magic Command Line Magic

    bind '"\e[B":history-search-forward' # will make down arrow behave in a similar manner. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter
  11. Command Line Magic Command Line Magic

    bind '"\e[A":history-search-backward' # will only pull things from history matching line typed so far. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter
  12. Command Line Magic Command Line Magic

    set -o vi # gives you vi keybinding on the command line, use "bindkey -v" for tcsh. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter
  13. Command Line Magic Command Line Magic

    vim -p *.h *.c # opens files in tabs, first headers than C source. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter in context Repeated by sadeqn
  14. Command Line Magic Command Line Magic

    vim -p *.h *.c # opens files in tabs, first headers than C source. By @ProfKuperman #guestweek

    about 4 months ago from Net::Twitter in context
  15. Command Line Magic Command Line Magic

    fc # In BASH, open in $EDITOR the last executed command, rerunning it after the modifications. By @Donearm #guestweek

    about 4 months ago from Net::Twitter Repeated by frt
  16. Command Line Magic Command Line Magic

    fc # In BASH, open in $EDITOR the last executed command, rerunning it after the modifications. By @Donearm #guestweek

    about 4 months ago from Net::Twitter Repeated by thelastproject
  17. Command Line Magic Command Line Magic

    fc # In BASH, open in $EDITOR the last executed command, rerunning it after the modifications. By @Donearm #guestweek

    about 4 months ago from Net::Twitter
  18. Command Line Magic Command Line Magic

    grep ^[^#] file # strip file of empty and commented lines. Change the comment character accordingly. By @Donearm #guestweek

    about 4 months ago from Net::Twitter
  19. Command Line Magic Command Line Magic

    gtf 1920 1200 60 # print the Modeline for xorg.conf for a 1920x1200@60Hz monitor. By @Donearm #guestweek

    about 4 months ago from Net::Twitter
  20. Command Line Magic Command Line Magic

    xset -dpms && xset s off # prevent the monitor to ever go in standby or to power off and disable the screensaver. By @Donearm #guestweek

    about 4 months ago from Net::Twitter
  • Before

Site notice

Identi.ca is converting to pump.io on 1 June 2013

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.

Built in Montreal