Ubuntu :: Create .po Files With Gnu Utilities?
Dec 9, 2010
i want to know how to create .po files with gnu utilities??there are several things which i want to know--
1.how to download gnu utilities?
2.how to use xgettext for extracting the main lines and how this xgettext works??
3.i know that msgmft is used for converting the po to mo but what is this(msgmft)??
View 1 Replies
ADVERTISEMENT
Jan 1, 2010
I've loaded it as dual boot with Windows XP & I'm now trying to find equivalents for some Windows utilities. I have found two possible replacements for allway sync but how do I install them? One is Synkron and the other is FreeFileSync both downloadable from sourceforgenet. But they come as packages, one as a tar.gz and one as a zip. What do I do now? In Windows there is an .exe or install file.
View 9 Replies
View Related
Mar 28, 2010
1.What character instructd the shell to interpret a special character as an ordinary character?
2.What directory contains some of the utilities available on the system in the form of binary files?
3. What command is used to search the location of a utility?
4. What command is used to instruct the editor to write the file and quit the editor?
5. What key quits the more utility and displays the shell prompt?..........
View 1 Replies
View Related
Jan 10, 2010
Is there an all inclusion Ubuntu deb like to N/U?
View 9 Replies
View Related
Nov 25, 2010
the permissions for my home directory were accidentally changed from 'access files' to 'create and delete files', and I changed them back, but ever since then I am not able to change any preferences/settings at all. power management, themes, panels, emerald, anything. my user account is supposed to be the administrator, and all the user privliges are checked. how to get control of my computer back?
View 9 Replies
View Related
Mar 12, 2010
if I install some benchmarking utilities via WINE, should I expect inaccurate results? I know about other benchmarking apps such as phoronix, but there are so many more I want to use that are of the .exe nature.
View 4 Replies
View Related
Aug 21, 2010
Once more I am playing with Linux. First it was Mandrake on an 386/33 box. Then Ubuntu 8.04 on an Athlon 64 box. And now Ubuntu 10.04 on an Athlon 64 Black. In Windows, there are beaucoup utilities, such as disk cleanup, dupe file finder, et cetera. I already know to NOT defrag a Linux HDD. Is there a need for any of the more common Windows disk utilities in Linux? FWIW - If I don't run Norton Utilities, CCleaner, and Glary Utilities regularly in Win7, I endup with gigabytes (yes, gigabytes) of trash files.
View 3 Replies
View Related
May 8, 2015
#1. Host Wheezy 7.8 KDE 64 bit
VBox 4.1.18_Debian r78361
Ext.Pack 4.1.18 r78361
Can use a WIN XP appliance (from my old PCLinuxOS) as guest there without any issues.
Added a second guest - Jessie 8.0 KDE 64 bit. Works, but no seamless display, mouse issue ...
So added inside guest:
non-X11 guest utilities + X11 guest utilities from the repositories
(These utilities are meant to be run inside the the virtual machine. They provide closer integration ...)
I simply don't know, how to run those utilities ...
What I get is
Code: Select all# systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● virtualbox-guest-utils.service loaded failed failed LSB: VirtualBox Linux Additions
● virtualbox-guest-x11.service loaded failed failed LSB: VirtualBox Linux X11 Additions
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
2 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
#2. Host Jessie 8.0 KDE 64 bit (on a second hdd)
VBox 4.3.18_Debian r96516
Ext.Pack 4.3.26 r98988
VNC 4.3.18 r96516
Same situation as in #1.
How do I run those xxx VBox applications inside guest?
View 10 Replies
View Related
Jan 15, 2011
Is there standardization across utilities included with Fedora 14 such as
df
du
top
[code]....
View 1 Replies
View Related
Feb 12, 2011
I have a system recovery partition on my drive. It's size is 1.4gb. I'm supposed to be able to boot to it but the MBR got rewritten a few times already I think. Maybe GRUB can get me to boot to it.
View 4 Replies
View Related
Nov 16, 2010
which filesystem usually contains system commands and utilities?
View 4 Replies
View Related
Apr 27, 2010
I recently installed ubuntu 9.10. I have been trying to launch utilities and other programs that have .exe extensions by double clicking the .exe file. Each time I attempt this I get the following error message in archive manager:
[Code]...
View 5 Replies
View Related
Apr 18, 2011
I'm not very sure when this issue started. Anyway, the system finally boots and I haven't had any further problems, but I somehow notice the booting to be a bit slower since this error appeared and I don't like watching the red letters that say "failed" every time I switch the computer on. I googled this before posting it, and other users have had this issue, but the solutions that worked for them didn't work for me.
This is the content of my /etc/network/interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
View 5 Replies
View Related
Jan 21, 2011
standard Linux installation utilities split the root file-system and the home file-system on two separate but relatively equal-sized partitions? For example, when I put fedora on an 80GB disk, it automatically gave the root file-system 32GB and home 30GB and the swap 8GB of space. However, since my home file-system has a directory with 28GB of files in it, why is my root file-system reading 100% usage? Is the home FS overlaid on top of the root FS? Is there an advantage to doing this? I just made a boot partition (50mb or so), a root partition (90% of the disk space) and a swap (4%-5% disk space).
View 5 Replies
View Related
Jul 17, 2010
I have been given Toshiba Tecra S11 with windows 7 running on it to install Ubuntu 10.04. Toshiba has a bunch of utilities running on the machine set up as dev/sda1, dev/sda, dev/sda3 and dev/sda4. I do not know where to start because of these existing partitions.
View 2 Replies
View Related
Jan 19, 2011
have recently encountered an issue in fedora 14 whereby upon entering the root password the users and groups and authentication utilities do not run. (system/administration/users and groups) They used to run fine.
View 6 Replies
View Related
Jul 28, 2011
I am making a text search engine. I need to first convert binary documents to text. I want to go with cross-platform (we develop both on windows and linux) command line (so that I can get the output via python subprocess). What are the choices for this?
View 1 Replies
View Related
Apr 4, 2011
am writing a small search program for my class. I have decided to use indexing for my program. Ive researched online about indexing and how search engines do it. If im gonno do that I need to create inverted files to associate files to numbers ( numbers being the index of my paths ) . Now I was wondering what would be the best way to create an inverted file ? I was going to create sql tables using mysql api in C but then again there is no array data type or vectors to store few numbers in a single column in mysql and it is not advised to use Enum or SET
View 14 Replies
View Related
Jan 12, 2010
I received a popcorn hour set top box for Xmas, and I am trying to figure out the best way to convert my extensive DVD collection to MKV files to play on the PCH.
I know I could just create an ISO of the DVD, but that would take up 4-8 gig per movie, where from what I've read, MKV offers GREAT audio and video quality at a fraction of the space.
Is there any software packages out there for linux that would allow me to rip my DVD's to MKV? if so, will they allow me to just rip the movie part of the disc, and not the extra's or menu?
View 4 Replies
View Related
Jun 2, 2010
Is there any easy-to-use program for ubuntu like handbrake or autogk for windows?
Or which software do you think is the best for creating avi or mkv files on linux?
View 4 Replies
View Related
Dec 20, 2010
I have tried a few methods and have not been able to burn a dvd yet. I can create the files that would go on the dvd. I first created a slide show using OpenShot. I saved it as a avi. First off, is this the correct format? Also, I have other files from other methods that end in .mov. Is this the correct format?
Can I combine the two formats of .avi and .mov on the same dvd ( have not even gotten to this point yet, but figured I might as well ask up front )? To burn the dvd, I tried qdvdauthor. It crashed on me after I autogrouped two files. Also, I tried k3b and DeVeDe. I was able to create files, but I still could not get them onto a dvd. I tried to take the files from k3b and DeVeDe and create a DVD in Brasero. Brasero just closes. No error, no success message.
How do I get files on a dvd in Ubuntu? I would even be happy with tutorials or links of software that was worked. Also, I will don't know how to get an audio cd burned in Ubuntu yet.
View 8 Replies
View Related
Mar 17, 2010
I'm trying to create a DVD with K3b, I encoded a DIVx MP4 file to vob, but i need to create the iFO and BUP files if that is correct? is it possible in any way to create iFO & BUP files?
View 9 Replies
View Related
Apr 23, 2010
I created a ram disk with this command: sudo mount -t tmpfs -o size=2048M,nr_inodes=500k,mode=777 tmpfs /var/cache/apt-build/build When I run apt-build, I got an error message that the disk is full (unable to copy file or something). But no disk was full when I checked with 'df'.
we know the maximum of files created from the nr_inodes number? Or is there any other option that determines the max number of files created?
View 2 Replies
View Related
Apr 28, 2010
creating a new website project in the var/www folder. I open jedit and try to save a folder or file inside var/www using jedt and it refuses to let me create or save anythink in the var/www directory.
I have used the terminal to create a new folder and file inside the var/www directory and when i open the file with jedit or gedit and write some code into it it wont save the code either. I am used to just creating a new directory and saving files into it with ease using windows so this is puzzling me a little. I also installed lamp server through the terminal and the phpmyadmin folder installed somewhere different from the var/www file.
View 6 Replies
View Related
Jul 1, 2011
I am running the new Natty install of Ubuntu. I always seem to have this particular problem, particularly with any ubuntu/kubuntu installs, but not other distros.
Basically, I'm trying to run a program -- a text-based game server. The server needs to be able to create new folders and write and delete files within its own directories in order to work.
However, no matter what I try to set in permissions, the program always spits out errors saying it was denied. I have set the directories so that any user/program can write/delete in them, and it still doesn't work.
View 3 Replies
View Related
Jul 15, 2011
i was wondering if there is someway on my ubuntu server to create and edit .php files? Sorry if it is a nooby question.
View 9 Replies
View Related
Jul 10, 2010
I have a collection of .MOV files which I want to turn into a DVD. A real DVD, the kind that will play in a stand-alone DVD player. I am not too concerned about fancy menus or anything like that. I just want something my parents can stick in their DVD-VHS combo and hit the "Play" button. I don't know where to begin looking. Has anyone done this? Is there any kind of a How-To or something? What Linux tools exist for doing this?
View 4 Replies
View Related
May 2, 2010
I have an old dos game on cd. I can't make it work from dosbox using the cd, so I need to make cue and bin files of it.
View 8 Replies
View Related
Mar 29, 2011
I was wondering if "Standard system utilities" is like a "must-have". I have installed Debian without "Standard system utilities" and "Desktop Environment" and everything went fine. I'm wondering if I may be missing anything?
View 4 Replies
View Related
Apr 5, 2010
I am using the following command to create a video of a bunch of jpeg files. The problem is that some of the jpegs are portrait and others are landscape. Ffmpeg is stretching the portrait images. Is it possible to maintain aspect ratio of the jpegs... perhaps put black bars on the portrait images using ffmpeg?
ffmpeg -r .75 -f image2 -i Image%d.jpg output.mp4
View 3 Replies
View Related