Software :: How Safe System Version Of 7zip With Password Turned On
Jun 9, 2011How safe is linux version of 7zip with password turned on?
View 6 RepliesHow safe is linux version of 7zip with password turned on?
View 6 RepliesThis is the difference in the output of a port scan using Zenmap on the same system with UFW turned off and then with it turned on. It is obvious that UFW works.
View 6 Replies View RelatedHow can I create a multipart 7zip file in Linux using the p7zip console client?
Many people referred me to it. My console app is
7-Zip [64] 9.13 beta Copyright (c) 1999-2010 Igor Pavlov 2010-04-15
p7zip Version 9.13 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)
I'm currently running OpenSuSE 11.3. I'm afraid as newer versions are released they will demand more of my old PC (Dell Optiplex GX270). Also, I've heard of issues with newer Linux distributions having issues with older Intel hardware (just hearsay, not personal experience). However, patches for specific OpenSuSE releases have a limited window of time.So,
Am I much more at risk to security issues if I keep a version of Linux past its patch date?Is it possible to keep a specific Linux release but still be able to receive security essential updates based on my repository selection?
The wireless connection works fine. The wireless switch automatically turns itself on every time I start the computer. However, after turning it off, I can't ever turn it on again unless I restart the computer. And because of this, the wireless connection is disabled until the next time I start the computer.I don't think this is a hardware problem because the switch can be turned on and off, although not in the way I expect.
I'm using ubuntu 9.10 on an Acer Aspire 4740G. The command [lspci | grep Network] shows Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01). the [rfkill list] command shows (when the switch is on)
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
and, as expected, shows (when the switch is turned off)
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
I just want to be able to turn the switch on or off at any time I want as long as the computer is still on.
I get this link [url] for change my version of flash, because I can't playing flash when I have turned on effects. So I downloaded file for my Ubuntu 10.04 64-bit and I extracted it. But there is problem, because I don't know on which location I need to copy .so file?
View 2 Replies View RelatedIt appears I've got some strange driver problem.. When I shut down this computer, the NIC apparently doesn't go off. The LEDs next to the ethernet socket keep blinking, so does the LED on my ethernet switch.
I don't have this problem when using XP, only Karmic. That leads me to think that there's something wrong with the network driver. My NIC is on-board, the ASUS M3A32-MVP. According to System Info this is the Marvell 88E8056 PCI-E.
It seems like ASUS doesn't have the drivers on their website (anymore), because their website search returns empty handed. Also the motherboard product page doesn't appear to know it.
Anyone have any tips / ideas? I'm just unplugging the machine before turning it off now... as it appears to be disturbing the rest of my network
I'm about to turn off the prompt for a keyring password at logon following these instructions. But I wonder whether I'm going to be losing anything in the way of security. To eliminate the prompt for the keyring password, am I going to miss out on anything? In other words, just what does the keyring do? If it matters, I don't use Evolution e-mail (I just use old-fashioned web mail). To my knowledge the only passwords stored on my machine are that for my wireless network and whatever website passwords my browser stores.
View 2 Replies View RelatedHow can I use 7zip/7zip CLI on an Ubuntu livecd?I would like to have the extra functions of the 7zip CLI since there are barely any options in the default Ubuntu archive manager. Some options I would like to have include setting the compression level.Would one solution be to run 7zip from an external drive?
View 2 Replies View RelatedAlthough I'm a linux user, I don't know much about the whole booting process myself. I normally have a friend that I can consult when things don't go the way I expected. But here's the thing: he updated my computer and went away. And of course I can't reach him and I really need it to work. And moreover, I want to be able to sole things myself.
The booting process stops halfway. The last thing it says is: can't access tty: job control turned off (initramfs) ...
I have a doubt, may sound funny but wanna know whether it is possible to share DVD drive in windows [version 7] and use it in Linux system [version fedora 12]?
View 4 Replies View Relatedi'm running out of partitions, i was thinking if i could get rid of the windows system reserved partition without messing any of my windows 7 OS & the recovering partition. I'm currently using grub2 to boot ubuntu & win 7.
View 6 Replies View Relatedis it safe to change fstab UUID entry for the system to /dev/sdb4? and after editing fstab, is there a script or command I need to run to release lock or update mount information? edit: I see not correct, and therefore not safe,but is there a format to tell linux to use /dev/sda1 instead of UUID= or label= .
View 9 Replies View RelatedI want to give my users option of logging to the system. They should have posibillity for choosing option betweend logging to the system with their default password or one-time password OTPW. I installed OTPW in my Debian. Here is my /etc/pam.d/sshd file:
[Code]....
A little while ago i bought a magazine with the openSUSE 11.1 distro on it but couldn't install it so i gave up. I am attempting to have another go. The problem is that the os will work fine when booted from CD in fail safe mode and can be installed from there but when out of fail safe mode the system begins to boot but freezes and will do nothing more.
View 9 Replies View RelatedI am developing a program in a system where the Linux does not take care of the sync command automatically. So I have to run it from my application always I save some data in the disk, which in my case is a 2GB sdcard. It is true that I can make the operation system takes care of the syncronization, using a proper mount option, but in this case the programm's performance drops drastically. In particular I use the shelve module from Python to save data that comes from a socket/TCP connection and I have to deal with the potencial risk of the system being turned off suddenly Initially I wrote something like that to save data using shelve:
Code:
def saveData(vo)
fd = shelve.open( 'fileName' , 'c')
fd[ key ] = vo
fd.close()
os.system("sync")
But that takes too much time to save the data. Note that I use the sync from the OS every time I close a file to prevent data corruption in the case of the "computer" being turned off with data even in the buffer. To improve the performance I made something like that:
Code:
def saveListData( list )
fd = shelve.open('file_name', 'c')
for itemVo in list:
fd[itemVo.key] = itemVo
fd.close()
os.system("sync")
Thus, first I saved an amount of objects in a list then I open the file and save the objects. In this way I have to open the file just one time to save a lot of objects.However I would like to know if adding a lot of objects before closing the file would increase the risk of data corruption.I known that turning off the system after fd.close() and before os.sync may cause problems. But what about turning off the system after
Code:
fd = shelve.open('file_name', 'c')
but before fd.close()?
I got the fresh installation of Ubuntu 10.04 desktop version.But it asked for username and password to login. I didn't set any username and password.I tried tose ubuntu and blank.Try ubuntu - it still ask for username and password .Install ubuntu - it still ask for username and password .
View 9 Replies View RelatedWhen I was changing my password with the "passwd" command in Debian Lenny, after the confirmation, I received the following message: Bad: new password is just a wrapped version of the old one
I know the passwords are not saved in clear text, but hashes. Even further, when a single char changes in the string (the password in this case) the hash is completely different. So, how does linux detect a wrapped version of an old password?
I am using squirrelmail version 1.4.3a-5. i need change password plugins for this version.
View 2 Replies View Relatedi've installed the 7zip package in Fedora 15 (using Gnome3), the install was both the 'pluggin package' and the 'archiver', but i can't find how to run the program.I did open 'nautilus' file manager as a 'su' user, and found a folder 'p7zip' under usr/libexec/ location, it has three executables, 7z, 7za and 7zCon.sfxHow do i run this program, i have tried uninstalling and then re-installing the packages using both the 'Add/Remove software' manager, and using 'Yum extender', and also via the 'terminal' as an 'su' user and entering....
View 6 Replies View RelatedHow can i Compress a file in ubuntu 10.04??
View 5 Replies View Relatedi am trying to download 7zip for 2 days but i couldnt. every time i finish with a worning from winzip page to buy it.
View 5 Replies View RelatedKrusader (v1.90.0 in Gnome) is awfully slow when entering .7z archive; how to solve it?
View 7 Replies View RelatedIts much better to use the good archiver such as rar, 7zip on uncompressed files (and not after crappy zip for eg. ).People often compress .iso files and similar that contain .cab archives.So, compression ratio would be much better if those .cab files were first uncompressed and then rar-ed/7zip-ed.I know it would be difficult, and dearchiver would need to re-compress to make .cab again (so it would have to include M$ algorithm and unpacking would take a lot of time) but its possible?
View 3 Replies View Relatedi'm curently compressing a big 100GB file with 7zip on a system with an intel 2,66Ghz quadcore processor. Allthough 7zip uses 4 cores to compress the file, it still uses only about 40% of the cpu performance. The cpu isn't doing anything else, nothing heavy anyway.
I started compressing 8 hours ago and the compression is currently 47% done. Reading and writing the files isn't very fast so my harddrive isn't slowing the process down.
So what's the holdup? There is still 53% of work to be done. Is it for some reason impossible to do this faster?
I have a 7zip archive and I would like to extract certain files from with it. Is there a way to do this without un-compressing the entire archive? I know these files exist in there because I am using the "7za l" command to view the files contained in the archive.
View 3 Replies View RelatedI have an old PC (130mb RAM, 6gb hard drive).
I installed a command-line version of Ubuntu 10.04 using the Alternate CD. The machine was wiped, and I used most of the default settings.
I used a thirteen character user id which consisted of mixed case letters and numbers, and an eighteen character password that contains mixed case letters and numbers and a # sign.
When I rebooted, the command-line login would not accept my password. I assumed I had somehow made a mistake, and just wiped the machine again and reinstalled. This time I was very careful with the user name/pw.
Again, the command-line login did not accept my password!
On a hunch, I took an old Ubuntu 7.10 Alternate CD and erased the machine again. I installed a command-line version of Ubuntu. AGAIN --- it will not accept my password even though I'm 100% sure it is correct.
I attempted to install Catalyst 10.11 for my ATI HD 2600XT and the system now only displays lines and a large block of pixels where the mouse would go. CTRL-ALT-F1 kills the system and does not provide a command prompt. This is a single installation, not dual-boot, but there is no Press Esc to access the Grub menu during startup so I cannot choose safe mode. I attempted to get into Recovery mode using the flash drive that I used to install the system and it tells me there is no Recovery kernel (I used the 64-bit Desktop installer, not alternative). Does anyone know an alternative to get into the Grub menu other than ESC during bootup? Alternatively, do I need to download the 64-bit Alternative ISO and create a new boot disk with it so I can access Recovery mode? Is there something else I'm not thinking of?
View 5 Replies View RelatedI have a jpeg file on my Windows system that won't delete. However, when I try to boot into safe mode to delete it, I can not get into the menu to select "Safe Mode". F8 just boots me right into Ubuntu.I have Windows 7 and Ubuntu 10.10 on an Acer Aspire 5520.
View 3 Replies View RelatedI can't do this with File Roller or 7zip, as they aren't executable in Windows. I'd like to model the archive after the link.URL...
View 3 Replies View Related