Fedora :: After Copying The File To Several Different Mozilla Directories And Also Making Libflashplayer?
Feb 2, 2011
After scouring the internet I was able to find an Adobe release of Adobe Flash Player Square for Linux 64 bit installations in the form of a file (libflashplayer.so). After copying the file to several different Mozilla directories and also making libflashplayer.so executable with the use of chmod +x libflashplayer.so I was unable to install the plug-in.To what directory must I install this .so file to get it to work? Also when I open the browser and user url://aboutlugins I don't see Adobe Flash Player Square yet. Is there an intermediary step?
View 8 Replies
ADVERTISEMENT
Jul 25, 2010
The current directory contains:A file called "original.txt" Many directories called "source_001", "source_002", "source_003" ... From the command line how do you copy "original.txt" to "source_001" and "source_002" and "source_003" ...
The total number of these source directories is unknown, it changes every week.
View 4 Replies
View Related
Feb 8, 2010
I am runnin CentOS 5.4 on a machine wiht 2GB of ram. of that 2GB free -m shows that 1.8 is being used. I wanted to find out what was consumign the RAM. I came across .mozilla folder in every users home directory. I am thinkning, is this machine some kind of GUI that is consuming the ram?I did ps aux | grep gnome and ps aux | grep kde but that came up with nothing.rpm -qa | grep gnome showed lots of gnome python RPM's.I am using ssh to connect to the machine and can not log in locally to see since it is at a remote location. Is there any way of finding out if a GUI is running, if so how would I uninstall it?
View 3 Replies
View Related
Aug 9, 2010
I would like to copy all the directories (including data) from the Linux box to an external hard drive.
View 1 Replies
View Related
Mar 20, 2011
Trying to watch videos for the first time using Fedora 13 there was just a black screen where the video play button should be, both on Firefox and Google Chrome, and the message: ?You need to upgrade your Adobe Flash Player to watch this video?. So I downloaded Flash Player 10.0 for x86_64 from Adobe Labs. They advised: To install it, copy libflashplayer.so to your 64 bit browser plugins directory (such as /usr/lib64/browser-plugins/). How do I do this? I know how to sign in as root, but don?t know how to go to /usr/lib64/browser-plugins/, nor do I know how to ?copy libflashplayer.so to your 64 bit browser plugins directory?
View 14 Replies
View Related
Feb 1, 2010
I have 60+ directory's each containing multiple .doc files. I need to move them to a single directory and keep their file name intact. I don't think cp will do that with out listing all the file names. I was thinking of something like: cp -r /dir/*.doc /newdir . Or should I use a combo like find -type *.doc|cp /newdir?
View 5 Replies
View Related
Sep 30, 2009
Description: I am a newly appointed system engineer taking care of linux servers. We have a new set of data coming in which need below configuration: How to do a script with function?:
for files with ".txt" in sm
copy each of the files to folder : sm1 and sm2 (log every copy)
if succesful:
remove original
log into the log file
if not successful: (not successful copying 1 particular file to all the folders)
retain and retry
log into the log file
mail out the admin with that particular file name
I have already do try a bit:
cd /export/home/
for dir in sm1 sm2; do
cp -p sm/*.txt $dir/
done
Is my starting right? How to do the rest parts?
View 6 Replies
View Related
Mar 12, 2011
How do I copy and/or move files to the base folder of a user? I don't know what is is called, so I do not know what to put in the my file "?" command? I know you would normally put mv filename /directoryname, but what is the base username called?
View 1 Replies
View Related
Nov 26, 2009
I want to copy a file system with dd. Most of the forums and how-to's warn that the file system must be unmounted. Otherwise, data could be changing and inconsistent or, at best, there may be open inodes, and the copied file system would need to be recovered the first time it is mounted. However, is it sufficient if the file system is mounted read-only? Or does a file opened with read-only still result in an open inode?
View 2 Replies
View Related
Jun 10, 2010
I'm using fedora 13 to connect to my server's share folder(windows server 2003) and i found that i can create folder,create file, access and open or delete the file in the window share folder, but i can't save or replace the file in the share folder. the error message is like below...there are error copying file into smb://path/folderShow more detail:
Invalid argumenti also have attach the pictureby the way....i had disable the firewall and selinux already....but still can't save the file into the window share folder.previously i use fedora 11 and all is ok with no problem, but the fedora13 got this problem, please tell me what cause this happen?
View 2 Replies
View Related
Mar 22, 2011
I used to be able to put a .sh file into a folder to make it into a global command.
Instead of typing:
Code:
/home/user/tool/conversion/convertmkv.sh /home/user/mkv/thisone.mkv
I could type:
Code:
convertmkv /home/user/mkv/thisone.mkv
Where to hide my executable .sh files to make this work?
View 6 Replies
View Related
May 30, 2011
I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file?
View 8 Replies
View Related
Oct 21, 2010
Is it safe to put my old .mozilla and .mozilla-thunderbird folders from xandros 4.2 into OSS 11.3? I have apps, emails, and settings that I would like to keep. This might seem like an over precautious question, but I've broken Xandros more than once. I would hate to do it to OSS.
View 2 Replies
View Related
May 24, 2010
I have been doing periodic net-based dist upgrade since 7.10. Currently I use 9.10. Now that 10.04 is out, I want to upgrade to the latest LTS version by doing a clean install, instead of using net-based dist-upgrade.
Since I use Firefox, and Thunderbird, I want to keep the passwords/bookmarks I have stored in firefox, and mail/account settings (for multiple email accounts) that are in Thunderbird.
While I know I can copy the hidden profile directories for each, and back them up for recovery after the upgrade by copying them into the new 10.04 after install is complete, I don't know if this is recommended, prudent, or if pitfalls await me. Since I want to do a clean install, and, since 10.04 uses different versions of both Thunderbird and Firefox,
1. Would it be prudent to back up/use the existing profiles I have in 9.10, or should I bite the bullet and just start fresh with new profile setups when I finish installing 10.04? 2. Are there any pitfalls I need to be aware of if I will be restoring a profile of each from 9.10?
3. Or, should I continue to do net-based dist-upgrades to 10.04 so appropriate profile changes can be made by the new versions of Thunderbird/Firefox software?
View 3 Replies
View Related
Dec 31, 2010
I have downloaded Flashplayer from Adobe site in tar.gz format.When i extracted i got a libflashplayer.so file.I don't know how to install the libflashplayer.so file ..
View 9 Replies
View Related
Aug 30, 2010
Flash had been working fine in Google Chrome webbrowser but now I am getting this message The following plug-in has crashed: /user/lib/plugins/libflashplayer.so
View 6 Replies
View Related
Jun 14, 2010
I am having problems with scp during a backup operationI added a ps -ef before and after the scp operation used during the backup.The backup is a script to backup a Zimbra ServerI am including the code segment that I am having problems
Code:
# DRCP Section. To scp newly created archives to a remote system
if [ "$DRCP" = "yes" ]
[code]...
View 3 Replies
View Related
Jun 3, 2010
When I try to copy PDF files from one folder to another folder, it give me this error: "Error while copying "2004-SNUG-Europe-paper_...log_DPI_with_SystemC.pdf". There was an error copying the file into /media/CCDCE66BDCE64F70/Backup Master/Heterogeneous_cosimulation/Documentation" "Error splicing file: Input/output error" What is the reason of this error and how can this be fixed?
View 9 Replies
View Related
Jun 29, 2010
I have a 7.2 GB file (VMWare virtual machine file) that I am trying to copy from its original location to the another folder OR to external hard drive...each time I try to do this, I always get the following error after the copying process reach 'exactly' 1.4 GB
Error reading from file input/output error
And I have to either Cancel or Skip
I've tried to split the files to smaller pieces but the idea didn't work as I still get the same error whenever I try to compress/ split or do any operation with this file. how I can copy this file?
View 2 Replies
View Related
Mar 1, 2011
Asuming I have two files, one large file and one small file, I want to write the smaller file to the large file without overwriting the remaining part of the larger file.
Both are binary files, and the large file can become very large, so I want to avoid copying the whole file, as that will take some time. Is there any standard Linux console utility to do this, or do I need to write it myself?
View 2 Replies
View Related
May 14, 2011
After doing a dist upgrade I discover that I have firefox 4.0 and it has disabled adblock plus 1.3.3 and I can not get the new adblock plus since I can not uninstal the old one. Does anyone know how to fix this short of zaping the entire .mozilla file?
View 4 Replies
View Related
Jul 21, 2010
I am trying to compile C source file to generate .trb file (turbo file) which will then burn on trubo sim using TP2. When I comiple the code following error is occuring. before going through belwo error I was getting error 'Unknown MCU atmega128', known MCU are: (list appread), then I change the configuration and set the MCU to supported list then following error is occuring.
XXXXXXX@MYN8G5R52S /home/my-aip/my-aip
$ make
avr-ld -o my-aip.elf my-aip.o -L../../turbo-devel/lib -T turbo.lds -d -r --emit-
relocs -R ../../turbo-devel/lib/public_calls -lformlib -laes -lm -lc `avr-gcc -p
[code]....
Now strange thing is that whats so ever the value is of atmegs.. is I am facing same issue.
View 1 Replies
View Related
May 20, 2011
I am trying ti instal adobe flash but I cannot find the file that the plugin folder is in. I am running open suse 11.4. Mozilla firefox beta 12. =
View 9 Replies
View Related
May 30, 2010
How can I open the Firefox Profile Manager. I've googled and read but the directions don't work for me:
randymanme@randymanme-desktop:~$ /usr/lib/mozilla/firefox -ProfileManager
bash: /usr/lib/mozilla/firefox: No such file or directory
randymanme@randymanme-desktop:~$ /home/randymanme/mozilla/firefox -ProfileManager
[code]....
View 5 Replies
View Related
Jan 20, 2010
Is it possible to restrict users to their home directories and allow admins to have different home directories? Essentially I want users to have a folder in /var/www/html/$USER and admins to have either unrestricted access or have their root directory be ./ or /www or /etc. I have is set now so users have access to thier home direcotry but I need to upload web files as admin.
So far I have created:
chroot_list
user_list
[code]....
View 1 Replies
View Related
Feb 18, 2010
I need to copy certain folder in /usr/src/linux-heasders/drivers/staging directory.
Attempts made are:
1.cp command:
with and without -t option.
output:
Quote:
file omitted
2chmod a+wx directory name
Quote:
output: Permission denied.
3.sudo cp source destination
Quote:
output:file omitted.
View 1 Replies
View Related
Nov 4, 2009
copying permissions from one file to another.I know that command for changing permission is "chmod", for example chmod 666 filename However, I have one file filename1 and by listing all contents of a directory with ls -al I can find out its permissions in form -rwwx and similar. Now I want to define exact same permissions to other file "filename2". How to use chmod command to accomplish this. Other way around would be to simply copy permissions from one file to another. Is there any command for this purpose?
View 3 Replies
View Related
Nov 24, 2010
I am trying to copy a 7.3gb .iso file to an 8gb USB stick and I get the following error when it hits 4.0gb
Error while copying "xxxxxx.iso". There was an error copying the file into /media/6262-FDBB. Error splicing file: File too large The file is to be used by a windows user, and I'm just trying to do a simple copy, not a burn to USB or anything fancy. Using 10.4.1.LTS, AMD Dual Core, all latest patches.
View 2 Replies
View Related
May 10, 2010
When I copy files from one partition to another, or from one drive to another, the transfer rates hover around 5-8MB/sec which is kind of slow given that all my hard drives are SATA II. I have the same problem when copying either a single file or a group of files.
I'm running openSUSE 11.2 x64 here (KDE 4.3.5) with three SATA II hard drives that are all formatted with ext3. I have dropped to the CLI and used mv and cp instead - this seems to improve things but I shouldn't have to do this.
View 6 Replies
View Related
Mar 7, 2011
Is it possible to copy a file on multiple remote machines through scp in one command?
View 3 Replies
View Related