I am using VMWare workstation 6.5 and have installed WinXP SP2 on it.
My main operation system is Win 7.
when I am hard-wired, I can use internet inside vmware but when I am wireless, I cannot use internet inside vmware...
I did a research and found that the network adapter should be on NAT instead of bridge, I tried that but it did not work either.
If I run a program from the shell, and it segfaults:
$ buggy_program
Segmentation fault
It will tell me, however, is there a way to get programs to print a backtrace, perhaps by running something like this:
$ print_backtrace_if_segfault buggy_program
Segfault in main.c:35
(rest of the backtrace)
I'd also rather not use strace or ltrace for that kind of information, as they'll print either way...
Can I dual boot ubuntu with on a inspiron 1720 (it is running windows 7).
One issue is I don't have space on the c:\ drive, but other partitions have space.
Will that cause any issues?
This is just to play and learn with, and I don't want to ruin my main windows install doing this.
I don't think my laptop is powerful enough for a virtualbox install (only 2gb ram).
Hello,
By luck do you know a software on Windows (Vista) which can easily split a big folder (and its contents) into several small new folders ?
notes:
the new small folders should be independent
the "file splitter" that I have already tested don't do alas the "folder splitter" job ! ;(
Example :
I have a main big folder
C:\big\ (size: about 3Go)
The result I need :
C:\big01\ (size: about 200MB)
C:\big02\ (size: about 200MB)
etc...
Thanks in advance ;)
I need to read some .docx files and the standard 3.0.1 version of OpenOffice writer that comes with Unbuntu 9.04 just ain't handling it. I tried the instructions from the following site: http://news.softpedia.com/news/How-to-Install-OpenOffice-org-3-1-on-Ubuntu-9-04-111105.shtml, both the GUI steps in the main article, and a scripted version in one of the comments, but my system never seems to do the partial update, and the OpenOffice version is unchanged after I uninstall and reinstall it from the command line. Has anybody had similar problems?
I have an EC2 instance with these ip rules:
$ sudo ip rule show
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
I can attach an elastic network interface to it with a private IP. Say the IP of my machine is 10.1.3.12 and the IP of the interface is 10.1.1.190. As soon as I attach the interface to my machine a new entry is added to the routing policy and local routing table:
sudo ip rule show
0: from all lookup local
32765: from 10.1.1.190 lookup 10003
32766: from all lookup main
32767: from all lookup default
$ sudo ip route show table local
broadcast 10.1.1.0 dev eth3 proto kernel scope link src 10.1.1.190
local 10.1.1.190 dev eth3 proto kernel scope host src 10.1.1.190
broadcast 10.1.1.255 dev eth3 proto kernel scope link src 10.1.1.190
broadcast 10.1.3.0 dev eth0 proto kernel scope link src 10.1.3.12
local 10.1.3.12 dev eth0 proto kernel scope host src 10.1.3.12
broadcast 10.1.3.255 dev eth0 proto kernel scope link src 10.1.3.12
broadcast 127.0.0.0 dev lo proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo proto kernel scope link src 127.0.0.1
I can send traffic to this ENI directly from a host that can have the same IP as the host the ENI is attached to. This is where the problem starts. I ran tcpdump on the port in question and saw multiple SYNs going to the ENI with src '10.1.3.12' and destination '10.1.1.190' but didn't see even a single ACK.
In my understanding if ACKs were being sent from the ENI they'd have destination as 10.1.3.12 i.e. the same as the local machine's IP and such packets will now be routed as local packets matching local routing policy:
local 10.1.3.12 dev eth0 proto kernel scope host src 10.1.3.12
I'd like to send all the packets originating from 10.1.1.190 (my ENI) to go back on the same interface i.e. eth3 in this case.
Contents of the nee table 10003 are:
$ sudo ip route show table 10003
default via 10.1.1.1 dev eth3
I think I can do the following:
I don't know if its possible but probably decrease the priority of local table so the packets match the table 10003.
Use iptables to mangle these packets and update the local table route to include the mark information
But I'm not sure if these are the right approaches.
I'm not sure if the title is clear but with more words what I want to say is:
I'm building a PC for a decorator who's main work is to render photorealistic images of house interiors. For that she uses 3dsMax and AutoCAD with Accurender and Photoshop.
Is there a need for professional graphics card like Quadro series or FireGL series? Do these cards offer any improvements on rendering time or are they only used for real time rendering?
I have Four websites all hosted under the same account (all under public_html of a main domain).
All but one give me an A for "use cookie-free domains" but one of them gives me an F. What should I be doing to change this one domain? I don't even know what to look for...
Wait a second...grr...I just ran the test again, and got an A-weird...
I suppose that my main Linux user account password serves as my SSH password as well. Is there a way I can modify this? As it turns out, I'd like to have a REALLY secure SSH password for obvious reasons, but a less secure local password, as it makes typing in passwords a heck of a lot easier on a machine. Is there a way I can change my account password in SSH without changing my Linux user password?
Do I need a Gigabit port capable wireless router with a 24Mbps down and 7Mbps upload speed cable modem? Does anyone know how to calculate this? FYI, I wont be using the wireless connection from my main computer system. My computer will connect via a hard wire into the router (of the wireless variety), which in turn is connected to the cable modem.
My research suggests that the 100 Mbps port can easily handle it. Is that true?
Does the CPU is run at 100% or near full capacity when the computer is booted into MS-DOS? Will the CPU temperature become higher even though we are not running any program in DOS mode?
In Windows, we can see the CPU usage in % of utilization in Task Manager. From what I heard, CPU is running at near 100% capacity in DOS OS or in the BIOS MAIN screen.
Is this caused by lack of CPU optimization in DOS OS?
Hi all,
I have a Fedora 10. NetworkManager is stopped. Network is configured with a static ip address.
On my screen i have this :
How do i disabled that network information output ? I don't see it on SSH, only the main console.
Thanks !
I have multiple IP addresses on the same server and I would like to redirect all outgoing traffic on port 80 to a different IP on the same server just no to use always main IP.
Currently I'm using this:
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to-source IP;
and it works well, but it redirects everything and when I make backups over SSH backup it's failing.
System: CentOS 5.8 64-bit
What do you think is the best free distraction removing software for Mac? I get distracted very easily and one main feature that it should have is block certain websites but not the internet connection altogether.
Thanks in advance!
I just got XP mode running under Windows7 VirtualPC. Should I bother playing with the XP security settings or is it not needed? I would except the VM should be isolated, but then it has access to my main system's drives which doesn't sound very secure.
Any advice about how to build a cheap and fanless server? It's main uses would be web and file servering, but it could be a day when I'd like to add some streaming and mailing capabilities as well.
OS of choice: GNU/Linux
Thanks in advance
I have a Hyper-V Virtual Machine that is a Domain Controller, specifically it is our main DC and holds all 5 FSMO roles. If I wanted to move this Virtual Machine to another VM Server than the one it is on currently, is it as simple as taking the .VHD, moving it to another server, and creating a VM in Hyper-V on the new server for it?
Or are there other things to consider that could get screwed up from doing this?
Thanks
I'm trying to check if I have the latest OpenSSL, my main concern in the heartbleed bug.
I tried 2 commands:
openssl version
yum info openssl
openssl version output
OpenSSL 1.0.1e-fips 11 Feb 2013
yum info openssl output
Installed Packages
Name : openssl
Arch : x86_64
Version : 1.0.1e
Release : 16.el6_5.14
...
I have a couple of questions:
Why do I get different versions from these 2 commands?
How do I check the heartbleed vulnerability without having the 443 port open?
I've applied the "brushed" theme (https://tools.google.com/chrome/intl/en/themes/theme%5Fbrushed.html) to my main google chrome browser windows without any problem.
However none of the "application mode" shortcuts I created pick up this theme. For example, running chrome as follows does not pick up the "brushed" theme:
chrome.exe --app=gmail.com
I want to be able to apply themes to google chrome in application mode.
Just successfully installed and ran windows 8 to go on an external usb hdd.
After shutdown and removing the usb hard disk, tried to start my laptop which has a single windows 7 system, but failed to boot and even repair trials didn't succeed.
It seems that win 8 affected the strucure of the laptop hard drive which results in corruption in its main win 7 partition.
How to fix that and avoid future problems of the same type?
thanks.
I have photoshop 5.5 working just fine under windows vista, I upgraded my PC to windows 7 and when I start photoshop 5.5 it just hangs.
I see the main screen open but nothing happens and I just get the busy sign out of the mouse pointer, with Photoshop not completing the start.
I searched online and some reported the same issue and were able to solve the issue by deleting Photoshop setting or preference file. I did that, but still the issue is present.
I have been looking about for one and wanted to see what places people would recommend, the main technology's I am planning on running on this is a LAMP setup preferably either running Debian or a LTS release of Ubuntu.
I'm running kubuntu 9.10 in VirtualBox, i wrote the simplest "hello world" program in C, the code compiles, i ran it through a debugger and it seems to run fine. the only problem is nothing gets actually printed to the console...
any ideas ?
heres the code:
#include <stdlib.h>
int main (int argc, char **argv) {
printf("hello world");
return 0;
}
I want there to be labels and not have 2 sent folders, etc. Also, ideally I'd like for the folders (or mailboxes) to not be all the way at the bottom, but rather right in the actual main mail area.
Any help?