Super Tool: (Probably) ...
A great IDE/editor to complement SQLite’s small footprint.
A great IDE/editor to complement SQLite’s small footprint.
Problem: My Mac OSX is complaining that the files im about to copy or move doesn’t have sufficient privileges or permissions!
Problem: How do I set permissions to my files and/or directories without manually setting them up individually?
Note: You may need administrator privileges for these to work, if that’s the case simply add a sudo before typing the commands below.
If you want to chmod all your directories:
find . -type d -exec chmod 755 {} \;
and for [...]
A solution in python for displaying the count of your regular expression matches.
How to create shortcuts to your folders and files in Mac or Linux, aka Symbolic Linking.
With all the sad stories of attempts in changing how the web works, it’s a good thing Opera did something that works very well even in a premature state(still in beta as I type)
Watch the following video to get the hands up of things:
Think of Opera Unite as creating your own server without any hassle [...]
Problem: So I’ve decided to turn off compression(My Computer -> Select a Drive -> Right Click “Properties”) to speed up my computer. Compression saves disk space but it seems to slow down my computer whenever it’s accessing massive amount of files.
I was prompted to restart my PC so I did, I was then greeted by [...]