No matter how good programmer you are, you can`t memorize everything. It often happens to spend more time searching for a particular library, tag or declaration, than implementing it on our code. To ease your work I have gathered here some of the most important cheat sheets that you will ever need. Do you have any […]
This guide is meant to show how easy it is to hack wireless networks if the proper security measures are not in place. First I will show how to hack a WEP or WPA/WPA2 Network and then I will give tips on how to avoid getting hacked. This is important information in our techno-savy culture. […]
Fun in the Terminal With Lynx The GNU/Linux command line gives you a lot of small tools that can be connected with each other by piping the output of one tool into another tool. For example, you might see a page with a lot of links on it that you want to examine more closely. […]
Go to /var/logs directory or whichever on you want to look tail and try these commands: tail -f /var/log/messages less /var/log/messages more -f /var/log/messages vi /var/log/messages
This example is being performed in Windows Insert a USB stick with at least 2GB of free space The easiest way to get up an running with USB is to use the USB installer provided by pendrivelinux.com. You’ll need to download and install and follow the instructions. Download Pen Drive Linux’s USB Installer Select Ubuntu […]
Want a simple CSS layout that you can customize into your very own website? BAM! Look Below. Copy the html into a file and name it index.html or index.php whichever you prefer. If you’re not really sure go with html. Do the same with the CSS code but label it style.css and save within the […]
A useful tool to use when starting a website layout from scratch: body,div,dl,dt,dd,ul,ol, li,h1,h2,h3,h4,h5,h6,pre, form,fieldset,input,textarea,p, blockquote, th,td { margin:0; padding:0; } html,body { margin:0; padding:0; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code, dfn,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; […]
We all random sounds or random music from time to time. If you properly query google, you can find open indexes of music files easily. Here are some hints to get you started. Google: -inurl:htm -inurl:html intitle:”index of” “Last modified” mp3 Using this string we are using the “index of” and the inurl commands to […]
Simple enough. You need to have a php script that inserts into your mysql database. Example: Here’s the Html for the form Firstname: Lastname: Age: Here is your insert script. I would name it “insert.php”.