Best cross browser compatibility tool for Linux machine? [closed] - browser

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a best browser compatibility checking tool for my linux machine ( dont want online checking tool) .
Wanted a tool which should be run in my local. Is there any tool ? If yes please recommend.
Regards,
ArunRaj.

I also tried to solve this issue a few weeks ago. After some hours of research i came to the conclusion that sand-boxing or building virtual-machines would be the best solution for me.
I can also recommend ievms script to install virtual machines for running IE6 up to IE10 with a single command:
Automated installation of the Microsoft IE App Compat virtual machines
The Images are provided by Microsoft itself:
Internet Explorer Application Compatibility VPC Image

For realistic testing, think about using virtual machines and virtual environments like Vmware Player or VirtualBox (https://www.virtualbox.org/). You can install different operating systems and different browsers to see what your page looks like.

Related

Is there any website having command line environment of Linux, for practicing commands? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I was wondering whether I could practice LINUX commands and shell scripting, online, over a website which could provide me an editor to practice them. And I know that probably the easiest thing to do would be to download a Linux LIVE CD and then practice shell scripting, but apart from it, I want to practice them online, anywhere I want, anytime I want and on any system, without bothering about booting from a LIVE CD.
There is a quite a good one here:
Javascript PC Emulator - http://bellard.org/jslinux/
Related:
How does Linux emulator in Javascript by Fabrice Bellard work?
Simulating linux terminal in browser
There is a site linuxzoo that provides you the linux environment, but you need to use a emulator(like Putty) to connect to this webserver and execute the commands. please go through the site it might be helpful.
I've played with http://cb.vu/ a bit...pretty cool
May be www.webminal.org (I'm involved in this project :P)

Linux Kernel Rootkit samples [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm working on some new techniques for Linux Kernel Rootkit Detections as my thesis. I need some sample of rootkits to test my method and also do some machine learning tests.
But not the old-dusty ones in packetstorm that could be found in computer history books as well. I've read alot about it and I've seen some new methods of rootkit implementations in phrack and some other resources. It would take a lot of time to just implement PoC rootkits out of them for me and I would just get to the starting point for my project by then.
If anyone could help me with this it would be greatly appreciated.
Any site, ftp, compromised system, unknown rootkit libraries, anything that might be a sample for my work is appreciated. But with this in mind that what I need are Linux kernel Rootkits.
Any type, LKM, System Call Hooking, Object hooking, system.map /dev/mem working stuff
Thanks
p.s by new rootkits I don't mean like non-reported or all-over-the-news rootkit, something that would work on ubuntu 10.04 or newer would be great (Kernel version 2.6.32+)
you can get some kernel rk from the follow link
http://www.ussrback.com/UNIX/penetration/rootkits/
For obvious reasons, you aren't going to find any rootkits available for download on the public internet. Doing so would be a huge liability exposure to anyone hosting them. Your options are: make some friends in the security research or black hat communities, or run some honeypots and capture them yourself.

What is a good GeoTiff Viewer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working with GeoTiff related files and would like to know what's a good viewer to see the outcome of my work? It needs to work on a Windows machine.
Thanks.
ERViewer from ERMapper was good, you need to register now to get it from ERDAS:
https://download.hexagongeospatial.com/downloads/imagine/erdas-er-viewer-2014-v14-01
Irfanview can also open GeoTIFF, but won't be as efficient for very large files.
OpenEV in the GDAL suite will also display GeoTIFF: http://openev.sourceforge.net/ - GDAL is very helpful in general for GeoTIFF.
Manifold 9.0 is also very good, there's a free viewer for use on Windows. http://www.manifold.net/viewer.shtml
You can also use uDig for viewing GeoTiff (and other GIS-data): http://udig.refractions.net/
uDig - User-friendly Desktop Internet GIS: A GIS Framework for Eclipse
uDig is an open source (LGPL) desktop application framework, built with Eclipse Rich Client (RCP) technology.
uDig can be used as a stand-alone application.
uDig can be extended with RCP “plug-ins”.
uDig can be used as a plug-in in an existing RCP application.

Wanted: cloud service that builds my open source project (for free?) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have a C++ open source project that's available from a public svn repository.
It would help me a lot if there is an online service that I can point to my repository and have it build it with GCC on 32 and 64 bit. Then I know that it builds without errors or warnings.
Running my unit tests would be really nice, but I don't really expect anyone does this.
OpenSUSE Build Service?
Why don't you use Jenkins? It is a CI tool where you build, test and deploy your applications. You have also the possibility to use Jenkins as a Service, where you don't need to install, neither to configure anything. There is a PaaS which provides Jenkins as a Service and they also have a free tier where you can build your applications. There are more specialised on Java but taking a look to their documentation, it seems like if you can also build C and C++ applications.

How to build BlackBerry application on Linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've read on some development blogs that it is nearly to impossible to build BlackBerry application properly on operating systems other than Windows. Any possible workarounds on veryfication, rapc usage etc may result in serious and hidden bugs.
There is a nice blog about BB development under Linux:
www.slashdev.ca:
BlackBerry Development Using Linux
BlackBerry Simulator in Linux – Sort of
Simulator in Linux – Slightly More Reliable
MDS Simulator… in Linux
Using sigtool in Linux
And build it all: BlackBerry Development with Ant & Eclipse

Resources