Ubuntu root
sudo command (you must do this every time you issue a command)
OR:
Create an Ubuntu root account with password easily.
This post also shows how to create a linux cd root password.
sudo command (you must do this every time you issue a command)
OR:
Create an Ubuntu root account with password easily.
This post also shows how to create a linux cd root password.
On the 18th, this website joined google, wikipedia and many, many, many others in a blackout in protest of SOPA and PIPA.
We won this one!
Today on January 20th, 2012 it was announced that the bills are being dropped.
Think we’ll fly the ribbon on the upper right corner of the website for some time more to appreciate that change and direction can come from internet collaboration.
Thank you, one and all who joined in on the protest to keep the internet open.
This is our lifeblood and prosperity.
Ubuntu root »« Find a file on the Android while in terminal or adb
find /data -iname “myfile*.txt”
This will look in the /data partition for the files myfile1.txt, Myfile2.txt, etc.
The -iname makes the search case insensitive, which is what windows people are used to, whereas linux people can have two different files with the same name in the same directory! (different case)
Also note that Linux default sort on the Android makes the capital letter directories (folders) in front of the lowercase ones.
So Myfiles directory will not be next to myfiles2 directory!
SOPA has been stopped »« “Permission Denied” while trying to write a file to the Android
$ adb shell
$ su
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
(Replace /dev/block/mtdblock3 & /system with appropriate device path and mount point, as obtained from the command mount or cat /proc/mounts)
Find a file on the Android while in terminal or adb »« How to change the Touch Wiz Bottom Dock
“Permission Denied” while trying to write a file to the Android »« Android – Turn off cellular radio – special backdoor code
You can turn off the Cellular radio while leaving wifi and bluetooth on!
Ping test the 3G network with this tool.
You can also mess things up with all of the phone options available
This leads to the “Battery” which screen shows your battery level and battery temperature as well as battery health.
“Usage Statistics” screen shows the amount of time your apps are using CPU and how many times they’ve launched since last boot.
The “Wifi Status” tells you Android IP, hidden SSID, MAC address, link speed, it also has a ping tester.
How to change the Touch Wiz Bottom Dock »« Samsung TouchWiz tips and tricks for Galaxy S2 and others
These tips and tricks are specific to the Samsung Touchwiz interface:
Homescreens: TouchWiz supports upto 7 homescreens, there are 4 easy ways to quickly jump between them:
Android – Turn off cellular radio – special backdoor code »« Hard faults/sec in Windows 7 Resource Manager too many!
Hard faults per second on Windows are not hard drive errors like you may think. They are simple pagefile accesses instead of RAM access.
You may see from 0 to more than 100 and it’s actually ok…well if you’re getting more than 50 or so, you’re system is running much slower than it can and most likely rattling the heck out of your hard drive.
Remedy:
Samsung TouchWiz tips and tricks for Galaxy S2 and others »« Apache httpd.conf – ServerSignature Off ServerTokens Prod
To supress apache returning information about itself in the response headers add these 2 lines to httpd.conf:
ServerSignature Off ServerTokens Prod This can be done with WHM without editing the httpd.conf file: Main >> Service Configuration >> Apache Configuration
Hard faults/sec in Windows 7 Resource Manager too many! »« Unpredictable drive errors
from my favorite disk imaging program support website, a very helpful guide to fixing disk read or write errors due to glitchy items like bad IDE cables: http://www.terabyteunlimited.com/kb/article.php?id=152
This problem can be caused by overclocking, overheating, a hardware problem, or a BIOS or firmware bug or configuration issue.
To determine if the mainboard, memory, or CPU is at fault:
If the memory diagnostic does not report any errors, check the following:
Start a Command Prompt and then run chkdsk x: /f where x: is the drive to check.
For example: chkdsk c: /f
Note: If running Windows Vista or Windows 7, you must run chkdsk from an Administrator Command Prompt.
If none of the above helps, the problem may be due to weak sectors on the drive surface. If the issue you are having involves a hard drive, download and run the hard drive manufacturer’s diagnostic utility or a third-party utility designed to scan and repair hard disk surfaces. Below are links to some major hard drive manufacturer’s home pages:
ExcelStor
Fujitsu
Hitachi
Seagate/Maxtor
Samsung
Seagate
Sony
Toshiba
Western Digital
If you still have not narrowed down the problem, try adjusting the system BIOS parameters below, for the drive(s) with which you are experiencing the problem. These settings, if available, are typically found under “Integrated Peripherals” or in the “Drive Configuration” section.
Apache httpd.conf – ServerSignature Off ServerTokens Prod »« Linux root password for live session