Search Results

Search: Posts Made By: Alux
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
OK, I want my code above to work with Linux. I'm...
OK, I want my code above to work with Linux. I'm an out of work systems hacker and this seems like a fun way of passing the time.

Some questions;

1.Do Linux Device Drivers operate at Ring 0?
...
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
Dear Corona, The Poke command is very useful...
Dear Corona,

The Poke command is very useful in testing ASM scripts. Also, there should be an ability to access RAM. Especially Kernel RAM. That'd be cool! Imagine!

Where is the FSF?

Oh, and...
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
void main() { char buf[16384]; int...
void main() {

char buf[16384];
int fd=open("/dev/kmem", 'r');
read(fd, buf, 16384); // first 16KB of kernel mem
int x;
for(x =0;;x++) {

printf("%c", buf[x]);

}


}




This is...
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
Update: The above code produced this output. With...
Update: The above code produced this output. With a lil few changes.

This is really strange. Where is the kernel?
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
The Linux kernel is in RAM. I want write access...
The Linux kernel is in RAM. I want write access to that location.

---------- Post updated at 06:24 PM ---------- Previous update was at 06:21 PM ----------

I'm using a Samsung with VIA...
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
My errors;
My errors;
Forum: Cybersecurity 12-21-2011
4,077
Posted By Alux
root cannot write to Linux RAM
void main() {

long ((long)(&array));
int x;
for (;;)
{
(array) =+ 1023;
printf("%c", array[0]);

}


}




What is wrong with this code to print Linux RAM?
Forum: Red Hat 03-16-2006
5,194
Posted By Alux
It seems when I log in to a user account such as...
It seems when I log in to a user account such as Fred

/home/Fred directory updates the time and date on the folder.

I suspect there fore that this will also be true of root.

My question now...
Forum: Red Hat 03-16-2006
5,194
Posted By Alux
/root directory - date keeps changing???
I recently activated tripwire on my redhat 9 box.

Tripwire reports that the time and date of the directory /root is being modified. Also the file inside root called .viminfo is also changing...
Forum: Linux 03-14-2006
15,362
Posted By Alux
Well, it took pretty much 12 hours to find the...
Well, it took pretty much 12 hours to find the right configuration...ha.

I did a couple of things such as smbpasswd -r <xp host>

Dunno if that had any importance but I also changed the smb.conf...
Forum: Linux 03-14-2006
15,362
Posted By Alux
Just to be specific: I have a ML-1610...
Just to be specific:

I have a ML-1610 Samsung printer attached via USB to my Linux Red Hat 9 box.

I have a wireless router that connects the XP Home lap top to the home network and this has...
Forum: Linux 03-14-2006
15,362
Posted By Alux
Sharing Printer Linux + XP (cups/samba)
I keep getting a access denied error when I install from the XP wizard my Linux shared printer.


CUPS CONFIGURATION FILE
<Location /admin>
#
# You definitely will want to limit access to the...
Forum: Linux 12-15-2005
9,154
Posted By Alux
Thanks for the information. Actually, I tried...
Thanks for the information. Actually, I tried login after changing to text login using CTRL + ALT + F1 and it actually gives you a command prompt which is nice.

Its something thats bugged me for a...
Forum: Linux 12-15-2005
9,154
Posted By Alux
Red Hat 9 Login Screen Help
As some users may know, Red Hat 9 uses a graphical login. This works perfectly fine, but one day I had a problem. I logged in as root and changed the resolution of the display. It told me to log out...
Forum: SuSE 12-15-2005
157,389
Posted By Alux
Red Hat Linux 9 - Time Monster
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 6
model name : AMD Athlon(tm) XP 2000+
stepping : 2
cpu MHz : 1666.688
cache size ...
Forum: Programming 12-01-2005
7,290
Posted By Alux
Well...I'm :) almost there... For some...
Well...I'm :) almost there...

For some reason I cannot access any other color than blue. I would also like to apologise for posting a Linux question in the Unix forum. :/

However, my code has...
Forum: Programming 12-01-2005
7,290
Posted By Alux
xlib blues (XFree86 - Linux)
My goal is to open a window in the X-server and plot a series of pixels. However, I find many examples I have tried to draw to a window fail and the window remains blank. Therefore, I am here...
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 08:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy