A Blogger, NOSKian, Linux User #535709 

Facebook Twitter Gplus LinkedIn YouTube Google Maps E-mail RSS
 
 
formats

installing gtalk in ubuntu

Published on May 19th, 2012 by

To install gtalk in ubuntu and ubuntu derivatives just type the following code in terminal:
sudo apt-get install prism-google-talk
It will ask for password, supply it and finally it will ask for confirmation. Type ‘Y’ and hit ‘ENTER’. And all will be done automatically

 
formats

skype name changed

Published on May 19th, 2012 by

For some certain reasons I am not using my skyname ‘opnchaudhary’ but still I am reachable at ‘opnchaudhary_’. Rest of my contact details are intact !!!

 
Tags:
formats

website spoofing

Published on May 19th, 2012 by

what are you thinking of about the title I gave for this post? Yeah, I am talking about website spoofing? I here I am going to tell you how one can fool others by making them belief they are clicking a link for a website but are in fact opening some other link. How can this be done? Do we need hardcore hacking? If you are thinking, oh yea we need to do hardcore stuffs then you are thinking it the other way. But if you think the way I do then its no hard stuff then just having two domains joined by ‘@’.
For example, if we have two domains www.google.com and www.ourgoogle.com then we can do this using the link www.google.com@www.ourgoogle.com. If you have doubt what it will be doing have a check, it will be clear or if you have any comments then please…

 
formats

plymouth-themes finally worked in backtrack 5

Published on May 19th, 2012 by

I am using bt5R1 64bit which had Linux 2.6.32-21. But after the upgrade of the system it has Linux 2.6.39.4. And its now when I was installing plymouth themes. Actually everything went fine with the steps I had in my previous post on plymouth-theme installation on ubuntu-derivatives. But it didn’t work for my case it was because I booted up with Linux 2.6.39.4 whereas while I executed the command sudo update-initramfs -u. It updated initramfs for Linux 2.6.32-21. That’s where I was stepped wrong. Are you doing the same that I did? Just ensure it.
Now, I am happy with the plymouth-theme changed.

If you haven’t read my previous post on plymouth-theme installation then I recommend to read it: http://parasnath.com.np/?p=2311

 
formats

starting with truecrypt

Published on May 19th, 2012 by

Truecrypt is an opensource digital anti forensic tool. It can be downloaded from truecrypt.org. In backtrack, it is placed at Backtrack->Forensics->Digital Anti Forensic. The use of this tool is very easy. A simple way of using it is:
Creating a truecrypt volume:

  1. Click on ‘Create volume’
  2. Select ‘Create an encrypted file container’ and do ‘next’
  3. Select ‘standard TrueCrypt Volume’ and do ‘next’
  4. Click on ‘Select file’
  5. Type a filename and then click ‘save’
  6. Click ‘next’
  7. Select encryption algorithm for example ‘AES’ and do ‘next’
  8. Enter the size of the file and do ‘next’
  9. Enter a password and do ‘next’
  10. Choose the filesystem type for example ‘FAT’ and click ‘next’
  11. Choose ‘I will mount the volume on other platforms’ or ‘I will mount the volume only on linux’ as preferred
  12. Move the mouse cursor for randomisation and then click ‘format’
  13. Click the ‘ok’ of the messagebox and then ‘next’ finally ‘cancel’
  14. Click ‘cancel’

And the volume is now created for use :D
Using a truecrypt volume:

  1. Click on select file
  2. Choose the truecrypt volume to be used
  3. Click ‘mount’
  4. Supply the password
  5. Click ok

Finally, the volume is ready for use, add files, delete files.

 
formats

how to hide and unhide programs from start menu in backtrack

Published on May 19th, 2012 by

To open most of the program we go to application menu. And anybody can see what programs we have in our computer by clicking that menu item. But sometimes we just don’t want all to know what we have installed in our system by simply clicking the application menu. It would be great if we just hide those programs from others and for our case we can possible execute the program by ‘Run Application’ which can be accessed by simply pressing ‘Alt+F2′ or from typing the command in terminal.

If you are one thinking of this then just go to the System->Preference->Main Menu. And from there just check the programs that should appear in the menu and uncheck the ones that should not appear in the menu that’s all.

Not only this we can also add programs we wrote in the menu list by adding a new item or delete any program from the menu list also. Just do try for yourself like I did. :D

 
formats

changing plymouth themes in ubuntu derivatives

Published on May 17th, 2012 by

Search for plymouth-themes using the following command in terminal:
sudo apt-cache search plymouth-theme

Then install the one you want to install:
sudo apt-get install plymouth-theme-ubuntustudio
Then the following command will be used to choose the themes from the installed ones:
sudo update-alternatives --config default.plymouth

Then the final step is :
sudo update-initramfs -u
Now restart the system and see the new splash screen. :D