General :: Delete Entire System Using Terminal?

Jul 22, 2011

How can I delete my entire system using terminal? I know that the beginning is rm, but then what?

View 2 Replies


ADVERTISEMENT

General :: Use To Set The Timezone Of The Entire System Using C?

Aug 4, 2010

Is there any function I can use to set the timezone of the entire system in linux using C? (Other than creating a symbolic link between /etc/localtime and /usr/share/zoneinfo/). Could I specify the timezone offset in seconds by any chance?

View 2 Replies View Related

Ubuntu :: Press Backspace To Delete An Entire Tab Instead Of Individual Spaces?

Jun 14, 2010

I write sources in VIM and i use the following settings:

set tabstop=4
set expandtab
set autoindent

And I have got some questions. 1:Is there any way I could do, so when I press backspace to delete an entire tab instead of individual spaces ? 2:Is there anything to do to delete a tab if I insert a closed curly bracket.

Code:
int main (void) {
} // <- and this one gets perfectly aligned

View 2 Replies View Related

General :: Copy Entire File System Hierarchy From One Drive To Another?

Jul 7, 2011

I would like to copy the entire file system hierarchy from one drive to another..i.e contents of each directory as well as regular files in Linux platform. Would be gratefull to know the best way to do that with possibly Linuxes in-built functions. The file system is a ext family.

View 3 Replies View Related

General :: Clone Or Copy Entire System To External Bootable HD?

Sep 5, 2010

I have a 16GB Ubuntu Webserver running on a Transcend SMART CF chip (Yes I know all the reasons not to). I want to move that entire system (OS, Files and structure) to an external bootable HD that will probably be closer to 100GB. What's the easiest way to do this and have it be plug and play. By which I mean I can then plug the drive into a new system and boot it up just as it was running on the old system.

View 1 Replies View Related

General :: Dump Command Backup Entire File System?

May 22, 2010

Does the dump command back up entire file-systems or is it capable of backing up subsets of a file-system? And is tar capable of taking device names (for file systems) as input to be archived?

View 1 Replies View Related

General :: How Do I Recursively Delete Duplicate Files Using Terminal

Mar 1, 2011

I'm using a mac, and just transferred a bunch o photos from another computer, and as it turns out, there is a bunch of duplicates.I'm not too familiar with the mac terminal, but if there is a solution for linux, it will probably work for the mac.Just need to be able to recursively scan all folders in my Pictures folder and then Delete them.

View 1 Replies View Related

General :: Delete Bash Terminal History Upto Certain No. Of Commands?

Jan 12, 2010

i want to delete some say 10 previous commands in bash shell!

View 3 Replies View Related

Debian Configuration :: Terminal Don't Fill Entire Screen?

Sep 8, 2011

I started my Debian 6 machine today and the terminal (Alt+Ctrl+F1) is only using the top left area of the screen. The resolution is correct but the whole screen just isn't filled with text. When I log in and run startx the GUI is in a very small resolution.

I've tried everything I can find with GRUB_GFXMODE and GRUB_GFX_PAYLOAD but nothing works.

View 2 Replies View Related

General :: Run Programs From System Terminal Without Blocking Terminal?

Jun 19, 2010

Right now when I start a program from a terminal I can't use that terminal instance again until I close the program.

I am a new user of linux, and I want to know if there is a way to execute a program/application from a terminal without blocking the terminal until the program ends.

View 3 Replies View Related

Software :: Redirect ALL Terminal Output To File And Screen (for Entire Session)?

Jul 6, 2010

