Tagged Questions
-3
votes
0answers
20 views
The most optimal operating system [closed]
I have a laptop Toshiba Satellite A505 with following features:
Intel Core i3 processor
8kB L1 cache, 64 kb L2 cache, 256kB L3 cache
4 GB RAM
500 GB HDD
I have used many operating systems on it. ...
-1
votes
0answers
24 views
Serial Communication to Linux from Windows [closed]
I am somewhat new to the linux programming scene and have a few questions to ask. Any help would be greatly appreciated. I don't want a handout just more information to put me in the right direction.
...
0
votes
0answers
23 views
PDF cannot download from Linux
I am using Spring framework and iText to render PDFs. Through a browser, one is able to get that pdf downloaded because part of my code sets the content type and the content-disposition. The web.xml ...
0
votes
0answers
15 views
Nothing is displayed when ssh a device from windows
Device connected with a windows pc and accessible with SSH protocol (able to login with ssh username and password from windows) . But am using linux system. From linux connected to windows pc using ...
0
votes
3answers
82 views
Where the value of variables are stored in C
In the following code segment:
int func()
{
int a=7;
return a;
}
Is the code segment where the value 7 is stored in the executable? Or is it in data segment or in the code segment? Will ...
2
votes
2answers
16 views
Weblogic: Mixed Windows and Linux Domain
The project I am currently working on has a mix of legacy software and new development. The new dev work is being done on Linux and we have created a large domain on the Linux side. However, all of ...
0
votes
0answers
26 views
special character different window with linux
I have two projects, one in Windows and another one in Linux. I use the same database for both (oracle 10g),I have got an input file which consists of text that includes special characters (ÁTUL ÁD).
...
0
votes
0answers
31 views
Why the same arabic string shows differently in Windows 7 and Ubuntu Linux? [closed]
The same arabic string, in windows 7 Notepad:
in ubuntu linux vi:
They are the same string in a file, but the display order is opposite, why?
0
votes
0answers
49 views
Connection between windows and linux machine via socket in c++
I have got a problem at connecting a Windows socket code with a Linux socket code. There cant be a connection established. I use Windows 7 and my Linux machine runs with Ubuntu. If you take the codes ...
0
votes
1answer
25 views
CSV to H2 - character encoding missmatch
In my app, I:
let Hibernate create H2 DB
populate DB through JDBC SQL statement with CSV import (INSERT INTO ... SELECT ... FROM CSVREAD(file.csv)). File is in UTF-8 encoding.
On Linux special ...
1
vote
2answers
88 views
Linux vs. Windows File.delete()
I'm having a bit of trouble understanding how Windows handles files compared to Linux. I'm trying to remove an entry in a file that I'm using as a "database" (it's just a regular file). Java ...
-1
votes
0answers
13 views
Want to rescue GRUB [closed]
I have ubuntu 12.04 and windows 8 installed on my system. The main boot manager is grub, also the ubuntu and windows are installed in separate partitions.
I want to install windows 7 back in place of ...
-2
votes
0answers
18 views
ssh to linux-based VM on windows host directly from linux based computer (ssh over ssh) [closed]
i've got 2 computers on same network:
one is ubuntu-Pc, the other is Windows7-Pc.
on the windows7 pc i have a virtual-machine (virtualbox) with debian installed on it.
now, i want to connect via ssh ...
-2
votes
0answers
13 views
Windows mount NFS can't find symlinks in the folder [closed]
I've built a nfs server on one centOS6.x server.There is a folder /local/test I write it to the /etc/exports.It works when i mount it on my windows xp with Microsoft UnixService 3.5.
Under the ...
0
votes
0answers
26 views
delete multiple split partitions on usb-stick [closed]
i got this 8GB USB-Stick and through writing an image on the stick for linux-testings (using Win32DiskImager) i had problems using this USB-stick on my computers and put it back to my windows-mashine ...
0
votes
0answers
15 views
Web Server automatically pull files from another computer
I'm presented with an issue. There is an application that automatically generates files every 5 minutes or so and saves them onto my harddrive on my windows box. This windows box will always be on and ...
0
votes
1answer
20 views
addind FILE_SHARE_READ mode with cygwin
I did a very simple program in C for linux a few months ago to read data from a socket and write it to disk. Now I want to run it on Windows, so I installed cygwin and everything worked fine.
The ...
0
votes
1answer
23 views
Export war file from windows and add it to ubuntu webapps
I am trying to export a war file from Eclipse (Dynamic Web Project-java) from a WindowsX64 environment and add it to an UbuntuX64 system in the tomcat6 webapp folder. When the Ubuntu-tomcat deploys ...
0
votes
1answer
46 views
memory usage in windows vs Linux [closed]
I ran the same C program and Perl program and Ada program on Windows 8 and Red Hat Linux 5.2. The programs are using twice as much memory on the windows system. Any ideas why? Sorry it is a ...
0
votes
1answer
39 views
Linux Kernel Examination in Windows
I want to examine the Linux kernel source code using Visual Studio on Windows. But I don't know how to do that. Do I need a virtual machine to run or debug the kernel or is there any special way for ...
-2
votes
0answers
22 views
read pm files present in linux machines from windows machines, through perl script [closed]
i need to grep for some pattern in perl files present in Linux machines from my windows command prompt. can this be possible ? if yes, how ?
Thanks in advance.
4
votes
4answers
85 views
Is there a Linux equivalent of SetWindowPos?
A while ago I wrote a script in C that used the Windows API functions EnumWindows, SetWindowPos and SetForegroundWindow to automatically arrange windows (by title) in a particular layout that I ...
-1
votes
0answers
16 views
Logging the Details of Memory Addresses
Is anybody aware of a tool (no matter in Linux or windows) which can reveal the details (bank,row,column) of accessed addresses in the memory?
Any help is appreciated
0
votes
0answers
39 views
c++ linux Eventloop vs. sleep() vs select()
I have an SO/DLL program that needs to sleep -> check some stuff -> sleep.
Which is the better way to perform this operation:
// A sleep loop
while ( true )
{
sleep( 1 ); // whatever time
...
1
vote
1answer
14 views
Windows SVN server and Linux SVN clients - any risk?
I have installed VisualSVN Server on Windows 2008 R2 Server.
The clients will all use Linux.
Are there any incompatibility risks associated with this?
Are there any risks at all?
Thank you for ...
0
votes
1answer
33 views
Will the “get_current_user()” function work on Linux/OSX?
I just learned PHP this morning and I'm writing a simple PHP script that I am planning to use for a scheduled task everyday. The script is working perfectly fine but for some features that I want to ...
2
votes
1answer
51 views
PHP syntax for arrays: diferent behaviour between PHP versions
I made a PHP page with an array using the following syntax:
$Legenda = [
"Cores" => ["#FF0000", "#FFA500", "#FFFF00", "#64FF00", "#00AA00", "#005500", "#0000FF"],
"ValMinimos" => ...
1
vote
1answer
81 views
Is there any way to make sure the floating point arithmetic result the same in both linux and windows
My programe runs both in linux and windows, I have to make sure the floating point arithmetic get the same result in different OS.
Here is the code:
for (int i = 0; i < 100000; ++i)
{
float ...
0
votes
1answer
36 views
RoR Deployment - Development Windows/Productiv Linux possible?
i am just started learning RoR following a book/tutorial (http://ruby-auf-schienen.de/3.2/webserver_mit_capistrano.html). I reached a chapter about setting up Capistrano Deployment. nginx with unicorn ...
0
votes
2answers
47 views
Compiling the same c++ code in Ubuntu(Netbeans) and Windows(Visual Studio 2012)
I have starded developing a c++ project under ubuntu.
No I want to compile exactly the same code under Windows with Visual Studio 2012(I will add a GUI afterwards for the Windows version) Is this ...
2
votes
1answer
61 views
Recovery deleted log files at logback worked fine on Windows but didn't work on Linux SUSE
I using SLF4J + logback 1.0.12 for my application logging infrastruction. I run my application on both Windows XP and Linux SUSE os.
I have a scenario as following:
I deleted log files when my ...
0
votes
0answers
210 views
Error: no such partition. grub rescue> [closed]
Here's what happened:
I got a new laptop recently, it came with Windows 8, but I wanted to install Linux Mint to do some hobby programming. I first (accidentally) installed it "next to windows". ...
1
vote
2answers
40 views
Complications saving HMTL/PHP from Windows to Linux - newline solutions not working
I've gone through nearly every solution I could find in regards to how to treat the newline issues associated with moving from Windows to Linux with a variety of programs yet I still receive server ...
0
votes
0answers
19 views
linux crypt different as php windows
I want to predict the hash generated by a Linux crypt from a website. On a Linux system I call crypt("some data","se") and I want to show the (expected) result on a web page on a totally different ...
1
vote
0answers
14 views
get list of all the tasks of a remote windows machine from linux machine
Is it possible to get list of tasks running in a remote windows box from linux machine ?
we can use tasklist with remote switch but you have do that from another windows machine. is there a way to ...
0
votes
0answers
16 views
Symlinc from linux to windows in rails
I'm new of rails development. I have a rails project on linux, but it has to work in windows(unfortunately) too, i tried to copy the whole directory of the project on windows but it sais to me that ...
-4
votes
0answers
28 views
“didn't find end-of-central-dir signature at end of central dir” [closed]
I'm trying to archive a bunch (170k) of Zip files into one big Zip file via an Oracle database sitting on a Linux machine.
I'm doing this by executing the following in the db:
find sourcedir -iname ...
1
vote
1answer
32 views
Can I find mysql version from data files, need for data restoration
I have a very odd situation going on here. I had a linux box running ubuntu 8.10 and MySQL server with a Wordpress installation on it hosting an internal blog for our company. The machine that this ...
2
votes
1answer
94 views
Thread.currentThread().getContextClassLoader().getResource(“.”) has different result on windows and linux
I have a simple Java class:
public class T {
public static void main(String[] args) {
System.err.println(Thread
.currentThread()
.getContextClassLoader()
...
0
votes
0answers
24 views
Getting windows tts voices to run under linux while in Python Coding environment
I am running rasberry PI with Raspbian “wheezy”.
In Python 3, I have pretty much figured out how to load the build in tts module and get it to read the text but I want to load a different voice from ...
0
votes
1answer
39 views
What are all the differences between Unix and Windows paths? [closed]
As the question suggests I would like to know what all the differences in the way unix systems and windows systems see and format paths. I write a lot of code that needs to run on both platforms and ...
4
votes
1answer
114 views
What is application footprint and how to calculate it?
What does term "application footprint" means for application developed in C/C++. And how we can calculate C/C++ application footprint.
1
vote
0answers
19 views
PHP and SSL CA Verification - OS Independent
Here is a simple PHP script that opens an SSL socket ready to send HTTP requests:
$contextOptions = array();
$socketUrl = 'ssl://google.com:443';
$streamContext = ...
0
votes
2answers
63 views
Intel TBB Code having different execution time in windows and linux
I am trying to parallelize my code which is designing FIR Filter.For that i have chosen parallel_reduce .when i am executing code on windows it takes 15s and the same code when i am executing on linux ...
0
votes
0answers
13 views
Does SourceMonitor works on all Platforms?
I am sorry if this question is too local or duplicate. I searched in google but not got any idea.
I recently heard about SourceMonitor. I have downloaded SourceMonitor3.3 and I am using it in ...
-1
votes
0answers
105 views
Dual Booting Windows 8 with Pear OS 7 [closed]
I've tried many times to dual boot windows 8 and pear OS 7.
Ive searched for tutorials around the web to not find anything.
If anyone knows how to do this exactly please leave the instructions. ...
0
votes
0answers
10 views
Resources for Getting started on Windows Development as a Unix web dev
So skills demanded in my area want a lot of .net.
Almost all of my development experience is Python/Ruby/Javascript web development, or C++/Java school assignments. I've used Eclipse for java, and ...
0
votes
0answers
34 views
Make a VirtualBox Image of an existing linux partition [closed]
Hey so I have a computer dual booting Windows 7 and Fedora 17. I am trying to find a way to make an image of the existing partition of Fedora 17 so that I could just boot Windows and whenever I need ...
0
votes
1answer
23 views
error: redefinition of ‘class CDDIdeTreeView’
I am porting a windows app to Linux. and hence i am commenting the windows dependent class with #ifndef GNUC.
but, i am getting some error in the class CDDIdeTreeView.
in the file containing ...
0
votes
0answers
74 views
Bootable / Portable Linux on Win RT TAblet
is there a linux system outside which i can boot on a Windows RT Tablet?
Or a portable version, which i can save on a usb stick and boot from whenever i like?
I just need the linux sometimes, not ...



