similar to: Hi again & problem with minimal CentOS and Github

Displaying 20 results from an estimated 10000 matches similar to: "Hi again & problem with minimal CentOS and Github"

2014 Dec 14
3
Broadcom wireless card: installation script for Linux-STA driver
Hi, I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless card is only poorly supported in the default setup, so I decided to write an installation script for the Linux-STA driver, which works perfectly. https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh Grab the files: # git clone https://github.com/kikinovak/centos Run the script: # cd
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,
2014 Dec 13
1
Remote Git vs. GNOME on CentOS 6.6: cannot open display
Hi, I just installed a fresh CentOS 6.6 desktop. It's a client's machine, it is physically installed on a testbench in my office. Usually, when I perform installations, I start with the base system on the testbench, and once networking is configured, I SSH into it and then do all the fine-tuning remotely. My configuration files, scripts and HOWTOs are all stored in a Github
2015 Mar 16
3
Samba shares not appearing
Hi, I'm currently fiddling with Samba, trying to make it work on CentOS 7. Before that, I ran Samba successfully in a mixed environment with Slackware64 14.1 on the server and Slackware/Windows Seven on the client side. I have three sandbox machines running CentOS 7. One has a minimal install with only the samba and samba-client packages. Just to be on the safe side for fiddling,
2015 Mar 16
1
Samba shares not appearing
Le 16/03/2015 10:18, Earl A Ramirez a ?crit : > I replicated your settings on a CentOS 7 on a KVM, I did not see the > samba server when I click on "Browse Network", however when I enter > smb://<server_IP_address>/ I was able to see the shares. > > If Im not mistaken the 'nmb' service is responsible for browsing, > therefore I stopped it and I was not
2015 Mar 15
2
CentOS 7 on Dell Inspiron with ATI Radeon HD 6320 video card
Hi, I'm currently installing CentOS 7 on a client's Dell Inspiron laptop. Here's the video card: # lspci | grep -i vga 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320] Most of the time, I either have to deal with Intel or NVidia graphic chipsets. As far as I understand, I can choose either the free 'radeon' driver or the
2018 Sep 17
2
Very weird problem with handling symbolic links
Hi everyone, I just discovered something very weird on a vanilla CentOS 7 installation. If I create a link to /tmp as a normal user, it looks like I can't remove this link anymore. Here's what this looks like: $ mkdir test_link $ cd test_link/ $ ln -s /tmp/ link_to_tmp $ ls -l total 0 lrwxrwxrwx. 1 kikinovak kikinovak 5 Sep 17 10:56 link_to_tmp -> /tmp/ $ rm link_to_tmp/
2015 Feb 09
3
Recommendations for good CentOS 7 documentation
Hi, I'm looking for recommendations for documentation about the specificities of RHEL/CentOS 7.x. It can be either online or in printed book format, and I'm fluent in german, french and english. I have a good books about 5.x: "RHEL 5 Unleashed" from Sams, "Foundations of CentOS Linux" and "The Definitive Guide to CentOS", both from Apress. Can anyone
2015 Feb 16
3
CentOS 7 on dual-monitor workstation?
Hi, My workstation is currently running Slackware Linux 14.1 64-bit, and I'm considering replacing that by CentOS 7, which I've already installed on my laptop. The PC has an NVidia GeForce GT 520 video card with two 19'' monitors attached to it. I'm using the proprietary 'nvidia' driver. I vaguely remember having read somewhere that RHEL/CentOS 7 with GNOME 3 had
2015 Mar 24
5
CentOS 6.x desktop specs: minimum requirements
Hi, I often have to deal with relatively obsolete hardware in schools, public libraries, small town halls, etc. I still have a handful of CentOS 5.x installations around for these, but I wonder what CentOS 6.x desktop specs are, e. g. the minimum requirements (in terms of CPU and RAM) to reasonably run it. Will a battered first-generation P-IV with 512 MB RAM be sufficient? How much RAM does
2015 Mar 11
3
SquidAnalyzer: minor trouble building RPM
Hi, I'm using the SquidAnalyzer network analysis tool in combination with Squid. Up until now, I've been running Slackware Linux on my servers. I built a custom package that installs SquidAnalyzer to /var/www/vhosts/squidreport/html. Then I setup an Apache virtual host for SquidAnalyzer's pages. Since I'm migrating my servers from Slackware to CentOS, I'd like to build a
2015 Feb 18
3
CentOS 7: software RAID 5 array with 4 disks and no spares?
Le 18/02/2015 09:24, Michael Volz a ?crit : > Hi Niki, > > md127 apparently only uses 81.95GB per disk. Maybe one of the partitions has the wrong size. What's the output of lsblk? [root at nestor:~] # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 232,9G 0 disk ??sda1 8:1 0 3,9G 0 part ? ??md126 9:126 0 3,9G 0 raid1 [SWAP] ??sda2 8:2
2015 Feb 26
2
Easy way to strip down CentOS?
Le 26/02/2015 15:00, David Both a ?crit : > Perhaps I have not been following closely enough, but why go backwards? > Why not start with a "minimal" installation and then add only those > packages that are needed for your situation? Here's why. I'm currently experimenting with CentOS on my workstation, trying out different desktop environments like GNOME3, KDE, MATE,
2015 Mar 03
2
Custom user profile for GNOME 3?
Hi, I wonder where - and eventually how - GNOME 3 stores its user preferences. I'd like to create a custom user profile, with slightly different settings than the default ones: * don't show home folder on ~/Desktop * don't show Trash * use custom default wallpaper * stretch wallpaper instead of zooming * use different default icon theme * etc. Until now I've done this
2009 Sep 19
1
Apache: confusion about virtual hosts and DNS on a local network
Hi, I set up a webserver with Apache on one of the machines on the local network. There's a DNS configured for the LAN, with a dummy domain name (presbytere.local), and every machine is pingable by its hostname. The webserver runs on the machine 'buildbox'. The webserver actually has two (static) websites on it, for testing and fiddling purposes. Each site's pages are stored
2018 Feb 26
3
Going back to a minimal system : strange problem
Hi, Some time ago I wrote a little script elaguer.sh ("?laguer" means "to prune") which simply removes all packages that are *not* part of a minimal installation. First I created a list of packages that make up a minimal CentOS installation. On a fresh install, I would do something like this: # rpm -qa --queryformat '%{NAME}\n' | sort > minimal.txt Here's the
2015 Feb 15
3
LC_COLLATE variable?
Hi, I'm running my CentOS 7 desktop in french. LANG is set to fr_FR.UTF-8. In GNOME 3, the menu entries are listed in alphabetical order. Unfortunately, entries beginning with an accented character (like "?diteur de texte") appear at the bottom of the list. I know that in order to correct this, I have to set the LC_COLLATE variable to fr_FR.UTF-8. What would be a sensible place
2014 Dec 11
6
Dropbox on CentOS 6?
Hi, I just spent a couple of unnerving hours trying to make Dropbox work on CentOS 6.6. Is there a way that 1. Actually works? 2. Doesn't include jumping through burning loops? Cheers from the sunny south of France, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at
2017 Dec 29
2
CentOS 7 + KDE : post-installation script
Hi, I just spent two rainy days writing and fine-tuning a post-installation script for CentOS 7 and KDE. https://github.com/kikinovak/centos-7-desktop-kde I've just tested it on three different machines here, and it works quite nicely. Feel free to give it a spin and make some suggestions. Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730
2015 Feb 10
3
KISS networking with CentOS 7
Hi, I'm currently experimenting with CentOS 7 on a couple of installations. I'm reasonably proficient with CentOS 5.x and 6.x. I'd like to manage networking using a more traditional approach (Keep It Simple Stupid). Here's what I tried so far, starting from a minimal install: Install net-tools (to be able to use ifconfig). Get rid of NetworkManager: # yum remove