similar to: Newby- New install forgot Login - pwd

Displaying 20 results from an estimated 3000 matches similar to: "Newby- New install forgot Login - pwd"

2009 Jul 02
2
Flash Drive problem?
I've been having an odd problem lately. When I drag files from the computer to a flash drive, they appear to copy, but when I try to use the files I find that only the name was copied (file size of 0). When I copy the same files to the same flash drive, from the terminal, everything seems to work. Has anyone else experienced a problem like this? It's starting to get a little frustrating.
2009 Aug 30
3
A couple questions about Wine
VirtualBox works great but, since I only really use one Windows program (an older, specialized word processor called Movie Magic Screenwriter), I'm thinking of using Wine to run it in CentOS and getting rid of the Windows virtual machine. But a couple questions: 1) If I run Wine, do I introduce security or performance issues? 2) Is there any difference between Michael Harris' Wine
2009 Apr 28
1
Yum Update issues
Has anyone else run into this issue when running yum update? [root at localhost ronb]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * rpmforge: fr2.rpmfind.net * base: mirror.anl.gov * updates: styx.biochem.wfubmc.edu * addons: mirrors.tummy.com * extras: ftp.usf.edu Setting up Update Process Resolving Dependencies There are unfinished transactions
2009 Mar 29
1
Permission to add Latitude D400 info to the Laptop WiKi.
I'm a requesting access to a Laptop "template" so I can enter information about installing CentOS 5.2 on a Dell Lattude D400. My user name is RonB on the forums. Thanks. Ron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20090328/6c8976ce/attachment-0003.html>
2009 Jun 26
1
libgio?
Hi, I'm trying to run Celtx (a screenplay formatter) in CentOS 5.3 from the shell. If I run celtx-bin I get the following error: ./celtx-bin: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory If I run celtx I get ./celtx-bin: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or
2010 Sep 18
1
Went with OpenDNS for now
A few weeks ago I asked about firewalls and family filters. Lanny Marcus, I believe, suggested OpenDNS. Just wanted to thank him (and everyone here) for their suggestions. Eventually I would like to learn about firewalls, but I don't really want to run another machine at this time. OpenDNS is trivial to set up on the router and looks to be just about exactly what I wanted. Thanks. Sorry to
2016 Jul 09
2
SSH multi factor authentication
On Sat, Jul 9, 2016 at 10:30 AM, Ben Lindstrom <mouring at eviladmin.org> wrote: > You'd do this by either moving the authorized_keys to another a root owned > location using "AuthorizedKeysFile" (e.g. AuthorizedKeysFile > /etc/ssh/keys/authorized_keys.%u). Or you use "AuthorizedKeysCommand" and > put the keys into a "database" to reference
2015 Jan 13
4
Design changes are done in Fedora
On Mon, January 12, 2015 11:47, Warren Young wrote: > On Jan 10, 2015, at 7:42 PM, James B. Byrne <byrnejb at harte-lyne.ca> > wrote: >> On Fri, January 9, 2015 17:36, John R Pierce wrote: >>> >>> Enterprise to me implies large business >> >> Enterprise literally means 'undertaking?. > > Danger: We?re starting to get into dictionary flame
2009 Aug 17
6
hi all! can''t open github!!
hi all! can''t open github (http://github.com/why/camping/tree/master) What''s going on? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20090817/bba31d63/attachment.html>
2009 Aug 10
3
A bit more on the Firefox 3.5.issue
I set up a CentOS desktop computer for my brother and his kids. When Firefox 3.5 came out he decided to download and install it like he would Windows (he doesn't yet understand the repository system). He's been telling me that it works fine, even though I was skeptical due to my experience with Firefox 3.5 on CentOS 5.3. Then today, he says, "Oh, by the way, the CentOS computer has
2010 Jul 30
5
When should LVM be used?
In my old computer I have a much bigger hard drive then in this one -- and I plan to hand that old computer down to one of my sons -- keeping his current drive from an even older computer. Currently the hard drive on my old computer has SuSE Linux, but that will go. I'll rebuild CentOS 5.5 on it, but I want to leave some free space for whatever comes up and also dual-boot Vector Linux. Which,
2005 May 27
3
[LLVMdev] Lightweight code loader
On May 26, Reid Spencer wrote: > Alexander, > > Yes, a patch like that would be accepted. Fewer dependencies = good :) > > Some notes on doing this: > > (1) Please make sure you use the std c++ iostream libraries for doing > I/O. No native calls (we end up with portability problems). If you need > something that must be ported, please add it to lib/System Sure. What
2017 Apr 12
1
Enterprise Linux Slack
On Wed, Apr 12, 2017 at 4:12 PM, Jonathan Billings <billings at negate.org> wrote: > On Wed, Apr 12, 2017 at 07:50:32PM +0200, Andrew Holway wrote: >> No, certainly not instead of. A mailing list is essential. I'm part of a >> few slack communities and it seems an excellent platform for realtime >> discourse and noob baiting. Very sadly the #centos and #rhel freenode
2017 Apr 12
3
Enterprise Linux Slack
> > Not enthused with slack. And here's a real question: were you talking > about *instead* of this mailing list? No, certainly not instead of. A mailing list is essential. I'm part of a few slack communities and it seems an excellent platform for realtime discourse and noob baiting. Very sadly the #centos and #rhel freenode irc channels seem to be rather quiet these days and
2005 May 27
0
[LLVMdev] Lightweight code loader
Alexander, Yes, a patch like that would be accepted. Fewer dependencies = good :) Some notes on doing this: (1) Please make sure you use the std c++ iostream libraries for doing I/O. No native calls (we end up with portability problems). If you need something that must be ported, please add it to lib/System (2) You should also use the sys::Path class (include/llvm/System/Path.h) for handling
2009 Sep 30
2
Asterisk and VOIP was Re: CentOS for non-tech user
-----Original Message----- From: Brian Mathis The difference is that CentOS is a general-purpose OS that can be used for many things, and has a much bigger installed base. That makes it more of a target and would likely be included in scanning tools. A custom OS running on a PBX might also have vulnerabilities, but it's also probably not a big target because of the diversity of systems
2005 May 27
2
[LLVMdev] Lightweight code loader
On May 16, Chris Lattner wrote: > On Mon, 16 May 2005, Alexander Friedman wrote: > > Would it be possible (ie, relatively straitforward) to do the > > following: Take the code in module A, compile it with the JIT (since > > we cannot make libraries in Windows), and save the resulting binary > > goo in some file. Later (in a different instance of the runtime), with >
2011 Oct 05
2
any way to convert back to DateTime class when "accidental" conversion to numeric?
Hi, In short, I would like to know if there is any way to convert a numeric into a date, similar to how strptime() can convert a string to a date time class? There are some functions, etc. which don't work well with dates, and tend to force them into numerics. I understand that the number it spits back is the number of seconds since the beginning of 1970 (see the first few sentences
2013 Dec 02
1
Days to solstice calculation
Hello, I've come across a problem in developing a set of custom functions to calculate the number of hours of daylight at a given latitude, and the number of days a date precedes or secedes the summer solstice. I discovered an inconsistency concerning leap years between my derived values and those from the US naval databases. It seems as far as I can figure that my inconsistency arises either
2007 Jun 10
4
USB Keyboard
Hello, My desktop machine at work was replaced and they gave me a Dell Optiplex GX520 machine to use. When booting from CD-ROM I use isolinux 3.50 and the keyboard does not work. It does work once linux boots, and it works if I hit the F2 to go into bios before isolinux starts. I have searched google and the syslinux archives for 'Optiplex GX520' but have not found any reports of