Ubuntu :: Make Shred Command Display Confirmation Before Shredding?
Feb 5, 2011
I use nautilus-action to create a right-click shred command with these parameters.: -f -u -v -z %M
I thought the -v would give me some feedback as well as an "are you sure" dialog before deleting. But when I run Shred it just deletes the file without any feedback and no confirmation beforehand.
How can I get a confirmation prompt to occur before shredding occurs (to prevent me from accidentaly shredding something--sometimes I click the wrong item cause the mouse shifts last second).
Any why don't any icons ever appear on my context menu even though I'm assigning icons?
View 9 Replies
ADVERTISEMENT
Jun 4, 2010
It is possible to not only have the progress of the shredding, but the time elapsed/remained/whatever as well? It would be great to be able to see the time elapsed/time remaining along with the percentage complete.
View 4 Replies
View Related
Aug 5, 2010
In Ubuntu, When I type sudo and hit enter, the new command will appear on the command line, instead of simply executing. This is different from other operating systems I've used, such as older ubuntu's, mac osx and debian. Is there a way of disabling this confirmation and having it simply execute the command?
View 3 Replies
View Related
Feb 8, 2011
I considered making my system run the following if an incorrect password is entered 10 times in a row or a specific dead-password is entered.Code:shred /home/.ecryptfs/$USER/.ecryptfs/wrapped-passphrase.Because ext4 doesn't journal the contents of the file, only the metadata, the file would be shredded and it would be impossible to recover the encrypted home folder even with the password.Is there a simple way I could make GDM check this or would I have to patch and recompile GDM for something like this to work?
View 1 Replies
View Related
Jun 27, 2010
I don't use the Trash bin because it does not really delete things,speaking from a security point Instead, I gotten used to 'shred' and 'secure-delete' .But to move around files, cut-n-paste is very handy.And I was wandering if items from the Clip get stored somewhere ?i realize that they get overwritten again and again in the clipboard but do they also get stored somewhere else?
View 9 Replies
View Related
Jul 11, 2011
I am really new to linux and probably getting over my head but got to start somewhere. with making a shell script to run on puppy linux to shred all drives connected to it. I have been able to successfully use the command to wipe all drives connected but cant figure out how to write a script for it. I have several hard drives i got and want to shred wipe them before using them..
View 7 Replies
View Related
Aug 20, 2010
This hard disk is an old Maxtor (60G) extracted from an old computer, working fine. I placed in an enclosure and connected it to my Linux Box (Slack 12.1). It was recognized immediately and mounted automatically. However, before giving away the hard disk, I tried to wipe the data by running shred /dev/sdf At some point, I realized that it was going to take a long time, and aborted the process and disconnected the enclosure. Now, none of my Linux boxes recognize the disk inside the enclosure. Here is the output, when I plug in the usb cable, while using systemrescuecd on my desktop computer:
Quote:
Aug 20 00:58:17 sysresccd kernel: [ 3582.116029] usb 2-6: new full speed USB device using ohci_hcd and address 12
Aug 20 00:58:17 sysresccd kernel: [ 3582.316054] usb 2-6: not running at top speed; connect to a high speed hub
Aug 20 00:58:17 sysresccd kernel: [ 3582.322051] usb 2-6: New USB device found, idVendor=04b4, idProduct=8613
Aug 20 00:58:17 sysresccd kernel: [ 3582.322054] usb 2-6: New USB device strings: Mfr=0, Product=0,
[Code]....
Is there a way to use this hard disk at this point?
View 4 Replies
View Related
Nov 18, 2010
What am I doing wrong here ? Shredding a directory with files is incredibly slow. If I create a file of similar size it is around 1000 times faster. Filesystem is ext4, OS is Slack current. Looking at top it shows shred's status as 'D' which, according to the man page, means uninterruptible sleep ! Also /usr/bin/time shows around 10 minutes but that time was printed on stdout approx. 7 minutes before the command prompt reappeared !
Code:
[virgil@thunderbird2:~/q] $ du -sh
336M.
[virgil@thunderbird2:~/q] $ find . -type d | wc
160 160 12038
[virgil@thunderbird2:~/q] $ find . -type f | wc
6721 6721 687549
[virgil@thunderbird2:~/q] $ /usr/bin/time find . -type f -print0 | xargs -0 -r shred -zu
0.00user 0.00system 10:11.76elapsed 0%CPU (0avgtext+0avgdata 3616maxresident)k
0inputs+0outputs (0major+285minor)pagefaults 0swaps
[virgil@thunderbird2:~]
[virgil@thunderbird2:~] $ dd if=/dev/urandom of=qwerty bs=336M count=1
1+0 records in
1+0 records out
352321536 bytes (352 MB) copied, 51.6693 s, 6.8 MB/s
[virgil@thunderbird2:~]
[virgil@thunderbird2:~] $ ls -l qwerty
-rw-r--r-- 1 virgil virgil 352321536 2010-11-18 15:13 qwerty
[virgil@thunderbird2:~]
[virgil@thunderbird2:~] $ /usr/bin/time shred -zu qwerty
0.92user 0.78system 0:16.94elapsed 10%CPU (0avgtext+0avgdata 2912maxresident)k
0inputs+2752528outputs (0major+235minor)pagefaults 0swaps
View 3 Replies
View Related
Aug 25, 2011
Consider the following:
mount | grep home
type reiserfs
rm -Rf /home/user/over_9000_little_and_big_super_secret_files/
# oops, I should have shredded it instead.
How can I properly and securely "initialize free space" to ensure that no additional info can be restored restored by digging in free space (Preferrably without stopping or disturbing the filesystem much.) Is dd if=/dev/frandom of=/home/qqqqq really secure for this (tails, journal, etc.)?
View 4 Replies
View Related
Sep 13, 2010
New ubuntu user here, and i feel 100% comfortable with it now other then command line
i love it, feels better then windows, and im in awe at how fast it boots
i have 2 gripes only, that im hoping can be fixed!
is there anyway to make ntfs hidden fils hidden again?
i have a storage partition that i use on windows, and now ubuntu, the problem is theres all sorts o wierd ****
like "system voume information, RECYCLEBIN-O1" and wierd crap like that
its usually hidden in windows, but visible and clickable in ubuntu
is there some way to hide these files and folders? i think windows needs them, but they look so bad and ruin my folder organization
and also, is there some way to have my storage partition always mounted? each time i restart i lose my music library in rhythembox, and have to redirect it to my music folder on my storage drive.
View 8 Replies
View Related
Feb 14, 2011
I have a WebDAV server at home with at folder that I want to mount on my Ubuntu computer at work over the Internet. Everything works fine if I just use dav://user@server:port in Nautilus so I tried adding it to fstab (using davfs2) and managed to get it to mount fine.
The problem is that when mounted using fstab Nautilus thinks that it is a lokal folder and downloads images and movies to create thumbnails/previews, something that it doesn't do when just using dav://. This uses a lot of bandwith everytime I'm trying to access a folder with any media. I'm wondering if there is any way to exclude my entire /media/nas folder from showing thumbnails?
View 2 Replies
View Related
May 4, 2010
When shutting down 10.04 you are forced to deal with a confirmation window. In previous releases it was possible to switch this off, e.g. right click shutdown button or using gconf-editor. I can't remove this feature bug in 10.04.
View 7 Replies
View Related
May 29, 2010
Since I upgraded to 10.04 Lucid the Shut Down applet puts up a window titled "Shut Down" that has two buttons "Cancel" and "Shut Down". In 9.04 this confirmation window didn't appear. How can I make "Shut Down" skip the confirmation and shut down directly? I've looked around for a preference item about that a couple of times but didn't find it.
View 3 Replies
View Related
Jun 22, 2010
After executing:
$sudo aptitude install package_name
I am no longer asked for a confirmation before downloading and installing the pkg.
View 5 Replies
View Related
Dec 28, 2010
I keep seeing stuff that says "right-click on the shutdown icon, select Properties" and so on.Well, I've just upgraded (should I say "upgraded"? It was a fresh reinstall really, not an Upgrade through the Update Manager) to 10.10, and right-clicking on the shutdown icon does not produce a "Properties" option.I get About, Remove From Panel, and Lock To Panel... none of which are helpful.So, it's been asked before and I'm gonna ask it again: How do I remove the annoying confirmation when I want to shut down Ubuntu?
View 4 Replies
View Related
Feb 22, 2011
I want to synchronize sets of files (e.g. from or to flash memory). rsync is powerful, but --delete option is dangerous. Anyone know whether there's a way to do --delete interactively, i.e. get rsync or some near equivalent to ask (y/n, in a console window) before deleting?
View 9 Replies
View Related
Oct 18, 2010
Just wondering is there a way to make the update manager display automatically in Ubuntu 10.10 after it check the repositories for updates. I keep having to manually put sudo apt-get upgrade all the time. Even set to daily it never pops up.
View 1 Replies
View Related
Apr 13, 2010
I just reinstalled Ubuntu, but before that I made a list of all the programs that needed to reinstall too. the thing is that it keeps asking me for confirmation before installing every app, and I want it not to... so I can get some sleep while it sets up everything.How do I do this? maybe using the "yes" command, but how?
View 7 Replies
View Related
Mar 22, 2010
Is there somewhere an instruction on how to make my own display manager like gdm, kdm... and how do they work?
View 1 Replies
View Related
Jan 30, 2011
In my latest Debian I noticed that apt-get install does not, as I expected, stop to ask for confirmation before starting the actual download/install process.it directly carries on with the operation, which is obviously very annoying when, as I usually do, you first want to see what packages are needed (and how heavy the download) and then you want to decide whether to proceed or not.The man pages, as I correctly remembered, talk about a -y option intended to bypass confirmation requests, which means that the default behaviour should be the opposite.I tried also on a Ubuntu 10.10 with the same result.
View 8 Replies
View Related
Mar 6, 2010
I notice that one of the functions I can make a keyboard shortcut for in KDE is Log Out Without Confirmation. This might show a lack of imagination, but when might I want to do that?
View 3 Replies
View Related
Aug 18, 2010
I have a DNS server at an old companies place and that box will be losing it's IP. The whois record for the domain goes to godaddy which has 2 'A' records;
ns.domain.com
ns2.domain.com which point to the current 2 DNS servers. Now if I have a new server up and running and the zones copied over, do I just need to change the 'A' location for ns.domain.com to this new IP? I remember back in the day you had to 'register' the nameserver with the registrar, etc.I haven't touched this stuff in a while, and before I go and change the IP of the nameserver, want to make sure all is in check.
View 2 Replies
View Related
Apr 16, 2010
How do I get rid of this kind of annoying (silly) confirmation messages :
Quote:
Do you want to run "footer.php", or display its contents? "footer.php" is an executable text file.and then you have these buttons to choose from :
Quote:
Run in Terminal | Display | Cancel | Run
I've been clicking on Display for many many times
View 6 Replies
View Related
Jun 6, 2010
Recently I succesfully installed conky. I managed to get a lot of things work with more or less effort but I can't make conky to display any image.Images path and permissions had been checked. Imlib2 support too but conky won't display a thing.
View 4 Replies
View Related
Aug 29, 2011
I must display two different windows (different application) on a single X display/screen., with a small sticky window that display buttons to switch from one (virtual) screen to the other.
Although I thought this would be an easy task for a simple window manager like fvwm, I didn't get it to work.
I've tried fvwm in combination with the FvwmPager, but I keep getting problems to place the different windows in the different virtual desk or page (automatically).
e.g. if you do: xterm -title "Hello" and xterm -title "There", I want Hello to go to virtual screen 1 and There to go to virtual screen 2.
I've also tried using metacity and switching between workspaces.
Is there an example configuration available? I'm not fixed on a specific window manager.
View 2 Replies
View Related
Jan 24, 2010
Is it posible to not get the confirmation box when i press the shutdown or log off button. Suse 11.2 with kde
View 1 Replies
View Related
Nov 22, 2010
I have a quick question involving crontab and a script I want to run with it. The script generates and sends an email to group members who are on-call for a given day, but when you run it this appears'Run This Script?' The script will run when you enter 'y' or 'yes' and then press enter.
I'm trying to give that input via another script which runs the first one and then waits for the prompt to input a 'y'.How can I make a script which waits for a prompt and then gives it input?
View 4 Replies
View Related
Jan 6, 2009
Based on much internet searching, I've found that I was/am not the only one struggling to get Fedora 10 to span the display across a laptop screen and an external monitor. So what I have here are instructions to do so:
1) Fedora 10 does not (by default) use an xorg.conf file to configure the display. So type the following command into the command line: yum install system-config-display
2) Go to the menu bar and navigate to System>Administration>Display. I left all the display settings as they were and hit OK (repeat this step twice to make an xorg.conf backup). This will generate the xorg.conf and back up files in the directory: /etc/X11/
3) Now we need to see what size virtual screen you need. Type the following command into the command line (without the quotes): "xrandr --output VGA --auto --right-of LVDS" It will tell you that you are asking for a certain size screen. Write those numbers down. I have a 1600x1200 external monitor so my number is 2624x1200 (1600+1024 x 1200).
4) Change directories to /etc/X11 and type (without the quotes): "sudo gedit xorg.conf" Scroll down to where the device section is. Mine looks like this:
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Some videocards need to turn 3d acceleration off in order for dual screens to work. It is important that you turn off desktop effects if you turn off 3d acceleration!!! So under the driver line add the line (with quotes): Option "NoAccel" "true" Mine looks like this:
[Code]....
Scroll down to where the screen section is, and then find the display subsection. It should look something like this:
[Code]....
View 4 Replies
View Related
Aug 2, 2011
Is there a way for the time at the top of the screen to display seconds as well as the date ?
My clock seems to be about :40 seconds off... before i upgraded from f-13 i had my time controlled by ntp(how to verify ntp is enabled) ? even with network time = yes, it seems to lag a little.
I figured out the network time. it is under a whole separate menu for some reason.
Is there a way to get weather/ temperature like in classic gnome ?
Rite now my clock reads: tue 3:50 pm...Is there a way i can make it read: tue, aug 20, 2011 3:50:45 pm
View 5 Replies
View Related
Apr 27, 2010
I just moved back to openSUSE after spending almost 2 years in ubuntu-land. What happened to the fonts? Why are they so ugly? To me it looks like they are poorly rendered. I installed openSUSE 11.2 on another computer to confirm the problem... it persists. I took some screenshots to compare my settings.
Ubuntu: [URL]
openSUSE: [URL]
The second screenshot doesn't show, but both settings are using the exact same fonts and the same size. (Except the Window title font). From those two, it should be very clear that Ubuntu renders them more nicely. I don't want to start an UbuntuopenSUSE flame.. How to make my openSUSE machine display nice fonts.. ?
View 5 Replies
View Related