This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.c/f/functions sudo apt-get install --reinstall libvte-2.90-9=1:0.34.9-1ubuntu2 I | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
libvte-2.90-9 | |
0 upgraded, 0 newly installed, 0 to remove and 1657 not upgraded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~/downloads: sudo airodump-ng wlan0 | |
[sudo] password for david: | |
ioctl(SIOCSIWMODE) failed: Device or resource busy | |
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211, | |
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make | |
sure RFMON is enabled: run 'airmon-ng start wlan0 <#>' | |
Sysfs injection support was not found either. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~/Desktop/latest_backup_phone/last try/older rommmmm: sudo fastboot flash zip rom.zip | |
target reported max download size of 1514139648 bytes | |
sending 'zip' (1029872 KB)... | |
OKAY [ 41.767s] | |
writing 'zip'... | |
(bootloader) rom parsing start ... | |
(bootloader) rom parsing finish ... | |
(bootloader) zip header checking... | |
(bootloader) zip info parsing... | |
(bootloader) Read zipped android_info fail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~/downloads: sudo fastboot flash zip RUU_M7_UL_K44_SENSE55_MR_Cingular_US_4.18.502.7_decrypted.ROM.zip | |
target reported max download size of 1514139648 bytes | |
Invalid sparse file format at header magi | |
error: write_sparse_skip_chunk: don't care size 38723880 is not a multiple of the block size 4096 | |
fastboot: ../libsparse/sparse.c:143: write_all_blocks: Assertion `pad >= 0' failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file describes the network interfaces available on your system | |
# and how to activate them. For more information, see interfaces(5). | |
# The loopback network interface | |
auto lo | |
iface lo inet loopback | |
# The primary network interface |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~: sudo smartctl --all /dev/sda | |
[sudo] password for david: | |
smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-24-generic] (local build) | |
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net | |
=== START OF INFORMATION SECTION === | |
Model Family: Seagate Momentus 7200.4 | |
Device Model: ST9500420AS | |
Serial Number: 5VJFNJAP | |
LU WWN Device Id: 5 000c50 0455c9182 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu:~# cat package_list | sudo dpkg --set-selections | |
root@ubuntu:~# cat package_list | sudo dpkg --set-selections && sudo apt-get dselect-upgrade | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages have unmet dependencies: | |
upstart : Depends: initscripts | |
Depends: mountall | |
Depends: ifupdown (>= 0.6.10ubuntu5) | |
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu:~# sudo apt-get dselect-upgrade -f | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages have unmet dependencies: | |
upstart : Depends: initscripts | |
Depends: mountall | |
Depends: ifupdown (>= 0.6.10ubuntu5) | |
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. | |
E: Internal error, problem resolver broke stuff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~/.ssh: ssh -p 22 chasetoys@ip -vvv | |
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to IPADDRESS [IPADDRESS] port 22. | |
debug1: Connection established. | |
debug3: Incorrect RSA1 identifier | |
debug3: Could not load "/home/david/.ssh/id_rsa" as a RSA1 public key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~/workspace/craigslist-autoresponder: ssh -p 22222 chasetoys@IP -vvv | |
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to ip] port 22222. | |
debug1: Connection established. | |
debug3: Incorrect RSA1 identifier | |
debug3: Could not load "/home/david/.ssh/id_rsa" as a RSA1 public key | |
debug2: key_type_from_name: unknown key type '-----BEGIN' |