Home | Community | Message Board


This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Shop: North Spore Injection Grain Bag   Unfolding Nature Unfolding Nature: Being in the Implicate Order   PhytoExtractum Maeng Da Thai Kratom Leaf Powder   Kraken Kratom Red Vein Kratom

Jump to first unread post Pages: 1 | 2  [ show all ]
Offlinemellowparty
legitimate researcher


Registered: 05/17/09
Posts: 18,467
Last seen: 10 years, 2 months
I've just installed Linux
    #18881087 - 09/23/13 03:38 PM (10 years, 4 months ago)

And its pissing me off cause I can't get anything to run properly on this shit.

To think I began by trying to install aircrack to steal internets from people when I can't do a simple copy paste :facepalm:

Wtf linux


--------------------


Extras: Filter Print Post Top
InvisibleShroomismM
Space Travellin
Male User Gallery

Folding@home Statistics
Registered: 02/13/00
Posts: 66,015
Loc: 9th Dimension Flag
Re: I've just installed Linux [Re: mellowparty] * 1
    #18881096 - 09/23/13 03:41 PM (10 years, 4 months ago)

You gots to do research, mang. Linux, if shit doesn't work, you tweak it and make it works.


--------------------


Extras: Filter Print Post Top
Offlinemellowparty
legitimate researcher


Registered: 05/17/09
Posts: 18,467
Last seen: 10 years, 2 months
Re: I've just installed Linux [Re: Shroomism]
    #18881121 - 09/23/13 03:47 PM (10 years, 4 months ago)

:lol::thumbup: this is so true

Before I could attempt to steal peoples wifi I had to figure out why the tap function on my touchpad is not working.

After 10sec research on google it turns out its a standard thing on Debian XFCE and you actually have to write codes inside some of the files relating to touchpad use.

So you have to do that sudo su shit and then edit the file through the terminal with a nano prefix of some sort (its more likely a function than a mere prefix)

# nano /usr/share/X11/xorg.conf.d/50-synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
EndSection

and you need to add

        Option "TapButton1" "1"
        Option "RBCornerButton" "3"

above EndSection

:wtfsonic: all that for a mere tap function on your touchpad.


--------------------


Extras: Filter Print Post Top
InvisibleShroomismM
Space Travellin
Male User Gallery

Folding@home Statistics
Registered: 02/13/00
Posts: 66,015
Loc: 9th Dimension Flag
Re: I've just installed Linux [Re: mellowparty] * 1
    #18881133 - 09/23/13 03:50 PM (10 years, 4 months ago)

:fonz:

That's why it's a hacker/programmer OS

:themoreyouknow:

But it's super fucking powerful.
But generally yeah, if you run across a problem... google is your guru.


--------------------


Extras: Filter Print Post Top
Invisiblelessismore
Registered: 02/10/13
Posts: 6,268
Re: I've just installed Linux [Re: Shroomism]
    #18881135 - 09/23/13 03:52 PM (10 years, 4 months ago)

Quote:

Shroomism said:
You gots to do research, mang. Linux, if shit doesn't work, you tweak it and make it works.




Yup, same for aircrack

you need to compile your wifi driver with injection support (injection patch)

if no patch exists, you make a patch ;P

hopefully your chipset is supported for injection

you can change your transmit power too while you're at it, in the source of your wifi driver

expect to use a few weeks nights to get it to work (wep/wpa cracking), you usually have to write a script for it yourself

then you can learn bash for the script,  and C for writing the patch for the driver

before you look back you have grown a stallman beard and 1998 is 2013


btw.. awus036h , that's a good wifi adapter with injection support, 1W tx power, covers 1-2km easily it seems (up to 7-8x more accesspoints than a normal laptop would find IME)
free wifi, just use it for good purposes, then it's not illegal, it's your duty

free your computer from proprietary software is a good idea, you'll never go back, linux is much better (you don't sacrifice your freedom there)
even if it takes time to learn, it's worth it, much more powerful once you know how to use it
but with the newest Ubuntu, anyone can use linux, even people who haven't seen a PC before, it's just not as free as other dists (gentoo/slackware/debian i.e.)


Edited by lessismore (09/23/13 04:02 PM)


Extras: Filter Print Post Top
Offlinemellowparty
legitimate researcher


Registered: 05/17/09
Posts: 18,467
Last seen: 10 years, 2 months
Re: I've just installed Linux [Re: lessismore]
    #18881154 - 09/23/13 03:55 PM (10 years, 4 months ago)

