Solutionist's Blog

Tech | Health | Life | Travel

Install Cairo Dock – Linux Mint 16 or higher – cinnamon

Cairo-Dock is a Mac OS X Dock-like application for Linux and BSD distributions that supports OpenGL and freedesktop standards. It provides a desktop interface for launching applications and accessing running programs. It offers a better interface than the bland panel of Linux Mint 15 for launching and accessing applications and as such may be used […]

sequential-batch file renaming – mac

Doing that by hand, especially to dozens of files and folders, is slow going, and Mac OS X hasn’t provided a way for us to batch rename files natively. That’s okay, because we can still get the job done. We’re just going to need some extra tools. Before we get started, though, let’s talk backup. […]

HOW TO RECOVER DELETED FILES IN UBUNTU

It is always recommended that you unmount a device immediately after you realise you’ve deleted important files, to prevent the data blocks of those files from being overwritten with other data. Thus, you should ideally shut down the system, and do the recovery process by booting from a Live CD/USB, and then searching the partition […]

create an HTML button that acts like a Link

This is quiet simple Put it in a <form> wherein you specify the desired target URL in the action attribute. <form action=”http://google.com”> <input type=”submit” value=”Go to Google”> </form>   here is another veriation but didn’t test it yet.. <a href=”http://www.ajayadas.com/”> <button>click me</button> </a>  

Anonymous Threatens Government of Namibia over Black Rhino Hunt – Video

Hackers of an Anonymous-affiliated group called Team Defiant are threatening the government of Namibia after it allowed the US-based Dallas Safari Club to auction the chance to kill a black rhino from the country’s Mangetti National Park. Video: http://www.youtube.com/watch?v=e_9yM37qkH8 The organization says the money raised through the auction will go to a fund for the […]

squid transparent proxy with single Ethernet interface (port)

 squid transparent proxy with single Ethernet interface (port) #1: yum install squid   #2 vim /etc/squid/squid.conf http_port 192.168.1.98:3128 transparent hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% […]

Secured By miniOrange