Ubuntu :: Make A Macro That Will Log In On A Website
Nov 10, 2010
I am looking to make a macro that will log me in on a website whenever I connect to the internet. Specifically, this macro has to input a username and password, and then press the login button. Is there any way to do this?
View 1 Replies
ADVERTISEMENT
Jan 23, 2011
Is there any way to make a website for free? I know that you can make websites like [URL]..., but I mean one like [URL]... or .net. Is there any way to make one like that for free?
View 2 Replies
View Related
Apr 14, 2011
I am very new to using Linux. I am trying to configure Apache. I have located the default in /etc/httpd and did a yum install httpd. Now, with this done, I am lost as is to how to configure. I am trying to make an ssl website with apache.
View 3 Replies
View Related
Mar 2, 2011
I want to make local version of web site. I am using (K)Ubuntu and installed HTTrack from repositories.Even though web site screenshots show GUI version of it, all I get is web-version which effectively opens web page on my local computer. When I try to click "next" on first screen, I get Page Not Found error. It obviously tries to run some sort of scripts on local machine, but nothing is installed there, and no dependencies mentioned in repositories.Anyway, I would prefer to have GUI version that web version of the tool.Does anybody know how to install GUI version of HTTrack? Or are there any equivalents of it?
View 2 Replies
View Related
Apr 3, 2011
How to made a simple website in linux using bash scripting.
View 3 Replies
View Related
Jan 14, 2011
I have installed centOS Server edition on my laptop and installed apache and mysql on server, i wanted to understand how can i make my server on line and host my website on my own server. I am using MTNL Broad band, and i have one static ip, How to make web server in centOS 5.5.
View 7 Replies
View Related
Sep 6, 2010
I am trying something a bit tricky.Suppose there is a website URL...Now suppose when i open a file /var/www/ test.php which connects to the above website to gather some info and then allow me to further in the process, i want it to instead direct to a file say /var/www/test_done.php.How do i edit my hosts file for such a scenario? Is there any other better option than using a hosts file ?
View 1 Replies
View Related
Nov 8, 2010
In first place i am sorry about my horrible English. I want to make a web site with a virtual host of apache visible by all the computers connected to my networking. I put this in the end of the file "/etc/httpd/conf/httpd.conf"("192.168.1.194" is the IP address of my computer. The default gateway IP address is "192.168.1.1"):
[Code]...
It works if i go to "http://192.168.1.194/" with the browser of the computer with apache inside, but on the others PC of my networking this method don't work!
View 2 Replies
View Related
Apr 8, 2010
I have 2 connections, wlan and wired, and I'd want to have a few websites (in my browser) to connect through the wireless connection while other go through the wired rj45 connection. s it possible? (without unplugging the rj45 cable...)
View 2 Replies
View Related
Aug 9, 2010
I use AutoHotKey for Windows and I'm trying to find an equivalent for Ubuntu Lucid that allows me to control the mouse movements and to invoke mouse button presses by using a keyboard hotkey. I found AutoKey, but it isn't very intuitive (I'm still a Ubuntu Newbie).
View 4 Replies
View Related
Jan 24, 2011
I just tried gnee based on a recommendation from this thread URL...t=227565&page=2 and it's a ghastly joke. Crashes immediately on clicking "record."Which leaves the original question from that thread unanswered -- is there a macro recorder/player for gnome that Just Works?
View 4 Replies
View Related
Mar 24, 2011
I tried ubuntu 10.0 yesterday (running from my usb pen) and I liked it. A lot. However, there are a few issues that i need to know if there's any way to solve them, before making the transition: Keyboard keys are swapped; I mean, if I press alt+(anyNumber) I get another character. Why does this happen?-I develop a lot of code in VBA; I tried to record a macro using Open Office Calc, but I got the impression that the code used in the recorded macro is slightly different.
View 9 Replies
View Related
Jun 15, 2011
I recently noticed that my libreoffice doesn't have the "Record Macro" voice that used to be in OpenOffice Tools -> Macros. Is that normal or have I installed libreoffice incorrectly?
View 6 Replies
View Related
Feb 23, 2010
I'm currently using a version of scientific linux with X windows. Is there a program I can use to set the mouse and keyboard to go through a series of commands and loop? there's a program I'm using for my research and to go into the inner workings of it to set up a script to run it will be very difficult.Instead, just having the keyboard and mouse loop through some commands would be much easier.
View 1 Replies
View Related
Dec 12, 2009
I converted my programming project over to autotools, which gives me a config.h file with all the cool definitions, like these ones:
Code:
/* Location of data files. */
#define DATADIR "/usr/local/share"
/* Define to the full name of this package. */
#define PACKAGE_NAME "lusus"
And naturally I think this is cool because then I can hardcore these into the binary. To my dismay, however, I discovered that the pre-processor does not do the text-substitution if the macro name is inside another quoted string.
Code:
// Prints out "/usr/local/share/lusus"
std::cout << DATADIR << "/" << PACKAGE_NAME << "
";
[code]....
This seems lame, because then this doesn't work:
Code:
CL_Image leaves_corner_tl(gc, "DATADIR/PACKAGE_NAME/img/leaves_corner_tl.png");
So, am I literally going to have to strcat DATADIR/PACKAGE with the other text every time I want to prefix DATADIR/PACKAGE_NAME onto another string?
View 2 Replies
View Related
Mar 20, 2011
I've been reviewing some source code recently which contains many conditional compilation statements, and I found it hard to understand the code not knowing whether some macro is defined or not. Is there any way to test whether a macro is defined?
View 2 Replies
View Related
Mar 3, 2010
I'm using openSUSE 11.2 x86_64 and I've installed OpenOffice.org 3.2.0 from Index of /repositories/OpenOffice.org:/STABLE/openSUSE_11.2 . However, the menu option Tools->Macros->Record Macro is missing (it is present in the official build of OpenOffice.org for windows and the one distributed in archlinux). Is this a bug? I've searched the Novell bugzilla for resolved and open bugs for this, but I've found nothing.
View 1 Replies
View Related
Aug 6, 2011
As in title, I'm using Libre Office on my OpenSuse 11.4 and there is no 'Record' option under macro. I have search the net and some suggest this solution - to check box 'Enable experimental features' in Options. I did that but still no Record Macro at all.
View 6 Replies
View Related
Apr 13, 2010
I have my own declared types and I have to operate with lists of items. I wish to write a one macro, instead of using a function for each type. It's intended to be like this: Code: #define ____append_to_list(head,
item, type)
type* ptr;
for ( ptr = head; ptr->next != NULL; ptr = ptr->next )
[code].....
View 9 Replies
View Related
Aug 18, 2010
All I'm trying to do is ShellExecute a program every time a new slide appears.
I'm using Office 2003 Powerpoint.
I did the following:
1. Tools, Options, Security Options, Macro Security, Security Level= Medium
2. Tools, Options, Macro, VBA Editor:
Code:
Sub OnSlideShowPageChange(ByVal SSW As SlideShowWindow)
MsgBox ("OnSlideShowPageChange")
End Sub
3. File, Save
4. Back to PowerPoint: F5) Slide Show, View Show <= Did NOT see the message box
5. Exit out of Powerpoint, reopen the .ppt file, F5) again <= Still don't see the message box
why isn't "OnSlideShowPageChange" getting invoked when I run the slide show?
View 3 Replies
View Related
Feb 4, 2010
What is the macro command (in OpenOffice Basic) to select an entire Row or Column? I tried to "Record Macro", then click on the Row/Column header, which would then select the entire row/column. But "Record Macro" failed to capture this action.
View 1 Replies
View Related
Jan 26, 2011
Is there a free image stacking application in Linux. I do a lot of macro work and I even use stacking for larger pieces of work as well. It allows me to create a better, larger DOF than you would normally get with a Macro lens, which tends to be shallow. If you have never heard of stacking images it is like stitching images together for a panorama image. Only this works by selecting the sharpest parts of the image. The images are stacked up on top of eachother, the software selects the sharpest parts of each image and the joins them all up making your object hopefully sharper. You need a tripod to do this work.
View 9 Replies
View Related
Dec 3, 2010
integrate a macro from MS Word to Open Office? It is a script I need for music. I cannot upload the file here nor give you the link, because I'm not let.
View 9 Replies
View Related
Mar 6, 2010
I'm unable to use the extra macro keys of my Sidewinder X6 keyboard in linux; I've tried to get the scancodes of the keys following the instructions in [url] but the program don't show me any scancode when I press the macro buttons.
View 2 Replies
View Related
Jan 29, 2011
telling the exact macro name and location, by which I can gain control over the following kernel base level structure
1. strct super_block of Virtual File System, for super block object.
2. strct inode for inode ofject of VFS.
3 file structure for file object of VFS.
in addition to these if you know location to access other kernel structure.Please let me know.My main objective is to get the access to the structure pointer of these structure by which i can have access over the individual fields o these structure.
View 11 Replies
View Related
Dec 22, 2010
I snaptic installed xmacro. I do not see it show up anywhere. Lost. I need a macro that can record keystrokes to reset my cable/router modem combo. I now use autohotkey. But I cannot virtual machine this, because it would need to raise up a ms windows explorer, something that cannot be done in a virtual machine on guest OS.
View 1 Replies
View Related
Mar 28, 2009
I have gotten over my inability to add SELinux users and am trying to write an SELinux module on my Fedora 10 machine, standard SELinux distribution. Most of it works just fine, but I've been having strange troubles with some policy interfaces--m4 expands them to numbers rather than valid SELinux policy language. Here's what I'm getting:
seutil_read_config($1_t) ---> 679
seutil_read_src_policy($1_t) ---> 1021
files_search_etc($1_t) ---> 1875
As far as I know all of these are valid policy interfaces (I've checked them up in their respective files, and they do exist and contain what appears to be valid policy). The last one I know because I went into seutil_read_src_policy and put its contents into the module rather than the macro itself. Now, I could do the same with files_search_etc, but really I'd like the top-level macro to just work. Does anyone know what is causing this problem? I'm certain I'm using correct syntax, unless there's a whitespace rule I'm not familiar with.
A secondary problem I have, generating warnings rather than errors, is that for some reason ' s are popping up in my expanded module, right after the end of expansions of some (but not all) macros that I've defined.
View 2 Replies
View Related
Nov 21, 2010
I am trying to understand working of pci_resource_start function So I browsed code via cscope and searched for string pci_resource_start and got following in pci.h
Code:
#define pci_resource_start(dev, bar) ((dev)->resource[(bar)].start)
I am not able to understand how does this above macro works. How does it above macro gets appropriate base address register in configuration space?
View 1 Replies
View Related
Jun 27, 2009
I am dealing with some Linux kernel code, which define most its functions with Macros.The trouble I am having is to use those code in user space in Windows.
For example, I have a function defined like this:
#define list_for_each_entry_safe(pos, n, head, member)
for (pos = list_entry((head)->next, typeid(*pos), member),
n = list_entry(pos->member.next, typeid(*pos), member);
&pos->member != (head);
pos = n, n = list_entry(n->member.next, typeid(*n), member))
And in user space code, I call it in this way:
list_for_each_entry_safe( pcre_item, tmp,
&(((pcre_list_head_t *)(hr.value))->head), list)
{
// My code to handle each element in the list
}
This is working like a charm in Linux, but I got errors in Windows:
It reminds me missing ';' after 'list_for_each_entry_safe( pcre_item, tmp,
&(((pcre_list_head_t *)(hr.value))->head), list)'.
Does this kind of linux code not working in Windows at all? (Linux is in GCC C stand and VC is ANSI C) I prefer not to convert them to normal functions but keep it the way if it could be working under windows by some tricks.
View 5 Replies
View Related
Apr 18, 2010
I open Firefox, Some Website Works, on some other Website Firefox Says "Connecting to...",but all the Sites I have Tested working on my Windows 7.
View 3 Replies
View Related