logo

sudo

 



Advanced Search  

Results 1-10 of about 19 for the sudo  (0.006 sec)
All tags  
 

andrmart

Запрос паролей в sudo

Все наверно знают, что в sudo можно отключить запрос пароля через задание #tail -n1 /etc/sudoers andrmart ALL = (root) NOPASSWD: ALL А вот как этим управлять более изощеренно? Почитав man sudoers я нашел, что есть переменная timestamp_timeout которая влияет на время между запросами: timestamp_timeout = XX - задает время между запросами в XX минут (по умолчанию - 5 минут) timestamp_timeout = 0 -...

Tags: sudo security

Posts by andrmart tagged sudo 
http://andrmart.livejournal.com/3255.html      (Cached)   0 links
Published: 1 month ago (Thu, 23 Oct 2008 05:57:02 PDT); 1539 bytes
andrmart


jdimpson

ppp2slirp: create a PPP session through SSH to a remote machine to which you don't have root access

...slirp was designed for.  I just came up with what I think is a pretty slick script for easily setting up a slirp-based PPP session running through an SSH session. BEGIN EXAMPLE jdimpson@artoo:~$ sudo ~/bin/ppp2slirp  foo.com running under sudo, assuming you want to run ssh as jdimpson, not as root Using interface ppp0 Connect: ppp0 /dev/pts/11 local  IP address 10.0.2.15 remote IP address 192...

Tags: slip tunnel pppd tun ppp tty http sudo masquerade openssh vpn openvpn ssh ipsec slirp doom

Posts by jdimpson tagged sudo 
http://jdimpson.livejournal.com/3330.html      (Cached)   0 links
Published: 2 months, 1 week ago (Tue, 16 Sep 2008 07:59:17 PDT); 18 Kb
jdimpson


jentacularjoyce

Sudo: Read Coursework

... Life at the house is ever fluid though. Last night, after "Methods in Art Historiography", Val called and asked if I wanted to come to the pet shop. She and Job adopted a dog and have named him Sudo. (It's a computer science joke ). He's cute, kinda scrappy and scruffy but friendly. We'll see how well Nietzsche takes to him.\ I should go back to being productive; I'm off in an hour, and I've...

Tags: nietzsche sudo factical maintenance academics

Posts by jentacularjoyce tagged sudo 
http://jentacularjoyce.livejournal.com/5652.html      (Cached)   0 links
Published: 2 months, 1 week ago (Fri, 12 Sep 2008 04:20:11 PDT); 1145 bytes
jentacularjoyce


mytechspam

sudo & umask

...шелла, нужно применить такую уличную магию: apt-get install libpam-umask echo 'session optional pam_umask.so umask=002' >> /etc/pam.d/common-session К сожалению, такая магия не работает в sudo, т.к. sudo своё ставит значение по умолчанию, лечить добавлением параметра !umask к ключу Defaults в /etc/sudoers, примерно так: Defaults env_reset,!umask root ALL=(ALL) ALL %admins ALL=(ALL) ALL...


Tags: sudo umask shell

Posts by mytechspam tagged sudo 
http://mytechspam.livejournal.com/6378.html      (Cached)   0 links
Published: 2 months, 4 weeks ago (Sun, 24 Aug 2008 16:12:00 PDT); 899 bytes
mytechspam


jdimpson

sudo-rsync: Run rsync with root privs while still using regular user's SSH keys

This is dated 2008-05-24, and is currently the newest script in my collection.   sudo-rsync lets you perform a data & metadata copy as the root user (so perms & ownership are preserved) without forcing you to log in to the remote system as root (good for Ubuntu systems and anyone else appropriately paranoid about allowing root network logins.) BEGIN EXAMPLE sudo-rsync /source/dir/ remotehost:/remote/dir/...

Tags: rsync privileges environmental variable ssh sudo ubuntu root

Posts by jdimpson tagged sudo 
http://jdimpson.livejournal.com/2144.html      (Cached)   0 links
Published: 5 months, 3 weeks ago (Wed, 28 May 2008 17:16:46 PDT); 6976 bytes
jdimpson


crasch

GEEK: editing groups, using sudo

... * dseditgroup -o edit -a crasch www Remove a user from a group: * dseditgroup -o edit -d crasch www Check to see if user is a member of group: * To see what commands you can run as sudo on a system: $ sudo -l * Add the following to your /etc/sudoers file to run any command as root without a password: (ALL) NOPASSWD: ALL * To inspect what commands another user may run: ...

Tags: geek dseditgroup programming groups sudo

Posts by crasch tagged sudo 
http://crasch.livejournal.com/645813.html      (Cached)   0 links
Published: 11 months, 2 weeks ago (Wed, 12 Dec 2007 00:20:59 PST); 2422 bytes
crasch


bakti9rov

Как ставить Netscape Navigator 9 под kUbuntu

...последней версии с официального сайта (весит около 9М) 2. Распаковываем куда-нибудь скачанный архив (например в /usr/local/distr/) 3. Перемещаем папку navigator в /usr/local/ (команда sudo mv /usr/local/distr/navigator/ /usr/local/ ) 4. Создаем ссылку ln -s /usr/local/navigator/navigator /usr/local/bin/navigator 5. Пробуем через консоль запустить командой navigator Если вылазят...

Tags: sudo ubuntu netscape navigator браузеры

Posts by bakti9rov tagged sudo 
http://bakti9rov.livejournal.com/36781.html      (Cached)   0 links
Published: 1 year ago (Mon, 19 Nov 2007 04:50:28 PST); 1206 bytes
bakti9rov


dougsland

sudo - Se tornando super usuário sem digitar senha.

Passos: 1) Edite o arquivo /etc/sudores shell> sudo vi /etc/sudoers 2) Adicione o usuário que será super usuário sem a necessidade de digitar senha, exemplo: usuario ALL=(ALL) NOPASSWD: ALL Essa dica eu peguei com o Leonardo Vaz . :)

