Hi,
What possible way that I can optimize the boot-time of a Linux OS? Should I modify some scripts or init scripts? If yes, what are the scripts? Can I modify the kernel source?
Many thanks
I'm a bit confused on what the license/deployment policy for Android is really like.
Is it an open source OS in the same sense as let's say a normal Linux distro ?
If I have an Android 1.6 device, can I simply install the latest version of Android on it
free of charge, or is there a lot more to it ?
I take it, it's not just a download and install workflow.
Is there a way where I can set vim to configure itself based on the filetype? So for example, text files have the equivalent of
:set spell
:syntax off
Where a C source file has
:syntax on
:smartindent on
Thanks for any help.
I am using CentOS 5.3 and just updated GTK+ to 2.12.0. During the updating some dependent softwares were also installed such as glib. All the upgrading were done by compiling from source code.
Take a look at this picture:
I've followed this guide: http://www.phamviet.net/2012/06/03/centos-6-2-compile-php-5-4-2-from-source/
It all works as it should, but when I'm done and I type 'service httpd restart' following by 'php --version', it still displays the old 5.1.6 PHP version.
This is 'uname -a' : Linux xxxxxx.com 2.6.32-042stab061.2 #1 SMP Fri Aug 24 09:07:21 MSK 2012 i686 i686 i386 GNU/Linux
It's a VPS hosted in my main dedicated server (OpenVZ).
Not sure what else to say, but I appreciate any help :)
OS: CentOS 6
Hi Guys,
I have an email that requires the use text inside of HTML PRE tags in the message source. When viewing this message, I've noticed that Outlook 2003 will NOT word wrap this text but Outlook 2007 will.
What is the correct and expected behavior? Is there a way to force Outlook 2003 to wordwrap the text even though it's inside a PRE tag?
Thanks,
M
What options are available to load balance web service traffic on Linux with the ability to add or remove servers from the server pool without restarting the load balancer?
This post:
http://serverfault.com/questions/71437/mod-proxy-change-without-restart
looks like a very promising way to switch between two servers, but I don't know enough about mod_proxy and mod_rewrite to understand how/if I can use an external file to specify the BalancerMember entries for a section.
Are there other open source load balancers that support reconfiguration without restart?
I am looking for a Windows utility that can copy the currently selected filename, including the path, to the clipboard, ideally through the right-click menu.
Some degree of flexibility would be useful, like the ability to copy just the filename, path+filename, filename minus extension, etc. This isn't essential, though, as long as it can copy the path+filename.
Must be compatible with XP, Vista and Win7.
Free and/or open source would be ideal.
Thanks!
I've installed ubuntu 10.04 LTS, and ran apt-get install couchdb. This installed 0.10.0, however the newest is 0.11.0 and I would like to install that from source.
What's the appropriate way of upgrading the current install to the newest version?
i hope someone can help me out with somewhat simple task. I'm trying to redirect a client in my router through my desktop PC, so i can dump the traffic and analyze it (its potential source of poisoning the network with malicious packets). However i don't have a second NIC on my hands and i was hoping i can redirect all the traffic from that IP through my PC. In essence to become MITM for the client. Does anyone have any idea where to start:
Current state:
(localip)-(router)-(internet)
And what i want to do:
(localip)-(pc)-(router)-(internet)
I have a laptop running Windows XP that does not connect to the Internet and I would like to use a USB GPS receiver as a time source to set the clock. Generally, the laptop will not have access to the open sky so getting a strong, multi-satellite connection is not likely.
Ideally, I would like to be able to have the program detect the GPS receiver and set the clock without intervention from the user.
Is what I'm seeking even feasible?
is there a free, open source server monitoring tool like Nagios that runs on the MS stack? It will need to be able to detect service stoppages and starts also.
I would like to create a chart for my source control depicting the trunk and all the branches, with various details, like creation date, merge date, created revision, merge revision, close revision etc.
I want it to look like this:
I have looked into an appliation called SmartDraw, but unable to the required kind of output from it.
It would be awesome if the data can be generated by reading an Excel file input.
It would be required that the software runs on Windows XP SP3.
I am trying to use variables in my modules manifest.pp with little luck
class mysoftware($version="dev-2011.02.04b") {
File {
links => follow
}
file { "/opt/mysoftware":
ensure => directory
}
file { "/opt/mysoftware/share":
source => "puppet://puppet/mysoftware/air/$version",
recurse => "true",
}
}
This does not seem to be working when I assign this to a node via the nodes.pp file.
I am running puppetmaster 2.6.4
puppetd clients are 0.25
[Fuchsia] is also commonly used to indicate transparency.
Source: http://en.wikipedia.org/wiki/Fuchsia_(color)
Does anyone know what this quote means? Why would fuchsia be used to indicate transparency as opposed to a checkered background?
How can I identify the source of recent remote desktop connections to my computer?
While at work I connected to my desktop there (XP SP3) from another system with files I want to access. I am now at home and connected to my desktop at work but I do not know the name of the other system there.
I am using snmpd on CentOS 6.3 and was giving a network range to the source for mapping community to security group.
com2sec mynetwork 192.168.0.0/23 centreon
Anyhow it is not working and I always get a timeout from the polling server.
When I enter the exact ip of the polling server it works (192.168.3.180)
It even works if I enter the whole netmask (255.255.252.0)
Anyhow it should work according to documentation. Did I do anything wrong?
When I start VLC from cmd how\is it possible to select a camera for directshow source by index (for example i have camera "A" and camera "B" so i would say 0 for "A" and 1 for "B")
i do not know device name and i do not know camera name - only its index (0, 1...)?
I've a stack of music VCDs which I'd like to be able to listen to on my mp3 player.
Any suggestions for the best tool to do the conversion? Preferably on windows, and free or open source.
I often encounter the words load and fetch in contexts where data are being read from some source, and they seem to have slightly different meanings. What's the difference?
I've done some research and couldn't find any specific technical difference in general usage. While the term fetch can refer to one stage in CPU instruction execution, I've seen it used in contexts not related to CPUs, and I'm looking for an answer that is not specific to CPUs.
I am using CentOS, and would like to build from source with the newer version of apache using the same configure options as the package obtained using yum, with an adjustment or two.
How would I go about acquiring that?