-
I really like the looks of hotot twitter client for linux, but it doesn’t support multiple twitter accounts in the same process (however, you can open multiple running instances of hotot and use it that way). It does support lists. Installation is pretty simple:
-
I do things the easiest way that gets the job done. Someone asked me recently about mounting a shared windows drive in Linux from bash. They stated they normally mount it through dolphin using: [codesyntax lang=”bash”] smb://username:password@ip_address/SHARED_DRIVE [/codesyntax] That works until you need to copy files via rsync or some other bash method. The solution […]
-
[codesyntax lang=”bash”] #!/bin/bash # By Ed Wiget # This script sets up a proxy so that you can audit web servers anonymously over tor # 20111113 – initial script (better method) # enable next line for debugging #set -x echo “Please enter the ip address of the target host or a domain name” read dom […]
-
When I reviewed memcached previously, I got faster performance with wp-cache than memcached…..but that was about 16 months ago. So I decided to give it another run for the money on a few sites. The installation is pretty simple….especially since I scripted most of it for you…..
-
In case that your OS is Windows 7 (64 bit) and you have got the message as the following: AppleSyncNotifier.exe – Entry Point Not Found The procedure enrty point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll
-
[codesyntax lang=”bash”] echo “deb http://updates.repository.backtrack-linux.org revolution main microverse non-free testing” >> /etc/apt/sources.list apt-get update apt-get dist-upgrade [/codesyntax] And it includes these new tools: [codesyntax lang=”bash”] arduino bluelog bt-audit dirb dnschef dpscan easy-creds extundelete findmyhash golismero goofile hashcat-gui hash-identifier hexorbase horst hotpatch joomscan killerbee libhijack magictree nipper-ng patator pipal pyrit reaver rebind rec-studio redfang se-toolkit sqlsus […]
-
After upgrading to Linux kernel 3.2.6, rebooting, reconfiguring initramfs for encrypted drives, rebooting again, and reinstalling ati graphics, my normal xrandr command no longer worked. That command is: [codesyntax lang=”bash”] xrandr –output LVDS –mode 1920×1200 –pos 1680×0 –rotate normal –output CRT1 –mode 1680×1050 –pos 0x0 –rotate normal –output DFP2 –off –output DFP1 –off [/codesyntax] And […]