You are not logged in.

#1 2009-08-12 16:11:12

ngsupb
Member
Registered: 2009-07-29
Posts: 57
Website

What is the next?

Well, I am quite disappointed by Arch linux. Before I installed it I had Ubuntu and had to fix at least something from time to time. But it wasn't enough and I had free time still.
I was promised that on Arch I will have to fix and learn more. But after I got Arch linux on my notebook running, nothing breaks.
I update everything everything I find with yaourt... Nothing breaks and it just works.

I have got the promised speed of light on Arch linux. I am impressed!
but  where are the promised things that I have to fix here? big_smile

I am bored now. Nothing to fix, I have to back to my work.:/

Last edited by ngsupb (2009-08-12 16:14:56)

Offline

#2 2009-08-12 16:12:46

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: What is the next?

LOL!  Great post!

I guess you need to learn how to break stuff first, then you can start fixing it.  wink


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#3 2009-08-12 16:41:47

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,360

Re: What is the next?

Want to break something? Try pacman -Rd pacman smile.

On a more serious note, if you're really looking for things to fix, give some thought to getting samba4 running in parallel to samba3.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#4 2009-08-12 16:57:29

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: What is the next?

Enable testing/, install a load of -{cvs,svn,git,bzr} packages from the AUR tongue

Offline

#5 2009-08-12 17:05:54

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Re: What is the next?

ngoonee wrote:

Want to break something? Try pacman -Rd pacman smile.

meh chroot into arch and install pacman !next

@ngsupb:
I don't run ARchLinux to break and i don't think any developer has such intentions. Maybe in the testing repo smile

Offline

#6 2009-08-12 17:35:07

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: What is the next?

WARNING!!! Don't do this unless you REALLY want to have to fix things...

Try running the following....

sudo pacman -R $(pacman -Qq | LANG=C sort -R | head -n $((RANDOM % 10)))

I'm not responsible if you screw up your system...


.:[My Blog] || [My GitHub]:.

Offline

#7 2009-08-12 17:43:49

dunc
Member
From: Glasgow, UK
Registered: 2007-06-18
Posts: 559

Re: What is the next?