Tags: sudo

Posts by dougsland tagged sudo 
http://dougsland.livejournal.com/49592.html      (Cached)   0 links
Published: 1 year ago (Fri, 02 Nov 2007 13:14:06 PDT); 328 bytes
dougsland


iconickimmyb

Two very random icons

So I made this icons yesterday after reading a comic online. I think they are hysterical, but that's only because I'm a Computer Science dork. I figured I would post them up because maybe one of you will get a giggle out of them like me. As always feel free to use them, but I love comments and credit!


Tags: icons sudo

Posts by iconickimmyb tagged sudo 
http://community.livejournal.com/iconickimmyb/22723.html      (Cached)   0 links
Published: 1 year, 2 months ago (Thu, 13 Sep 2007 09:57:48 PDT); 500 bytes
iconickimmyb


cloudscapebird

Stupid ads

...too, it matches my AIM icon (which is a fox). By the way, I looked at Baka-Updates last night: it looks like there's a new sub group? It's called Syndicate, and they have 11&12 out already. Like sudo, they have no website. Hopefully they can race with sudo to see who gets eps out. :] Sudo's been slow for the past few weeks, they better get their act together. Well, I'm gonna head off for food...

Tags: stuff darker than black subs sudo

Posts by cloudscapebird tagged sudo 
http://cloudscapebird.livejournal.com/1022.html      (Cached)   0 links
Published: 1 year, 4 months ago (Mon, 09 Jul 2007 11:38:01 PDT); 763 bytes
cloudscapebird

Related tags

Ubuntu
Linux
Security
Ssh
Geek
Academics
Openssh
Openvpn
Visudo
Nerd
Sudoers
Unix
Stallman
Doom
Darker Than Black
Dork
Tty
Shell
Xbindkeys
Ipsec


Me La Sudo
Mma News Genki Sudo Pride Pancrase Bas
Sudo Maasa

 

Result Page: 1 2  for sudo

Advanced Search  
 
Copyright © 2005 ljseek.com This service is not affiliated with LiveJournal.com
Design by Steorra.com