Jump to content
xisto Community

qwijibow

Members
  • Content Count

    1,359
  • Joined

  • Last visited

Everything posted by qwijibow

  1. The actual virus is the poeple stupid enough to believe it, and post about it on forums like this for other people to fall for it... the thing about a virus (living or computer) is it needs to infect other hosts fater than it kills them. otherwiese it will not spread. a virus that destroys your pc the second it gets there has zero change of spreading. the most sucessfull computer virii are like human Colds. they do no real damage... and dont make someone soo ill that they stop going about therw daily buiseness so they can go to work / school and infect others.
  2. ive only ever used Opera on my DamnSmallLinux machine.... its not free is it ? there was an annoying banner that wanted me to register to get rid of it. as for firefox being ugly... well... if firefox was beautiful by default, many users would never find the themes button
  3. imagine your hard drive as a very very very long list of ones and zero's that make up all your data.the data needs to be structured with whats called a file system. think of a file system as the contents page in a book. when you save a file, the computer writes the information to your hard drive, then makes a note of where that information is on the conents page (file system) when you come to delete that file, the computer doesnt actually go through the file writing over all the ones and zero's. that would take too long ! so what it does, is remove mention on that file from the contents page. and if the file is not in the contents page, the computer doesnt know where to find it, so it apears to be deleted. however it IS possible to search the disk with porgrams like the ones mentioned here, and write that file back into the contents page. however.. while this file is not in the contents page, the computer teats it as free space on the hard drive, so eventually the file will be written over.
  4. Ahhh.. okay i understand...for simplicity, i just make sure not to use BF code in comments..i use SUB for '-' and ADD for '+'.great language though !makes me want to attempt to learn assembly.... again !
  5. the thing about computers, is they tend to round things off.... 6.000001 gigabytes 5.99999 gigabytes is all the same 6 gig as far as windows98 is concerned.
  6. your code makes no sence to me.... [a-b 0 b 0 0] this executes straigth after a closed loop... the the contents of the memory will alsways equal zero, so this loop is never entered.. and if it was entered, it would just loop round subtracting one untill it was at zero...
  7. for the answer to this question,, see either Post 1, 2 or 3 on this thread.
  8. The REAL question is... why are people running email clients with such high privilages !!!give me one valid reason why a mail client would ever need to gain direct access to a hard disk.there are only 2 things that need direct access to a hard disk.... Disk Formatting Tools, and the Kernel.
  9. its impossible to remove a bad sector... bad secorts are things like scratches on the surface of the disk make by the read/write head... those heads are razor sharp, and with disks spinning at 7200 rpm, if you give thse disk a good knock, it does some damage... anyways, the software you pointed out simply maps around the bad sectors. effectivly shrnking the total disk capacity.
  10. WindowsXP is much worse...this is not an opinion, its a fact. its right there with facts and figures. nobody chooses windowsXP, it comes pre-installed. anyways, ill not bother post anymore since you post is pretty lame. you just stated an uninfomed opinion, with no arguments to back it up.
  11. so.... opera sounds like a great browser... why is nobody raving about opera ?why is it firefox everything ? is it just because firefox is up and comming (less than 24 hours till the 1.0 release), and opera has been around a while ? or is it that Opera is a well kept secret.. like linux used to be ? I went to university, and in the first week was told i needed to learn Unix... and there was 2 ways to become comfotable in unix... 1) spend a load of time in the Unix labs 2) use linux as a home system (free). this was the first time i heard the world "Linux" its a 1 hour bus ride to uni, so i downloaded linux... havent booted windows since (except to fix it for friends and family)
  12. Yep... that PDF is unreadable.Centered Text is okay for text (just annoying)but in C++ indentation is vatal to code readability !the best free tool for making PDF's is Groff (GNU version of Troff)may i surgest the ms macros.
  13. Yeah.... thats one of the great things about Firefox..its meant to be light weight and fast... all the extra functionality (java, flash, mouse gestures, adblock etc etc) are available via the extensions.
  14. Ive never used Opera..... but whats wrng with the way firefox implements tabbed browsing ?and firefox also does the whole mouse gestures thing
  15. the vast majority of linux distrp's are free, whatever you intend on using them for. In the old days, when computers werent intended to be used by anyone except scientists, then Microsoft bought an easy to use OS, renames and re-sold it. I see Microsoft more as a marketing company, they did not write DOS, they paid someone else to make a vheap copy of the Unix shell, then renamed is MS-Dos. but the Operating System that changed the world was not windows... it was Unix ! without Unix we would not have the internet ! And without BSD's source code, windows would not be able to access the internet. Windows origonally took its Tcp/IP source code from BSD, but i think IPX is a microsoft invention... but IPX is lame ! And Microsoft can never go Open source!MS have been Fudding (Fear, Uncertanty, and Doubt) Linux for years. Saying that open source is a "cancer" and "un-american" MS have very little credability left, if they open sourced windows, they would have lost what little remains.
  16. Its True that not all games are compatably with Linux... HOWEVER games on linux are cathing up.UnrealTournament2003 and 2004 both shipped with a linux installer !Also, ID software released a Free Doom3 engine for Linux.. (which basically means the binaries are free, but you need to buy the windows CD for the game content)And they released the Linux Version Months ago, and they only recently announced that they are starting work on a MacOSX version.Games companies are starting to realise the number of ocnsumers using Linux, and they are rating them higher than the Mac.Anyways.. ahh yes. user friendlynes... we could argue this point till the cows came home (one of my fave expressions) and would never reach a conclusion.my arguemt for my opinion (that KDE is more user friendly) is as follows.I have 2 computers... only One is connected to the internet, and dual boots , Linux for me, Windows for the family. t connects to the cable modem through a network card.for reasons ill not go into, i needde to have both computers connected to the internet at the same time.i connected the main computer to the second computer via the network cable, and connected the main computer to the cable modem via USB.with the new network settup i booted both windows and linux... who both auto detected that the network card was nolonger connected to the internet, just a small lan, and the USB port was the new internet connection. it was also easy to set them both to share the interne ocnnection across the local area network.the problem arised when a week later, i rewired the network again to its origonal state.The first time i rewired the network, the operating systems detected that the netowrk card was nolonger on the internet by the fact that there was no DHCP anymore. (there usually is) so they gave the card a static IP.when i rewired again, i wanted the cards tobe configured by dhcp again.. i had to tell them this, since there was no way for the cards to realsise there now was DHCP again...in linux, this was as simple as changing a line from "ifconfig_eth0=192.168.0.1" to "ifconfig_eth0="dhcp"in windows....... well, it took all day.windowsXP is fluffy, it doesnt want to scare users with words like "DHCP" so there was no Use DHCP clickbox.the wizzards were just spawning error messages about my internet connection though USB being gone.. and itt kept listing the network card as local area connection.so i couldnt use the wizzards, and there was no way of forcing dhcp to be used.i eventually had to uninstall the netwokr card, re-boot, re-install the network card, just to trick XP into scanning for DHCP.annoying !
  17. FreeBSD (freeBSD.org) this is THE operating systems for servers.i would say FreeBSD is more or less equal to a good linux Distro, but BSD is more mainstream (if that is important to you) Both FreeBSD and Linux are Secure... but the actual security of your site will depend on how many mistakes setting up the web servers... for example, some people will make a new account like username ftp, password ftp for public downloading, but they forget to dissable that account for SSH logins... then anyone can SSH into your machine, and use it to send spam email. (this kind of human error is quite common) Windows is the ONLY major operating system out there that has a problem with Virii.Virii can only exist under certain conditions that do not exist in other Operating Systems (Unless a virus find a way to get root access (or guesses your root password) SO ANYTHING except windows. However.... you have to realsie that most people viewing your server may be using windows... so even though you are running Linux or BSD, you still need a virus scanner to prevent users from uploading virii for other windows users to download. in my Opinion, Linux... but ive never developed in BSD or any flavours of UNIX. so basically.... Anything Except Windows. If you want a Commercial Unix OS, go for Sun's SOALRIS. if you want a Free Open Source Unix, go for FreeBSD. if you want to go for Linux, use either Slackware, or Gentoo. Redhat is a more famous Server Distro... but its a little too bloated in my opinion, but maybe a little easyer to setup.
  18. maybe he was a bit harsh.. but your arguments were pretty lame. amways, dont argue wih the mods, they have supernatural abilities... ive seen them make posts dissapear without traces (and possibly people too) edit: And whats wrong with OpenOffice !!!! ive never used star office, soi cannot compare it with that, but... well.. looks like MS Office, Compatable with MS Office... and has all the same featutres of MS Office. plus, ive never heard of an OpenOffice MAcro virus... and its FREEEE.. you cant argue with that !
  19. lol... thats what you think... you should see an IF structure in BrainF*ck ! lets say you want to compare memory address 0 to memory address 1 and if they are equal DO somthing, (Without destroying the variables, you must.... 1) make a copy of the varibales to work on in memory at address 2 and 3. (so noot to change origonal variables) to make a copy of memory address 0 to memory address 2 you need to loop through subtracting one from address zero, adding one to memory address 2 and 5(temp) on each loop... then loop through address 5 subtracting one, and addinng one to address 0 on each loop. all of that just to make a copy of a varrable.. and you have to do that twice.... here is the brainf*ck code to copy a variable #copy address 0 to address 1.[->+>+<<] #this will set address 0 to zero, but make copys in address 1 and 2.>>[-<<+>>] #this them moves address 2 into address 0. (leaving address 2 at zero again)now both address 0 and address one contain the origonal value of address 0 2)NEXT... you need to determine if the coppied variables are equal.loop through coppied variable one subtracing one on each loop from itself, and coppyied variable 2. if the variables are equal, then the body of a while next loop will not be entered from the address of coppied variable 2..... code for "If A is not equal to B" >> # move to address 2[->-<] #subtract one from each variable untill the first variable is ZERO>[ (THE VARIABLES ARE NOT EQUAL) [-] ] #the [-] sets this adress value to 0, so the loop will only run once to make a "If A is equal to B" test, you would need to set anouther variable to one, and then enter it with a while loop... but if the NOT EQUAL code is executed, it sets the one variable to zero, preventing the while loop from being entered.... like so... >>[->-<]>>+<< #set address +2 to 1 to allow the TRUE code block to run, this will be set to 0 if the FALSE code block runs.>[ FALSE [-]>[-]] #the [-]>[-]code zero's this loop, and the next loop, preventing the TRUE code block from running. SO....... In assembly, an if statement is as simple as a jump instruction, with a condition, and an address... in BrainFu*k an if code looks like this....... My Example of a rainF8CK IF THEN ELSE statement ,>,<[->+>+<<]>>[-<<+>>] >[->+>+<<]>>[-<<+>>] <[->-<]>>+<[FALSE[-]>[-] ]>[TRUE] and ontop of that, you have to make sure the code you insert into the TRUE and FALSE doesn not interfere with any ariables the IF THEN ELSE code uses. i havent debuged that, its just off the top of my head, so dont be surprised if it doesnt work Ohhh, and iif you think that looked complicated, you dont even want to know what an "IF A is bigger than B" looks like !!!!
  20. he will think twice before asguing with the linux crowed again !!!maybe some day in the future, Microsoft will go the way of the apple, and its oprtating system will be Windows GUI reporgrammed for X,running on a Linux (or BSD) operating system...then we will all be arguing which distro is better.... Getoo, Mandrake, or Microsoft WindtuX....
  21. >>>++[<++++++++[<[<++>-]>>[>>]+>>+[-[->>+<<<[<[<<]<+>]>[>[>>]]]<[>>[-]]>[>[-<<]>[<+<]]+<<]<[>+<-]>>-]<.[-]>>] translates to... move to current memory address + 3, add 2, while current memory address doesnt equal 0 move to current memory address - 1, add 8, while current memory address doesnt equal 0 move to current memory address - 1, while current memeory address doesnt equal 0 move to current memory address - 1, add 2 ,move to current memory address +1 minus 1, return move to current memory address + 2, while.. well, you get the diea right ? think of it as machine code
  22. very few programs may need a re-boot..... but its still a sign of how poor the OS design is, not being able to make cartain changes without a re-boot.defragmentsing the hard disk may only need ot be done once in a blue moon, bt it takes ages to do, shortens the life of the disk drive, and again, the very fact that it needs to be done is proof of the poor disign of the file system.virus scanning... the very fact that there are thousands of new virii every month for this os is a sign of how poor the design is... how many Linux / BSD virii are there ?yes, there are tools to clean spyware... but the very fact that spyware can get onto your system is a sign of how poorly designed the OS is.same with Adware.Virus.... now that argument about it not being targeted because not many people use it is just flawed.There are LOOADS more exploits for MS IIS Server than there are for apache, despite the fact that most servers use Apache.And servers are a far better target for virus writers, as they have higer bandwidths, and have a better potential to spread, and very few people use windows as a server.Linux and BSD is just designed in a decent way that resists virii.and as for your final comment....your favorite windows applications are not compatible...thats like saying its a books fault for not being written in your language.. you cant read it, it your fault.and BSD / Linux is kicking *bottom* as far as compatability goes.Take a huge project like KDE... its a Unix program.. it will compile and work under Linux / All the BSD's / All the Unix's with no source code modification. now THATS portability !
  23. prgraming in any language is easyer.. thats why BrainF*ck is an art form.
  24. http://forums.xisto.com/no_longer_exists/404.png https://g' alt='Posted Image' class='bbc_img' /> http://forums.xisto.com/no_longer_exists/ https://p''>https://p'>http://forums.xisto.com/no_longer_exists/ https://p
  25. There's a funky little program called PuTTY that allows you to setup ssh tunnels in windows, thats all i know.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.