Kafei Interactif Status Kafei Interactif Status
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • Directory

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 identi.ca
  2. 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 identi.ca
  3. Command Line Magic Command Line Magic

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

    about 4 months ago from identi.ca
  4. Command Line Magic Command Line Magic

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

    about 4 months ago from identi.ca
  5. 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 identi.ca
  6. 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 identi.ca
  7. Command Line Magic Command Line Magic

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

    about 4 months ago from identi.ca
  8. 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 identi.ca
  9. 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 identi.ca
  10. 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 identi.ca
  11. 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 identi.ca
  12. 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 identi.ca
  13. 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 identi.ca
  14. Command Line Magic Command Line Magic

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

    about 4 months ago from identi.ca
  15. 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 identi.ca
  16. Command Line Magic Command Line Magic

    (head -5; tail -5) < file # show the first and last 5 lines of file. By @Donearm #guestweek

    about 4 months ago from identi.ca
  17. Command Line Magic Command Line Magic

    du -h path | awk ‘$1 ~ “.M.“ {print $2}’ # find which directory in path is bigger than 1Mb. By @Donearm #guestweek

    about 4 months ago from identi.ca
  18. Command Line Magic Command Line Magic

    sed ‘/text/{N;d;}’ .bash_history # Remove text from the history along with the following line (to keep file syntax intact) #guestweek

    about 4 months ago from identi.ca
  19. Command Line Magic Command Line Magic

    cat /proc/cmdline # see parameters that your kernel was booted with. By @zeitgeist_y2k #guestweek

    about 4 months ago from identi.ca
  20. Command Line Magic Command Line Magic

    ls -rtl | tail -n 1 # find latest file in a directory. By @zeitgeist_y2k #guestweek

    about 4 months ago from identi.ca
  • Before

Links

..:: Katamari! ::..

@sazius' #statusnet wiki

@jpope's groups issue documentation

My (@ryanweal) neo-kafei theme

THIS. The kafei-infinite theme you see here, also by @ryanweal

Feeds

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

Kafei Interactif Status is a microblogging service brought to you by Kafei Interactif Inc.. It runs the StatusNet microblogging software, version 1.0.1, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Kafei Interactif Status content and data are available under the Creative Commons Attribution 3.0 license.