Probably this is very stupid question, but google dosen't helps. As I find out we should use gitweb and apache, but can't find any relevant tutorial about.
Thanks.
Hello,
I can't find anything on Google that could help me to use aptitude to install only security updates using command line on Ubuntu.
I tried this: https://help.ubuntu.com/community/AutomaticSecurityUpdates but it installed everything and not only the security updates!
How can I just install security updates?
I want to open around 10 instances of firefox using the command line like
firefox.exe www.google.com www.msn.com www.yahoo.com
But by default, firefox opens these web pages in tabs, i want firefox to open them in seperate windows.
I want to open around 10 instances of firefox using the command line like
firefox.exe www.google.com www.msn.com www.yahoo.com
But by default, firefox opens these web pages in tabs, i want firefox to open them in seperate windows.
Hi friends,
I am using google analytics but it would only work for a live,hosted website.
Is there a way to let it work in localhost also.
Or is it possible to convert localhost to a url for example
_hxxx://localhost/xyz to _hxxx://mysite/xyz
Please help.
Three different blogs that I read have recently announced that they are going to be discontinued and removed from the web. Although the archived pages will probably be in Google's cache for a few weeks after they've gone and some of the pages will be in the Way Back Machine I'd like to archive those sites to my hard disk for future reference.
What is the best way to do this? Is there any software that transforms a blog (e.g. Blogspot) into a chronological PDF?
I'm looking to get an internet connection for my place (I have been using work, school and coffee shops) and I'm wondering how much bandwidth I really need to do different kinds of things? Google turns up lots of stuff but more than 1/2 are for servers and none of the rest give a "To do A you need X Mb" list.
Hi all,
We currently run pfSense with no problems, however we are looking at TMG as it is included in our partner subscription to MS and allows Windows 7 DirectConnect features to our domain for off-site users.
I have had a google, but there don't seem to be any comparisons of TMG to pfSense.
Anyone have experience/knowledge of this?
Our infrastructure is Windows Server 2008 R2 behind pfSense at the moment.
I'm attempting to build chromium-os from source and am having some issues integrating the browser into the build. I have a zip of a prebuilt version but I have not been able to find documentation on what to do with it.
I've been following the guide that google provides and have just setup the board, but now I am stuck, the directions for building/including chromium in the OS are far to vague.
Any help would be greatly appreciated
I am currently using NetNewsWire as my primary RSS reader on my Mac and was wondering if there was anything faster in terms of feed reload speed. Currently it is pretty slow reloading my 54 RSS feeds that I keep tabs on. There are some features I would like it to have.
Google Reader Sync (MUST have feature)
Starring/Saving of articles for later reading
Thanks in advance!
If you search "hosting reviews" on Google, almost all results are advertisements.
I can just tell by looking at them.. :/
Is there any trustworthy hosting review websites out there?
I'm trying to run the netdiag command to troubleshoot the internet connection but when I run it in cmd I get the following message:
'netdiag' is not recognized as an internal or external command,
operable program or batch file.
Also, I have tried typing "net diag", which gives me a syntax error, but that NET command seems to be something completely different.
Searching on google for answers gives me results that deal with Windows Server 2003; I'm on a Windows XP machine.
Helo all!
A wierd shift-key problem, for which all I found was sticky keys answers
First of all, I have all the sticky keys and related, Disabled.
Every windows that is currently in focus, if I press the left shift-key alone, pops up the current window menu.
I have no idea how and why this has happened, or how to disable it.
I could not find any reference in google about it (perhaps my search-string was not good..)
any help would be appriciated
What is the most common default computer name for Windows (Home, Pro, Vista, and 7)?
(Or a list of the most common.)
I tried Google, and read that Redhat linux defaults to "localhost," and Toshiba laptops (Windows) default to Toshiba, and some Dells default to DELL+some model number.
I'm using the Wifi Analyzer app on my phone a lot at the moment as I need to set up and test some wireless networks. For people unfamiliar with the app, i've posted some screenshots of the app that I found on the internet.
I'm looking for some software that will do the same or similar thing, but on a PC. I've looked on Google, but could not find anything of use.
Thanks in advance for any information.
Hi,
I want to achieve cookie free image serving as discussed here :
http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain
I have created a new sub-domain "static.example.com" serving only images, javscript and css (file serving restrictions made via filesmatch.conf file) , pls. tell how to make it serve cookie free images.
Thanks
I was having a bit of trouble reading the dark red strings of Vim's default color scheme, so I decided to switch to a different one.
http://code.google.com/p/vimcolorsch...kboard.vim?r=2
http://files.werx.dk/wombat.vim
However, when I set my color schemes to these, not only do they not come out correctly (for example, comments are bright blue), but these 2 somehow come out looking exactly the same!
Am I doing something wrong, or are these colors restricted in the terminal so default colors are being chosen?
I've got a Powershell V2.0 startup script for my work computer (XP Professional 64-bit), as follows:
start "C:\Program Files (x86)\Microsoft Office\Office12\OUTLOOK.EXE" -ArgumentList "/recycle"
sleep -S 2
start "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -ArgumentList "https://mail.google.com"
sleep -S 2
start "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -ArgumentList "-new-window https://www.google.com/calendar"
sleep -S 2
start "C:\Program Files (x86)\Skype\Phone\Skype.exe"
The sleeps are to ensure that the windows appear on the taskbar in the correct order. I run this from a shortcut on my Quick Launch with the following Target:
C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe C:\scripts\initialize.ps1
(Yes, this is 2.0: powershell -Version 2.0 works, as does -Version 1.0, but not -Version 3.0)
Problem is, the command window stays open until the Firefox windows are closed, which is not what I want. Looking at Process Explorer when I run the script, here's what happens:
powershell.exe appears under explorer.exe and the Powershell window appears (with a black background, oddly. But it's not cmd.exe, since when I was debugging the script error messages would appear in red).
outlook.exe appears under powershell.exe and the Outlook window appears.
firefox.exe appears under powershell.exe and a Firefox window appears.
A second firefox.exe appears under powershell.exe and another Firefox window appears. The second Firefox process then exits, as expected, since Firefox only uses one process.
skype.exe appears under powershell.exe and the Skype window appears.
The powershell.exe process inexplicably sticks around, as does the Powershell window.
If I close both Firefox windows, the powershell.exe process exits and the Powershell window closes, and the outlook.exe and skype.exe processes appear under explorer.exe as expected.
I suspect this has something to do with Firefox's standard input, output and error: I wouldn't expect Outlook or Skype to ever output anything to the console, but Firefox has command-line options that allow it to do so. I've looked over my about:config's user set values and didn't find anything suspicious. Finally, if I have a firefox.exe instance already running (started from the desktop shortcut) the problem doesn't occur (the powershell.exe process exits as it ought to).
So what's going on here? I'm going to try adding -WindowStyle hidden to the shortcut next (gotta close this Firefox to test it), but I want to get to the bottom of this, if only to improve my understanding of how Windows consoles work.
I would like to write things like this in /etc/apt/sources.list:
deb sftp://[email protected]/path other stuff
When I try this, apt-get complains that there is no sftp method for apt:
# apt-get update
E: The method driver /usr/lib/apt/methods/sftp could not be found.
Has anyone written a patch to add the sftp method for apt? All I could find in Google was this spec for Ubuntu.
Thanks for your help.
I'm trying to change the TCP TIME_WAIT timeout on Solaris. According to some Google results I need to run this command:
ndd -set /dev/tcp tcp_time_wait_interval 60000
However I get:
operation failed: Not owner
What am I doing wrong? I'm already running ndd as root. Is there another way to tune TIME_WAIT?
Hi,
I have installed Suse Enterprise desktop in VMWare work station, and out company provides proxy for internet access. I am able to browse through the guest operating system( SLED ) but I am unable to log in to any web accounts like stackoverflow,google etc... It just times out
And also after setting network proxy in Eclipse I am unable to install or update any plugins.
Can anybody help me in diagnosing this issue.
Does anybody know of a plugin for Outlook 2003 that makes the search fast and accurate?
I tried using Microsoft Search and Google Desktop Search but I find that these product slow down my development machine too much.
I heard of Lookout but it appears that Microsoft has pulled it.
Having tried all sorts of suggestions popping up from google, I am at my wit's end.
Presently I use a solution created with htaccesstools.com/hotlink-protection/
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.tld/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|png|js|css)$ - [NC,F,L]
Checking it out with altlab.com/htaccess_tutorial.html testing facility (near bottom of page ) shows no image if mydomain.tld/mypic.jpg is entered, while if prefixed with www (www.mydomain.tld/mypic.jpg) the pic is displayed.
Any helpful comments welcome.
What are the different Firefox extensions that can start a search with the selected text?
Firefox has an inbuilt feature to search using the currently selected engine.
Select any text
Right click the selection
Search Google for ...
I'm looking for something that will let me choose which search engine I want to search with, from my current list of installed search engines.
Looking for a host-based IDS comparable to tripwire. Preferably one that allows centralized management. Right now I use tripwire and though it works management and reporting through a central server would be ideal. I'm looking for recommendations that have actually been used and not just google results. Thanks!