How to use complex AJAX applications with a lot of menus and with X.509 authentications in non-GUI mode with simple browsers?
For example, I can login to Webmoney from console using links/lynx/link2 (but not w3m), entering captcha (using aaxine) and do operations there, but can't login not using X.509 certificate (even if I try to separate SSL part using "socat tcp-l:... openssl:...:443,cert=extracted_from_firefox.pem")
Is there some program that behaves like fully-fledged browser (build DOM/execute JS/Support all features except of actually displaying things), but without GUI and dependencies on GUI libraries?
I would like to extract a "book cover image" from a series of CHM files, which command line tool can do that, please?
I have looked at the source of the QuickLook plug-in "quickchm1.1_source" and at the calibre command line conversion options (ebook-convert) but couldn't find anything akin to simple:
name_of_tool file_to_convert output_image
as in:
mytool routermanual.chm routermanualcoverimage.png
I tried running the sqlcmd from a remote host to do a simple backup of a sql 2008 database. The command goes something like this:
sqlcmd -s xxx.xxx.xxx.xx -U username -P some_password -Q "Backup database [db] to \
disk = 'c:\test_backup.bak' with format"
I get a succesfull message but the file isn't created.
When I run this on the sql manager on the same machine, it works. I thought it was permission problems, but I'm using the same username in both cases.
Any thoughts?
Hi,
We are a small group of people drinking a special brewed beer every week, but we need a rating system for it. Until now we have been using a simple spread sheet, but that's not user friendly and its not online, which would be a great feature.
So is there any of such system available to download ?
Any further questions, don't hesitate to ask.
Hi, I have just a simple question. Today memory DDR chips are 64 bits wide, and the CPU data bus is also 64 bits wide. But memory is stil organised in single bytes. So, what I want to ask is, when CPU selects some memory adress, it should be one byte, right? Becouse the lowest memory portion you can access is 1 byte. But, if you get 1 byte per 1 adress, why is memory bus 8 bytes wide?
I have several web site set up on one IIS 6 server distinguished by Host Header.
However, I wish to have one of the sites served by a Linux / Apache server on my network. Do I need to use a reverse proxy add-in for IIS, or is there a simple way to tell IIS to pass on all requests to another server?
How can I send email from a shellscript (usually cronjob) without running a mailserver on the same host. Using a smtp server. Running Ubuntu.
I looked a t various tutorials, but couldnt find a suitable approach (simple and secure).
Thanks
Sven
I'm a dyslexic and i generally use arial for most things, since its probably the most readable font for me. However i'd like to have a fixed width font with similar charecteristics (sans serif, distinct, 'simple' characters etc) since some things break with non fixed width fonts, but at the same time, most of the 'standard' fonts are harder to read for me- any suggestions?
A friend of mine has a son who likes to watch YouTube, but she would like to limit his access with some sort of white-list. This is more strict than simple over-18 stuff. I've thought of a static webpage with embedded video players on, but I don't know how to limit general search access to YouTube.
I have this simple formula:
=CONCATENATE("foo";"bar")
which renders foobar on the cell.
How can I lay this formula in multiple lines in the same cell? I'd like to be able to do something like the following but it doesn't work as the newline in the cell forbids the formula from being executed:
=CONCATENATE("foo";
"bar")
The reason I'm asking is because I have huge formulas an I need to format them (using newlines and a bit of indentation) for readability.
thanks
I have a simple file with two worksheets in. In the first worksheet (a product list) are a number of columns, including Product Code and Product Description. In the second worksheet (dispatches in January), I have Product Code. I need to insert a new column with the associated Product Description field completed based on the relevant line from the first worksheet.
I'm sure this is very easy, but its not something I've done before.
Thank you
Constantly at my shop, we are moving Outlook (or other email program) files between computers or Windows Installations, and sometimes, people have HUNDREDS of folders. Is there a quick way to move ALL the folders from multiple data files (*.PST) into one single file, without dragging each and every folder? No, I don't want to move the Inbox folder into the other Inbox folder for the quick move, I want something simple like selecting all folders and moving that way. Does such a method exist in any version of Outlook?
Hi,
this is simple - I have a page opened all the time in FF, and don't want others passing by to see immediately the page. Is there a plugin that would allow to "dim" the page, unless you over it with a mouse or set focus on window? The idea is similar to laptops screen dimming.
Thanks.
I whould like this simple rewrite rule:
/somefolder/mypage.aspx?myid=4343&tab=overview
to be redirected to:
/folder/4343/overview/
I looked for some solutions and none actually worked..
I tried:
rewrite ^/somefolder/mypage.aspx?myid=(.*)&tab=overview$ /folder/$1/overview permanent;
and
rewrite ^/somefolder/mypage\.aspx\?myid=(.*)&tab=overview$ /folder/$1/overview permanent;
What am I doing wrong? I'm getting 404
(simpler rules works just fine..)
Thanks
In order to perform realistic tests for a new backend server, I'd like to process all Apache requests twice.
So simply handle all the live requests with the old server, as it's done right now, but then also 'duplicate' the requests to a different virtual host, where the new backend is deployed, which will process the request and log the response.
What's the best / most simple way to achieve this in Apache? (the backend is a FastCGI process)
What is the Linux command to clear IP address of an interface without bringing it down and/or restarting network services. Seems strange ifconfig is able to change IP address but has no option to clear it, or am I wrong?
EDIT:As simpleas ifconfig eth0 0.0.0.0. They should have put it in the man
Hi all
I have a simple question about using of custom URL rewrite module - http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx.
After period of time redirects stop working. When I trace non working requests I found that
-URL_CACHE_ACCESS_END
PhysicalPath
URLInfoFromCache true
URLInfoAddedToCache false
ErrorCode 0
ErrorCode The operation completed successfully. (0x0)
Is there any option to disable URL cache access for website.
Thanks in advance.
I am an IT Administrator. I would like to create and distribute simple troubleshooting guides for my end-users. Does anyone know if these can be purchased anywhere? Has anyone tried a similar project and have any advice?
For instance a sample entry would read:
Can't connect to the internet
1) Check physical connection to internet (cable attached to your computer)
2) check wireless connection
3) ping dns server
4) if Ping fails call Tech Support
I've wrote a simple batch file to connect to a specific VPN connection using RASDIAL
rasdial MyVPNConnection
but it always returned the error
691 Access denied because username and/or password is invalid on the
domain.
Remote Access Service (RAS) Error Code List
then i tried pointing to my Remote Access Phonebook (Rasphone.pbk) and see what happens
rasdial MyVPNConnection /phonebook:%userprofile%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
and still there was an error 691.
I've then unchecked the following
but still the same problem was reported when executing my batch file.
hi there,
this is not really a programming question, but I can't figure out what tft-monitor to buy. The features I want to have are quite simple:
FullHD (1920x1080)
height-adjustable
made for office use
24" (or better)
not too expensive
thanks for your answers!
I have this simple formula:
=CONCATENATE("foo";"bar")
which renders foobar on the cell.
How can I lay this formula in multiple lines in the same cell? I'd like to be able to do something like the following but it doesn't work as the newline in the cell forbids the formula from being executed:
=CONCATENATE("foo";
"bar")
The reason I'm asking is because I have huge formulas an I need to format them (using newlines and a bit of indentation) for readability.
thanks
I've been working with linux for a while but in a rather simple manner.
I understand that scripts in init.d are executed when the os starts but how exactly does it works?
How does the os know which paramater to pass to a script?
To start apache I would do sudo /etc/init.d/apache2 start. If I run sudo /etc/init.d/apache2 it doesn't work without the start. How does the os pass start to the script?
I'm looking to connect two facilities with a a pair of Cisco 1242 access points and am looking for advice on configuration. We have multiple VLANs running that will need to be passed through the connection, but otherwise a fairly simple setup. Any advice on best practices from security, reliability, and speed points of views?