Sunday 27 October 2013

Install or Upgrade Firefox 24 on CentOS

Install or Update Firefox 24 on CentOS :

 

   Mozilla Firefox 24 is released and this is guide, howto install or upgrade Firefox 24 on CentOS 6.4/6.3/6.2/6.1/6 using YUM. Firefox 17 ESR (Extended Support Release) is currently available on CentOS 6.4/5.9 and Red Hat (RHEL) 6.4/5.9 own repos, so with this guide you can also install Firefox 17 ESR on CentOS 5.9.

What’s new in Firefox 24 :

  • Mixed content blocking enabled to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages
  • Implemented Close tabs to the right
  • Social: Ability to tear-off chat windows to view separately by simply dragging them out
  • Performance improvements on New Tab Page loads
  • Improved and unified Browser console for enhanced debugging experience, replacing existing Error console
  • Security fixes   

1. Backup your current Firefox old profiles:  

     tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/

 

2. Change root user :     

     su                
 
     password ******* 
 

3. Install Remi repository :   

     rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm 

     rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 


5. Update or Install Mozilla Firefox :  

     yum --enablerepo=remi update firefox

     yum --enablerepo=remi install firefox
 
 

Happy Browsing ...... 

IP address for your daily websites

IP address for your daily websites :

wikipedia.org   -------- 208.80.152.201
bbc.co.uk          -------- 212.58.241.131
google.com       -------- 74.125.157.99
youtube.com     -------- 74.125.65.91

yahoo.com        -------- 98.137.149.56
hotmail.com      -------- 65.55.72.135
github.com        -------- 207.97.227.239
facebook.com   -------- 69.171.224.11

twitter.com       --------- 199.59.149.230
amazon.com     --------- 72.21.211.176
mediafire.com  --------- 205.196.120.13
megaupload.com ------ 174.140.154.20

fileshare.com    --------- 208.87.33.151
multiupload.com ------- 95.211.149.7
uploading.com ---------- 195.191.207.40

   Once you have the IP for a website, all you really need to do is enter it like you would a normal URL and hit enter/press go. Typing in “208.85.240.231” should bring you to the front page of AO3. Since we’re obviously bracing for the worst case scenario which would involve you not being able to access the internet regularly.

Happy browsing ...

Powerful VIM commands

About Vim text editor :

    Vim is initially as standard GUI text editors like Gedit or word processors like OpenOffice.org's Writer, over a longer term you can become more productive using Vim. If you're a touch-typist, you'll find that your speed will improve even more with Vim because your hands rarely need to leave the ^home^ keys, and you'll only need to use the mouse if you choose to do so.

If you're a programmer or working with structured markup languages like HTML, LaTeX, etc., Vim is the bee's knees. It offers a number of features that make working with programming and markup languages much easier.




Some of the useful VIM commands :  

:e filename ---------------------------- OPen finename for edition
:w               ---------------------------- Save file
:q                ---------------------------- Exit Vim
:w!              ---------------------------- Write fine and quit
/word         ----------------------------- Search word from top to bottom

?word        ----------------------------- Search word from bottom to top
Ctrl+a        ---------------------------- Increment number under the cursor
Ctrl+x        ---------------------------- Decrement number under cursor
Vu              ----------------------------- Lowercase line
VU             ------------------------------ Uppercase line

:e .             ------------------------------ Open integrated file explorer
:Sex           ------------------------------ Split window and open integrated file explorer
:browse e  ------------------------------ Graphical file explorer
:ls              ------------------------------- List buffers
:cd ..          ------------------------------- Move to parent directory

:set autoindent -------------------------Turn on auto-indent
:args          ------------------------------- List files
:tabnew     ------------------------------- Creates a new tab

>>             ------------------------------- Indent
<<             ------------------------------- Un-indent




Happy coding..

Friday 25 October 2013

Anonymous OS version 0.1 released and detailed

Anonymous OS version 0.1 released and detailed :

     its been quietly announced that members of the hacker group known as Anonymous are releasing their very own desktop operating system. This system is known at the moment as Anonymous-OS and is currently in as infant a stage as it possibly could be at version 0.1. That’s pre-pre-Alpha, for those of you counting, and we’re not even going to tell you to download it or do a search for it – keep your eyes off of it! 



What this operating system represents is a full toolkit for those of you looking to join the dangerous and illicit world of hacking. Inside the operating system you can actually download today is a relatively vast list of applications that will allow you to crack, spoof, and rip your way into the mainframe just like your heroes from the 1990′s movie Hackers, just like you’ve always wanted to! Have a peek at the list here, and forever hold your keyboards in glee:
Pre-installed apps on Anonymous-OS:
- ParolaPass Password Generator
- Find Host IP
- Anonymous HOIC
- Ddosim
- Pyloris
- Slowloris
- TorsHammer
- Sqlmap
- Havij
- Sql Poison
- Admin Finder
- John the Ripper
- Hash Identifier
- Tor
- XChat IRC
- Pidgin
- Vidalia
- Polipo
- JonDo
- i2p
- Wireshark
- Zenmap
…and more
This OS runs under Ubunti 11.10 and uses Mate desktop – also you’ve got the ability to create the LiveUSB with Unetbootin – also just like you should expect. If you want to move forward with this OS for your soon-to-be-destroyed computer, head over to The Hacker News and have a look-see. Don’t say we didnt warn you though, especially since that source also notes the following: “Warning : It is not developed by any Genuine Source, can be backdoored OS by any Law enforcement Company or Hacker. You at your own Risk.” Strong words.




thanks to  The Hacker News

Installing RecordMyDesktop on CentOS

 Installing RecordMyDesktop on CentOS

   recordMyDesktop is a desktop session recorder for Linux
that attemps to be easy to use, yet also effective at it’s primary task.
As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an interface that exposes the program functionality in a usable way.

Link for Downloading the source code:

http://sourceforge.net/projects/recordmydesktop/files/recordmydesktop/

Steps to install :

step 1 : install the dependencies

yum install gcc make libXext-devel libSM-devel libICE-devel zlib-devel            libXfixes-devel libXdamage-devel libvorbis-devel libtheora-devel                           

 Step 2:


wget http://downloads.sourceforge.net/project/recordmydesktop/recordmydesktop/0.3.8.1/recordmydesktop-0.3.8.1.tar.gz


 Step 3:


         tar xf recordmydesktop-0.3.8.1.tar.gz


        
          cd recordmydesktop-0.3.8.1


         ./configure


          make


          make install


 thats it.. You have done it..


start it by giving the command

         recordmydesktop


for more options how to use and help. type,

         recordmydesktop –help