Geez the turorial made it sound like a 15min endeavor. I think I need proper tutorials starting from the 101 stuff :lol:


--------------------


Extras: Filter Print Post Top
Offlinemellowparty
legitimate researcher


Registered: 05/17/09
Posts: 18,467
Last seen: 10 years, 2 months
Re: I've just installed Linux [Re: lessismore]
    #18881193 - 09/23/13 04:05 PM (10 years, 4 months ago)

Quote:

mio said:
btw.. awus036h , that's a good wifi adapter with injection support, 1W tx power, covers 1-2km easily it seems (up to 7-8x more accesspoints than a normal laptop would find IME)
free wifi, just use it for good purposes, then it's not illegal, it's your duty

free your computer from proprietary software is a good idea, you'll never go back, linux is much better (you don't sacrifice your freedom there)
even if it takes time to learn, it's worth it, much more powerful once you know how to use it
but with the newest Ubuntu, anyone can use linux, even people who haven't seen a PC before, it's just not as free as other dists (gentoo/slackware/debian i.e.)



Mine is Atheros AR928X, I've no idea if its any good.

I'm moving out soon, not being a moocher anymore but being unemployed and out of the drug business so I need to afford internet access somehow and the aircrack concept was right up my alley.

I believe that if I understood it well enough I'd probably forget about microshit and their fascist software but at this point its still overwhelming. Nevertheless I have the motivation (just need the proper tutorials the get the basics)


--------------------


Extras: Filter Print Post Top
Invisiblelessismore
Registered: 02/10/13
Posts: 6,268
Re: I've just installed Linux [Re: mellowparty]
    #18881205 - 09/23/13 04:09 PM (10 years, 4 months ago)

Do it right, install Debian

then compile a fresh vanilla kernel yourself from kernel.org :wink:

you don't get as tempted to run proprietary software with debian as you get with ubuntu/dualboot
as soon as you have a fresh linux system you will feel like wanting to learn about it, bash is very quickly learned

take your time, and get the right chipset for the job too (awus036h or prism or such chipset should be good, $20)
intel works too, but not as good IMO, but it can inject fine with a hard to find patch

linux is easy when your hardware is supported
and very hard when it isn't
get sound blaster live 5.1 sound card, nvidia graphics card, awus036h or atheros chipset for wifi
then everything will work out of the box almost (except wifi, you have to compile that with inject patch)
but these days, mostly any sound card works with linux/alsa (onboard sound too)

just don't get an ati graphics card if you want graphics that works... those drivers never work(except with old kernels)
nvidia always works perfectly with linux, no matter the  card it seems in my experience

I always buy my hardware for linux/use old hardware, linux doesn't need very new hardware, runs smooth on old hardware

and if you want linux games , there is only one game
quake
john carmack is god :wink: he publishes all his games with full source
so you can play games and still be free
doom1,2,heretic,hexen,quake1,2,3  , those run perfectly on any linux system without lag and support network play, people still play them

just remember freedom is most important, that is why you run linux and won't go back


Edited by lessismore (09/23/13 04:19 PM)


Extras: Filter Print Post Top
Invisiblememes
Blessed


Folding@home Statistics
Registered: 01/11/05
Posts: 27,785
Loc: In a Tree
Re: I've just installed Linux [Re: lessismore] * 1
    #18881212 - 09/23/13 04:11 PM (10 years, 4 months ago)

god i wish i understood enough to work linux. 




i wish there was a single book that could teach me everything i need to know :smile:


Extras: Filter Print Post Top
InvisibleFruitOfLife
Professional Package Handler


Registered: 05/21/12
Posts: 4,832
Re: I've just installed Linux [Re: memes]
    #18881220 - 09/23/13 04:12 PM (10 years, 4 months ago)

Quote:

memes said:
god i wish i understood enough to work linux. 




i wish there was a single book that could teach me everything i need to know :smile:



:whathesaid:

That sounds way too complicated just to get free internet lol


--------------------


Extras: Filter Print Post Top
Offlinemellowparty
legitimate researcher


Registered: 05/17/09
Posts: 18,467
Last seen: 10 years, 2 months
Re: I've just installed Linux [Re: memes]
    #18881222 - 09/23/13 04:13 PM (10 years, 4 months ago)

I'll have to hit up my buddy, he's a computer guy knows all that shit you're talking about. And yes I'm with Debian XFCE. One thing I really like is the terminal. So much win there :gameover:

Quote:

memes said:
god i wish i understood enough to work linux. 




i wish there was a single book that could teach me everything i need to know :smile:



You and me both, man :highfive:


--------------------