Is there one command that will let me record an entire terminal session (with any possible errors) to a text file while also seeing all output on screen too? I know it can be done for individual commands, but I'm looking to do this for an entire session where the individual commands will be normal (i.e., not piped into tee, etc.). It would be even better if the command prompt is captured too. The obvious utility of this makes me think someone surely has come up with a solution long ago (probably in the 60's).(I'm sure it goes without saying, but subsequent output in that session should be appended to the file. The file should contain the full history, with all output and errors, of the session.)

View 9 Replies View Related

Security :: Script To Send A Command VIA Terminal To Wipe An Entire Machine Of Data?

Sep 16, 2010

Is there a script I can use to send a command VIA terminal to wipe an entire machine of data? If for example there is an intrusion valuable data can be at risk, it would need to be erased.

View 14 Replies View Related

General :: Delete System Partition In Windows?

Aug 27, 2010

I'm running Win 7 and installed pcLinux as a dual boot. I uninstalled linux to change disks but the partition still shows in the windows disk manager taking up space I need for windows programs. I have installed linux on another disk but cannot delete the partition on the windows disk.

View 2 Replies View Related

General :: Delete 0 Bytes Files From A Fat Filesystem From Within System?

Oct 11, 2010

I have an external hdd which is formatted with fat for use by both on linux and windows. The issue is that I can't delete some of the files I have which show up with size 0. Also, the modification timestamp (as detected by Krusader, the file manager I am using) is 1935. How can I delete these kind of files without affecting the running fs?

View 1 Replies View Related

General :: Dont Want To Delete Programs Though Format The System?

May 4, 2010

i have ubuntu 9.10i format my ubuntu partition any times,but i dont want to remove programs from it ,so what can i do

View 4 Replies View Related

Debian :: Opy Entire System From Virtual Box?

Feb 20, 2011

I supposed to install a server (mail,dns,dhcp etc) but we need to record all the steps that we're doing, thats why i decided to setup a virtual machine and record everything with Xvidcap (which works great by the way).

The problem:

Now we need to test this server at school which means i have to take my computer to school and setup up a network overthere, whats the big deal about this? my computer case is a huge xclio a380 which weights about 35lbs (not kidding) so taking this thing to school riding a bus 3 hours to get there every weekend is not a good idea.

Is it possible to make a copy of the entire system and put it on a laptop?

View 5 Replies View Related

Ubuntu :: How To Backup Entire System

Apr 19, 2011

Custdistro means it will backup your all/thing without/home and customback means it will backup all thing in /. It can create an ISO if your backup is less then 4 GB. Well, i've made a lot of changes to ubuntu 10.04 and now i love it! It does everything i'll want from any computer. This took me a lot of time, follow several tutorials and destroy the entire system a couple of times. The last one is a BIG problem because restoring my system to the state before i ****** all up takes some time again.Do any of you guys know how to backup all my system settings, programs and files? So that if i corrupt my system again i can restore it to be exactly as my current state?

View 9 Replies View Related

Software :: Backup Entire System To DVD?

Feb 9, 2010

Basically, I want to write to the DVD, much like tar would write to a tape. Backup to tape example:

Code:

sudo nice tar -jcvpf /dev/st0 / --exclude=/some-random-backup-dir --exclude=/proc --exclude=/lost+found --exclude=/sys --exclude=/mnt --exclude=/media --exclude=/tmp

View 3 Replies View Related

General :: Delete Protected Windows Executable Files Via System?

Oct 26, 2009

I use Ubuntu 9.04 exclusively on my own machines, but I have a couple of flash drives that got infected by some corrupt windows executable (*.exe) files, probably by somebody's trojan (they are Cruzer 4GB so came with installed fancy programs that I dont need but didnt remove and Windows keeps installing unwanted ini files and other trash every time I use them in somebody elses machine or in an internet cafe). I deleted quite a few files, but some are stubborn.
$ sudo chmod +w-X doesnt seem to work. How do I unprotect and remove them? The filesystem is vFAT.

I suspect the files were created by some kind of a trojan as my work requires my flash to be pretty promiscuous.
When I 've backed up all the good files I need, I'd be happy to reformat the flash drives as straight vanilla data storage and retrieval, provided I can still use them on a variety of machines running MS windows as well as on my Linux machines. Any guidance on reformatting?

View 2 Replies View Related

General :: Boot - Delete Backtrack From The System And Go Back To Windows 7?

Oct 18, 2010

I installed Ubuntu, with a dual boot functionality and worked great. I was recommended Backtrack 4 and I installed it in the system. Now, I try to use the dual boot with Backtrack, Ubuntu and Windows 7 and only Backtrack works. I tried the restore disks that I created when I got the laptop, but the problem persists. s there a way to delete this Backtrack from the system and go back to Windows 7?

View 7 Replies View Related

Fedora :: Reinstall The Entire System To Accomplish?

Feb 15, 2011

I currently have Fedora running on it's own hard drive and I have two other drives in the same workstation I want to setup as Raid 0. Is this possible and what tool can I use to accomplish this? I have a feeling I might have to reinstall the entire system to accomplish this ...

View 2 Replies View Related

Ubuntu :: Firefox Freezes Entire System 9.10?

Jan 1, 2010

I've got an odd problem and was wondering if anyone had any insight. I'm on Ubuntu 9.10 on a Gateway E-100M and everything works great except for firefox. My machine will hard freeze about once a day when using firefox. The whole OS -- no mouse movement, no keyboard response, etc.I've switched to Chrome for weeks and I get no issues at all. I switched back to firefox and it hard froze within the first hour or so. I know it's unusual that an individual program would freeze the whole OS rather than just crash, but it seems to be a fairly consistent pattern.

View 2 Replies View Related

Ubuntu :: Replace An Entire Directory System?

Mar 22, 2010

i have crashed my system, i have a lot of simualtion software already configured and working on it, i'm thinking to do a new installation of ubuntu in a different partition and copy there all directory tree, basically replace the new / directory system, whit the old one that i have back up. Can i do this and everything will works ok?

View 1 Replies View Related

Ubuntu :: Firefox Freezes Entire System?

Sep 23, 2010

When I click certain links, such as the one below, Firefox consistently crashes.

The bigger problem is that when it does, everything grinds to a halt, and I have to press the machine's power button.

Is there a way to kill processes when the system locks up? This is on Ubuntu 10.04 Lucid Lynx, using GNOME.

Link to 2 MB PNG file (MAY CRASH YOUR BROWSER)

View 9 Replies View Related

Ubuntu :: Entire Break Down On How Operating System Works?

Jul 10, 2010

I've been a loyal Ubuntu owner for 3 years now, and I've been wondering if there is a place where I can get the entire break down of how the OS works. I don't know programing but I would like to learn about what ever language Ubuntu uses to work.

View 3 Replies View Related

Software :: Save Entire System (with Programs) Via A Script?

May 10, 2010

Do you know how to save the entire linux system (with the programs) via a script ? (Maybe something such as "dd" but for save my system)

View 1 Replies View Related

OpenSUSE Install :: Back Up Entire System While Still Login Into SUSE?

Apr 28, 2010

Main reason I am using openSUSE currently is because my Windows system's went bad. I haven't been able to easily restore and will probably have to do clean windows install. I want to make sure my entire openSuse system (application/OS setting/etc) backup so I can easily restore of it fast. Since this type of back takes awhile, I would preferably like do this while I am still logged into SUSE. I am where to disk cloning thing like clonezilla, but looks like I would need turn of my system entirely to get this done.

Currently my SUSE root and home are in a partition with another NTFS partition on my hard drive. I really don't want to use 'dd' to clone the entire hard disk. I would much rather store of required partitions in other locations. Hopefully, there is easy to get this done without too much of effort and time.

View 6 Replies View Related

Ubuntu :: Backup The Entire System With The Home Folder With Commands?

Jan 17, 2010

I have read that i can backup the entire system with the home folder with commands, or with programs, such as clonezilla, but it doesnt work, so im trying to back it up with commands now but i cant find a good tutorial to explain what commands to use.

View 9 Replies View Related

Ubuntu :: Make An Image Of Entire System In The Event Of A Mishap?

Jan 30, 2010

I'm running Ubuntu 9.10. I'd really like to make an image of my entire system in the event of a mishap. I've found from experience that anything can happen with Linux and then you're into another reinstall. Anyone know of a good program or process?

View 7 Replies View Related

Ubuntu Multimedia :: Crash Entire System When Try To Use GStreamer (Webcam)

Jul 8, 2010

I'm trying to set up my webcam on my Dell Inspiron 700m in which I have 10.04 installed. However, whenever I open any application that uses the webcam (C250 Logitech) it crashes my entire system (Some text flashes but it is too quick to read and then my screen becomes black). I tried Skype, Cheese, Camorama, and testing from GStreamer-properties, and all of them had the same result. However, using:

[Code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved