similar to: SSH without password on CentOS 5 ?

Displaying 20 results from an estimated 7000 matches similar to: "SSH without password on CentOS 5 ?"

2009 Apr 12
3
Using cdrecord on CentOS
Hi, I'd like to use cdrecord on the command line. I'm currently reading the relevant chapter in Carla Schroder's "Linux Cookbook". Unfortunately, some of the tricks and hints included in the book don't seem to work the same way on a standard CentOS 5 install. 1) Am I supposed to be root to use cdrecord and burn an .iso file? 2) How do I specify a device?
2006 May 15
1
Basic SAMBA setup
Hi, I want to setup a simple SAMBA file server, in its most simple configuration first, and then fine-tune that gradually. I've never worked with SAMBA before, so I based myself on Carla Schroder's "Linux Cookbook", chapter XX: SAMBA. Here's what I did, following the step-by-step instructions and reading the explanations as to what-does-what: # mkdir -m 777 /shares Rename
2010 Jun 18
1
BIND: listen-on and allow-recursion
Hi, I'm currently trying to get a grasp on DNS and Bind. I admit the documentation is quite confusing, either too laconic or way too detailed. So I'm trying to start from a working example, and then bite my way through it. I have a sample named.conf file from Carla Schroder's Linux Cookbook. In the opening global options, I have this : listen-on { 127.0.0.1; 10.11.12.1; };
2009 Sep 05
4
OT: Forum or mailing list for Bash-related questions?
Hi, The subject says it all. After a few years of writing scripts the quick and dirty way, I've decided to take the plunge and learn Bash correctly, using the O'Reilly Bash Cookbook. I'm currently looking for the right place to ask questions, but curiously enough, Google searches about "bash forum" result in nothing conclusive. I took a peek in the corresponding USENET
2009 Jun 07
3
Basic setup for vsftpd ?
Hi, I'm currently fiddling with G4U (Ghost for Unix), and I need to setup a local FTP server in order to get it to work. # yum groupinstall "FTP Server" --> installed vsftpd Here's what I'd like to do : * no anonymous access * only one user (user 'install' / pass 'install') The machine I'm installing it on has a static IP ok
2008 Sep 13
5
Changing hostname?
Hi, I recently made a CentOS install on a machine with an unsupported network card. I had to add the driver for it later, once I finished the install. For now I have this: [kikinovak at localhost ~]$ hostname --fqdn localhost.localdomain Q: how would I change this to something like calimero.local? Here's what I *would* do, but I prefer to ask before. 1) edit /etc/sysconfig/network and
2007 Aug 04
2
Data corruption on external hard disk
Hi, I'm using CentOS 5 on all my computers here (work + home) and I'm very satisfied with it. Some time ago I purchased a 300 GB external hard drive to store films, music, pictures and documents. Since there's no Windows machine around here (small South French village, town hall and public library use Linux :o)), I replaced the FAT filesystem on the disk by an ext2 filesystem.
2014 Oct 11
2
Hi again & problem with minimal CentOS and Github
Hi everybody, I'm back to CentOS after a long period during which I've been using mainly Slackware. I still use Slackware for teaching and for my local clients (on servers and desktops), but right now, I'm planning to update my own documentation about CentOS, which is still based on version 5.x. First things first. For the moment I have a sandbox server in my office with a
2015 Mar 23
4
Facebook CentOS group close to 15.000 members!
Le 23/03/2015 17:26, Les Mikesell a ?crit : > There is a real simple answer to privacy on facebook. Just don't post > anything there that you would not want to be public. Just like this > mail list. I recently joined that list and wanted to publish a simple link to my technical blog dedicated to CentOS (http://kikinovak.wordpress.com). There's no commercial interest behind it,
2007 Jun 29
4
Retrive data from repartitioned / reformatted hard drive?
Hi, The title says it all. One of my clients showed me a 120 GB hard drive that his daughter accidentally formatted, according to him. I booted the first CD I had at hand - a Slackware 11.0 install CD - and launched cdfdisk /dev/hda. cfdisk informed me that there was even no partition table. So much for reformatting. cfdisk only shows me 120 GB of free space. Any way to retrive data on this
2010 Feb 27
1
Free online book about Linux, based on CentOS 5 (in french)
Hi, Last summer I published a cookbook-style detailed introduction to Linux, based on CentOS. I recently decided to make a free online version available as well. Those among you reading french might be interested. Here's the link : Presentation: http://www.microlinux.fr/documentation.html#online Introduction:
2008 Nov 25
2
adduser vs. useradd
Hi, To add a user to the system on the commandline, I usually use the adduser command. # adduser newuser And that's it. I've been using that command probably out of an old habit, since I've been a long-time Slackware user before. But now I wanted to dig a bit deeper, and some details puzzle me. Whereas on Slackware, 'adduser' is an interactive shell script to create a
2010 Jul 10
8
Simple solution for small network in a school ?
Hi, I have to install a small network in a school in a nearby village. The network will be Linux-only, one server and fifteen desktops. Here's the idea. 1) Authentication should be managed centrally on the server. 2) User home directories should also be on the server. 3) Users should all have disk quotas, something like 1 GB per user. 4) Some shared directories should be read/write for
2008 Oct 26
3
Simple audio recording app?
Hi, I'd like to get my microphone to work (mainly to use it with Skype). I've just been looking for a simple audio recording app, as I vaguely remember having seen such a thing before, only I can't seem to find it anymore. I'm using the default GNOME desktop with the latest CentOS 5. Any suggestions? Niki
2009 Oct 28
6
Rsync and full path of filenames
Hi, I have a bit of a tricky question about rsync. Let's say I want to backup a bunch of configuration files with rsync, in a script. What I don't want to do : a full snapshot of /etc. What I want to do : backup only those files I need, in an otherwise empty directory tree. In my script, I'd begin with a list of the files I effectively want to backup. Something like :
2010 Mar 01
5
Slightly OT: check creation of a group
Hi, I'm currently writing an install script for an application, and my already limited Bash skills are a bit rusty. I want to check if a group exists, and if it doesn't, then create it. Only thing I found is: if [ grep medintux /etc/group ]; then continue else groupadd medintux fi Apparently I can't seem to "negate" the test, e. g. something like if !(grep medintux
2007 Jun 10
1
Problems with UserDir directive on CentOS 5
Hi, I'm currently setting up a local LAMP server to test various apps. Starting from the out-of-the-box configuration of Apache, I test it, and it's OK: http://localhost shows Apache's default page OK in Firefox. Now I edit /etc/httpd/conf/httpd.conf and replace 'UserDir disabled' by 'UserDir public_html'. I restart Apache. Then, as a normal user (kikinovak): $
2006 Jul 28
2
can i setup a dns name server in my localmachine?
can i setup a dns name server in my localmachine? thanks for any help!
2007 May 15
3
GRUB and vga=788
Hi, On a minimal (e. g. without X) server install, one of the first things I do is add 'vga=788' to the 'kernel' line in /boot/grub/menu.lst, so I can use the framebuffer in 800x600 mode and have a better readability in console mode. However, I tried this on my minimal CentOS 5 install, and right after GRUB, the screen just blanks. I add that this (test) machine ran maybe a
2006 Oct 17
1
1.4 gsm files changed??
I like to use zgsmplay to preview Asterisk's gsm files. Works like a charm in 1.2. But something changed in 1.4- they play at the wrong speed, very slowly. They sound fine in the normal course of using the Asterisk server. The file sizes seem wacko. The first example is from 1.2, the second from 1.4: $ ls -l im-sorry.gsm -rw-r--r-- 1 1000 1000 1419 Dec 5 2005 im-sorry.gsm $ ls -l