Jump to content

Darkelve

Members
  • Posts

    2516
  • Joined

  • Last visited

Everything posted by Darkelve

  1. Well, since I'm trying always trying to contribute and since I'm not a programmer nor a Linux wizard, I decided to try and contribute in a bit less traditional way. I posted a "Wallpaper Pack" to Kde-look . For this, I edited some of the best pictures that I took during my trip to South America, and released it under a Creative Commons license. It is here on KDE-look http://www.kde-look.org/content/show.php?content=53915 Highlights: Since it is almost 6MB, I had to use a file upload service. Direct link is: http://www.sharebigfile.com/file/97406/wp-...280-tar-gz.html I hope someone enjoys the/a wallpaper(s) in there; if you have feedback, please let me know! Darkelve
  2. I'll break the Gnome hegemony with some KDE screenshots :P http://www.suseforums.net/index.php?act=At...post&id=490 http://www.suseforums.net/index.php?act=At...post&id=494 http://www.suseforums.net/index.php?act=At...post&id=493
  3. Ah, really? The motherboard looks quite high-end. As for the build quality, I'm not going to pretend I know anything about that!
  4. Post originally by Bambino from suseforums.net, I'm just re-posting it: Additionally from http://en.wikipedia.org/wiki/Linuxbios I searched some online shops, and this motherboard is indeed already available. B) I encourage everyone looking for a new computer/motherboard to buy this; we should support these kind of efforts. Darkelve
  5. Take a look here as well: http://www.howtoforge.com/virtualbox_fedora_centos_opensuse
  6. So basically I install Grub/Lilo (SuSe uses Grub) on the MBR of the external hard drive? (I suppose it is also called MBR if you use an external drive?)
  7. My best friend is interested in trying out Linux, currently he has a new mid-end Acer laptop. He asked me if it was possible to run Linux without installing. I said, yes: LiveCD's. Then he asked, is it possible to run it from an external 120GB USB harddrive. I said "I think so, I will ask on some forums". He wants to change as little as possible to his existing operating system, so it would be a plus if he doesn't have to write over his existing MBR. So, can anyone tell me what are the possibilities here?
  8. I'm sure there is interest in it, but to be frank, I am not sure if it accurately represents demand. If only one thing, Dell experienced that Linux users are one of the most networked communities in the world. That being said, I voted too. Hey, you gotta play your hand when you have good cards in a round ;)
  9. Well, since a few weeks, I listen to The Linux Action show regularly, and this was covered in episode 34 (the most recent one). There they had the same doubt and gave a couple of reasons: "- The Linspire guys are really good at some of the things they do... e.g power management ... - Linspire also does a lot of polish on their desktop (usuability, bling bling), so Ubuntu can benefit from that as well"
  10. Yeah, actually usually I use ASP, but PHP runs on it too and I'm trying to learn PHP so it's good practice to use that.
  11. No, actually it's IIS running PHP (I know, I know... :| this is for an MS-only shop...)
  12. Does anyone know how I can write a script that: - reads in all the files in a particular directory - displays the file names in a html list and makes a link of them: <ul> <li><a href="filelocation1">filename 1</li> <li><a href="filelocation2">filename 1</li> <li><a href="filelocation3">filename 1</li> </ul> etc. ? So basically it creates a list of links with the contents in that directory, so you can download them from there.
  13. I searched, but I couldn't find any? They all seem to be download managers without the functionality for this. Can you point me to one please?
  14. Okay, as per someone's suggestion I'm going to try messing around with inotifywait and inotifywatch... wish me luck! :unsure:
  15. Several curse words for SCO come to mind... to stoop so low.
  16. Oops! I'm very sorry... I feel a bit guilty now... :| Especially since I couldn't try it out decently when you posted it. And apparently plasmoids will be able to do stuff like the Paperklip idea... open source progress never ceases to amaze me... Anyway, there's an interesting comments on KDE.org forum as well: http://dot.kde.org/1171382220/ Just search for my username. WorkFlow fed from Beagle search results looks pretty sweet.
  17. You can go to "My Controls, Options (in the left sidebox)" and pick "Manage Your Attachments". Then delete a couple you don't need anymore.
  18. 1. Automatik For those who have read my "Magnetic (files And) Folders" idea, someone commented that it's a lot like what Mac OSX smart folders (and to a lesser extent, Vista's search folders) uses. So this idea is a more simplified version of that. The problem is downloading files and moving them around the filesystem (your folders). The main thing I would like to do is make it so that when a certain file gets downloaded, it "reads" the extension/metatype and copies it to the appropriate folder. For example when downloading a Video, it would end up in the folder "/home/tux/Video". But I realized you can also use this for your "local" file management. The way it could work is that: - there is a hidden or visible folder "Automatik" (the name I made up) or ".Automatic" in your home folder where you can download or drag things to - it could also be useful to have a drop zone for files or links, especially if you have a hidden folder .Automatik - the folder gets monitored constantly for changes. For example beagled could probably do this - when a change is detected (for example, you finish downloading videoTrigun01.avi ), it checks the file and does something with it according to certain criteria. The most simple thing would be to copy/move it to the /home/tux/Video folder, but a more advanced feature could also be parsing the file name and when it contains the string "Trigun", it copies/moves that file to /home/tux/Video/Trigun - Of course certain files have to be excluded, e.g. .part files (partial downloads). Then again, "Automatik" would only do something with extensions/metatypes where there are rules for - some more advanced stuff: say you have a folder with thumbnails and real-size pictures for your website. By scanning the filesize Automatik could create seperate folders for the thumbs and the actual pictures or issue a command to do other picture-stuff with them. 2. The paperklip (no, it's not "clippy" ! :P ) Not sure if this already exists somewhere, but basically the paperklip idea is that you have an icon on your desktop that "holds" a stack of several files, such as video thumbnails or picture thumbnails. When clicking/hovering on it, either the file you have the mouse pointer over gets magnified and you can scroll through it that way with mouse or arrow keys (sort of like the Max OSX animated taskbar), or a 3D "ellipse" pops out, such as the 3D Window switcher in Beryl, and you can also navigate that with mouse or keyboard keys. Clicking or double-clicking it might also launch a program that automatically loads all the files in it, such as Digikam or Picasa for pictures. 3. Combining the two Whenever Automatik sees a change for a filetype/mimetype that corresponds to the paperklip, you see an animation of the file(s) "flying" to their destination, as if the paperclip was magnetic (here I go again with magnetism... :P). This way even when Automatik moves files in the background, this can be spotted. Genius? Madness? Waste of time? You decide! :P [moved from Everything Linux by spinynorman]
  19. "All they have is a diagram." So basically, you saved them the trouble of figuring out how your network is setup, or am I wrong? I have no problem with you or others sharing their setups here, I'm just echoing my feelings that I suspect this might be dangerous.
  20. Hey, sweet! B) Believe me, I used to Google for this a lot, but at a certain time I just gave up... Ye of little faith. Google is your friend, scroll down to Linux on this page: http://homepage.ntlworld.com/schuster/wlan.htm <snip>
  21. Easy to use, not cutting edge. Also I'd like it to detect all the hardware, but an old version of Mepis from 1 or 2 years ago actually did that when I tried it. Should also work relatively fast when using light-weight apps. The faster the better. Fast boot time also important. For example Amarok probably wouldn't run very smoothly I suspect since it's a big program. But I'd want, say, Xmms or something to run fluidly.
  22. Not trying to spoil your fun, but isn't it a bad idea to put all this info on a public forum?
  23. Yes, in fact that was my first thought. My 2nd one was to give Puppy Linux a shot. But I'm afraid that might turn out be a bit too spartan for my likes. Well, trying can't hurt. Slax is also on the list, but I'm guessing that it'll be too heavy with KDE and I don't really like Fluxbox. XFCE would be perfect. WindowMaker might work too, I liked that when I tried it. Or something else, but not Fluxbox or Blackbox unless the other DE's are absolutely too heavy for the thing.
×
×
  • Create New...