Results 1 to 2 of 2

Thread: Using /etc/profile for small programs

  1. #1
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    Using /etc/profile for small programs

    .
    It may be noted that you can park some useful small programs in /etc/profile,
    as opposed to having many small programs just hanging around. Sometimes the
    syntax seems a bit more challenging than the usual bash, but workable. These
    are composed as root, but execute as knoppix. For example look at the
    Count, Channel and Keep snippets in my /etc/profile.
    Code:
    # /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
    # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
    
    PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
    # set PATH so it includes user's private bin if it exists
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ++++++++++++++ a few lines deleted here for clarity +++++++++++++++++++++++++
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    alias su="sudo su"
    umask 022
    
    Count() { # Aid to counting wifi disconnects over time
    date '+%h %e %H:%M:%S' ; less /var/log/syslog | 
    grep restart; less /var/log/syslog | grep -c disconnecting
    }
    Channel() { # Aid to assessing who's on wifi channels 1 to 11
    sudo iwlist wlan0 scan | grep -e Freq -A 3 |
    grep "(Channel $1)" -A 3 | grep -v key 
    }
    Keep() { # Aid to backing-up unique user files to /mnt-system
    cd /; KEEP=/mnt-system/keep$(date +"%m%d%H").tar.gz
    echo -e 'Compressing data; patience, this may take a little time..\c'
    tar -cz --exclude */.gvfs/* -f  $KEEP \
                     home/knoppix/      etc/profile      etc/rc.local \
                     etc/X11/Xsession.d/45*   etc/syslog-knoppix.conf \
                     mnt-system/boot/syslinux/syslinux.cfg
    echo ".Done."; echo "Restore using the command, tar -xzf '$KEEP' -C /"
    }
    These snippets are to be executed in an lxterminal as knoppix, of course.
    Last edited by utu; 02-25-2013 at 12:06 AM.

  2. #2
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    Countering .gvfs due to PCManFM

    .
    A hidden user mount point directory .gvfs occurs in Knoppix's /home/knoppix when some programs
    such as PCManFM are first activated. This hidden file must be taken into account for some operations
    one might choose to perform.

    One of the more clever approaches to handling this nuisance may be found at post #10 of
    http://forums.opensuse.org/english/g...nied-gvfs.html

    This approach takes care of removing .gvfs after its appearance on first using PCManFM
    for one boot-up session. I've added this as a 'one-liner' to my /etc/profile. Rm.gvfs works only
    when called by root; I use a root lxterminal for this command.

    Code:
    Rm.gvfs () { # Remove user mount directory .gvfs
    umount /home/knoppix/.gvfs; find . -inum 554009 -exec rm{} \;; rm -rf .gvfs
    }
    Be careful making small changes on this command; even the punctuation is critical.
    I am not aware what other programs may also cause the appearance of .gvfs.
    If there are others, some revision of this approach may be necessary.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


OEM Dell 65W USB-C Type C HA65NM170 Laptop Ac Power Adapter Charger XPS Latitude picture

OEM Dell 65W USB-C Type C HA65NM170 Laptop Ac Power Adapter Charger XPS Latitude

$19.59



OEM 130W Charger For Dell XPS 15 9530 9550 9560 9570 7590 06TTY6 Power Adapter picture

OEM 130W Charger For Dell XPS 15 9530 9550 9560 9570 7590 06TTY6 Power Adapter

$35.99



OEM 130W Charger For Dell XPS 15 9530 9550 9560 9570 7590 06TTY6 Power Adapter picture

OEM 130W Charger For Dell XPS 15 9530 9550 9560 9570 7590 06TTY6 Power Adapter

$35.99



NEW DELL OEM WDX0R FW8KR T2JX4 Y3F7Y 42WH Battery 5567 5568 5368 7569 picture

NEW DELL OEM WDX0R FW8KR T2JX4 Y3F7Y 42WH Battery 5567 5568 5368 7569

$24.65



OEM Dell 65W Type C Laptop Charger USB C Power Adapter 02YK0F Latitude XPS Venu picture

OEM Dell 65W Type C Laptop Charger USB C Power Adapter 02YK0F Latitude XPS Venu

$19.99



Genuine Dell OEM 19.5V 90W AC Power Adapter Charger Precision XPS SmallTip 4.5mm picture

Genuine Dell OEM 19.5V 90W AC Power Adapter Charger Precision XPS SmallTip 4.5mm

$11.99



OEM 130W USB-C Type-C Charger for Dell XPS 15 9500 9570 9575 17 9700 DA130PM170 picture

OEM 130W USB-C Type-C Charger for Dell XPS 15 9500 9570 9575 17 9700 DA130PM170

$35.88



OEM Dell Inspiron 11 13 14 15 17 3000 5000 7000 AC Adapter Charger 65W 4.5mm Tip picture

OEM Dell Inspiron 11 13 14 15 17 3000 5000 7000 AC Adapter Charger 65W 4.5mm Tip

$10.99



Genuine OEM DELL  latitude 12,  I/O Module For Rugged Extreme Tablet ,7202, 7220 picture

Genuine OEM DELL  latitude 12, I/O Module For Rugged Extreme Tablet ,7202, 7220

$59.00



Genuine OEM 42wh YRDD6 Battery For Dell Inspiron 3493 3582 3583 3584 7586 3793 picture

Genuine OEM 42wh YRDD6 Battery For Dell Inspiron 3493 3582 3583 3584 7586 3793

$32.89