Ghost1227 wrote:
sudo pacman -R $(pacman -Qq | LANG=C sort -R | head -n $((RANDOM % 10)))
sudo pacman -U /var/cache/pacman/pkg/*

A bit of a sledgehammer approach, but it would work, assuming your cache is up to date... and your command hasn't removed pacman, of course.

Edit: Or coreutils, presumably. It's a good place to start, though.

Last edited by dunc (2009-08-12 17:47:20)


0 Ok, 0:1

Offline

#8 2009-08-12 17:46:07

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,799
Website

Re: What is the next?

Ghost1227 wrote:

I'm not responsible if you fuck up your system...

echo $that | sed 's/if/when/g'

looking for some time killers?

-- learn grep, awk, then sed
-- learn find, it's a file manager all its own (find -exec ftw!)
-- configure mutt for multiple email accounts
-- install and configure xmonad (or some other WM with an unusual config language)
-- design desktops, start a workshop ;D

Last edited by brisbin33 (2009-08-12 17:47:16)

Offline

#9 2009-08-12 18:09:21

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: What is the next?

dunc wrote:
Ghost1227 wrote:
sudo pacman -R $(pacman -Qq | LANG=C sort -R | head -n $((RANDOM % 10)))
sudo pacman -U /var/cache/pacman/pkg/*

A bit of a sledgehammer approach, but it would work, assuming your cache is up to date... and your command hasn't removed pacman, of course.

Edit: Or coreutils, presumably. It's a good place to start, though.

Even if it did remove something critical, there's always the install disk and chroot tongue


.:[My Blog] || [My GitHub]:.

Offline

#10 2009-08-12 18:17:50

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: What is the next?

ngsupb wrote:

bhla bhla bhla

Learn emacs. That should keep you occupied for the next 666 years or so.
tongue


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#11 2009-08-12 18:30:22

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: What is the next?

Try to get up to date open-source voice recognition and facial recognition software to work.

Seriously. Contribute to the AUR, help fix bugs as shown in the bugtracker, etc. It's been burning my free time up lately. It works pretty well. Hang out on #archlinux and help others. Make you own mini-projects like a right-click browser in Openbox, or a new panel. If you have free time, it's because you're not pushing yourself enough. Arch is nice because if you get it stable, it tends to stay stable, allowing you to explore beyond your horizon. Note the operative word there is explore, which means you have to actively do it. The problems won't come to you, necessarily.

Offline

#12 2009-08-12 18:38:10

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: What is the next?

majiq wrote:

Try to get up to date open-source voice recognition and facial recognition software to work.

Seriously. Contribute to the AUR, help fix bugs as shown in the bugtracker, etc. It's been burning my free time up lately. It works pretty well. Hang out on #archlinux and help others. Make you own mini-projects like a right-click browser in Openbox, or a new panel. If you have free time, it's because you're not pushing yourself enough. Arch is nice because if you get it stable, it tends to stay stable, allowing you to explore beyond your horizon. Note the operative word there is explore, which means you have to actively do it. The problems won't come to you, necessarily.

Do you know of an up-to-date FOSS voice/facial recognition solution? I'd play with that one. tongue


.:[My Blog] || [My GitHub]:.

Offline

#13 2009-08-12 22:34:52

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: What is the next?

Dejavu?
I swear I saw a thread exacty like this once before...


neutral

Offline

#14 2009-08-12 22:59:07

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: What is the next?

sand_man wrote:

Dejavu?
I swear I saw a thread exacty like this once before...

http://bbs.archlinux.org/viewtopic.php?id=52560 ?

Offline

#15 2009-08-13 00:09:31

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: What is the next?

Acecero wrote:
sand_man wrote:

Dejavu?
I swear I saw a thread exacty like this once before...

http://bbs.archlinux.org/viewtopic.php?id=52560 ?

That's the one smile


neutral

Offline

#16 2009-08-13 02:02:56

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: What is the next?

Ghost1227 wrote:
majiq wrote:

Try to get up to date open-source voice recognition and facial recognition software to work.

Seriously. Contribute to the AUR, help fix bugs as shown in the bugtracker, etc. It's been burning my free time up lately. It works pretty well. Hang out on #archlinux and help others. Make you own mini-projects like a right-click browser in Openbox, or a new panel. If you have free time, it's because you're not pushing yourself enough. Arch is nice because if you get it stable, it tends to stay stable, allowing you to explore beyond your horizon. Note the operative word there is explore, which means you have to actively do it. The problems won't come to you, necessarily.

Do you know of an up-to-date FOSS voice/facial recognition solution? I'd play with that one. tongue

I'm close to a PKGBUILD for Julius with voxforge acoustic models for the voice recognition. Both are pretty actively developed (I think). As for facial recognition, there's the vxl library, but nothing that uses it yet compiles for me :-/.

Offline

#17 2009-08-13 07:27:18

ngsupb
Member
Registered: 2009-07-29
Posts: 57
Website

Re: What is the next?

sand_man wrote:
Acecero wrote:
sand_man wrote:

Dejavu?
I swear I saw a thread exacty like this once before...

http://bbs.archlinux.org/viewtopic.php?id=52560 ?

That's the one smile

oh well, I should use the search option before I post a new one. But apparently it is a big problem of Arch if users keep posting such threads! big_smile

I like the solution of majiq. Thanks! I will look closer to the bugtracker thing to spend my free time there

Offline

#18 2009-08-13 08:18:40

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Re: What is the next?

i could post my list again about what cool things you can do for Archlinux .
Just learn PKGBUILDS and orphan some AUR packages that's always fun smile

Mr.Elendig wrote:
ngsupb wrote:

bhla bhla bhla

Learn emacs. That should keep you occupied for the next 666 years or so.
tongue

You're the devil

Last edited by jelly (2009-08-13 08:19:25)

Offline

#19 2009-08-19 10:18:25

spupy
Member
Registered: 2009-08-12
Posts: 218

Re: What is the next?

Mr.Elendig wrote:
ngsupb wrote:

bhla bhla bhla

Learn emacs. That should keep you occupied for the next 666 years or so.
tongue

I like the subtle vi reference in your post. smile

On topic, it's been ~5 days since I installed Archlinux and I've run out of things to set up. roll


There are two types of people in this world - those who can count to 10 by using their fingers, and those who can count to 1023.

Offline

#20 2009-08-19 15:34:58

whacath
Member
Registered: 2009-05-26
Posts: 283

Re: What is the next?

spupy wrote:
Mr.Elendig wrote:
ngsupb wrote:

bhla bhla bhla

Learn emacs. That should keep you occupied for the next 666 years or so.
tongue

I like the subtle vi reference in your post. smile

On topic, it's been ~5 days since I installed Archlinux and I've run out of things to set up. roll

Oh, it will come to ya. Theres always something forgotten to setup. smile

Offline

#21 2009-08-19 16:31:49

pseudonomous
Member
Registered: 2008-04-23
Posts: 349

Re: What is the next?

Buy a new ATI graphics card and use the Catalyst drivers; then things can break every time you upgrade Xorg or your Kernel.

Offline

#22 2009-08-19 17:43:32

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: What is the next?

pseudonomous wrote:

Buy a new ATI graphics card and use the Catalyst drivers; then things can break every time you upgrade Xorg or your Kernel.

OH GOD NO
*runs away, slams the door, and hides in the corner with a shotgun*

... uh, sorry about that.

Offline

#23 2009-08-19 17:53:46

AdrenalineJunky
Member
Registered: 2009-05-03
Posts: 149

Re: What is the next?

set mtune and rebuild your entire system from source.

smile

Offline

#24 2009-08-20 17:28:33

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: What is the next?

AdrenalineJunky wrote:

set mtune and rebuild your entire system from source.

smile

Program your own shell, imitations of coreutils, etc... instead of just compiling source too. big_smile

Offline

Board footer

Powered by FluxBB