Fedora Security :: Pointers To Text Documents On Disk?
Jan 22, 2010
how RAR archives work. Suppose I have a .rar archive of text documents (for the sake of argument, containing personal information). I am able to run 'shred *.rar' in that directory from the terminal. What happens here? My assumption is that the contents of the .rar file (pointers to the text documents on the disk?) are 'shredded' (overwritten n times), but the text documents themselves are still on the disk intact.
View 4 Replies
ADVERTISEMENT
Sep 23, 2010
I am using Okular as a chm reader (I know how to use extract_chmlib and htmldoc.. but with those two I can only make HTML-only documents and not image attachments..)and it just happens so I would like my machine to read the text... i have both festival and espeak installed (as well some gnome-based plug-ins)... But I just can't get Okular to speak.
View 2 Replies
View Related
Jan 1, 2010
I have PDF files that I would like to be able to search the text of. I tried the GNOME Search for Files program (Places->Search for Files...) but it didn't find the PDF files that contained the text. What do you use to search for text in PDF files?
View 2 Replies
View Related
May 1, 2010
but not all, of my text documents show their contents as their icons, instead of using my theme's designated icons for text files. For example, in the above image, the bottom-right file contains: "hello ubuntu forums / this is my problem / how can we fix it? / thank you" and it's icon displays some of this message so that it may be read without opening the file As you can see, the problem occurs with some filetypes, like .txt and .html, but not with others, like .doc or .rtf. How can I force all text files to use my theme's designated icons?
View 2 Replies
View Related
Oct 27, 2010
I'm trying to search all .log files in ~/.irssi/irclogs/ and it's sub directories for the string 'irssi' and I had though the command I'd used for something similar before was.How should I edit the command, and is it possible to output every line found containing the string to file?
View 4 Replies
View Related
Jul 7, 2010
I am an astronomy student using Ubunut 10.04, and a frequent user of IRAF ( an *nix image processing application geared toward astronomy). IRAF produces, amongst other things, a text document with various values on it (example below).
Code: K IRAF = NOAO/IRAFV2.14.1 version %-23s
#K USER = name %-23s
#K HOST = Balthazar computer %-23s
#K DATE = 2010-04-29 yyyy-mm-dd %-23s
[Code]...
Now, the information I'm actually interested is the X and Y coordinates down towards the bottom (in this case, 973.505, 271.474).
I have about 800 of these output text files, and I was wondering if there's any sort of script or command that could go through them (presumably reading from a list of file names), and extract the coordinates. Ideally, the output would be a list of coordinates (i.e. X-coordinate, Y-coordinate).
View 1 Replies
View Related
Mar 28, 2010
What is the best way to copy and paste some text among text documents in Linux terminal environment? Suppose I have 2 documents, A and B, and I want to copy some part of A to B. What is the way to achieve this?
View 5 Replies
View Related
Mar 22, 2009
I am trying to install MyEclipse on FC10. But, I am getting an SELinux alert saying that myeclipse is attempting to move/change a file - Thus I can't seem to get it installed.
I have NO idea how to get around or work with SELinux any pointers.
View 2 Replies
View Related
Dec 25, 2009
How can I change the mountpoint of my partition /media/documents to /documents.This is a partition of sdb and a fixed disk.The reason is that /media/ sometimes creates ghostdirectories while /Windows/C never does so, programmes writing/reading from this partition therfore don't work if a ghostdir_ exists.(BTW Suse is on sdb5 and sdb6. on sda is windows and used to be Ubuntu, the Suse-swap is sda5. Windows is out of use.)
View 4 Replies
View Related
Dec 18, 2010
I can access my windows my documentsmusic by mounting my windows drive and browsing to it. I can then playwatch my movies and pics in Ubuntu.But what I really want to be able to do is re-map the Ubunbu docs folder like so:
Ubuntu Pics = Windows My Documents pics.
Ubuntu Videos = Windows My Documents Videos.
I'm not very unix savy so I've been using Ubuntu tweak PersonalDefault Folder Locations setting and browsing to my Windows folders. But it doesn't work.I have managed to make a desktop 'short cut' and that works but I'd rather set the system wide default document folders.
View 5 Replies
View Related
Feb 24, 2009
I was trying to install Fedora 9 on my new laptop that came with Win XP. I have selected the option to wipe out all partition and create a default layout with the Encryption option selected. But that installation got stopped on the middle, therefore I have started the installation again. This time it asked for the encryption password as expected but don't know why, its not accepting my password. I am 100% sure that the password is correct but it is not allowing me to enter into the hard disk partition section.
My question is, how do I remove encryption from my hard disk? I don't need to preserve the data, I just need to use my hard disk again. Is there any boot CD that allow us to format encrypted disks without prompting for a password?
View 3 Replies
View Related
Jul 28, 2009
I have currently a file server that runs on Fedora 9, and all other PCs (mostly running Windows XP) access the file server via SAMBA. Everything works perfectly! However, lately a home invasion in my neighborhood got me thinking. If they take my file server, my data is not protected. So, I would like to implement the LUKS partition encryption (/home) which sits on a separate disk. However, I don't quite like the decryption process at boot time. In other words, I would like to wake up the file server (WOL) remotely, and when it's done booting, I would like to log-in using the other PCs and enter the passphrase remotely to decrypt /home. Is this possible using LUKS encryption (i.e., cryptsetup)? If not, what would be another alternative to what I am trying to do using a secure encryption (so that the data is safe from thieves)?
View 4 Replies
View Related
Apr 27, 2011
I've moved my /var/log directory to another disk (/mnt/serverlogs) and created a symlink for the original directory:
Code:
[root@fileserver2 var]# ls -aldZ /var/log
lrwxrwxrwx. root root unconfined_u:object_r:var_t:s0 /var/log -> /data/serverlogs
[root@fileserver2 var]# ls -aldZ /data/serverlogs
drwxr-xr-x. root root system_u:object_r:var_log_t /data/serverlogs
I have SELinux set to permissive and am getting lots of errors because the contexts are incorrect after a filesystem relabel. e.g.
Code:
[root@fileserver2 var]# ls -alZ /data/serverlogs/messages
-rw-------. root root system_u:object_r:default_t:s0 /data/serverlogs/messages
I believe that this file should be var_log_t.How can I restore the correct context to all of the files in /var/log?I've tried running:
Code:
restorecon -vR /var/log/
But this does not change the contexts, I guess because the files are now in the 'incorrect' location. I've looked through the file: /etc/selinux/targeted/contexts/files/file_contexts which I believe contains the original/default settings - maybe I need to alter this file to fix the problem? I've also tried modifying /data/serverlogs using:
Code:
semanage fcontext -a -t var_log_t /data/serverlogs
which fixes the directory itself, but not the contents,
View 8 Replies
View Related
Apr 16, 2009
Can this be done and to restore the disk with a similar cat command.
View 3 Replies
View Related
Jan 13, 2009
When he saved doucuments in the opens source word processor as a MS Word document, he can't open it. Didn't had this problem until today.
View 2 Replies
View Related
Apr 2, 2011
I put a text file on my desktop and added a couple lines of text with gedit. File type shows text/plain. Double-click opens the file in gedit which is what I want. I'm using the file to temporarily hold some snips of code that I copy from file to file, but when I copy some html into the file and save it, now file properties show it's text/html and a double-click opens the file in firefox, which isn't what I want. Is there some way to keep the file type from changing itself?
View 6 Replies
View Related
Feb 10, 2011
I'm running and XP virtual machine using KVM / QEMU. THere are time when I need to copy text from an application in the Fedora host machine and paste the text into a different app in the XP guest machine. I was able to do this using Vitualbox on an earlier version of Fedora.
View 1 Replies
View Related
May 5, 2011
I have a script that is supposed to run after a job is sent to a printer that prints a text file to disk. It is supposed to turn that text file in to a PDF. How I do this is my making a fifo /dev device that cats the print job to lpr and then runs my script. The script works expect for 1 thing. I have to use dos2unix to remove some extra characters that shouldn't be in there. I've also tried used sed and that didn't work either.
I should say they both work from the command line, just not when used in the fifo/dev. I know there are weird things that can happen when not running a script from the command line, and maybe I'm doing this all wrong. Part of my script works fine, but dos2unix doesn't work in my script. Sed also doesn't work in my script. But a2ps works and so does ps2pdf.
View 8 Replies
View Related
Jun 18, 2010
Today I discovered a strange issue regarding LaTeX. I am currently working on my thesis and sometimes edit it on my laptop with F13 x86_64, and others with my office's Mac (Leopard). Fedora has TexLive installed (default Latex distribution) and I believe the Mac has its default distribution as well.
The problem is that the Mac seems to compile the document better (Latex + Bibtex + Latex + dvips + ps2pdf): page distribution looks better for one thing, space is better used. I notice that images (EPS) are rendered with an extra blank space on the bottom when compiling in Linux (which might be responsible for the page's arrangement).
Is there something I can do to fix this? Some option that perhaps the Mac has as a default but must be specified in Linux?
View 2 Replies
View Related
Aug 25, 2011
Graphical terms and xterm start up in ~/Documents. Konsole starts at ~ (as expected). I know I'm missing something (probably long forgotten) but I can't seem to find where the Documents is coming from in the other terms. I thought xterm ALWAYS started in the user home. Is it a bash thing? I have a ~/.bashrc with
[Code]....
View 3 Replies
View Related
Jan 6, 2010
when I open a terminal window, I start in my ~/Documents folder. I would much rather start in $HOME - how do I force this to occur??
View 2 Replies
View Related
Jun 5, 2011
How do I clear the list of recent documents in Fedora 15 Gnome 3? There were a few files that I've already deleted from the system, but when I search for them, they still appear under the 'Recent Documents' list. This is proving to be a bit of a privacy nightmare.
View 12 Replies
View Related
Jun 6, 2011
I want to set the shortkey like win7,WIN+ --> is mean half the window in the right side and WIN+<- is mean half the window in the left side. It is helpful for comparing two documents.
View 9 Replies
View Related
Aug 2, 2010
I am using Ubuntu and looking for a good editor to edit a file that is > 4GB. I just need to put content at the end and beginning of the file. I suppose I could use something like
cat "text to add" >> huge_file
To append to the file. Is that the route to go? What about prepending? In general, what is the best route if I wanted to edit somewhere in the middle?
I've tried VIM and it fails miserably. I assume emacs and nano would be even worse. What else is there? I assume to accomplish what I am looking for, the editor would have to be specifically designed for this by not keeping the entirety of the file's contents in memory.
View 5 Replies
View Related
Oct 18, 2009
There are measures to stop this in Windows even though there are still things you can't get rid of. Now on to my question, Why can't I edit the Places menu but I can edit the Applications and System menus. I really want to get rid of the Recent Documents menu header. I don't like things like that right up on front street. I am quite a stickler about privacy and one of the reasons I decided to try out linux is because I heard it was better in the sense of respecting privacy. But now I am seeing that you don't even have the ability to get rid of a tracking item such as Recent Documents. Quite disappointing.
I can understand tracking recent changes to the system but it is not necessary to track what you open or what you browse on the internet. Hence Firfox's ability to not store history and the clear cache, history, etc. on shutdown of Firefox. So Am I misinformed about the fact that linux does respect privacy? What kind of world are we coming to that it is necessary to track everything. Especially here in the U.S., I mean I'm thinking 1984 here lol. Anyway, how to remove these tracking features in Fedora. I mean in the sense of just stopping it. It sucks to have to go through and "clear" everything that tracks you every time you want to log off or shut down.
View 11 Replies
View Related
Dec 11, 2009
I've recently bought a Toshiba Satellite U500-10V and I've managed to get F12 work on it pretty well. However, I still have some minor issues. One of them is related to PDF document rendering.Basically, every picture in a PDF document is distorted or grainy(I don't know if this is correct English ^^"). Things get a little better when I use Acrobat Reader insted of Evince... but the difference is slight. Take a look at the attached scr
View 1 Replies
View Related
Aug 16, 2011
I plan to use newsbeuter for console RSS reading.This program has a config text file where I need to store my Google account password,in order to access my Google reader.I don't feel easy at making my password readable to everyone.Is there anyway I can somehow encrypt this information ?
View 1 Replies
View Related
Nov 13, 2010
The ubuntu installation came with my ubuntu (it does not matter which version etc.) Contains sshd_config file with this interesting lines:
# Change to no to disable tunneled clear text passwords
#PasswordAuthentication yes
The same lines are seen in many Ubuntu-related internet pages. This is quite surprising to see.
This seem to contradict to the fact that ssh was created specially to provide authentication (with passwords, of couse) but without sending them by internet as clear text like previous programs did. But I could not find any clear confirmations of that neither in Kubuntu-related documents no anywhere else. I put below fragment of a document from RedHat. This seem to imply that if one will use two "yes", the passwords will be passed in encripted form (and this is what is recommended by RedHat). Is that true? Is this true for Ubuntu too? Is the quoted line from sshd_config wrong? Or incomplete?
[URL] RSAAuthentication yes
The option RSAAuthentication specifies whether to try RSA authentication. This option must be set to yes for better security in your sessions. RSA use public and private key pairs created with the ssh-keygen1utility for authentication purposes.
PasswordAuthentication yes
The option PasswordAuthentication specifies whether we should use password-based authentication. For strong security, this option must always be set to yes.
View 9 Replies
View Related
Apr 9, 2011
When I'm logged in, physically on the server as root and logout the lines doesn't get cleared like when you logout as a normal user. This could be a bug and if it is, it could be a security problem. The last actions done shows.
Additional information:
Ubuntu Server 10.10 (32 bit)
RAM: 1GB
Server used as: webserver, database, gaming server.
View 2 Replies
View Related
Jun 10, 2010
I've been facing this problem since months before I decided to find an answer. I downloaded a cursor theme from gnome-look.org and then installed it by dragging the tarball to the themes window. It said theme is installed. But the effects are not visible yet. I then shoot up firefox to see the new pointer working but not outside firefox. I even noticed the new pointer theme works in nautilus for all except pointing (it works while resizing, selecting text, loading but not the regular pointing).
I searched the forums and found a similar problem: [URL]
the solution doesn't work because there is no "cursor theme" option in ccsm. i've attached a screenshot too.
Is it a bug? do i need to disable compiz to "have my own desktop"? Is there a solution?
View 5 Replies
View Related