Extras: Filter Print Post Top
Offliner00tuuu123
Now I'm just really piseed
 User Gallery


Registered: 04/20/12
Posts: 8,507
Loc: I'll be there in a minute
Last seen: 7 years, 10 months
Re: I've just installed Linux [Re: mellowparty]
    #18881230 - 09/23/13 04:17 PM (10 years, 4 months ago)

Man save yourself a ton of work and just install Backtrack or Backbox they already have all the tools you need, only thing is that backbox is an italian distro so it is a bit harder to resolve problems cause their forums are mostly in Italian.


--------------------
:kingcrankey: Please report me to a Mod for hurting your punk ass hippie feelings :flipthebird: And all time Champion thread killer.:thatsayes:


Extras: Filter Print Post Top
Invisiblelessismore
Registered: 02/10/13
Posts: 6,268
Re: I've just installed Linux [Re: mellowparty]
    #18881248 - 09/23/13 04:24 PM (10 years, 4 months ago)

Quote:

mellowparty said:
I'll have to hit up my buddy, he's a computer guy knows all that shit you're talking about. And yes I'm with Debian XFCE. One thing I really like is the terminal. So much win there :gameover:

Quote:

memes said:
god i wish i understood enough to work linux. 




i wish there was a single book that could teach me everything i need to know :smile:



You and me both, man :highfive:




I'd recommend ion,blackbox,evilwm,ratpoison  as window managers you must try in that order

XFCE is boring ;P

they work very well with uxterm + bash, tiled window manager the first one, so it can fill op your whole screen with terminals next to each other when you spawn a new one

looks much better than gnome/xfce IMO, can't use xfce myself or gnome, they're really tedious to use

takes a few days to a week to feel comfortable with a new window manager


Edited by lessismore (09/23/13 04:31 PM)


Extras: Filter Print Post Top
OfflineShiVersblood
VAmPiRES HELLA ❤
I'm a teapot User Gallery

Registered: 08/18/07
Posts: 115,620
Loc: United States of America Flag
Last seen: 10 hours, 22 minutes
Re: I've just installed Linux [Re: lessismore]
    #18881265 - 09/23/13 04:28 PM (10 years, 4 months ago)

Linux is too complicated for me.


Extras: Filter Print Post Top
Invisiblelessismore
Registered: 02/10/13
Posts: 6,268
Re: I've just installed Linux [Re: ShiVersblood]
    #18881272 - 09/23/13 04:29 PM (10 years, 4 months ago)

Linux is about learning and having fun while learning
Ubuntu Linux is not about learning, it is a simplified linux distribution, everyone can use it, even people who have never seen a computer before (easier to use than windows xp because it finds all drivers for you,and you get office + firefox by default - you dont get that on winxp)


Edited by lessismore (09/23/13 04:44 PM)


Extras: Filter Print Post Top
Offliner00tuuu123
Now I'm just really piseed
 User Gallery


Registered: 04/20/12
Posts: 8,507
Loc: I'll be there in a minute
Last seen: 7 years, 10 months
Re: I've just installed Linux [Re: lessismore]
    #18881284 - 09/23/13 04:32 PM (10 years, 4 months ago)

It's all in what your used to . Light weight managers are ok I tried a few but gnome or kde can be simpler to use depending on what you are doing.


--------------------
:kingcrankey: Please report me to a Mod for hurting your punk ass hippie feelings :flipthebird: And all time Champion thread killer.:thatsayes:


Extras: Filter Print Post Top
InvisibleLobsterSauceDiscord
 User Gallery

Registered: 11/09/08
Posts: 19,884
Re: I've just installed Linux [Re: r00tuuu123]
    #18881301 - 09/23/13 04:37 PM (10 years, 4 months ago)

Linux was good for a change even though it was annoying and took a lot of patience but my computer packed up so now it's back to windows where I don't have to convert anything as it's all there.


Extras: Filter Print Post Top
Invisiblepsi
TOAST N' JAM
Male User Gallery

Registered: 09/05/99
Posts: 31,456
Loc: 613 Flag
Re: I've just installed Linux [Re: lessismore]
    #18881448 - 09/23/13 05:21 PM (10 years, 4 months ago)

Quote:

mio said:
btw.. awus036h , that's a good wifi adapter with injection support, 1W tx power, covers 1-2km easily it seems (up to 7-8x more accesspoints than a normal laptop would find IME)
free wifi, just use it for good purposes, then it's not illegal, it's your duty




I used to have something similar from Engenius. A 15' USB extension is a good thing to have for optimum antenna placement. I only used open networks though.


