Red Hat :: Portage Form 5.4 To 5.5 And 5.6
Apr 18, 2011What we need first to check and to do in the case of portage of an application from one redhat version to another (newest)?
View 2 RepliesWhat we need first to check and to do in the case of portage of an application from one redhat version to another (newest)?
View 2 RepliesI've already tried Seamonkey to create a web page but can find no way to create a web form in which I want to create form fields. Before moving to Ubuntu I used Microsoft FrontPage to create web pages with form fields. This was easy to do. what is available to do the same in Ubuntu?
View 2 Replies View RelatedWe are using several printers on our Linux RH network to print customer invoices and receipts. Receipts are short forms of just 21 or 22 lines. Two of the printers (an HP LJ1300 and a Dell 5200) eject the receipt paper automatically; the other two HP (a LJ 4200 and a LJ2420) do not eject. You have to press the green button on the printer. Is there a solution to that? They are all set up with the same PCL settings.
View 3 Replies View RelatedI'm having some problems emerging things on my newly installed Gentoo box.Almost everything I try to emerge gets me stuck in this circular dependency with file and eselect:
Code:
(sys-apps/file-5.05, ebuild scheduled for merge) depends on
(app-admin/eselect-python-20100321, ebuild scheduled for merge) (buildtime)
(app-admin/eselect-1.2.11, ebuild scheduled for merge) (buildtime)
(sys-apps/file-5.05, ebuild scheduled for merge) (runtime)
I have set the USE flag "-python" on file, but it didn't break the loop.
I sort of asked this question in the arch linux forums since I was interested in arch but I still have yet to get a response (maybe it's too early).I wan't something like gentoo but without taking up unnecessary space like gentoo's portage does (/usr/portage/). I find that to be a serious flaw with gentoo. Yes you can use squashfs-unionfs to help but it requires some work especially when something goes wrong with portage.I was thinking about arch but can you use it completely as a source based distro? Some people seem to have said it requires scripting and some work from the user. I wan't something that'll do it for me so I can set it and forget it.
I heard about source mage linux and exherbo but I'm not sure what to think. I'm thinking about trying arch linux and source mage but perhaps there's other distro's I don't know about. I'd really like some suggestions.
I have a pdf form that came from open office conversion to pdf. It has some information filled out in it already and I don't want to lose that by doing anything that overwrites it or loses something in a conversion, etc. Also, it is two pages so I can't print it out, fill it in and then scan it because I would end up with two files instead of just one then.
View 4 Replies View RelatedI tried to utilize Add/Remove Software and install some gcc and other packages from my Fedora10 DVD, but It's list of available softwares is empty.
View 8 Replies View RelatedI have a pre-printed form that I need to fill in. Is it possible to scan it, fill it in on screen, and then put the original form in the printer and get things to print out on that original form? I know that I can scan the form and fill it in on screen and print out on a blank piece of paper, but I need to use the original form
View 9 Replies View RelatedAll the upgrade notes on ubuntu.com told me I must have 10.04 to upgrade to either 10.10 Desktop or 10.10 Netbook. Does this only apply to the desktop version? I use the update manager to install all available updates and then the application is blank! Doesn't say "new version available" or anything like that. What do I do? Am i stuck buying an external hard drive and installing the new one like new?
View 1 Replies View RelatedWhen I try to update I get THIS at about half way. I have no clue what the problem is.
View 3 Replies View RelatedI have several forms created on my server. I'm running Ubuntu server 10.04.
I was running Ubuntu server 10.10 up until Tuesday Night. I decided to go to Ubuntu Server 10.04 in favor of the long term support of it.
While running Ubuntu server 10.10 all my forms worked and would send the form data to my email without issue.
Now after transfer the site to Ubuntu 10.04 I'm not getting any of the email messages. I have verified my email works by sending a test email directly to the account.
I want to perform an upgrade from Ubuntu 10.10 to Ubuntu 11.04 without reinstalling Ubuntu. How can I do this?
View 9 Replies View RelatedSo a family member was very nice and got me a killer server for my house. Not sure what I will do with it just yet. I will post spects shortly. Its Intel raided 2 750G drive 2G CPU and I believe 2 or 4 G memory. Rack mount with a KVM on it.
I have narrowed it down to 3 OS choices. Ubuntu : I run this on my LT and find it very nice for that. Some nice Media server Sw out there for it. I do some side work on RedHat and for my current employer so I was thinking CentOS or Fedora so I have a system running a similar OS on it.
At home this may be a www or media server for me long term. Or I may just use it as a test system initially to work on these Linux versions. I know this is all subjective and depends on what I plan to do with the server in the long run.
But out of the Fedora and CentOS release which is better knowing I am doing work in Red Hat for my current employer?
I m trying to access a site through a perl script for a project of mine, and i use a system call fora wget.
The login form is this
Code:
I mean should i add in the --post-data all the hidden fields? should i try using perl's md5 function for the last two fields? anyone has any idea on what are the elements i should be sending along --post-data?
Is there a way to --load-cookies from mozilla or something similar instead of creating new cookies with wget?
1- Is reviewing hardware that you have posted in the HCL considered 'bad form'?
2- Is it good, bad or indifferent to put up hardware that is not currently avaible? I've got several older computers, and I'm more than happy to put them up. I'd assume that its encouraged to do so, but seeing how I was going to ask the other question I thought there is no harm in asking.
I'm trying to connect to my Apple computer using SSL/SSH VNC Viewer, but don't know what to put in the VNC Hostisplay space and VNC Password or the Proxy/Gateway spaces. Where can I get all this info from?
View 3 Replies View RelatedI v been trying to make a pop up window or form for my user once they get to my index page then a form comes in the middle of the screen asking questions . also i want a pop up form to pop up when some one is trying to exit my page to pop up
View 5 Replies View RelatedI want to validate a web form using PHP. I spent ages confusing myself with client side scripting and realised until I worked out it is not what I want. My problem is that now I am looking at PHP and everything is mixed up in my brain. I need to point out that PHP is very new to me! This is what I already have:
1 An html page with my form on it.
2 PHP page which emails the contents of the form to me.
The above works well. For the sake of clarity, here are my pages (cut down to the essentials where appropriate): My html form:
first name surname
Email
Home phone
Mobile
Work phone
I have read and understood your terms and conditions. My php script (regform.php)
$receiver = 'me@email'; $subject = 'New registration'; #$message = 'This is a new registration.'; $surname = $_POST['surname']; $firstname = $_POST['firstname']; $address = $_POST['address']; $email = $_POST['email']; $homeph = $_POST['homeph']; $mobileph = $_POST['mobileph']; $workph = $_POST['workph']; $time = $_POST['time']; #from here $oldaddress = $_POST['oldaddress']; $DOB = $_POST['DOB']; $elect = $_POST['elect']; $job = $_POST['job']; $salary = $_POST['salary']; $employer = $_POST['employer']; $benefit = $_POST['benefit']; $smoke = $_POST['smoke']; $claim = $_POST['claim']; $children = $_POST['children']; $children2 = $_POST['children2']; $pets = $_POST['pets']; $pets2 = $_POST['pets2']; $require = $_POST['require']; $terms = $_POST['terms']; $rooms = $_POST['rooms']; $body = "first name:$firstname
surname:$surname
DOB:$DOB
email:$email
home phone:$homeph
mobile phone:$mobileph
work phone:$workph
address:
$address
time at this address:$time
previous address:$oldaddress
electoral register:$elect
employment:$job
employer:$employer
salary:$salary
benefit claim:$benefit
future benefit:$claim
children:$children
ages:$children2
pets:$pet
pet type:$pets2
other requirements:$require
terms:$terms"; $headers = 'From: email' . "
" . 'Reply-To: email "
" . 'X-Mailer: PHP/' . phpversion(); mail($receiver, $subject, $body, $headers, "From: $firstname $surname
" . "Reply-To: $firstname $surname class="inlineimg" />;
You can see there are many more form fields than I have shown in my example html form above. What I want is that the following fields have to be filled:
1 mobileph
2 email
3 terms (checkbox)
I would like the user to be asked to fill the form in properly if any/all of the 3 fields have not been filled in. I imagine I need some php in the html page and some more in the php page. I am certainly not asking any one to do this for me but I am really confused. I have googled and copied and pasted and edited for 6 hours and I am lost. What I want is a very simple and clear example of the code needed. Sorry if I sound as if I can't search properly on Google: in this case I clearly can't!
Im strugling with script that wil generate graph on demad. I put it in cgi-bin directory but cannot get it to work. i googled for perl generating images and tried few examples but none worked.
When I execute perl script in command line it throws picture i a bunch of characters so it creates it but wont show when I access it through a web page.
[Code]...
I am trying to process an email form using PHP.It is working okay so far but I want the Items to be displayed as a list when the email is received. eg.
one
two
three
four
and not
one two three four
here is a copy of the variable that displays the message
home web server (running on port 21333). i'm running fedora 10 w/ LAMP and I can't get my php contact form on my website to send out mail. it looks like it sends but it doesn't (and I know the form works because it's the same one from my hosted web server). I've tried everything I can think of, disabled selinux, added apache to trusted mail users, changed the port to 2025 in case comcast blocks 25 (at least i think i did), added the port to the iptables and i have no idea where to go from here.
View 4 Replies View Relatedafter too long time spent googling and too long time on IRC still haven't given me any directions on how to install the mentioned form of fonts. Older instructions for previous versions won't work as some commands don't exist any longer (e.g. chkfontpath)
View 6 Replies View RelatedWhen we copy a sector to a file like using dd command, the data in the file is of which format? and of which type of conversion is nesessary to see the data in read able formate. i have tryed the ASCII conversion in dd command but still the data is in un-readable format. and also tell that if i access hard disk sector's data using c language program and copy data to a file then which type of conversion should i do ?
View 7 Replies View RelatedI have downloaded Fedora-15-x86_64-DVD.iso and try to install as usual:copy the isolinux directory from the image and boot with grubīŧbut the installer doesn't let me select the media and connects and downloads from network directory. After waiting a long time,it reports the network not available, and ask me to select repo from NFS, DVD or http/ftp, still no local hard driver. Is this a new feature of F15?
View 5 Replies View RelatedIs there an "easy" explanation somewhere in the forum about how to install programs which are in tarball form? I am relearning much of openSUSE and unsure of the compiling commands, which one(s) should be ran as a user, which commands should be ran as root... I've done a search on this topic and it seems there is a difference in login between make, make install, checkinstall etc.
I understand I'll also need some developer packages to compile tarballs however I don't know which ones. The last time I unsuccessfully tried to work with tarballs was when openSUSE 9.x was current. It's been that long. There is a program I absolutely need, it's SecondLife which I haven't found in any RPM repositories. I've downloaded the "linux" version from their website. The file name is: SecondLife-i686-2.5.2.223426.tar.bz2 I have a 64bit Toshiba notebook running 11.4
I would want a linux print server in the form of a web interface, where you upload a PDF, doc, JPG, PNG, PPT, TXT, HTM etc file in a file upload box, and then that file is printed to a USB connected Samsung CLX-3185 printer.Which linux distribution and software should I use then? I would want it to support so many file formats its possible.
View 1 Replies View RelatedI want to mount a samba share form another Ubuntu pc.
With nautilus I can do: smb://xxxxxxx;username@192.168.1.12/sharedfolder/ And i can browse the shared folder without problem
but I want to mount it. I have tried:
Code:
user@compu:~$ sudo mount -t smbfs //192.168.1.12/sharedfolder /mnt/folder -o username=username
mount: wrong fs type, bad option, bad superblock on //192.168.1.64/esco3,
missing codepage or helper program, or other error
[Code].....
Im aware I'm not passing the password and I was hoping it would ask me. Also I'd like to store all that info in my computer and try to auto mount the shared every time i use the pc.
The php mail form is designed using post function,normally the mails are not getting delivered without smtp authentication.So can someone say me on adding smtp authentication to php email form.
View 9 Replies View Relatedi want to start a home server in which i can log on to the same account form 2 or three different machines running ubuntu server. is it possible and if so, how?
View 9 Replies View RelatedI'm looking for a means to automate filling out web-forms with data (names, addresses, etc...) from excel spreadsheets. I'm not sure how to do it with a macro, of if theres programs out there, or if a script could do the same work.
View 3 Replies View Related