News:

Holy shit, it's 2018 2019 2020 2021 2022 2023 2024, and the US isn't a fascist country! What a time to be alive. Well, shit.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Krazed

#81
Trash Can / Re: Looking to write some Tutorials?
July 19, 2005, 07:34:28 PM
Quote from: iago on July 19, 2005, 06:35:50 PM
"CSB for Dummies".. am I the only one who finds that name funny? 


As for tutorials, try writing one on how to initiate an Internet connection with PPP from Linux?

Yeah, you forgot the "is" in that name.

Anyhow, try writing one on why we would want to read your tutorials.  :)
#82
General Discussion / Memory usage (windows)
July 12, 2005, 06:21:31 PM
Since windows likes to use up so much of my memory, does anyone know a little tweaks, tips, or tricks to get a little bit more out of your xp system? I read an article on it somewhere, don't remember where though.


Note: If you post "download linux, use linux, get linux" or something like that, I'll just delete your post.
#83
General Discussion / What are...
July 09, 2005, 08:14:56 AM
What are the specs of your current workstation?


Mine:

Processor: Pentium III, 598MHz
Ram:256MB Ram
Harddrive(s):74GB Western Digital Harddrive
Drives: Sony CD-RW CRX140E, Floppy disk drive
Video: nVidia GeForce MX 4000
OS(s): Windows XP Build 2600 (SP2)

Note: Try to follow this format, it's just easier to read.  :P
#84
General Discussion / Wallpapers
July 08, 2005, 02:05:39 PM
Post links or the actual images of your favorite wallpapers.

Or, a link to your favorite wallpaper artists websites.

Also, your own wallpapers are welcome.
#85
General Discussion / Project M
July 08, 2005, 12:55:09 PM
Hmm, intresting.

"Sources close to Microsoft told me this week that the software giant has started a mysterious new software project called Project M, which might be a replacement for the Windows shell in Longhorn. Heading Project M is none other than Hillel Cooperman, the user experience guru who presented Longhorn's UI ideas to developers at the Microsoft Professional Developers Conference (PDC) in October 2003. Cooperman reports directly to Chris Jones, who recently returned to the Windows client team. Jones, in turn, reports directly to Will Poole, senior vice president of Windows Client Business. Project M is described internally only as Windows "shell enhancements," a mysteriously vague description. The project is secret even to most people at Microsoft and won't likely be added to Longhorn until the beta 2 or even the Release Candidate 0 (RC0) release. One source theorized that Project M is to Longhorn as Luna was to Windows XP: Early XP (then known as Whistler) betas used a UI called Watercolor that Microsoft eventually dropped. The UI in today's Longhorn builds, which we'll soon see in beta 1, could likewise be pushed aside for something more visually impressive."

Source: AeroXP
#86
Entertainment District / Hrm.
July 08, 2005, 10:38:22 AM
Do you have something to say about windows security, iago?

#87
General Discussion / x86-64
July 08, 2005, 09:28:51 AM
So, who here has a 64-bit processor compudora, and what do you think of it? And what do you think of it, versus 32-bit? Or, if anyone has some good sites, you can just link me.  :)
#88
General Discussion / Happy fourth!
July 04, 2005, 08:48:09 AM
Happy fourth of july, everyone.  :)
#89
General Discussion / Fourth of July..
July 02, 2005, 11:35:46 AM
What are you doing to celebrate?


$900 worth of fireworks, in my basement. Fun. Yes.
#90
New Project Announcements / KrazedChat [VB6]
June 29, 2005, 10:53:13 AM
Hrm. I started this project pretty much because I've been on battle.net for years, and I've used so many chat bots. I'm liked certain things out of all of them, so I figured it's about time I incorporate every option that I liked into one project. I'm not sure if it's going to be public, private, or just mine. It might even be open-source, I don't know.  :P
#92
General Discussion / Name poll
June 18, 2005, 01:51:55 PM
No text.
#93
General Discussion / Name change.
June 16, 2005, 10:43:31 PM
I dropped the ch and added an s, bitches.


This is the last name change, ever, so don't complain.



Note: Updated contact information.


Battle.net: Arson[x86]
AIM: Crims0nVisi0n
E-Mail: stevenjh at optonline dot net (No spam.  :P)
IRC: Arson at #x86 on irc.betaproductions.net / 6667
#94
[x86] Announcements / Welcome RoMi!
June 15, 2005, 05:47:21 PM
I'd like to welcome romi to the clan.

There is currently 17 active members, which would make him need about 12 votes to join.
Vote Results: 12-1-2
                      (Y-N-A)
#95
Backstabbing / The Official Replay Thread
June 14, 2005, 01:34:59 PM
Post your favorite replays here.

Just to start us off, this replay is nothing special.. It's just me and wires backstabbing some kids. Wires did mostly everything, because it was my first time playing in a few years.


[Link:] http://prodigy.x86labs.org:187/~steven/replay1.rep
#96
Unix / Linux Discussion / Text Editors
June 14, 2005, 09:27:13 AM
What's your preference when it comes to text editors in linux?

I use pico, and sometimes, barley ever, emacs.
#97
General Discussion / Let's hear it!
June 12, 2005, 08:59:30 PM
Let's hear about any random thing that happens in your life, yes, that's right. Post, now.




Thing: [*snatch*]


Rabbit, don't edit my posts.
#98
[x86] Announcements / x86 on IRC
May 24, 2005, 11:05:42 PM
For those of you that didn't know, x86 has been on IRC, for months. I've recently seen some of you idling #vl, and have NEVER seen you in our IRC channel, that's just lame.

Anyway....

Server: irc.tehnetwork.org:6667

Channel: #x86