Extras: Filter Print Post Top
InvisibleShroomismM
Space Travellin
Male User Gallery

Folding@home Statistics
Registered: 02/13/00
Posts: 66,015
Loc: 9th Dimension Flag
Re: I've just installed Linux [Re: lessismore]
    #18881563 - 09/23/13 05:54 PM (10 years, 4 months ago)

Quote:

mio said:
btw.. awus036h , that's a good wifi adapter with injection support, 1W tx power, covers 1-2km easily it seems (up to 7-8x more accesspoints than a normal laptop would find IME)
free wifi, just use it for good purposes, then it's not illegal, it's your duty






I have the awus036HR - fucking love it. Thing picks up signals from everywhere...


--------------------


Extras: Filter Print Post Top
Invisiblememes
Blessed


Folding@home Statistics
Registered: 01/11/05
Posts: 27,785
Loc: In a Tree
Re: I've just installed Linux [Re: Shroomism] * 1
    #18881646 - 09/23/13 06:15 PM (10 years, 4 months ago)

3v3n hearing people t4lk about l1nux makes me have a h34dach3


Extras: Filter Print Post Top
InvisibleCyclohexylamine
Turn on, Tune in, Drop out
 User Gallery

Registered: 09/08/10
Posts: 14,327
Re: I've just installed Linux [Re: Shroomism]
    #18881655 - 09/23/13 06:18 PM (10 years, 4 months ago)

Quote:

Shroomism said:
:fonz:

That's why it's a hacker/programmer OS

:themoreyouknow:

But it's super fucking powerful.
But generally yeah, if you run across a problem... google is your guru.




Yeah pretty much. Linux is awesome


--------------------
Yes this is tymo - I just changed my name

Have you ever had a dream that you were so sure was real? What if you were unable to awake from that dream? How would you know the difference between that dream world and the real world?


There is NOTHING better than feeling that warm dissociative fuzz creeping up your body from IM K
Something abut that anaesthetic rush... :inlove:

Qualitative Research Chemical Effects and Experiences
The Wonderful World of Methoxetamine
The 3-Meo-PCP Chapters, Part One


Extras: Filter Print Post Top
InvisibleNot Responding
Busted Liar...
Male

Registered: 09/17/13
Posts: 6,755
Re: I've just installed Linux [Re: memes]
    #18881742 - 09/23/13 06:48 PM (10 years, 4 months ago)

gonna read this later... i was thinking about loading linux.


--------------------

Dear Kratom,

I've been numb for so long that I forgot how to feel
So I don't care if it will break my heart,
Just fuck me till I disappear





Extras: Filter Print Post Top
InvisibleNimpo
Big Black


Registered: 05/10/12
Posts: 2,375
Re: I've just installed Linux [Re: Not Responding]
    #18881751 - 09/23/13 06:49 PM (10 years, 4 months ago)

Quote:

Linux




What is this plebeian operating system about


Extras: Filter Print Post Top
Jump to top Pages: 1 | 2  [ show all ]

Shop: North Spore Injection Grain Bag   Unfolding Nature Unfolding Nature: Being in the Implicate Order   PhytoExtractum Maeng Da Thai Kratom Leaf Powder   Kraken Kratom Red Vein Kratom


Similar ThreadsPosterViewsRepliesLast post
* Cracking WEP/WPA without AirCrack?
( 1 2 all )
Gr33nTree73 2,777 22 10/02/08 07:27 AM
by Gr33nTree73
* Linux and AIRCRACK Gr33nTree73 448 5 09/19/08 12:23 AM
by hazey
* This whole linux thing djfrog 742 4 03/12/04 05:21 AM
by Krishna
* Shit you've lost or done while on Xanax.
( 1 2 all )
Flux 6,735 23 01/07/04 09:21 AM
by Twista
* Memorable quotes from people you've met ToTheSummit 1,794 10 01/26/03 07:02 PM
by TekNut
* I've been away... its me Kriz MaskedMulatto 1,305 7 03/12/03 07:16 AM
by Purple_Voyage
* You know you've been growing too long when...
( 1 2 3 all )
daba 8,454 50 07/21/03 02:08 PM
by daba
* What's the furthest you've travelled to buy drugs?
( 1 2 3 all )
spleen 8,478 41 02/09/11 03:49 PM
by 4runner

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: Entire Staff
1,029 topic views. 9 members, 50 guests and 26 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2024 Mind Media. Some rights reserved.

Generated in 0.034 seconds spending 0.009 seconds on 14 queries.