Posted by sanjay
on
10:34 PM
http://wiki.cyanogenmod.com/index.php/Apps2SD
How to change SD cards!
Posted by sanjay
on
9:46 PM
http://www.ngine.de/article/id/8
Posted by sanjay
on
10:58 PM
Posted by sanjay
on
11:24 PM
Posted by sanjay
on
9:15 PM
Posted by sanjay
on
4:05 PM
Posted by sanjay
on
10:09 PM
Posted by sanjay
on
12:45 AM
Posted by sanjay
on
11:00 PM
Posted by sanjay
on
6:58 AM
Posted by sanjay
on
7:03 AM
Posted by sanjay
on
11:10 PM
Posted by sanjay
on
12:59 PM
Microsoft Technet :
How DNS query works: Domain Name System(DNS) Wikipedia
List of DNS record typesMX recorddifferent mail server for each subdomain @
stackoverflowHow to setup an MX record for sub-domain @
stackoverflowGoogle search for
godaddy subdomain mx records
Posted by sanjay
on
5:19 PM
From
here and own notes
set ORACLE_HOME=/...db/product/version/dbhome_1
PATH= $ORACLE_HOME/bin:$PATH
ORACLE_SID = orcl
sqlplus "sys/password as sysdba" < /path/to/sql.file.sql
Posted by sanjay
on
8:25 PM
Posted by sanjay
on
5:55 PM
how to make a tar file from a text file containing list of files
text file contents
a/b/myfile.txt
a/c
This includes on myfile.txt from a/b and everything from a/c Yet to find out how to
exclude certain files
cd to parent folder of a
tar cv -T /path/to/listOfFiles.txt -f /path/to/tarfile.tar
then gzip tarfile.tar
Posted by sanjay
on
11:09 AM
cleartool ls -r | findstr -V rule for private files
cleartool ls -r | findstr hijacked for hijacked files
Posted by sanjay
on
9:45 PM
I keep forgetting how to switch to static from dynamic on Linux. I found the correct steps here Switch to Static IP on Ubuntu Server - david winter In short edit /etc/network/interfacesChange dhcp to static in the line -->
iface eth1 inet dhcp
address w.x.y.z
netmask a.b.c.d
gateway m.n.o.p
and then /etc/init.d/networking restart
I would also try a reboot immediately after setting this, to test that it is permanent
Posted by sanjay
on
4:30 PM
Posted by sanjay
on
6:35 AM
warnings doesn’t save our work from peril, but using an “undo” function does. Let me say that again: The solution to our warning woes is undo. With a robust undo, we can close our work with reckless abandon and be secure in the knowledge that we can always get it back. With undo, we can make that horrible “oops!” feeling go away by getting our work back. [1]
A List Apart: Articles: Never Use a Warning When you Mean Undo
Posted by sanjay
on
6:30 AM
plasmasturm.org Some git ideas
Posted by sanjay
on
1:12 AM
Posted by sanjay
on
11:51 AM
Posted by sanjay
on
10:49 AM
Posted by sanjay
on
10:33 PM
Posted by sanjay
on
3:24 PM
Posted by sanjay
on
9:20 AM
Posted by sanjay
on
9:19 AM
Posted by sanjay
on
4:02 PM
Posted by sanjay
on
3:31 PM
Posted by sanjay
on
2:42 AM
Posted by sanjay
on
5:31 PM
Posted by sanjay
on
5:28 PM
Posted by sanjay
on
12:29 PM
Posted by sanjay
on
1:05 PM
Posted by sanjay
on
1:05 PM
Posted by sanjay
on
10:27 AM
Posted by sanjay
on
12:26 AM
Posted by sanjay
on
10:05 PM
Posted by sanjay
on
1:55 PM
Posted by sanjay
on
8:06 AM
Posted by sanjay
on
12:35 AM
Posted by sanjay
on
12:37 PM
http://mindprod.com/jgloss/aes.html
Posted by sanjay
on
9:55 AM
Posted by sanjay
on
6:25 PM
Posted by sanjay
on
5:33 PM
Posted by sanjay
on
10:27 PM
Posted by sanjay
on
10:42 PM
Posted by sanjay
on
9:22 PM
Google Answers: Exclude directory in tar and zip A note to remember with tar
Lets say we have a directory structure as such
T1
T1/T2
T1/T2/Readme.file.should.appear
T1/T2e
T1/T2e/Readme.file.should.not.appear
T1/T3
T1/T3/Readme.file.should.appear
T1/T3e
T1/T3e/Readme.file.should.not.appear
Where all are above are folders, except lines with "Readme.file" in them
- tar cvfz T1.tgz T1 -- will include everything in T1.tgz
- tar cvfz T1.tgz --exclude T1/T2e --exclude T1/Te3 -- will exclude T1/T2e folder and T1/T3e folder and their contents in T1.tgz
- tar cvfz T1.tgz --exclude T1/T2e/ --exclude T1/Te3/ -- will include T1/T2e folder and T1/T3e folder, but exclude their contents (i.e. Readme.file.should.not.appear will not appear, but it's parent directory will appear) in T1.tgz
Posted by sanjay
on
3:52 PM
Posted by sanjay
on
8:30 PM
Posted by sanjay
on
11:50 AM
Posted by sanjay
on
11:34 AM
Posted by sanjay
on
3:45 PM
Posted by sanjay
on
12:44 PM
Posted by sanjay
on
11:56 PM
Posted by sanjay
on
4:33 PM
Posted by sanjay
on
3:42 PM
Posted by sanjay
on
10:21 AM
Posted by sanjay
on
12:44 PM
Posted by sanjay
on
12:42 PM
Posted by sanjay
on
11:20 PM