similar to: repo location for gnome package manager

Displaying 20 results from an estimated 20000 matches similar to: "repo location for gnome package manager"

2009 Apr 03
7
New Centos 5.3 gnome backgroup
I don't know if I really like this background though it is kind of neat. Where do I find the app to change this?
2009 Apr 03
7
New Centos 5.3 gnome backgroup
I don't know if I really like this background though it is kind of neat. Where do I find the app to change this?
2008 Nov 12
3
Rsyncing UPdate repo yoyoing
It has been crazy this past week how a rsync on the update repo keeps downloading a number of openoffice.org rpms then deleting them. And the repodata directory seems to be messed up so that I have problems on some systems doing updates with it. My rsync script is: #!/bin/sh rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ \ --delete --exclude=debug/
2007 Jun 18
2
Centos 5 Repo errors
Where are: kbs-CentOS-Misc http://centos.karan.org/el5/misc/stable/i386/RPMS/repodata/repomd.xml: --> [Errno 14] HTTP Error 404: Not Found contrib Failure getting http://centosn.centos.org/centos/5/contrib/i386/repodata/repomd.xml: --> [Errno 14] HTTP Error 404: Not Found what is the correct source for c5-media instead of: [c5-media] name=CentOS-$releasever - Media
2008 Apr 14
2
GNOME issue. Seeking Guidance.
Below is what has been documented on this issue, and I am needing further guidance. Essetially, I am running in GNOME, but it isn't working properly. Can some one help. |----------------------------------------------------------------------------------------------------------------------| |I am new to the Centos ISO and was looking for a forum, when I came across this. If it isn't
2017 Mar 27
5
firewalld management on a headless server
Is there an Apache tool to manage firewalld on a headless server? I am looking forward to my next Centos project which is to replace my Juniper SSG5 firewall... And along that line, what overlap, if any between firewalld and Suricata? thank you
2017 Mar 27
2
firewalld management on a headless server
On 03/27/2017 03:24 PM, Mike wrote: > I recently converted my employer's firewall from pure iptabes to > firewalld and looked for something similar, more along the lines of > webmin, etc. > I didn't find anything close to a match. > In the end, it all came down to getting comfortable with > "firewall-cmd" in the shell. I have been digging and found that Fedora
2018 Aug 06
2
Back to Xfce
On 08/06/2018 11:11 AM, Tony Schreiner wrote: > On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com> > wrote: > >> Nicolas, >> >> Thank you! But I am Dyslexic and very mono-linguistic; at least I could >> read the actual commands, if not all the wonderful comments... >> >> On 08/06/2018 10:26 AM, Nicolas Kovacs wrote:
2009 Oct 26
3
For building my local repo, how large is 5.4 update?
I have run a local repo for Centos updates for some time. I suppose, at this point I could just delete the 5.3 update directory and rsync the 5.4 directory... But how large is the 5.4 update directory? Oh, just for i386, without /debug and is there anything else I should not include? For example for my FC11 update repo I also exclude drpms.
2017 May 28
4
Low random entropy
On 28/05/17 23:56, Leon Fauster wrote: >> Am 28.05.2017 um 12:16 schrieb Robert Moskowitz <rgm at htt-consult.com>: >> >> >> >> On 05/28/2017 04:24 AM, Tony Mountifield wrote: >>> In article <792718e8-f403-1dea-367d-977b157af82c at htt-consult.com>, >>> Robert Moskowitz <rgm at htt-consult.com> wrote: >>>> On 05/26/2017
2015 Sep 10
3
rsync question
On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: ---------------- Quoted text ------------------------ Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ --------------------- End Quote ---------------------------------- Sorry, I was too fast, not paying attention, you want this I believe: rsync -ah --stats root at
2008 Aug 12
7
Missing fonts for tightvnc
You would think installing via yum would handle dependencies, but perhaps fonts are not managed like dependencies..... Anyway, I installed tightvnc to test out its IPv6 support. Installed ok (after I erased regular vnc). But when I tried to start it, I got 5 warnings about: Font directory '/usr/X11R6/lib/X11/fonts/misc' not found - ignoring (then the same message for Speedo, Type1,
2017 May 28
3
Low random entropy
On 05/26/2017 08:35 PM, Leon Fauster wrote: >> Am 27.05.2017 um 01:09 schrieb Robert Moskowitz <rgm at htt-consult.com>: >> >> I am use to low random entropy on my arm boards, not an intel. >> >> On my Lenovo x120e, >> >> cat /proc/sys/kernel/random/entropy_avail >> >> reports 3190 bits of entropy. >> >> On my armv7 with
2009 Jan 12
10
Creating an iso image of a audio CD with K3B
Can you do this? I have not found the options to get this to happen. So far I have seen how to read the Audio CD and make a directory of WAV files with a control file for later burning to CD, but I want an iso image that I can archive and burn audio CDs to use as they get used up.
2015 Sep 04
3
sernet kerberos
On 09/04/2015 03:59 AM, mathias dufresne wrote: > Hi, > > I don't think there is sernet kerberos package. You would have to install > kerberos client using your package manager: krb5-workstation on Centos or > krb5-user on Debian I think... As I understand things: Samba4.2 and lower is designed for the Heimal (sp!) kerberos. Redhat/Fedora/Centos provides the MIT kerberos.
2007 Dec 23
1
Update repo rsync but no new repodata?
I just did a manual resync of my local update repo from mirrors.kernel.org/centos/5.1/updates/i386/ I got a new version of Thunderbird, but not a new set of files in the repodata directory. Thus when I did a yum update against my local repo, I did not get the new version of Thunderbird. I will note that the files on my local repo are dated Dec 20th and the ones on mirrors are dated Dec
2015 Sep 11
2
rsync question
On Thu, 10 Sep 2015 22:50:47 -0400 Robert Moskowitz wrote: > > That will use the default port on the remote host, you can override > > that without specifying the -e if required using -p <port>. > > > $ rsync -ah --stats --delete -p 613 root at 192.168.129.2:/etc/dhcp/ > /home/rgm/data/htt/httnet/homebase/new/dhcp > Unexpected remote arg: root at
2008 Jun 25
5
Lots of Centos 5.2 updates already
I just completed my first 5.2 install. For 'completeness' I 'tested out' yum update. Guess what? For this minimum install, there were 43Mb of updates to download. So I went over to my local repo server and setup a /centos/5.2/updates directory and started the rsync to get all the updates: 155 files taking up 943Mb. Already. Wow! Perhaps something to do with the initial
2019 Feb 13
3
Using SHA256/512 for SQL based password
On 2/13/19 8:30 AM, Aki Tuomi wrote: > On 13.2.2019 15.18, Robert Moskowitz via dovecot wrote: >> >> On 2/13/19 1:23 AM, Matthias Fechner via dovecot wrote: >>> >>> Am 13. Februar 2019 00:34:15 schrieb Robert Moskowitz >>> <rgm at htt-consult.com>: >>> >>>> On 2/12/19 6:03 PM, Matthias Fechner via dovecot wrote:
2014 Aug 29
3
bind zone files graphical management tool
On a server that does not have a gui, only command line. In the past I have used webmin, and was happy with it, but it is more than I really need. I COULD rsync the files to my notebook and maintain them there. Probably should just for backup! But is there anything else that is 'safe' to use. vi gets tiring after a while.