Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
rogue
- Page 1
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Week Ago
by Dani
… HTTP 403 error, just in case any decide to go
rogue
and sneak around.) Once you earn 15+ reputation points, your…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Re: Rogue, nethack, or larn?
Community Center
Geeks' Lounge
14 Years Ago
by Blazing Master
Rogue
Rogue Government Programmer Had Child Porn
Hardware and Software
Networking
16 Years Ago
by slfisher
In another case of a potentially
rogue
government programmer, the investigator found more than he bargained for: …
Rogue, nethack, or larn?
Community Center
Geeks' Lounge
14 Years Ago
by jon.kiparsky
Well, we all know that the only games worth playing are ASCII games, right? (games with pictures are for people with no imagination...) So - leaving aside all of the wonderful arguments about adventure versus zork, and all... of the roguelikes, which is king?
Rogue
, nethack, or larn?
rogue process
Hardware and Software
Linux and Unix
11 Years Ago
by xtrick
i used the command : sudo /etc/init.d/networking stop in ubuntu 12 Now this command has not completed , remains active even after reboot and continues to stop a network connection a few seconds after it becomes active. i looked at ps aux but i'm none the wiser. How to eliminate this
rogue
proces plwase
Re: rogue process
Hardware and Software
Linux and Unix
11 Years Ago
by xtrick
… so on. Yes i will check networking interfaces but that
rogue
process would not show there i believe.
variable rogue not initialized?
Programming
Software Development
15 Years Ago
by eikal
…public static void main(String[] args) { String classname; String
rogue
; Scanner inputDevice = new Scanner(System.in); System.out.println…System.out.println("bye bye"); } } }[/code] the
rogue
string is what im having trouble with, i believe im… declaring
rogue
wrongly im not sure how i would go …
Re: variable rogue not initialized?
Programming
Software Development
15 Years Ago
by Ezzaral
You can just use[code]if(classname.equalsIgnoreCase("
rogue
")){[/code]
Trying to Port Rogue Wave to STL libs in C++
Programming
Software Development
17 Years Ago
by RohitSahni
… to `(std::string) (unsigned int, unsigned int)' [/code] And also
Rogue
Wave Provides us with the Hash Function, Can anyone also…
Approach to rogue
Programming
Game Development
15 Years Ago
by Hiroshe
… spair time. I'm thinking of making a clone of
rogue
(the 80's unix rpg). I'm wondering what the…
Several issues, rogue "windows security", google redirect, etc.
Hardware and Software
Information Security
15 Years Ago
by deadbydesign
… up info on how to rid pc's of the
rogue
windows security virus and followed instructions and downloaded malwarebytes'. I…
Re: Rogue, nethack, or larn?
Community Center
Geeks' Lounge
14 Years Ago
by pritaeas
Nethack
Re: Rogue, nethack, or larn?
Community Center
Geeks' Lounge
14 Years Ago
by IsharaComix
Out of your choices, I'd pick Nethack, but I've always been quite partial to [url=http://roguebasin.roguelikedevelopment.org/index.php?title=Dungeon_Crawl_Stone_Soup]Crawl[/url].
Re: rogue process
Hardware and Software
Linux and Unix
11 Years Ago
by CimmerianX
That command would stop the networking functions. AFter a reboot, networking would start up again automatically unless there was a problem with your configs. May I assume you edited the /etc/networking/interfaces file and made changes before you stopped networking? If so, you should check there 1st. what does 'ifconfig' show?
Re: rogue process
Hardware and Software
Linux and Unix
11 Years Ago
by rubberman
As what CimmerianX said. Also, what you did was just the same as executing the command "service networking stop" as root. As are most services, the networking services will be restarted on boot, or runlevel change (see the man pages for init or telinit).
Re: rogue process
Hardware and Software
Linux and Unix
11 Years Ago
by here2serve
Are you saying that running " sudo /etc/init.d/networking stop" just keeps running over and over again?
Rogue MSIEXEC.EXE task
Hardware and Software
Microsoft Windows
20 Years Ago
by isundby
Hello again all. I recently attempted an Office 2000 install of a component that wound up resulting in a MAJOR "problem", which resulted in (I SWEAR !!!) about 100 windows opening for assorted applications, mostly IE. Now, what has happened is the MSIEXEC.EXE (MS Installer) file sits as a started task, and I would like to get rid of …
Rogue system tray icons and pop-ups.
Hardware and Software
Information Security
19 Years Ago
by logangreer
I am getting icons in my task manager that tell me I have spyware and viruses. I have run hijackthis and booted in safe mode to delete the things, but I must be missing something because when I start my computer back they are there again. Please help. I have read and read on this site and I cant find anyone with the exact problem. Here is my …
Re: Rogue system tray icons and pop-ups.
Hardware and Software
Information Security
19 Years Ago
by 'Stein
Welcome to Daniweb :) Roger that, you're infected with a SpyAxe infection. Let's begin by downloading [url=http://siri.urz.free.fr/Fix/SmitfraudFix.zip]SmitfraudFix[/url]. Extract all the files to your Destop. A folder named [b]SmitfraudFix[/b] will be created on your Desktop. ______________________________ Next, download the trial …
Re: Rogue system tray icons and pop-ups.
Hardware and Software
Information Security
19 Years Ago
by tayspen
You have smitfruad. Please run HJT agian, and select [b]Do system scan only[/b]. Then check these items. [b] R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = c:\secure32.html R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Local Page = c:\secure32.html O2 - BHO: Nothing - {b0398eca-0bcd-4645-8261-…
Rogue Javascript
Community Center
Meta DaniWeb
18 Years Ago
by Rashakil Fol
I'm getting some javascript that's causing slowdowns. It's stuck in an infinite loop or something. This is on Konqueror. Never happened before.
Rogue San Francisco IT Administrator Finally Sentenced
Hardware and Software
Networking
15 Years Ago
by slfisher
It took two years, but Terry Childs, former network administrator for the city of San Francisco, has finally been convicted of one felony count of computer tampering. In [URL="http://www.daniweb.com/news/story219397.html"]2008[/URL], Childs changed the system's router passwords and then for more than a week refused to give them to …
Re: variable rogue not initialized?
Programming
Software Development
15 Years Ago
by eikal
it worked, thank you :D
Re: Approach to rogue
Programming
Game Development
15 Years Ago
by MosaicFuneral
Where's the particle bonanza, eyecandy overload, and cute to till you puke stuff? Disregard everything you wrote, and focus on what I wrote. For it is the secret to suckering in a cult following, which means a guaranteed audience for all following releases. At least eight dozen!
Re: Approach to rogue
Programming
Game Development
15 Years Ago
by Hiroshe
[QUOTE]Where's the particle bonanza, eyecandy overload, and cute to till you puke stuff?[/QUOTE] In the time capsule in my back yard. I may or may not open it up in the future. :P
Re: Several issues, rogue "windows security", google redirect, etc.
Hardware and Software
Information Security
15 Years Ago
by PhilliePhan
Please update your MBAM and then follow the steps in the linky below and post those logs for us and somebody ought to be able to advise you further: [B][COLOR="Green"]http://www.daniweb.com/forums/thread134865.html[/COLOR][/B] Let us know if any of the steps give you trouble. Cheers :) PP
Re: Warning: do not mistake Malwarebiter for Malwarebytes
Hardware and Software
Information Security
12 Years Ago
by LastMitch
>
Rogue
Anti-Virus genre, I read some where that if you go to adult theme website. The java code will infect your computer within seconds if you click on an ad on the iFrame like you mention. Then it will tell you to download **Malwarebiter** and people will download it just to remove it but instead it crashes your system.
Re: Change-a-Letter-or-Two-Game
Community Center
Geeks' Lounge
18 Years Ago
by vinod_javas
rogue
virus assistance required
Hardware and Software
Information Security
16 Years Ago
by rassqs
…. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\19734582825968140544398488296040 (
Rogue
.Antivirus) -> Quarantined and deleted successfully. …. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\19734582825968140544398488296040 (
Rogue
.Antivirus) -> Quarantined and deleted successfully. …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC