Anarchist Cookbook  

Go Back   Anarchist Cookbook > Anarchist Cookbook > Hacking
Connect with Facebook

Hacking Hacking related discussions.

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old November 3rd, 2009   #11
xXN0sferatuXx
Member
 
Tournaments Won: 1

Join Date: Oct 2009
Age: 20
Posts: 373
I think the hybrid your refering to is Ubuntu... Not that familiar with it but if memory serves me right thats what it is.
xXN0sferatuXx is offline  
Old November 3rd, 2009   #12
Slawter
Member
 

Join Date: Mar 2008
Location: WA
Age: 19
Posts: 336
Send a message via AIM to Slawter Send a message via MSN to Slawter Send a message via Yahoo to Slawter
I have Ubuntu. if my computer were better and Ubuntu supported MSN, yahoo, and aim and my cam id be so happy, but it doesnt
Slawter is offline  
Old November 4th, 2009   #13
Xon
Senior Member
 

Join Date: Nov 2008
Location: In the blackness of my mind
Posts: 6,967
Send a message via AIM to Xon Send a message via MSN to Xon Send a message via Yahoo to Xon
Quote:
Originally Posted by Slawter View Post
I have Ubuntu. if my computer were better and Ubuntu supported MSN, yahoo, and aim and my cam id be so happy, but it doesnt
It is call pidgin... that will do everything but the cam....


As far as the hybrid idea... I would love to run win 7 with linux functions/abilities built in... Like I love the linux server abilities, and a few other things... like, yum and such...

So, maybe a windows with native linux/ unix support...?
Xon is offline  
Old November 4th, 2009   #14
xXN0sferatuXx
Member
 
Tournaments Won: 1

Join Date: Oct 2009
Age: 20
Posts: 373
Interesting idea....
xXN0sferatuXx is offline  
Old November 4th, 2009   #15
Slawter
Member
 

Join Date: Mar 2008
Location: WA
Age: 19
Posts: 336
Send a message via AIM to Slawter Send a message via MSN to Slawter Send a message via Yahoo to Slawter
Quote:
Originally Posted by Xon View Post
It is call pidgin... that will do everything but the cam....


As far as the hybrid idea... I would love to run win 7 with linux functions/abilities built in... Like I love the linux server abilities, and a few other things... like, yum and such...

So, maybe a windows with native linux/ unix support...?
I know, I use Pidgin. but i have a cam that I'd like to use, and those lil emote things on MSN are fun but I can't use them w/ Pidgin.
Slawter is offline  
Old November 5th, 2009   #16
Warpurlgis
Senior Member
 

Join Date: Mar 2008
Location: At the place with the guy and the thing?
Age: 18
Posts: 3,787
Send a message via AIM to Warpurlgis Send a message via MSN to Warpurlgis Send a message via Yahoo to Warpurlgis
http://share.skype.com/sites/linux/2...ith_video.html
Warpurlgis is offline  
Old November 5th, 2009   #17
Palmer
Senior Member
 

Join Date: Feb 2009
Location: Florida
Posts: 1,556
Send a message via AIM to Palmer Send a message via MSN to Palmer Send a message via Yahoo to Palmer Send a message via Skype™ to Palmer
Quote:
Originally Posted by xXN0sferatuXx View Post
I think the hybrid your refering to is Ubuntu... Not that familiar with it but if memory serves me right thats what it is.
No, Ubuntu is Linux, it's not Windows related at all. Ubuntu uses Gnome. I actually have the newest release of Ubuntu now.

But there is one that is actually a mix between KDE and Windows. IDK the name though.

Maybe if a certain distro ran on the New Technology File System, and supported certain Windows features without using the same code and all of that. That's what I was getting at.

I'm perfectly content with Linux without the NTFS or MS blend though.
Palmer is offline  
Old November 5th, 2009   #18
Xon
Senior Member
 

Join Date: Nov 2008
Location: In the blackness of my mind
Posts: 6,967
Send a message via AIM to Xon Send a message via MSN to Xon Send a message via Yahoo to Xon
Yeah, I would love linux to be able to install on the same partition and executed through windows without virtuilzation.
Xon is offline  
Old November 5th, 2009   #19
xXN0sferatuXx
Member
 
Tournaments Won: 1

Join Date: Oct 2009
Age: 20
Posts: 373
Quote:
Originally Posted by Palmer View Post
No, Ubuntu is Linux, it's not Windows related at all. Ubuntu uses Gnome. I actually have the newest release of Ubuntu now.
Sorry, my mistake =) thats how i heard Ubuntu discribed to me lol.
xXN0sferatuXx is offline  
Old November 5th, 2009   #20
DoG MikkyW
Senior Member
 
DoG MikkyW's Avatar
 

Join Date: Mar 2008
Location: Florida
Age: 21
Posts: 1,273
Send a message via ICQ to DoG MikkyW Send a message via AIM to DoG MikkyW Send a message via MSN to DoG MikkyW Send a message via Yahoo to DoG MikkyW
Pidgin sucks. I wrote this for it. (My hacking sn is Vap0r.)
Quote:
//Coded by Vap0r
using System;
using System.Xml;

namespace Decoders
{
class PidginPass
{
static void Main(string[] args)
{
XmlDocument xDoc = new XmlDocument();
xDoc.Load("%appdata%\\.purple\\Accounts.xml");
XmlNodeList protocol = xDoc.GetElementsByTagName("protocol");
XmlNodeList username = xDoc.GetElementsByTagName("name");
XmlNodeList password = xDoc.GetElementsByTagName("password");
for (int i = 0; i < username.Count; ++i)
Console.WriteLine("Protocol: " + protocol[i].InnerText + "\nUsername: " + username[i].InnerText + "\nPassword: " + password[i].InnerText);
Console.WriteLine("Press any key to continue...");
Console.ReadKey(true);
}
}
}
DoG MikkyW is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:37 PM.


Powered by Anarchy and vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.