Wednesday, 9 January 2013
1)How to Change Font on S60v5 mobile phone ---------------
If you have favorite font and want to use it on your mobile, now you will find out how to do it!
You must rename fonts in this way: s60snr.ttf, s60ssb.ttf, s60tsb.ttf and S60ZDIGI.ttf.
Connect your mobile phone to PC via USB and choose Mass Storage mode.
Find folder Resource, and in it folder Fonts. If Fonts doesn’t exist, create it. Then copy those 4 files into Fonts folder. Restart your phone and enjoy!
If in your Fonts folder are files with different names then those .ttf above, rename fonts exactly the same as what u have in Fonts (some have this files: s60sc_c.ttf, s60tchk_c.ttf, s60zdigi.ttf).
If you want to make those ttf files by yourself for font you like, then find on PC where are Fonts (TrueType). On Win XP; Win 7 – Control Panel – Fonts. Choose font you like and copy it to desktop or in some folder. Then copy paste the same font 3 times. You must have 4 copies of this font. Then rename those copies in s60snr.ttf, s60ssb.ttf, s60tsb.ttf and S60ZDIGI.ttf.
Just check if in your Fonts folder are files with different names then those .ttf above; if yes then rename fonts exactly the same as what u have in Fonts.
If you want your default font back, just delete or rename folder Fonts and restart phone!
19)How to FTP using Command Prompt-------------------------------------------------------------------------------------
1. goto start > run and type "cmd" that is cmd and click OK
The Windows Command Prompt will open. Type the following command to connect to your server:
ftp yourdomain.com
note :-
Where yourdomain.com is your domain or the FTP Server IP Address found in the HELM Control
Panel under the FTP Account Details. -:
2.
Once you hit Enter it will attempt to connect to the server. If it is successful, you will
be prompted for a Username and Password. Enter the FTP username and password information to login.
Once you have Logged in, you should see a line like ftp>
To list the Directory Contents, use the command dir
You have successfully connected to your server through FTP using Windows Command Prompt.
More FTP Commands:
ABOR - abort a file transfer
CWD - change working directory
DELE - delete a remote file
LIST - list remote files
MDTM - return the modification time of a file
MKD - make a remote directory
NLST - name list of remote directory
PASS - send password
PASV - enter passive mode
PORT - open a data port
PWD - print working directory
QUIT - terminate the connection
RETR - retrieve a remote file
RMD - remove a remote directory
RNFR - rename from
RNTO - rename to
SITE - site-specific commands
SIZE - return the size of a file
STOR - store a file on the remote host
TYPE - set transfer type
USER - send username
18)How To See Hidden Files, Using Dos----------------------
goto start >
command prompt just type dir /ah
if the list is too long u can use
dir /ah/p/w
2. output
cmd command
14. Reboot a Remote Computer
shutdown -r -f -m \\remotePC -c "System will be rebooted in 20 seconds"
15. change color
COLOR 08
0 = Black 8 = Gray
1 = Blue 9 = Light Blue
2 = Green A = Light Green
3 = Aqua B = Light Aqua
4 = Red C = Light Red
5 = Purple D = Light Purple
6 = Yellow E = Light Yellow
7 = White F = Bright White
15.Ping
Ping tests a network connection.If successful, ping returns the ip address. Its a very useful and popular command which we need to check whether our internet connection is working properly or not.
Syntax
PING [options] destination_host
Example:
ping 192.168.0.1 -t
Ping Options
-w timeout (Timeout in milliseconds to wait for each reply)
-i TTL (Time To Live)
-v TOS (Type Of Service)
-a (Resolve addresses to hostnames)
-n count (Number of echo requests to send)
-t (Ping the destination host until interrupted)
-l size (Send buffer size)
-f (Set Don’t Fragment flag in packet)
-r count (Record route for count hops)
-s count (Timestamp for count hops)
-j host_list (Loose source route along host_list)
-k host_list (Strict source route along host_list)
destination_host (The name of the remote host)
DIR
Display a list of files and subfolders.
Syntax
DIR [pathname(s)] [display_format] [file_attributes] [sorted] [time] [options]
[display_format]
/P Pause after each screen of data.
/W Wide List format, sorted horizontally.
/D Wide List format, sorted by vertical column.
[options]
/S include all subfolders.
/R Display alternate data streams. (Vista only)
/B Bare format (no heading, file sizes or summary).
/L use Lowercase.
/Q Display the owner of the file.
CLS
Simply typing cls and pressing enter will clear the dos screen.
EDIT
Syntax
EDIT [d:][path]filename [/B][/G][/H][/NOHI]
Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.
16)
remove-hide partiton by using cmd
step #1: Navigate to Start > Run and type "cmd" and hot "Enter".
step #2: Type "DISKPART" and hit "Enter" .
step #3: Type "List Volume" and hit "Enter".
step #4: Now type "select volume #" to select your volume number respective to your drive letter.
(# refers to number)
step #5: After selecting your desired volume just hide it by using this command "remove letter #".
(# refers to drive letter)
If you wish to have your drive back simply repeat the process but in step #5 just replace "remove" with
"assign" i.e "assign letter #"(# refers to drive letter)
()Tip for shutdown windows --------------------------
Try to open:
Run -> cmb -> shutdown -a
This prevent the shutdown.
create a new shortcut.. then write;
shutdown -s -t 0 = this is for shut down in 0 seconds (t = time s=shutdown)
shutdown -r -t 0 = same but this is for restart comp. in 0 seconds..
(only for windows xp)
in win.98 this is different; we were wrote rundll32.exe -s or something like this..i couldnt remember right now..<PIXTEL_MMI_EBOOK_2005>9
17)
goto start > run and type "cmd" cmd
than write this
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
Save A List of Files to a Text File by Extension in cmd
dir *.pdf /s /b > files.txt
Get Your IP Address Information
ipconfig /all
Get Installed Driver Information
Get Your IP Address Information
ipconfig /all
Get Installed Driver Information
Copy Files Via Infrared Port
irftp filename.ext
Find Files Opened By Network Users
openfiles /query
6. Monitor Port Activity
netstat -a 30
7. Recover Information From A Corrupt File
recover filename.ext
8. Defragment Remote Computer
rexec remotePC defrag C: /F
9.Retrieve Detailed System Information
systeminfo
10. Automatically Defragment C: Daily
schtasks /create /tn "Defrag C" /tr "defrag c: /f" /sc daily /st 23:00:00 /ru "System"
11. Map A Drive Letter to a Folder
subst W: C:\windows
12. List All Tasks Running On The Computer
tasklist
13. Kill A Program
taskkill /im programname.exe /f
Sunday, 6 January 2013
How to lock drive in Windows XP
GOTO START > RUN
TYPE gpedit.msc
NOW CLICK (User Configuration)
THAN STEP BY STEP GO TO = Administrative Templates >Windows Components >Windows Explorer
Now you will find something like this "Prevent Access To Drives From My Computers" ,
double click on it . It will open its properties. Now to lock a drive or drives click
on "Enabled" radio button. Now from the drop down menu select the drive that you want to lock or block.
TYPE gpedit.msc
NOW CLICK (User Configuration)
THAN STEP BY STEP GO TO = Administrative Templates >Windows Components >Windows Explorer
Now you will find something like this "Prevent Access To Drives From My Computers" ,
double click on it . It will open its properties. Now to lock a drive or drives click
on "Enabled" radio button. Now from the drop down menu select the drive that you want to lock or block.
How To Hide Files In a JPG file
re You curious of hiding Some Kind Of documents or videos From Your parents or wife I know most Of the guys and galzz will surely need to Hide Something and With this technique of hiding files in a jpg you
can send this to anyone and they just have to rename the file extension to .zip or .rar.Follow these steps and Hide files In Jpg
Set up:
1. Must have a .zip or .rar compressor.
Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd “desktop” withOUT the quotation marks.
CD desktop
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
copy /b e.jpg + f.rar out.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with out.jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you’re done!
can send this to anyone and they just have to rename the file extension to .zip or .rar.Follow these steps and Hide files In Jpg
Set up:
1. Must have a .zip or .rar compressor.
Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd “desktop” withOUT the quotation marks.
CD desktop
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
copy /b e.jpg + f.rar out.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with out.jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you’re done!
How To Delete Someone Else Facebook Account
his tutorial is education purpose only, once deleted profile can never be
recovered.
This is an extreme example of Social Engineering technique, we need following things to do so.
Victim’s profile link ( you can get it easily )
His/Her Email which he/she uses to sign in
His/Her birth date which he/she has used in the profile
Make an Email ID on gmail or yahoo with the first name and last name same as on victim’s facebook profile.
Ckeck Out Here
Enter details. In the place of ‘ email address where you can be contacted ‘ enter the fake email u created.
You will get a email on that ID in which facebook people will ask your problem. Reply to them that you are XYZ( victim’s name ) and you cant access your facebook account. Also you have lost access to your Email Address associated with the account. You dont know what to do now. The hacker is coming online regularly and using your account. If the victim is a girl also write ‘ I am a girl and it poses threat to my social life ‘ and write anything you want that could make them take action.
After 2-3 days youu will get a
reply. They will again ask you that you have access to your associated Email or not? Reply them that you still don’t have access to it. And repeat what all you wrote in first mail.
Next Day or Same Day you will get an Email that your account is disabled.
recovered.
This is an extreme example of Social Engineering technique, we need following things to do so.
Victim’s profile link ( you can get it easily )
His/Her Email which he/she uses to sign in
His/Her birth date which he/she has used in the profile
Make an Email ID on gmail or yahoo with the first name and last name same as on victim’s facebook profile.
Ckeck Out Here
Enter details. In the place of ‘ email address where you can be contacted ‘ enter the fake email u created.
You will get a email on that ID in which facebook people will ask your problem. Reply to them that you are XYZ( victim’s name ) and you cant access your facebook account. Also you have lost access to your Email Address associated with the account. You dont know what to do now. The hacker is coming online regularly and using your account. If the victim is a girl also write ‘ I am a girl and it poses threat to my social life ‘ and write anything you want that could make them take action.
After 2-3 days youu will get a
reply. They will again ask you that you have access to your associated Email or not? Reply them that you still don’t have access to it. And repeat what all you wrote in first mail.
Next Day or Same Day you will get an Email that your account is disabled.
Gmail DOT Trick
Hey Guys I have came across a new Great Amazing Trick that is GMAIL DOT TRICK....check It.
WHAT IS GMAIL DOT TRICK ?????
Suppose There is a Gmail account : Computer@gmail.com
having password : abcd
You will get logged in to computer@gmail.com If you use
email as : c.omputer@gmail.com
password : abcd
email as : co.mputer@gmail.com
password : abcd
email as : com.puter@gmail.com
password : abcd
email as : comp.uter@gmail.com
password : abcd
email as : comput.er@gmail.com
password : abcd
email as : compute.r@gmail.com
password : abcd
and so on..
That means gmail does not count periods (.). So isnt its Great ...
So you can use this trick for using the same email for various purpose,like
creating face accounts in facebook,twitter etc.. as they interpret all the
above emails as different but gmail considers it the same.
WHAT IS GMAIL DOT TRICK ?????
Suppose There is a Gmail account : Computer@gmail.com
having password : abcd
You will get logged in to computer@gmail.com If you use
email as : c.omputer@gmail.com
password : abcd
email as : co.mputer@gmail.com
password : abcd
email as : com.puter@gmail.com
password : abcd
email as : comp.uter@gmail.com
password : abcd
email as : comput.er@gmail.com
password : abcd
email as : compute.r@gmail.com
password : abcd
and so on..
That means gmail does not count periods (.). So isnt its Great ...
So you can use this trick for using the same email for various purpose,like
creating face accounts in facebook,twitter etc.. as they interpret all the
above emails as different but gmail considers it the same.
How to Change Font on S60v5 mobile phone
If you have favorite font and want to use it on your mobile, now you will find out how to do it!
You must rename fonts in this way: s60snr.ttf, s60ssb.ttf, s60tsb.ttf and S60ZDIGI.ttf.
Connect your mobile phone to PC via USB and choose Mass Storage mode.
Find folder Resource, and in it folder Fonts. If Fonts doesn’t exist, create it. Then copy those 4 files into Fonts folder. Restart your phone and enjoy!
If in your Fonts folder are files with different names then those .ttf above, rename fonts exactly the same as what u have in Fonts (some have this files: s60sc_c.ttf, s60tchk_c.ttf, s60zdigi.ttf).
If you want to make those ttf files by yourself for font you like, then find on PC where are Fonts (TrueType). On Win XP; Win 7 – Control Panel – Fonts. Choose font you like and copy it to desktop or in some folder. Then copy paste the same font 3 times. You must have 4 copies of this font. Then rename those copies in s60snr.ttf, s60ssb.ttf, s60tsb.ttf and S60ZDIGI.ttf.
Just check if in your Fonts folder are files with different names then those .ttf above; if yes then rename fonts exactly the same as what u have in Fonts.
If you want your default font back, just delete or rename folder Fonts and restart phone!
You must rename fonts in this way: s60snr.ttf, s60ssb.ttf, s60tsb.ttf and S60ZDIGI.ttf.
Connect your mobile phone to PC via USB and choose Mass Storage mode.
Find folder Resource, and in it folder Fonts. If Fonts doesn’t exist, create it. Then copy those 4 files into Fonts folder. Restart your phone and enjoy!
If in your Fonts folder are files with different names then those .ttf above, rename fonts exactly the same as what u have in Fonts (some have this files: s60sc_c.ttf, s60tchk_c.ttf, s60zdigi.ttf).
If you want to make those ttf files by yourself for font you like, then find on PC where are Fonts (TrueType). On Win XP; Win 7 – Control Panel – Fonts. Choose font you like and copy it to desktop or in some folder. Then copy paste the same font 3 times. You must have 4 copies of this font. Then rename those copies in s60snr.ttf, s60ssb.ttf, s60tsb.ttf and S60ZDIGI.ttf.
Just check if in your Fonts folder are files with different names then those .ttf above; if yes then rename fonts exactly the same as what u have in Fonts.
If you want your default font back, just delete or rename folder Fonts and restart phone!
Subscribe to:
Posts (Atom)