dear sir,
please help me i have reliance bandwidth connection & i want to set local area network without use a router please help how set this
with regards
ritesh rana
[email protected]
I'm trying to set up a sub domain for development on a windows server and am having problems setting the correct details in the httpd.ini file and hoped someone could help.
I have set up the subdomain
http://dev.website.com
The files that I want to use for this subdomain are on the server in a folder called development
http://www.website.com/development
in the directory structure they are in
/htdocs/development
What do I need to add the the httpd.ini file to point the http://dev.website.com to the files located in the /htdocs/development folder on the server?
I am using gnome-terminal with bash.
When I set xterm-256color for $TERM and in .tmux.conf most of the things work but when I try to change the colorscheme of vim the things mess up.
When I set screen-256color for $TERM and in .tmux.conf the colors work ok but most of the keys go mad. I've tried some of the suggestions from the last link but when I ssh the arrows crash even on the command line..
So how to configure tmux?
I set up a new DNS entry for one of my subdomains (I haven't set up any Apache virtual hosts or anything like that yet). How can I check that the DNS information has propagated?
I assumed that I could simply ping my.subdomain.com and assume that if it could resolve, it would show the IP address I specified in the A record. However, I don't know if I am assuming correctly. What is the best way to check this information?
Hello,
i should set up the following configuration with 2 machines:
machine A issues HTTP requests
machine B serves the pages requested by A
For testing purposes, i want that EVERY HTTP request issued by machine A gets served by machine B.
For example, machine A browser tries to access www.website.com/article.php?1234
machine B has a folder in its http server that has the content and replies to A.
How can I set up a dns on machine B to point ALL requests to itself?
Thanks
I am getting 403 Directory Listing Denied for the root and 404 for an action that I know should exist.
Background:
I have build and deployed an ASP.NET MVC 2 applcation a long time ago. Later I upgraded it to MVC 3 and it is still working with not configuration changes. Setting it up on a windows 2003 R2 (Standard) initialy was a pain, but after a couple of days(yes, days) struggling it started working.
Now I have to do the same with the same application on a different server (2003 R2 Standard again) on a different network.
.Net 4 is installed and allowed
ASP.NET MVC 3 is also installed
By default IIS is set to use .net 4
I verify aspnet_isapi.dll used in application extension are from
version 4.0.30319 .NET asemblies folder.
I also added the wildcard mapping to aspnet_isapi.dll and unchecked
verify file exists.
Under Directory Security in Authentication Methods I have disabled
anonymos access and enabled Integrated Windows authentication(same as
the one on the server that it works)
I have copied the same web.config with the
<authentication mode="Windows" />
<authorization>
<deny users="?" />
</authorization>
I have set Read & Execute, List Folder Contents, and Read for the
Networkservice account(under which the app pool is working). Also I
have set the same for Network account, IIS_WPG, ASPNET and
IUSR_MAchineName.
I do not have an EnableExte??nsionlessUrls but even if I create it
and set it to true or false it does not help.
I also tried
http://haacked.com/archive/2010/12/22/asp-net-mvc-3-extensionless-urls-on-iis-6.aspx
and it did not help.
But I kept getting 403 Directory Listing Denied for the root and 404 for an action that I know should exist.
Web Platform installer was then used to re-install and possibly update .net, asp.net etc. I then noticed IIS was reset to default. So I added the wildcard mapping again. No, luck still 403.
I exported configuration files from the working server setup and created new default app pool and new default website using those configurations.
Still I get 403 Directory Listing Denied for the / and 404 for any action I try.
How can I disable this feature? In the power options apparently I can only choose the minutes and I don't see a "Off" option. If I set it to 0 minutes, it sets itself to 1.
For now I set it to 20000000 minutes, but a real solution would be nice.
Dear all,
I have written a data DVD by k3b and now that I paste DVD on my system I have limitation in order to read and write on it's folders. I tried to set their permission but it's not possible. I mean that when I set File access to Read and write and press Apply permission to enclosed files botton, after a few seconds my setting (Read and write) will be disappeared and it returns to ---. Can any one guide m, please?
Thanks
Generally with PHP, files/folders have a permission of 0777 when we want to write to them. suPHP forbids a permission of 0777. Instead, files are supposed to have a permission of 0644 and folders have a permission 0755. However, this is always worded differently
SuPHP won't allow chmod of 777 so we need to set all files to 644 and directories to 755
Your scripts and directories can now, only have a maximum of 755 permissions
Set file permission(s) to allow read access only by you (e.g., chmod 600 filename.suphp).
What is the exact rule and to what files does it apply to? If I have README file somewhere in a nested directory does its permission need to be updated, or does it only apply to .php files?
Hello, I would like to set my CURL to use SSH tunneling for certain domains. How can I accomplish that? I can also set up VPN or SOCKS or whatever, but I need to use CURL on local machine, but use the IP of remote machine for those connections.
I've got a set of 5000+ files that I need to do a simple search and replace in. I have been doing it in a text editor (EditPlus) by opening 500 files at a time, doing a global search/replace, saving all, closing, etc. But, that's taking literally hours to do and it's boring and tedious and I already have done it once today and need to do it again because all the files got refreshed. Is there a way to do this via the Bash command line? Here's the details:
Find onchange="document.location ='/products/view.html/view/'+this.value"
Replace it with onchange="alert('Not implemented')" style="display: none"
All of the files have a .HTM extension, but they are nested in several sub directories.
I'm getting repeated errors in my console log that look (basically) like this:
10-09-29 10:06:08 AM com.apple.launchd[1] (com.apple.launchd.peruser.501[51581]) getpwuid("501") failed
10-09-29 10:06:08 AM com.apple.launchd[1] (com.apple.launchd.peruser.501[51581]) Exited with exit code: 1
This machine was set up using the migration assistant, from a machine where my UID was 501, but here it's 505. I have the same username and group set, of course, but...
So, where is this peruser launchd tool configured, so that I can disable the daemons that are causing this error message?
I am trying to install FreeBSD using vmware workstation I get to a screen where I have to configure the DHCP (some values are set automatically cuz I've set to configure DHCP auto in options) but the hostname is empty and domainname is .localdomain, what values should I write in there
I have ssh set up so my users can only access sftp and port forwarding, how can I limit the number of concurrent logins on a per user basis?
In my sshd_config I have UsePAM set to yes and in /etc/security/limits.conf I have:
username - maxlogins 1
I also tried:
username hard maxlogins 1
Neither of these works and the users can still log in multiple times.
I'm trying to make a DVD and the final DVD jerks when played on standalone DVD players. It seems to play fine on PCs.
I think the problem may be to do with interlacing settings when rendering the final output, but I'll outline the whole editing process I have followed in case I've made a mistake somewhere else.
Most of the footage comes from a sony handy cam (one of those mini DVD ones) so isn't great quality. It was set to "high quality" (haha) and 16:9 aspect ratio when it was recorded.
I copy the files directly from the mini DVDs onto the hard drive and import them into Cinelerra. In Cinelerra I set the format to 25fps, 720x576, RGBA-8bit, 16:9, interlaced bottom fields first.
When I've finished the editing, I add a Fields to frames effect (set to bottom first) to each video track.
I render to audio and video separately:
Audio: AC3, 128kbps
Video: YUV4MPEG steam,
video pipe settings:
ffmpeg -f yuv4mpegpipe -i - -y -target dvd -flags +ilme+ildct mpeg2video %
Cinelerra often crashes during the rendering, so I set it to generate a new video file at each label, and combine them using cat when I've got a sucesful render of each one. Once I've combined them, I use mencoder to re-index them:
mencoder -forceidx -oac copy -ovc copy merged.m2v -o mergedReIndexed.m2v
I combine the audio and video files using ffmpeg:
ffmpeg -i AudioFile.ac3 -i VideoFile.m2v -target dvd -flags +ilme+ildct FinalMovie.mpg
Then I build the menus with spumux and I create the DVD file system with dvdauthor, and finally I write it do a dvd-r like this:
nice -n -20 growisofs -dvd-compat -speed=2 -Z /dev/dvd -dvd-video -V VIDEO ./ && eject /dev/dvd
Originally, when I did it the DVD flickered badly, so as suggested in a guide I added the fields to frames effect in cinelerra. Now it doesn't "flicker", but has become "jerky" when there is lots of motion, particularly when the camera is moving, so the whole background moves.
This is what I've tried so far:
Removed "mpeg2video" from cinelerra video render pipe.
Removed +ilme from render pipe.
Removed +ildct from render pipe.
Removed +ilme from render audio/video rejoin command.
Removed +ildct from render audio/video rejoin command.
Added -alt to render pipe.
Added -alt to render audio/video rejoin command.
Tried with and without the frames to fields effect in Cinelerra.
and various combinations of the above.
I've also tried this: change the Cinelerra fps to 50, use fields to frames (instead of frames to fields), render to an intermediate QTforlinux jpeg video stream, re-importing that back into Cinelerra, adding a frames to fields effect and then rendering that output as normal (@25fps), and I still have the same problem.
Has anyone experienced this "jerking" playback before? Can anyone give any suggestions on how to fix it? (Like I say, it plays back fine on a PC, but not on any of the standalone players I've tried)
I'd like to know if there's an Excel Function, or a formula, that can be used to sort digits within a cell.
For example, if the value of A1 is 6193254807 and B1 has our formula with parameters set to sort ascending then B1 should equal 0123456789 (leading zero included). Of course, if the parameters were set so that it would sort descending then B1 should equal 9876543210.
Is there a way to do this, without wandering into VBScript, or macros, or something similarly exotic?
When in Readline apps with vim mode enabled in ~/.inputrc (set editing-mode vi) is there a way to bind the up arrow key? To previous history, for example. It seems I have to press ESC key first, only then it works.
Here's my attempt at making it work (~/.inputrc):
$if mode=vi
# INSERT MODE
set keymap vi-insert
"\e[A": history-search-backward # up-arrow
"\e[B": history-search-forward # down-arrow
Also note, that when I press Ctrl+v and then <Up>, it prints ^[[A.
Just want to run a DOS script to set some parameters. Where do I put the batch file?
Clarification: I want to run some DOS commands when I start a DOC prompt, mainly to set some aliases. This is really what I am looking for, not really when logging in or starting the system. I apologize for not being more clear.
For example I want to run:
doskey ls=dir
Just so I can type ls rather than dir.
I inadvertently set the Registry Editor to be the default editor for *.txt files. Now when I go to change the default, "Always use this program to open these files" is grayed out. This is the case whether I right click on the file and choose "Open with...", or start with the "Set Default Programs" control panel.
Why? How can I fix this?
Hi - I'd like to be able to have one set of users authenticating using public key auth and the other set to use username/password. Is this possible in OpenSSH on Linux? If so how do I go about it? Right now, I'm stuck with only having one option as far as I can see in /et/ssh/sshd_config - it's either PAM or PublicKey authentication...
Just want to check the syntax to make sure this is for one table and all indexes (default?).
--must be single user
ALTER DATABASE database_name SET SINGLE_USER;
DBCC CHECKTABLE
( "table_name"
, REPAIR_ALLOW_DATA_LOSS
)
WITH ALL_ERRORMSGS;
-- TURN BACK MULTI USER
ALTER DATABASE database_name SET MULTI_USER;
Also, should I be in the database containing the table to repair or should I be in master?
How to create my own custom action in Microsoft Outlook Rules?
In Outlook, when creating a rule in the Rules wizard, we set first the conditions and then set the actions that we choose from a list of predefined actions. Is there a way to add my own action to the existing actions programmatically?
I also see an action called custom action, when i click it it opens up a small window with an empty combobox, can i add my custom action there, and how?
I am using VIM for a while, but never faces such a problem.
When i connect to my desktop Ubuntu PC via ssh from a tablet (Asus tf Prime) using terminal emulator (screen-256-colors) I got my vim in Chinese... On desktop it is correctly working in English.
I've tried to setset langmenu=en_US.UTF-8
language en_US.UTF-8
but it do not help... See screenshot
You may find my configuration on github
In Windows 7 Explorer, when I open a folder containing only music, it's smart enough to show me a custom set of columns (Name, #, Title, Contributing Artists, Album) that make sense for a music folder.
However, I also always want to see a Length column.
I can right click on the column headers and add the Length column, which is persistent for that folder, but when I go to another music folder, it doesn't have the new Length column.
How do I set up Windows so that ALL music folders ALWAYS show me this column?
I have a bunch of JPG-files which I want to stitch together with Photoshop's Photomerge function.
I choose File → Automate → Photomerge... and browse for the files. Photoshop opens the files and starts analyzing. I see the process bar filling and different phases are mentioned on the process bar. Nothing weird there.
When the merging is done (and if I don't blink my eyes), I can see layers-palette is populated with the chosen files and, by quickly judging from the layer thumbnails, they're properly aligned. Sometimes the image window itself can be seen, but not always.
Problem is that the layers and the image disappear in a flash. There is no error message. Everything is like prior starting the photomerge. No file has been changed. I could continue to use Photoshop normally.
This is what I've tried so far:
Loaded folder which has 38 JPG images, 4272 x 2848 and ˜ 5 megabytes per file
Loaded the same files, but chose Use Files instead of Use Folder in the photomerge's window
Loaded 19 JPG images, 4272 x 2848 and ˜ 5 megabytes per file
Loaded 10 JPG images, ⇑ see above
Loaded 5 JPG images, see above
Loaded 3 JPG images, see above
Scaled the images to 2256 x 1504 and ˜< 1 megabytes per file
Loaded in a set of 38, 19, 10, 5, 3
Following steps are tested with these smaller files and with a set of 5 images
Read Adobe's forums and reduced the amount of RAM Photoshop uses gradually from ˜ 80 % to 50 % (though I didn't understand the logic behind this)
Would've reduced cache tile size to 128K, but it was set so already
Disabled OpenGL
Scaled the images to 800 x 533 and ˜ 100 kilobytes per file, loaded a set of 5
Read more unanswered threads around the internet
In between each test I closed and reopened Photoshop. This is the first time I've even tried using photomerge.
Am I doing something wrong? How can I locate what is the problem? How do I fix this?
Photoshop is 64 bit Extended CS5 version. I'm on a mid-2010 quad-core (i5) iMac with up-to-date Mac OS X 10.6.6.
Edit: Weird. First loading the images into one file via File → Scripts → Load Files into Stack… and then using Edit → Auto-Align Layers…, which, effectively, is the same as photomerge (even the dialog looks kind of the same), works! Even with the original JPGs without any issues.
This doesn't fix photomerge, though.