freelish.us freelish.us
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • Directory

Notices tagged with path

  1. Remote profile options...
    Evan Prodromou Evan Prodromou

    We are sorry

    • davemorin
    • industrybestpractice
    • path

    Nicely said.

    about a year ago from evan.status.net
  2. milad milad

    Understanding imports and PYTHONPATH — Stereoplex

    • env
    • environment
    • modules
    • path
    • programming
    • python

    یک مقالهٔ خیلی خوب در مورد نحوهٔ مدیریت ایمپورت ماژول‌ها در پایتون.

    Sunday, 11-Dec-11 20:42:08 UTC from web
  3. chinesejapanese chinesejapanese

    DirectFET online thermal calculator

    • calculator
    • device
    • direct
    • directfet
    • fet
    • heat
    • ir
    • loss
    • mosfet
    • online
    • path
    • resistance
    • switching
    • thermal
    • twt

    Friday, 25-Mar-11 19:57:05 UTC from web
  4. Napo Orso Capo Napo Orso Capo

    CSSWARP - CSS Text to Path Generator

    • css3
    • generator
    • path
    • text
    • tools
    • typography
    • vector

    Thursday, 10-Mar-11 14:00:10 UTC from web
  5. Massimo Lombardo Massimo Lombardo

    Pathauto | drupal.org

    • auto
    • automatic
    • drupal
    • module
    • modules
    • path
    • paths
    • uri
    • uris
    • url
    • urls

    The Pathauto module automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. This allows you to get aliases like /category/my-node-title.html instead of /node/123. The aliases are based upon a "pattern" system which the administrator can control.

    Thursday, 30-Dec-10 18:26:58 UTC from web
  6. chinesejapanese chinesejapanese

    [HELP] error installing android (archlinux + eclipse ganymede) - Android Forums

    • 1
    • 20
    • 5
    • android
    • api
    • bug
    • clean
    • directory
    • downloading
    • error
    • failed
    • homesmaudownloadsandroidsdklinuxplatformsandroid20
    • homesmaudownloadsandroidsdklinuxtempplatformpackagenew01
    • installing
    • message
    • over
    • owner
    • path
    • platform
    • rename
    • revision
    • screwed
    • sdk
    • start
    • to
    • wipe

    fixed it, by just removing android-sdk-folder and reinstalling everything from the beginning... now it works $ sudo chown -R _user_ _path_ $ chmod -R 755 _path_

    Saturday, 11-Sep-10 08:14:52 UTC from web
  7. chinesejapanese chinesejapanese

    Cygwin won’t read .bashrc?

    • 2010
    • bashr
    • bashrc
    • customizing
    • cygwin
    • directory
    • etcprofile
    • home
    • homebashrc
    • jul
    • path
    • setup

    Add the following line of code to the very bottom of /etc/profile . "$HOME/.bashrc"

    Tuesday, 06-Jul-10 14:55:07 UTC from web
  8. Massimo Lombardo Massimo Lombardo

    Magento including Javascript by System path | Nick Says

    • bug
    • error
    • glitch
    • javascript
    • js
    • magento
    • path
    • paths
    • system

    While upgrading a Magento installation all my Javascript files had their server path, e.g. /srv/example.com/www/public/magento/js/, instead of their web accessible path, e.g. http://www.example.com/public/magento/js/. StackOverflow saves my life again.

    Thursday, 10-Jun-10 08:17:33 UTC from web
  9. Massimo Lombardo Massimo Lombardo

    Magento Developer Toolbar prototype • Inchoo

    • cache
    • caching
    • dev
    • devel
    • developer
    • development
    • hint
    • hints
    • images
    • magento
    • path
    • toolbar

    I was playing with some of the Magento controller functions today, when I saw my coworker Vedran Subotic struggling with turning the Path hints in On and Off every few minutes. Idea cross my mind, and here is the result Inchoo’s Magento Developer Toolbar prototype.

    Monday, 17-May-10 09:13:39 UTC from web
  10. Massimo Lombardo Massimo Lombardo

    Remove SID from Magento URLs with .htaccess • Inchoo

    • apache
    • conf
    • configuration
    • dev
    • devel
    • development
    • expression
    • expressions
    • htaccess
    • magento
    • mod
    • modrewrite
    • path
    • regex
    • regexp
    • regular
    • rewrite
    • sid
    • url
    • urls
    • www

    Monday, 17-May-10 09:10:50 UTC from web
  11. Jillian Dressler Jillian Dressler

    The Thames Path National Trail

    • hiking
    • london
    • path
    • river
    • thames
    • uk
    • walking
    • walks

    Saturday, 12-Dec-09 03:51:39 UTC from web
  12. chinesejapanese chinesejapanese

    Adding a Directory to the Path

    • bash
    • bashprofile
    • etcprofile
    • linux
    • path

    Adding a directory to the path of a user or all users would seem trivial, but in fact it isn't. The best place to add a directory to the path of a single user is to modify that user's .bash_profile file. To add it to all users except user root, add it to /etc/profile. To also add it to the path of user root, add it to root's .bash_profile file. PATH=/data/myscripts:$PATH

    Friday, 16-Oct-09 20:14:53 UTC from web
  13. David Rasch David Rasch

    Cookin’ with traverse_subpath

    • path
    • plone
    • zope

    The idea is that the traverse_subpath variable from Script (Python) was a nice recipe for getting information from URLs. You might have a URL http://127.0.0.1:8080/test/traverse_subpath/a/v/121/a/a/a/ 1213 and want the list ["a", "v" "121", "a", "a", "a", "1213"].

    Wednesday, 18-Mar-09 21:36:58 UTC from web
  14. chinesejapanese chinesejapanese

    [shell-fu:view-204]$

    • bash
    • command
    • do
    • file
    • find
    • ifs
    • loop
    • path
    • search
    • shell
    • tips

    Sometimes you want to find a program without knowing the full name. This can be done with the following one liner: IFS=: ; for D in $PATH; do for F in $D/*PATTERN*; do [ -x $F ] && echo $F; done; done

    Wednesday, 23-Apr-08 19:23:11 UTC from web
  15. chinesejapanese chinesejapanese

    [shell-fu:view-185]$

    • bash
    • builtin
    • cd
    • cdpath
    • command
    • default
    • directory
    • export
    • path

    $ export CDPATH='.:~:/usr/local/apache/htdocs:/disk/backups'

    Monday, 07-Apr-08 19:24:09 UTC from web
  16. chinesejapanese chinesejapanese

    [shell-fu:view-165]$

    • bash
    • command
    • directory
    • disk
    • du
    • list
    • path
    • sh
    • size
    • space

    $ du -sh /home # size of home including subdirectories - which directories and trees take up all the diskspace? du -sm $(find /start/dir/* -type d -maxdepth 1 -xdev) | sort -g If you want more human readable output try: du -ha /var | sort -n -r | head -n 10

    Monday, 07-Apr-08 19:20:24 UTC from web
  17. chinesejapanese chinesejapanese

    Linux.com :: CLI Magic: Viewing system information

    • 586
    • 686
    • arch
    • aus
    • bash
    • cli
    • df
    • dnsdomainname
    • du
    • etcfstab
    • fdisk
    • finger
    • free
    • fuser
    • group
    • hostname
    • id
    • information
    • kernal
    • linux
    • lsmod
    • partition
    • path
    • pentium
    • proc
    • process
    • procswaps
    • ps
    • ram
    • shell
    • swapon
    • sysadmin
    • system
    • tail
    • top
    • uname
    • user
    • varlog
    • varmail

    Sunday, 13-Jan-08 03:29:38 UTC from web
  18. chinesejapanese chinesejapanese

    Open Shortest Path First - Wikipedia, the free encyclopedia

    • computer
    • database
    • dijkstra
    • e
    • edsger
    • ewd
    • first
    • metric
    • networking
    • open
    • ospf
    • path
    • routing
    • science
    • shortest
    • spf
    • topology
    • w
    • wybe

    The Open Shortest Path First (OSPF) protocol is a link-state, hierarchical interior gateway protocol (IGP) for network routing. Dijkstra's algorithm is used to calculate the shortest path tree. It uses cost as its routing metric. A link state database is

    Sunday, 01-Apr-07 15:07:18 UTC from web
  19. chinesejapanese chinesejapanese

    See Where a Package is Installed on Ubuntu :: the How-To Geek

    • command
    • double
    • dpkg
    • howtogeek
    • install
    • keep
    • package
    • path
    • search
    • shell
    • triple
    • tutorial
    • utility

    Once you use the apt-get utility to install a package, sometimes it seems to disappear into nowhere. You know it’s installed, you just have no idea where.

    Monday, 18-Dec-06 18:48:35 UTC from web
  20. chinesejapanese chinesejapanese

    Find Path of Application Running on Solaris, Ubuntu, Suse or Redhat Linux :: the How-To Geek

    • application
    • command
    • howtogeek
    • path
    • search
    • shell
    • ubuntu

    If you have installed multiple versions of an application into your system, you may wonder which command is being run from the command line when you launch it. This is especially useful to figure out the path of php when running on a shared server, as man

    Monday, 18-Dec-06 18:46:53 UTC from web
  • Before

Site notice

  • Confirm your email!
  • We're back!
  • Import del.icio.us bookmarks
  • Bookmarklet

Feeds

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

freelish.us is a microblogging service brought to you by StatusNet. 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 freelish.us content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.

Built in Montreal