search for: ae60f64c

Displaying 20 results from an estimated 23 matches for "ae60f64c".

2014 Dec 03
3
partedmagic connecting to a comcast address
John, thank you for replying. On 12/03/2014 03:21 PM, John R Pierce wrote: > On 12/3/2014 12:47 PM, g wrote: >> wireshark text file loaded at; >> >> http://pastebin.com/rCU0CC10 > > some device on your network has the MAC address 00:0f:fe:8f:8f:23 > which Wireshark is calling PartedMagic for unknown reasons. see my new paste at; http://pastebin.com/8vBxnUSf
2015 Aug 25
6
echo password into bash script
Hey guys, I'm trying to echo my password into some commands inside of a bash script. But I think I'm going about it incorrectly. Here's the top part of my script: #!/bin/bash pub="~/.ssh/id_rsa.pub" dps_pass="my_pass" ssh="/usr/bin/ssh" scp="/usr/bin/scp" for i in 10.10.10.2{5,6} do echo "xfring key up" echo $dps_pass | $scp $PUB
2014 Dec 03
0
partedmagic connecting to a comcast address
...the ARP packet suggests that MAC address is 192.168.1.144 > that is how i see it. > is that 1.144 IP address in use by the machine you ran the lspci from? I think his original intent was that perhaps it was a separate device are you running VMs on this host by chance? -- public gpg key id: AE60F64C
2014 Dec 21
0
no access to certain WEB sites using CentOS 6.5
...rking correctly on the VM? e.g. what's in etc/resolv.conf? are you using NAT or a bridged network device? is there anything weird in the output of netstat -nr? are you using anything to proxy traffic? is there anything in iptables that could be blocking traffic? -- public gpg key id: AE60F64C
2015 Mar 06
0
Centos 6 - disabling IPv6 addressing
...ed up writing a small shell script to be executed on startup to handle the issue. something like: echo "disable ipv6 on physical interfaces" for i in /proc/sys/net/ipv6/conf/eth* do echo 1 > $i/disable_ipv6 done but you may have better luck. -- public gpg key id: AE60F64C
2015 Mar 27
1
headless VirtualBox on Centos
...er. VNC/RDP access to the VM's would be fine. > vagrant? > > _______________________________________________ > I'm unfamiliar with vagrant, but it's pretty easy to roll your own. email me off list if you'd like a copy of my Frankenstein scripts. -- public gpg key id: AE60F64C
2015 Apr 09
1
CentOS 7.1 user login screen can't scroll up/down
> Isn't there a way to open a box for "other user"? > >> 3. Disable the user list: >> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Desktop_Migration_and_Administration_Guide/customizing-login-screen.html > > This, in fact, *is* the correct answer. That it's enabled is bad. > > 1. Security. Having the username, which
2015 Jul 11
2
Using gpg to encrypt a URL line on CentOS 6.
Is there a way to use GPG to encrypt a URL line with parameters ? I was looking at libmcrypt also but it is not part of CentOS. I have found examples for mcrypt but not for gpg. Thoughts? Thanks. jerry
2015 Aug 25
0
echo password into bash script
...ke ssh/scp take in passwd from an echo on the command line. I'd also suggest you change your password(s) based on the <removed> line above ... from your original email. if you really want to do something like this, I'd suggest expect as the scripting language. -- public gpg key id: AE60F64C
2015 Aug 27
0
please block user
...er occurs again. If you get or hear about ANY further spam like this, please let me know immediately so we can take further action on it. Regards, Cash, Trust & Safety Specialist Digital Ocean Support Perhaps it's fixed if only for a little while. -- public gpg key id: AE60F64C
2015 Sep 02
0
why I use chrome on CentOS
...to stay on CentOS. > > ...are you asking a question here and it's just eluding me? if you are indeed asking how to get chrome for your centos instance, you'll likely need to state which version (5/6/7) and what you've done so far to try to make that happen. -- public gpg key id: AE60F64C
2015 Sep 11
0
Cannot open: No space left on device
...ou're having it is to force the process to close/reopen the file... either by killing & restarting or getting the process to do it if it's got that designed in. in practice I've often found it much easier to reboot a machine to fix such a problem condition. -- public gpg key id: AE60F64C
2015 Sep 02
2
why I use chrome on CentOS
I use chrome on CentOS because I wrote a web socket web app and I can only get chrome to work properly with web sockets. I have a local web app created with erlang. It works like ms sccm to wake, freeze/thaw deepfreeze PCs and can update windows/mac/linux boxes when they need updates for some student computers labs and department/college class rooms. Thanks for your understanding for my need
2015 Sep 11
2
Cannot open: No space left on device
On Fri, Sep 11, 2015 at 3:19 PM, Dario Lesca <d.lesca at solinos.it> wrote: > the result. # du -sc /* /.??* --exclude /proc|sort -n 0 /.autofsck 0 /.autorelabel 0 /misc 0 /net 0 /sys 4 /cgroup 4 /media 4 /mnt 4 /selinux 4 /srv 8 /opt 16 /home 16 /lost+found 16 /tmp 112 /root 188 /dev 7956 /bin
2015 Aug 25
4
Compile for C6 / glibc
In the hope that some skilled developers are here: We have a commercial product that do not run under CentOS6 /lib64/libc.so.6: version `GLIBC_2.14' not found Is it possible to compile software (compile switch?) on a system that uses a newer glibc but in such a way that can be used (executed) on a system with an older glibc (like here: compiled on glibc 2.14 based system but C6 is on
2014 Nov 18
3
Fwd: Centos and logs
Hello, may be anyone familiar with some tool for viewing logs. I mean web-interface based, simple solution. I have developers, and I can't give them access to my Centos servers, but they want to see logs of Apache. I want to give them address like 172.17.17.21/logs and they will be able to watch logs of Apache in browser. I was looking a lot for something like this, but didn't find.
2015 Mar 27
7
headless VirtualBox on Centos
Hello listmates, I am wondering if there is a set of scripts/utilities for automatically starting and running headless (no X11) VM's using VirtualBox omn a CentOS 6 server. VNC/RDP access to the VM's would be fine. Any help much appreciated. Cheers, Boris.
2015 Apr 24
2
Real sh? Or other efficient shell for non-interactive scripts
On Fri, April 24, 2015 12:04 pm, John R Pierce wrote: > On 4/24/2015 9:47 AM, Gordon Messmer wrote: >> On 04/24/2015 03:57 AM, Pete Geenhuizen wrote: >>> if you leave it out the script will run in whatever environment it >>> currently is in. >> >> I'm reasonably certain that a script with no shebang will run with >> /bin/sh. I interpret your
2015 Aug 27
5
please block user
On 8/26/2015 5:09 PM, Always Learning wrote: > Whoops. Lovehearts just arrived. They don't look like 'hearts' to me. > > Have complained to lovehearts.com owner = Swizzels Matlow Ltd, an > English company. its loverhearts.com, and they are also using heartslover.com for web links. the first domain is registered to someone claiming to be in Miami Florida, while the 2nd
2015 Mar 06
4
Centos 6 - disabling IPv6 addressing
I have just moved a host from a network that supports static IPv4 and IPv6. The IPv4 addr is set in ifcfg-eth0, and the IPv6 via RA (I set the MAC so I get an IPv6 addr that I like). I just moved the host to a network that supports static IPv4, but only dymanic IPv6, so at this time (until I get static IPv6), I need to disable the global IPv6 addressing. So in the ifcfg-eth0 file I set: