General :: Javascript - Distro With Pure HTML Interface ?
Aug 17, 2010
I'm looking for an existing linux distro with a pure HTML(5) client interface. Sort of like m0n0wall, but then featuring all functionality a modern OS includes, implemented in HTML/Javascript/CSS. Kind of a Skylight clone, but then using only free and OSS software.
View 4 Replies
ADVERTISEMENT
May 20, 2010
I have created which uses Gnome Seed which is in the Ubuntu repositories (although the newest version needs to checked out from Git to allow it to work) and SeedKit which unfortunately isn't in synaptic but needs to be downloaded. The links to get the source for both projects are as follows:
[URL]
The proof of concept is a JavaScript/HTML based frontend of Gnome's Log Viewer. It doesn't replicate 100% of Log Viewers functionality but it produces the basics of it which is to display the contents of Linux log files. The tutorial and link to download the source files are as follows:
[URL]
For more information about SeedKit and HTML based User Interfaces are in my blog, link for that post is as follows:
[URL]
View 2 Replies
View Related
Feb 21, 2011
I need a shell script which will search and remove a javascript from all htm, html and php file.
Code:
<script type="text/javascript"> if (navigator.cookieEnabled) {var user = getCookie("seostop");if (user !=1){winchristop();setCookie("seostop", "1", 7,
[code]....
View 14 Replies
View Related
Jun 10, 2011
I am trying to set up a webpager that contains a background of the skylouds uperimposedin the center will be an image of an airplane with a transparent background.I want the sky to scroll continuously to the left behind the airplane. I am having problems with the background not being visible, not moving as expected, the airplane not being visible, and just disappointment in general.I think the background of a div will not be visible if there are no internal contents because it will be sized to zero. So I introduced another transparent image to force the size of the main div. Still no joy.Here is my code. Note that I don't have my timers set up yet, just a button to test background movement.
Code:
<!DOCTYPE html>
<html>
[code]...
View 2 Replies
View Related
Mar 29, 2010
Is there some way to access HTML elements via javascript through some internal ID?
For instance, given a form like:
Code:
<form name="myForm">
<input type="text" />
<input type="text" />
[Code]....
I think I've seen some way to do this before but I'm not certain
View 4 Replies
View Related
Mar 31, 2010
free program that can convert my webpages containing javascript and html code into a flowchart. also i dont mind if the program works on either windows or ubuntu as i have both.
View 1 Replies
View Related
Mar 5, 2011
Is there a modern equivalent of "Expect", which was developed for the UNIX environment to automate access to programs which had been designed to interact only with a human?
Now with many facilities only accessible by HTML and javascript, what solutions are there to access such websites from a Perl script for example?
The need to access interactive systems by automated agents is the same now as when Don Libes originally wrote Expect, described well in his paper to the Summer 1990 Usenix Conference, Expect: Curing Those Uncontrollable Fits of Interaction.
I want my computer to access the web - I don't believe I should have to be chained to it by mouse and keyboard before it can interact with web sites. Surely there are some tools for achieving this. I've searched, but haven't been able to find any. Although I'd like to do it from a Perl script, I'd consider any language: C, PHP, anything.
View 5 Replies
View Related
May 16, 2010
I am looking for a distro with an extremely simple desktop interface. I am looking for something as simple as the iPad where you can only run 1 application and it gets maximized. You click an icon and... you get that. Also the hardware is well described as "Aging," it is not dual-core, and may be as low as 64mb of RAM.
This is because the computer will basically be used as a simple game machine, and by game I mean Minesweeper and Solitaire. For Multiplayer games maybe virtual board games on a single screen, no LAN type stuff. Also I do not want the primary users of this computer to be able to access anything besides exactly what I determine they are supposed to. Basically what we want is something that is Child-Safe and Child-Simple. There will be no internet browsing or document creation or anything complicated.
Now I am not saying however that there won't be a possible user login that does have access to a full complement of software programs, just that I need to be able to setup at least one login that meets the criteria I specified. I have used Ubuntu in a few iterations, I can use a terminal with some internet help, and consider myself "Technical." Primarily I will be managing the software.
View 12 Replies
View Related
Mar 24, 2011
I am having problems troubleshooting my pure-ftpd setup. I am always getting a 530 authentication error. I attempted to correct the problem by doing the following:
# pure-pw mkdb
# ln -s /etc/pure-ftpd/conf/PureDB /etc/pure-ftpd/auth/PureDB
# gedit /etc/pure-ftpd/conf/PAMAuthentication
[code]....
This create a new error. 421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb I am getting a feeling this is getting from bad to worse. I attempted to remove pure-ftpd and pureadmin to start over again. However, it appears I cannot remove everything. I attempted the following:
apt-get remove pure-ftpd pureadmin I am not sure what this really does because I can still see the folder /etc/pure-ftpd and I cannot remove it. I could not use rm /etc/pure-ftpd because the system said it was not empty. I also tried sudo aptitude remove pure-ftpd pureadmin . Again I cannot completely remove the folder. How do I completely remove pure-ftpd and pure admin and all databases, files and folders so I have a fresh system ready to start the install again?
View 1 Replies
View Related
Feb 9, 2011
I have set up pure-authd and pure-ftpd. They are both running, I have created the socket etc.
In my authentication module (a php script) for testing purposes I have done a vardump in to a file, and have realised that pure-authd is not passing on any variables (username, password of the current person trying to log in via ftp) to the PHP script.
I am sure the authentication module is working (have tested it vigorously on the command line), but after 10 hours wondering why it wouldnt work and messing about with the script, I have realised that the variables were never even getting in to the script in the first place!
I am running the processes such as this:
Everything seems as if it is working other than this. For instance, when testing the setup with a very basic auth module which doesnt require a username or password (the basic module just passes "auth_ok:1" to pure-ftpd and the user is then logged in), I can log in to the FTP server fine.
But like I say, a vardump ($argv) on my proper PHP authentication script would suggest that no username or password are being passed to it.
View 1 Replies
View Related
Sep 17, 2009
Is there a firefox add-on to script HTML and/or Javascript directly inside firefox
View 1 Replies
View Related
Jan 16, 2010
Does anyone know how to get the nice looking puppy jwm interface into another distro? When I install jwm, it looks plain and boring. I'm wondering if there's anyway to make it like puppies, but have a better package manager.
View 1 Replies
View Related
Sep 1, 2009
I need a textbrowser with Javascript Support. I have compiled the elinks stable 0.11x and the unstable 0.12x version mit JavaScript Support (js moz dev). Both browsers can be started and showed websites normaly. But no javascript, even simple tests like [URL] failed. I started elink with ./elink and typed then the url.
View 4 Replies
View Related
Jan 9, 2010
nominate a disastrous distro from past or present that was simply AWFUL and what exactly was so bad about it?
View 14 Replies
View Related
Mar 26, 2010
I type in ifconfig eth0 up, it says Device not found.
Sys: Fedora12, ethnet, laptop.
When I can get in X, I can manage my network with network-management, or with gnome-terminal. In X, I can start a net with "ifconfig eth0 up", when I type in "ip link", It shows like
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:26:22:de:c0:94 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 00:26:c6:4f:79:2a brd ff:ff:ff:ff:ff:ff
BUT right now, I get problems with X and can't get in it. I want to start a net connection in pure terminal and work with it. However, it replys "Device not found" to "ifconfig eth0 up". Answer to "ip link" was lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 and no more. Where is my eth0 then? How can I start a net with it?
View 4 Replies
View Related
Jan 18, 2011
ok I am using a customized CentOS distro that is looking for 3 network cards on boot. eth0, eth1, eth2. I do not need eth0 and need to bridge it to eth1.
View 1 Replies
View Related
Apr 11, 2011
i am using windows 7 in my laptop and linux is installed on virtualBox but my problem is the screen is showing small in virtualbox is there any way to enalarge the screen to show like windows screen? i did before by using VGA setting but it made problem me i was not able to use GUI interface i meant graphics interface
it was just showing me Command Prompt.
View 8 Replies
View Related
Apr 18, 2011
Can I pass javascript variables to bash script? If possible in bash script what code should I insert to receive javascript variables.
View 14 Replies
View Related
May 10, 2011
When a JavaScript calls the alert() method, Firefox send out a BEEP in my headphones. Does any one know how to stop that sound? I am running the newest Fedora Linux with Firefox 3.6.16 using Kde as desktop environment.
View 2 Replies
View Related
Jul 5, 2011
I like to use wget to click a javascript button on this page
page:
[URL]
button:
Update (Add to Queue)
bin trying
Code:
wget --post-data="updbutton" [URL]
But it aint working. I am not WinslowLee420 he is just the top player on the leaderboard.
View 3 Replies
View Related
Mar 9, 2010
I used wget -r to get all the web pages that were linked from index.html. The pages listed in index.html are all chapters. After using wget -r, all the chapters are now in the same folder on my local hard drive. Is there a way to build the chapters in their proper order into a "long"/"full" web page, rather than simply having each chapter as a link/next link on a previous page?
View 9 Replies
View Related
Apr 4, 2010
I looked at links2 and elinks - neither one seems to even support a simple javascript redirect on a site.
View 2 Replies
View Related
Sep 12, 2009
what is the best way (i.e standard way that is supported on all browsers and probably as well followed by web crawlers).... to include an html file either locally or externally in another ? Of course , i've done the research and i also know that there are server side includes (php , asp ...you name it) at the moment , i'm using this:
Quote:
<script type="text/javascript" src="path to file/include-file.js"> </script>
however, i've been warned that this method may not show up in some browsers as some tend to ignore this tag and that crawlers like your favorite search engine wouldn't bother reading this. so , what is the best and safest way to do the job? and btw , the reason why i've ousted SSI's from the start is because of among other things:
1) the fact that the included file is static html and because the text is included pretty much everywhere
2) hoping to reduce load time as the code (if successfully recognized) would hopefully be treated like any other embedded external file (e.x like an image) , therefore it would be cached without the need to downloaded it over and over again for each new page on the site.
View 1 Replies
View Related
Dec 15, 2010
Lubuntu is nice - but it seems the LXDE version is not as up to date as Fedora LXDE Spin or even Debian squeeze with LXDE installed. I do like Chromium on Lubuntu though... its faster and a nice touch. I am looking for a lightweight 64-bit distribution for my main laptop (it is by no means "old" or "low spec" but I like that Lubuntu starts up in like 2 secs).
LXDE version seems not to be recent (esp in 10.04 version which seems to work more stably for me - with Nvidia drivers etc)64 bit install is currently a pain - requires first install of minimal CD or alternate CD both of which required wired Ethernet, then install of lubuntu from PPA. Native 64-bit support would be nice. Linux Mint LXDE, for example, is also only 32-bit.
View 4 Replies
View Related
Sep 6, 2010
I have a linux box set up as a multi-purpose server for my home with three Windows client PC's. The linux box is based on a slightly modified Slackware 9.0 distribution using Linux 2.4.20 and an unfortinately old, slow AMD processor with a miserable 512Kb RAM. The linux box serves the CIFS file system to the Windows boxes, runs the SQUID HTTP proxy, the Apache web server, a print server, does masquerading, mail serving and a very effective firewall using iptables.
This system, although slow, has run perfectly for several years.Let me say that again - This system works perfectly.I had decided that now is the time to upgrade the hardware, so I bought a Gigabyte LGA775 motherboard which has two 1Gb network interfaces on it, an ASUS 256Mb PCI-E display card, 2Gb of DDR3 RAM, an Intel Core2-Quad processor and a bunch of 500Gb SATA drives to set up a RAID5 array (but I intend that the system boot off one of several 40Gb PATA drives I have).I set up the processor, motherboard, display card, RAM, a SATA DVD Drive and a 40Gb PATA hard disk in a "breadboard" layout and installed distro 13.1, being careful to set up the static IP for the local network, dhcpcd to get an IP address from the cable modem (my internet connection) and to enable ip_forward in the network configuration.
Then I installed a script invoked by /etc/rc.d/rc.local which installed all the SAME iptables rules as my old Linux box. There was one minor glitch when I had to change 8 occurrences of "-d ! $LOCAL_NET to" "! --destination $LOCAL_NET" but that was no problem. I also set up /etc/resolv.conf, /etc/hosts , the BIND server files etc. etc. exactly as in the old box.
I am able to ping mirror.aarnet.edu.au (this is at the heart of Australia's internet hub network - if it's down the whole bloody thing is down) and have the system find the correct IP from the designated nameservers and contact that server with a return trip time of 35ms. I am able to run a telnet session from one of the Windows boxes and edit files on the Linux server. So both network interfaces work and I've got them the right way around.I am able to run FTP on one of the Windows boxes and connect through to mirror.aarnet.edu.au, although it seems to hang when I try a DIR (but then so does the old linux system).
View 83 Replies
View Related
Jun 23, 2011
I am a long time aptosid user which asked to many question in there forum. Everyone interested: [URL] Anyway eat shit and die is not quite the answer I was looking for. I want to stay with a Debian and a rolling release, so I was wondering if some of you could share some info's on howto best setup and run pure sid.
View 9 Replies
View Related
Apr 5, 2011
how to run the html in linux. the code i already complete but i just dont know how to run it. i store it inside /var/www/html/. i just cant run it
View 8 Replies
View Related
Nov 13, 2009
I am having problems with the welcome message regarding pure-ftp, this is on Fedora 10. Pure FTP just doesnt show any ability to change the default message, its rubbish at its default gives out some details of what I am running (security risk in itself). Is there any means of being able to make a custom message?
View 4 Replies
View Related
Jan 25, 2010
I'm very new to Fedora ( i want to install it again on my PC ) but i have a small question before i proceed.Is it possible to keep a x64 instalation PURE 64 bit ?I mean here, will fedore try to install a 32 bit library ?? or ONLY if i need them ?Because for example openSuSe will install 32 bit libraries right from the start
View 5 Replies
View Related
Nov 18, 2010
EDIT: The way the ubuntu forums formatted it made it easier to understand, and I installed the misisng packages. So I installed kubuntu plasma desktop, so that I could try KDE, and decided I didn't like it. So I followed the psycho cat tutorial here on [URL] "Getting back to pure gnome on Ubuntu" I copy and paste the code there, and it starts uninstalling, but then I get this:
Code: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following packages have unmet dependencies:
libaccess-bridge-java : Depends: default-jre but it is not going to be installed or openjdk-6-jre but it is not going to be installed or sun-java6-jre but it is not going to be installed E: Broken packages I have absolutely no idea what to do. I know it has something to do with missing dependencies (anyone could, if they read the code) but I don't know what to do.
View 2 Replies
View Related