Re: linux distro that is light on resources but accessible?

2015-01-26 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Hi,Hacker, instead ofparted /dev/sda --script mklabel gptsgdisk /dev/sda -o -n 1:0:4096:ef02 -n 2:4097:500M -n 3:1024001:0parted /dev/sda --script set 1 bios_grub onparted /dev/sda --script disk_set pmbr_boot onmkfs.ext4 /dev

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? You're correct, it was quite a son of a bitch to test. That's how it is in the iso. This is it using lines instead of semicolons:#!/usr/bin/zshmodprobe ecryptfsecho "WARNING! THIS PROCESS WILL DESTROY ALL INFO

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Hi hacker,I would not recommend doing it this way. For one, it makes it impossible to read, and for 2, it makes it impossible to debug or test. I'll get the file, though. URL: http://forum.audiogames.net/viewtopic.php?pid=2

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? alternatively, here's the code:modprobe ecryptfs ; echo "WARNING! THIS PROCESS WILL DESTROY ALL INFORMATION ON YOUR HARD DISK!!! You have 10 seconds to exit by pressing control c" ; sleep 10 ; echo "Welco

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? it's in /usr/bin inside the airootfs.sfs which you have to unsquashfs and mount the airootfs.img as an ext4 loop device URL: http://forum.audiogames.net/viewtopic.php?pid=201658#p2

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Hi,Where, exactly, is the autobuild script? I've downloaded the ISO and am unable to find it with 7zip, which would most certainly let me find it. I could list all the apps I do find in there, if you want? URL:

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? btwthank you for the feedback. As I become more proficient in this language and get more free time, although since the college semester starts tomorrow it might take quite a bit of time, I will add the features you requested

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? To be honest, this project started out as really only for my use when I had to set up systems in bulk for part of my job last summer. I might add selective partitioning in the near future, as I said, this was my first project

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: linux distro that is light on resources but accessible? @hacker, your autobuild script, while being very nice indeed, is not a good way to set up arch as it destroys the experience that new arch users get when using it. They can use it, of course. Put it in the AUR or submit it to the

Re: linux distro that is light on resources but accessible?

2015-01-19 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: linux distro that is light on resources but accessible? @hacker, your autobuild script, while being very nice indeed, is not a good way to set up arch as it destroys the experience that new arch users get when using it. They can use it, of course. Put it in the AUR or submit it to the

Re: linux distro that is light on resources but accessible?

2015-01-13 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Here's the readme:Arch Autobuild Live EnvironmentContents++disclaimer++intro++requirements++How to use++What this installs:++What this will do++FAQS++disclaimer    Arch Autobuild Live Environment    Copyright (C) 2014  Daniel

Re: linux distro that is light on resources but accessible?

2015-01-13 Thread AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
Re: linux distro that is light on resources but accessible? on the subject of linux, I'm looking for testers or debuggers for a project I've been working on since last summer, autobuild. It's an installer type thingy for arch that installs more or less everything you need

Re: linux distro that is light on resources but accessible?

2014-12-03 Thread AudioGames . net Forum — Off-topic room : tward via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Arqmeister, as some have told you the stock Ubuntu distribution isn't as lightweight as it once was but there are lightweight releases of Ubuntu you can try which may deliver what you are looking for. As has previously

Re: linux distro that is light on resources but accessible?

2014-12-02 Thread AudioGames . net Forum — Off-topic room : mhussain via Audiogames-reflector
Re: linux distro that is light on resources but accessible? hi there,there is ubuntu mate which you can try.https://ubuntu-mate.org/I hope this helps.it is light wate, fast, and easy to use. URL: http://forum.audiogames.net/viewtopic.php?pid=196366#p196366

Re: linux distro that is light on resources but accessible?

2014-06-16 Thread AudioGames . net Forum — Off-topic room : arqmeister via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Sounds quite complicated. I'd be willing to work with it if there was literally a step by step process that i could follow. The command line doesn't scare me, but i want to make sure i'm entering the right command

Re: linux distro that is light on resources but accessible?

2014-06-16 Thread AudioGames . net Forum — Off-topic room : hadi . gsf via Audiogames-reflector
Re: linux distro that is light on resources but accessible? After preparing the  arch Linux and everything is installed,  We have to install XFCE, gnome-orca, then do that command?URL: http://forum.audiogames.net/viewtopic.php?pid=177057#p177057

Re: linux distro that is light on resources but accessible?

2014-06-16 Thread AudioGames . net Forum — Off-topic room : wanderer via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Last I checked it was accessible, though it's been a year or so since I've used it. Just make sure you have a script to set the variable for the desktop AT modules to load at boot, if it's a new install create it like

Re: linux distro that is light on resources but accessible?

2014-06-16 Thread AudioGames . net Forum — Off-topic room : hadi . gsf via Audiogames-reflector
Re: linux distro that is light on resources but accessible? I also recommend arch Linux but here's the problem.Kyle who is the maintainer of Talking arch never released a tutorial for installing a desktop on your Arch Linux.Wanderer, Is XFCE accessible? if it is, could you spend some

Re: linux distro that is light on resources but accessible?

2014-06-15 Thread AudioGames . net Forum — Off-topic room : Trenton Goldshark via Audiogames-reflector
Re: linux distro that is light on resources but accessible? You can also visit:http://talkingarch.tk, for a tutorial, and the talking arch ISO, which was updated recently.URL: http://forum.audiogames.net/viewtopic.php?pid=177032#p177032

Re: linux distro that is light on resources but accessible?

2014-06-15 Thread AudioGames . net Forum — Off-topic room : wanderer via Audiogames-reflector
Re: linux distro that is light on resources but accessible? Arch is a great option if you're willing to install from the command line, and it takes a bit of screwing around to get to work, but it's very customizable, and you choose exactly what gets installed. If you go with arch the

linux distro that is light on resources but accessible?

2014-06-15 Thread AudioGames . net Forum — Off-topic room : arqmeister via Audiogames-reflector
linux distro that is light on resources but accessible? Hey guys. I have an old dell machine from about 2006 laying around with a single core pentium 4 processor. While it can technically run windows 7, it struggles a little, and loading times aren't quite what i'd like. I was wo