|
Jo posted:I need to run check disk on an NTFS partition from Linux. What are my options, other than booting into windows twice? Z-Bo posted:I'm trying to find out which file gftp uses to store login credentials. I have an old ftp account I haven't used in over a year on a box that I can only ssh into. I've misplaced my login credentials for the ftp account, but am sure it is still stored in some file on that box. How can I get at it? 6174 posted:Not even close. gFTP is a FTP client, not a graphical front-end to a FTP server. Not to mention most FTP daemons keep their login credentials separate from rest of the system by default, making your comment about /etc/passwd crazy. Scaevolus fucked around with this message at Jul 21, 2007 around 18:10 |
| # ¿ Jul 21, 2007 17:51 |
|
|
| # ¿ May 22, 2013 07:33 |
|
James IV posted:I've got an older linux box running an old copy of fedora that's pretty much on its last legs. It kernel panics when I try to boot it but I'm 99% sure there's nothing wrong with the data of the files, which is what I'm after. I'm wondering if there's a way to use a modern linux live cd or boot cd or some such to load up a modern copy of linux so I can get the archived files I need off the hard drive then be done with it for good? So...is it possible to boot into a live cd and mount the current filesystem drives? Yes. You can also pull the hard drive out and try to use a different computer to get the data off as well.
|
| # ¿ Aug 14, 2007 23:11 |
|
evilmonkeh posted:I've only ever hosted websites on paid for web hosting before, and to point a domain at it all I did was change the domains name servers. I have a computer running ubuntu server which I want to host my website with, what is the best way to point my domain name at it? eg I would like to be able to setup sub domains etc. What internet connection do you have? Many residential connections forbid you to run a server over their network.
|
| # ¿ Aug 17, 2007 16:47 |
|
shyguy posted:Are there any good GUI based programming programs out there? I'm using Ubuntu and I'm getting the itch to play around with Python/C/C++. I could do it and have using the command line programs, but I really don't want to. You should try vim as well, but the learning curve is a bit steeper than emacs.
|
| # ¿ Aug 22, 2007 08:07 |
|
rugbert posted:Hey, does linux have a sweet spot when it comes to RAM like XP or vista? Scaevolus fucked around with this message at Aug 23, 2007 around 03:24 |
| # ¿ Aug 23, 2007 03:21 |
|
JoeNotCharles posted:It's probably people who come from Debian, who are used to running the "unstable" build because there are rarely serious problems with it and the stable build is very slow to update.
|
| # ¿ Aug 23, 2007 17:27 |
|
SnatchRabbit posted:I guess either one would be ok. Is it just easier to run a few programs with an emulator? What programs do you want to run? Also, WINE Is Not an Emulator.
|
| # ¿ Aug 29, 2007 20:12 |
|
SnatchRabbit posted:video encoders
|
| # ¿ Aug 29, 2007 23:30 |
|
thenameseli posted:There is currently no OSS encoder (any very limited decoding) of wmv9 (VC-1), for example. Scaevolus fucked around with this message at Aug 30, 2007 around 03:52 |
| # ¿ Aug 30, 2007 03:49 |
|
SnatchRabbit posted:Intel 945 it looks like. For now, I've been usi ing the wired ethernet. I'm trying to get my vmware installed but I'm kind of lost. I've dled the rpm file for linux but not sure how to install it via command line. This is where google comes in handy. Most everything has been documented-- http://www.google.com/search?q=ubuntu+vmware posted:HowTo: Windows (XP) on Ubuntu with VMWare Server - Ubuntu ForumsHowTo: Windows (XP) on Ubuntu with VMWare Server Tutorials & Tips.
|
| # ¿ Aug 30, 2007 22:12 |
|
emf posted:Hey, here's a quick one. The SMP bit shouldn't be a problem. Nvidia drivers work fine with 64-bit. Wine should be able to work with 64-bit*. I couldn't find a hardware listing for the X3000 with lazy googling. *Hasn't used Debian recently
|
| # ¿ Aug 31, 2007 20:04 |
|
Toiletbrush posted:The most recent example, that set me off asking this: No, desktops always look like crap using jpeg. I challenge you to find a desktop screenshot using jpeg that doesn't look horrible. Or, upload it as (lossless) png somewhere, and I can save it as jpeg with photoshop to demonstrate that the results are equivalent.
|
| # ¿ Aug 31, 2007 22:41 |
|
To demonstrate, I found a random desktop, and exported it to JPEG with Photoshop CS2 and GIMP 2.4rc1 Original (lossless) png (from http://jamesthevicar.com/images/png...op-20050325.png) Photoshop, saved with Save for Web dialog, Optimized, Quality 64 (384KB) GIMP, saved with quality 85, optimized on, subsampling 1x1,1x1,1x1 (best quality), and DCT Method Floating point (387KB) The one made by photoshop looks just slightly better. Feel free to tweak settings if you can make one that looks better. Edit: woops, a stray brush stroke in the GIMP example... please ignore it
Scaevolus fucked around with this message at Sep 1, 2007 around 02:25 |
| # ¿ Sep 1, 2007 01:24 |
|
teapot posted:Though the difference is still visible (Photoshop file size is smaller even though it shows slightly less artifacts), its quality factor is absolutely definitely not 64 but 88. Photoshop's quality setting and the resulting file's reported quality must be different then. Here's shakey proof (who knows, I could have photoshopped it )
|
| # ¿ Sep 1, 2007 02:47 |
|
Kobayashi posted:A) What should I use /mnt for? /mnt/store sounds like a perfectly fine place for that. It's the same question as how your home folder should be organized-- it's all personal preference. If the files are mostly an extension of what might be in your home folder, I would make a symbolic link so it appears in your home folder (/home/kobayashi/svn -> /mnt/store/svn, etc.)
|
| # ¿ Sep 19, 2007 22:08 |
|
Harokey posted:I want to find the hardware address of a machine. /sbin/ifconfig eth0 | grep HWaddr | cut -c 39- works, but I don't think ifconfig gives constant output. /sbin/ifconfig eth0 | grep HWaddr | awk '{print $5}' might work slightly better e;f,b improved space squeezing: code:Scaevolus fucked around with this message at Sep 19, 2007 around 23:48 |
| # ¿ Sep 19, 2007 23:46 |
|
Harokey posted:Edit: You can also just grab the contents of /sys/class/net/eth0/address
|
| # ¿ Sep 20, 2007 00:02 |
|
dfn_doe posted:PC internal clocks are notoriously inaccurate, setup ntp on a cron job to skew it back to the correct time if it bothers you. Don't use ntp on a cron job, use ntpd.
|
| # ¿ Sep 21, 2007 22:29 |
|
Yoghurt posted:Ok, I've got one: You could just use fixmbr under Windows, although you could also set it to boot Windows by default on grub's selection screen. Unless a 3 second pause in your boot is undesirable?
|
| # ¿ Sep 22, 2007 01:55 |
|
Yoghurt posted:I have a week or two of holidays coming up and this is the holiday project I've designated myself this time around. I figure if I'm going to do this and I've got all this spare time to do it, I may as well research how to boot the thing so that I'll never have to worry about it again. It's not that the extra boot time is undesirable, it's that I've curently got the time and effort to get rid of it - so I'm going to.
|
| # ¿ Sep 22, 2007 03:01 |
|
The Remote Viewer posted:Looks like the problems I was having with AAC files were most likely caused by this: Well, there's another reason not to use Ubuntu.
|
| # ¿ Sep 22, 2007 22:50 |
|
Comatoast posted:1) Is ext2 in windows better or worse than ntfs-3g in linux? I've been nervous about running torrents on a ntfs drive under linux, and equally nervous about accessing an ext3 partition from windows. Bottom line: ext3 or ntfs? 1) I'd use ntfs-3g. The windows ext2 driver doesn't work with uncleanly dismounted ext3 filesystems (e.g. hibernating) 3) Optimally, use the nvidia drivers offered by your package manager. Otherwise, you'll need to compile them against the kernel headers of whatever kernel you're using.
|
| # ¿ Sep 25, 2007 00:56 |
|
LesserEvil665 posted:I'm new to using linux on a personal copmputer, but was interested in trying it out on my new Dell Inspiron 1520. I'm looking for a distribution that would support the hardware, compliment the laptop platform, have good features, and be lightweight. What would you goons recommend?
|
| # ¿ Sep 25, 2007 02:09 |
|
teapot posted:
|
| # ¿ Sep 26, 2007 00:25 |
|
Magicmat posted:Am I correct in assuming that that would require Pidgin to be running to work? I really need something that exists entirerly in a single command, with no background processes or additional commands to execute. AIM isn't really very well suited for one-shot messages.
|
| # ¿ Sep 28, 2007 02:42 |
|
Bubba Ho-Tep posted:I've got a question: I've never used wireless with Linux myself, but I hear Ubuntu's wireless support is excellent.
|
| # ¿ Oct 8, 2007 01:32 |
|
Crush posted:Is it possible to go through a file and find the highest (greatest) first number, and of those lines find the highest second number, and of those lines find the lowest third number and then finally the lowest fourth number? code:
|
| # ¿ Oct 9, 2007 22:17 |
|
Steve French posted:That doesn't handle the following, if I'm reading the question right: Oh, sorry, I misread the problem specification
|
| # ¿ Oct 10, 2007 05:07 |
|
Exi7wound posted:Doesn't have to be text/console. I've enjoyed FreeCiv and am wondering what else is out there that wasn't an option or is so much better on a Linux box. Battle for Wesnoth gets pretty high ratings, although turn-based games aren't my type. http://happypenguin.org has information on games for Linux, browse through the highest ranked ones and try a few out.
|
| # ¿ Oct 12, 2007 23:09 |
|
edit: never mind
|
| # ¿ Oct 13, 2007 16:46 |
|
Neslepaks posted:Something like Alternatively, -printf "%T+ %h%f\n" for more readable time, and directories for the files.
|
| # ¿ Oct 23, 2007 03:53 |
|
Cowboy Mark posted:Second is much simpler. I have a load of extensionless files in a directory. How do I recurse through them and add .txt onto the end of each one? I tried mv * *.txt as a blind stab in the dark. Again, googling is dificult when it's hard to describe the problem, I just get mountains of unrelated information. Also, code:code:
|
| # ¿ Nov 5, 2007 14:23 |
|
Local Yokel posted:But with a better video card, and a wireless card added in. Ubuntu installs on the hard drive.
|
| # ¿ Nov 6, 2007 01:45 |
|
Anunnaki posted:I just installed Ubuntu 7.10 on my home PC, and I've got a couple of questions: ![]() 2. If you want to change display order, just move the chunks around. If you want Vista to load by default, put the line "savedefault" after it, and remove any other savedefaults in the file.
|
| # ¿ Nov 7, 2007 00:26 |
|
Anunnaki posted:The Vista and XP entry were the only ones with "savedefault" in them, and I deleted the XP entry, but the Ubuntu kernel was still the first entry on the list; and the message at the bottom says that it will load the first one that's highlighted. As I said, you can shift the entries around if you want. Also, savedefault should make that entry be the first one that's highlighted.
|
| # ¿ Nov 7, 2007 00:48 |
|
Ozean posted:So. Any advice to make this work, or just an alternative app I can use?
|
| # ¿ Nov 8, 2007 23:29 |
|
Gvaz posted:thats what i was thinking of, i have fluxbuntu downloaded and tried it via a VM on my windows box and it seemed to run fine, althought it didnt have much of anything thats fine too. is there any linux program that saves in .doc or something that isnt OO or am i gonna have to be stuck to .rtf files? Abiword is more lightweight, but it doesn't support as many features as OpenOffice.
|
| # ¿ Nov 10, 2007 19:27 |
|
Nevermind
|
| # ¿ Nov 14, 2007 03:21 |
|
teapot posted:You may have to install ntfs-3g package and reboot before it will work -- I have no idea if it is installed by default. 7.10 has ntfs-3g installed by default, if I remember the release notes correctly.
|
| # ¿ Nov 14, 2007 12:14 |
|
|
| # ¿ May 22, 2013 07:33 |
|
teapot posted:They probably use some ActiveX control, so it definitely needs IE, but may or may not run properly in Wine. Install ies4linux and see it it will work. I'm pretty sure they use Windows Media Player (with DRM) for their videos, so getting it working in Wine will be close to impossible.
|
| # ¿ Nov 15, 2007 22:50 |





