search for: cyberciti

Displaying 20 results from an estimated 139 matches for "cyberciti".

2008 Jul 28
3
script
Hi ALL #!/bin/sh # Shell script to monitor or watch the disk space # It will send an email to $ADMIN, if the (free avilable) percentage # of space is >= 90% # ------------------------------------------------------------------------- # Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/> # This script is licensed under GNU GPL version 2.0 or above # ------------------------------------------------------------------------- # This script is part of nixCraft shell script collection (NSSC) # Visit http://bash.cyberciti.biz/ for more information. # --------------------------...
2015 Mar 12
6
Centos 6 - Persistant static routes
I know how to use 'ip' to set up a static route, e.g.: ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0 But if you reboot or restart network, you loose this. Thus you have to make it persistant. I found: http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html where it says to add to ifcfg-eth0: 192.168.128.0/17 via 40.53.24.3 But this did not work after the interface was restarted. So what is the proper to set up persistant static routes?
2013 Mar 21
2
CentOS: Install Packages Via yum Command Using DVD / CD as Repo
I'm confused about this.? Is this supposed to work without me mounting my CD/DVD?? If you are supposed to mount it, what path should you use to make this work? ?? http://www.cyberciti.biz/faq/centos-linux-install-packages-from-dvd-using-yum/ ?=== Al
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 04, 2015 at 05:39:59PM +0200, Eero Volotinen wrote: > I think, this is possible with scsi disks > > http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html While I believe that this URL has technically correct advice, it's basically doing a subset of the commands in the scsi-rescan script in the sg3_utils package. I wonder if you need to be running the vmware tools for the kernel t...
2015 Mar 12
3
Centos 6 - Persistant static routes
On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote: > > On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote: > >> I found: >> >> http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html >> >> where it says to add to ifcfg-eth0: >> >> 192.168.128.0/17 via 40.53.24.3 That?s only for RHEL 7: http://goo.gl/AtjIyI > ADDRESS0=192.168.128.0 > NETMASK0=255.255.128.0 > GATEWAY0=4...
2011 Nov 09
2
R: Re: Dos/Unix newline translating
...ve problem ? Problem references to Dos/Unix newline > translating ? Windows uses '\r\n' and Unix uses '\n'... Either configure your Windows text editor to use \n, or use dos2unix or use sed, etc... A simple google search would have pointed to you to something like: http://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/ JD -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
2008 Jul 02
2
command for brand of monitor
Is there a linux command that would tell me what model of monitor is presently attached to my computer? Thought about automating different setups based on the monitor connected. X config files basically. Could be done with different kickstart files - but would like to not go there if I dont have to. Jerry
2008 Nov 24
5
yum download
Can I just download an rpm from a repo without installing it? I don't see anything like yum download or yum install --downonly
2012 Nov 09
1
Monitoring bandwidth, latency, packet drop.
...thinking about monitoring a network link (bandwidth, latency, packet drop). I have a centos server which is connected to providers network through a switch. How to test the link? Should I: - use ICMP to ping gateway and collect staistics of time/packet loss/etc. - use software like here: http://www.cyberciti.biz/faq/linux-unix-windows-monitor-outgoing-bandwidth-latency/ (client/server) ? Is there an option to monitor bandwidth, latency, packet drop without installing additional software on gateway or external host? Best regards, Rafa?.
2020 Nov 20
2
Desktop Over NFS Home Blocked By Firewalld
Hi, Just installed CentOS 7 that serves a home dir automounted over nfs. SELinux is disabled. If I go to the client (oldish version of Fedora) doing su - username works fine and the nfs export is mounted and I can see all files and everything seems well. But trying to actually login to the desktop from the client machine does not work. It starts to login but then just hangs with a black screen.
2015 Nov 04
4
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hello all, Is there a way to recognize a hot-plugged disk (i.e., to get the system to recognize it and build the appropriate /dev/sd* device for the new device) without a reboot? Thanks. Boris.
2020 Apr 22
1
slow performance on company production server I need help
...gt; /dev/sdb: > read() hit EOF - device too small sdb was the disk that appeared in the kernel errors, so I'd imagine that you've fixed the problem by removing the USB drive enclosure. > I'm still trying to find the exact smartctl command syntax to make it work. https://www.cyberciti.biz/faq/unix-linux-freebsd-3w-9xxx-smartctl-check-hard-disk-command/
2013 Jun 14
1
Creating a bridged network on CentOS for the xen hypervisor
...eat a bridged network on CentOS 6.4.. I have the Xen hypervisor installed and booted correctly but there is no internet access there. I have followed the commands and steps in these links, but non of them worked for me: 1: http://www.eucalyptus.com/docs/3.1/ig/configuring_bridge.html 2: http://www.cyberciti.biz/faq/rhel-linux-kvm-virtualization-bridged-networking-with-libvirt/ 3: http://www.banym.de/linux/centos/setup-bridge-device-on-centos I have a problem that the ifcfg-eth0 file does not exist in my network-scripts directory; I searched the websites and they say I can just creat a new file with s...
2018 Apr 12
1
Question concerning TLS encryption of network traffic
Hello Gluster Community, according to that set steps I have configured network encryption for management and I/O traffic: https://www.cyberciti.biz/faq/how-to-enable-tlsssl-encryption-with-glusterfs-storage-cluster-on-linux/ I have chose the option for self-signed certificates, so each of the nodes has its own certificate and all of them are stored in the file glusterfs.ca. Each node in my cluster has a copy of that file. Everything is w...
2009 Apr 28
2
adding static route via network setup fails
...ia 192.168.2.3 dev xenbr1 scope link 192.168.2.0/27 dev eth2 proto kernel scope link src 192.168.2.4 192.168.2.0/27 dev xenbr1 proto kernel scope link src 192.168.2.3 192.168.1.0/24 dev xenbr0 proto kernel scope link src 192.168.1.24 default via 192.168.1.1 dev xenbr0 I found: http://www.cyberciti.biz/faq/redhat-centos-fedora-linux-static-routing/ http://www.centos.org/docs/5/html/5.2/Deployment_Guide/s1-networkscripts- static-routes.html tells me to use sysconfig/route-xenbr1 But whatever syntax I try I get a variety of errors: Bringing up interface xenbr1: Error: an inet address is exp...
2013 Jun 09
7
Creating bridged network
Dear Xen users, I''ve the xen hypervisor installed correctly on CentOS, and it boots correctly too. But the bridged network could not be configured using the commands and steps on the Internet... is it that hard to do in CentOS? Regards, Mohammad Altahat _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2004 Aug 06
2
Is the list alive?
And more importantly (for me) - Can I ask question about Shout.pm? <p>Anders Jensen System devel. Cybercity.dk, OSS projektet ---- <erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is. Sig. provided by www.bash.org --- >8 ---- List archives: http://www.xiph.org/archives/
2009 Jan 23
2
can't install rrdtool, problems with dependancies
...# cd /opt/ # wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.3.1.tar.gz # tar -zxvf rrdtool-1.3.1.tar.gz # export PKG_CONFIG_PATH=/usr/lib/pkgconfig/ # ./configure # make # make install # cd /usr/local/ # ln -s rrdtool-1.3.1/ rrdtool/ # cd rrdtool # ls -l I got the instructions here, http://www.cyberciti.biz/faq/howto-install-rrdtool-on-rhel-linux/, which originally came from here: http://www.cyberciti.biz/faq/howto-install-ntop-on-rhel-centos-fedora-linux/ BUT, now that I want to move on, I can't. When I try and install / update / remove either ntop or rrdtool via yum, I get the following er...
2016 Oct 30
2
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
so, Just chroot to mountpoint: http://www.cyberciti.biz/faq/unix-linux-chroot-command-examples-usage-syntax/ chroot /mounted/path /bin/bash and then .. mkinitrd (see man page for documentation) 2016-10-30 22:57 GMT+02:00 Eero Volotinen <eero.volotinen at iki.fi>: > A bit hard to say. Try chrooting into environment and rebuilding initrd?...
2014 Mar 17
1
Slow RAID resync
...96B Partition Table: msdos Number Start End Size Type File system Flags 1 1049kB 2000GB 2000GB primary ntfs raid There is no ntfs filesystem on the disk, I've still not worked out how to remove that flag. I've followed the article here --> http://www.cyberciti.biz/tips/linux-raid-increase-resync-rebuild-speed.html to attempt to speed it up but no joy. Any Ideas what I've done wrong? parted output [root at nas ~]# parted -l Model: ATA ST31000528AS (scsi) Disk /dev/sda: 1000GB Sector size (logical/physical): 512B/512B Partition Table: msdos Numbe...