2011/7/30-8/10 [Computer/SW/Languages/Misc] UID:54148 Activity:nil 66%like:54150 | 7/29 Happy Sysadmin Day
\_ our "sysadmin" today deleted /home. When we asked her why
she said she didn't do it. When I checked the sudo logs,
I found these two commands in order:
COMMAND=/bin/rm -r /home testuser
COMMAND=/bin/rm -r /home/testuser
...
|
2010/8/23-9/7 [Computer/SW/OS/Windows] UID:53932 Activity:low | 9/21 are you guys really all using win7 in some way now?
\_ Yes. In my company, we have upgraded all our machines for
development, QA and other office use (HR, Finance, Receptions, etc.)
from WinXP to Win7 a few months ago. Our products now primarily
support Win7/Win2008 and secondarily support WinXP/Win2003.
\_ Any weird gotchas support-wise?
...
|
2009/1/5-8 [Computer/SW/Unix] UID:52313 Activity:kinda low | 1/3 no hurry but do you know of:
$ chsh
Password:
Enter the new value, or press return for the default
Login Shell [/usr/local/bin/bash]: /bin/zsh
failed: Insufficient access
...
|
2008/7/29-8/5 [Computer/SW/OS/Linux] UID:50715 Activity:nil | 7/29 Is there a verbose option for shutdown in RedHat Linux? I'd really
like to see the messages being generated without have to 'tail
/var/log/messages' over and over.
\_ stick this in your .bashrc
"alias mtail="sudo tail -F --retry /var/log/messages"
and do it in another window after you type shutdown
...
|
2007/9/10 [Computer/SW/Languages/Perl] UID:47986 Activity:low | 9/10 Hi. I'm running a package based linux distro. Should
I install perl CPAN modules through the provided packages,
or through sudo cpan> install modulename etc ?
Opinions?
\_ Depends on the package system you're using, you may have to
deal with both. I had an experience where I installed via
...
|
2006/3/15-16 [Computer/SW/Editors/Emacs] UID:42242 Activity:moderate | 3/14 Emacs TRAMP, best Emacs extension evAR!!! In a nutshell, it lets you
transparently edit files on remote hosts, e.g.
Find File: /user@host.tld:/path/to/file/on/host.tld/file
will open up file on the remote host. It even supports remote
filename completion. I wanted this for years, and always considered
writing it until a friend pointed out that someone had done it
...
|
2005/11/20-22 [Computer/SW/Unix] UID:40666 Activity:nil | 11/20 mac users: I just got my first mac (from a friend, wanted to check
it out) do you recommend su'ing to root and poking around to see
whats going on? apple "strongly advises against" it ... but just
wondering if thats because most of their user base is not familiar
with unix ... also, is there a default root password? the person
I got it from did a clean install before they gave it to me (not
...
|
2005/5/11 [Computer/SW/Security, Academia/Berkeley/CSUA/Motd] UID:37630 Activity:high | 5/11 I know kchang's de-anonymizer is putting a crimp in your style, but
can you people who scp to /etc/motd.public please stop overwriting?
\_ A little thought should help you realize that's impossible.
\_ A little quality thought should help you realize that:
"Overwriting" is being used in the context of "screwing up
other people's changes".
...
|
2005/3/30-31 [Computer/SW/Unix, Computer/SW/Security] UID:36971 Activity:kinda low | 3/30 ssh port forwarding/X11 issue: Any ideas on how to solve this
problem: I ssh over to a remote host that shares my same home
directory. My forward X11 works okay until I sudo to root.
I get a message about wrong authentication. Any ideas ?
Being root on the base machine works just fine for X11.
\_ xhost
...
|
|