Note: If you're going to be as immature as is seen sometimes in the channel, and on these forums. Stick to the battle.net channel and don't even waste our time by coming to the channel. <3
#99
General Discussion / [SH] Shell scripting
May 22, 2005, 11:51:00 PM
I've recently, (today) gotten into shell scripting. I've written three scripts today, I'll post them here and let you guys discuss them.

We'll start with helloworld.sh.


#!/bin/bash

echo "Hello world bash script!"
echo "Writen by krazed of x86!"
echo "The first of many. :P"

#this script is pointless, shush.
#what directory are we in!?

pwd

#what's in this directory!?

ls

#and, what's the uptime on this boxs?

uptime

#how about the processes being ran?

ps -aux

#Okay, that's all for today, 'folks.
#Written by krazed of x86.
#E-Mail: krazedx86@gmail.com
#AIM: krazedx86


This is called cmdlisting.sh. It takes the contents of the command directorys and lists them into three different .txt files.


#!/bin/bash

echo "Command listing bash script."
echo "Purpose: Copy your command lists to three different text files."

# First, we start off with /usr/bin, the default commands.

ls /usr/bin > defaultcommands.txt
echo "Contents of /usr/bin written to defaultcommands.txt"
echo " "

# Okay, now we have copied the contents of /usr/bin into the file defaultcommands.txt, Next!
# Now, time for /bin, the system commands.

ls /bin > systemcommands.txt
echo "Contents of /bin written to systemcommands.txt"
echo " "

# Okay, contents of /bin are now in systemcommands.txt
# Let's move on to /usr/X11/bin, the X windows programs.

ls /usr/X11/bin > xwincommands.txt
echo "Contents of /usr/X11/bin written to xwincommands.txt"
echo " "

# Alright, last but not least, let's list your installed programs. /usr/local/bin

ls /usr/local/bin > installedprograms.txt
echo "Contents of /usr/local/bin written to installedprograms.txt"
echo " "
echo "Script executed, no errors, not bad for my second script ever, eh?"

# Okay, that's the script for yah.
# It's not too bad for my second script ever.
# This script written by krazed of the x86 crew.
# We're on IRC at irc.tehnetwork.org:6667 #x86.
# E-Mail: krazedx86@gmail.com AIM: krazedx86


And, this is the third one. This one is actually pretty nifty, it's me experimenting with ANSI color codes, and scripting in color.


#!/bin/bash

# A small shell script written so I could fuck around
# and get the hang of coding with colors in shell scripts.

# A full list of all the ANSI color codes.
#1m     -     Change text to hicolour (bold) mode
#4m     -        "    "   "  Underline (doesn't seem to work)
#5m     -        "    "   "  BLINK!!
#8m     -        "    "   "  Hidden (same colour as bg)
#30m    -        "    "   "  Black
#31m    -        "    "   "  Red
#32m    -        "    "   "  Green
#33m    -        "    "   "  Yellow
#34m    -        "    "   "  Blue
#35m    -        "    "   "  Magenta
#36m    -        "    "   "  Cyan
#37m    -        "    "   "  White
#40m    -     Change Background to Black
#41m    -        "       "      "  Red
#42m    -        "       "      "  Green
#43m    -        "       "      "  Yellow
#44m    -        "       "      "  Blue
#45m    -        "       "      "  Magenta
#46m    -        "       "      "  Cyan
#47m    -        "       "      "  White
#49m    -        "       "      "  Default background
#7m     -     Change to Black text on a White bg
#0m     -     Turn off all attributes.

echo -e "\x1B[34;49m This is blue text on default background."
echo -e "\x1B[32;49m This is green text on default background."
echo -e "\x1B[37;42m This is white text on green background."

# This script written by krazed of the x86 crew.
# We're on IRC at irc.tehnetwork.org:6667 #x86.
# E-Mail: krazedx86@gmail.com AIM: krazedx86


I re-wrote cmdlisting.sh so I could practice getting color codes down. So here it is, the new and improved, cmdlistingv2.


#!/bin/bash

echo -e "\x1B[34;49m" "Command listing bash script, version2. Rewritten 05/22/05."
echo -e "\x1B[34;49m" "Purpose: Copy your command lists to four different text files."
echo " "

# First, we start off with /usr/bin, the default commands.

ls /usr/bin > defaultcommands.txt
echo -e "\x1B[31;49m" "Contents of /usr/bin written to defaultcommands.txt"
echo " "

# Okay, now we have copied the contents of /usr/bin into the file defaultcommands.txt, Next!
# Now, time for /bin, the system commands.

ls /bin > systemcommands.txt
echo -e "\x1B[31;49m" "Contents of /bin written to systemcommands.txt"
echo " "

# Okay, contents of /bin are now in systemcommands.txt
# Let's move on to /usr/X11/bin, the X windows programs.

ls /usr/X11/bin > xwincommands.txt
echo -e "\x1B[31;49m" "Contents of /usr/X11/bin written to xwincommands.txt"
echo " "

# Alright, last but not least, let's list your installed programs. /usr/local/bin

ls /usr/local/bin > installedprograms.txt
echo -e "\x1B[31;49m" "Contents of /usr/local/bin written to installedprograms.txt"
echo " "
echo -e "\x1B[34;49m" "Script executed."
echo -e "\x1B[0m"

# Okay, that's the script for yah.
# This script written by krazed of the x86 crew.
# Script rewritten so I could fuck with color codes.
# We're on IRC at irc.tehnetwork.org:6667 #x86.
# E-Mail: krazedx86@gmail.com AIM: krazedx86
#100
General Discussion / Deaf/Blind Spin-off.
April 27, 2005, 08:50:11 PM
This is a spinoff of the last topic..

What would you do if you woke up tommorow morning and you were deaf?

What would you do if you woke up tommorow morning and you were blind?

Answer seperatley.