Search found 78 matches
- Fri Apr 15, 2016 8:10 am
- Forum: MacOS
- Topic: Toggle WiFi when Ethernet is connected
- Replies: 0
- Views: 13226
Toggle WiFi when Ethernet is connected
Dear all, Have found a nice little script which toggles the Airport connection when you plugin your Ethernetcable. Automatically disable Wifi when an Ethernet connection (cable) is plugged in on a Mac . Just follow the instructions on the page and when it comes to the permissions you have also to ch...
- Mon Apr 11, 2016 10:28 am
- Forum: WEB / PHP
- Topic: Firefox Reader Mode
- Replies: 0
- Views: 12697
Firefox Reader Mode
I figured that in order to modify what will be shown in Firefox Readermode, you can play with this classes and tags. REGEXPS: { unlikelyCandidates: /banner|combx|comment|community|disqus|extra|foot|header|menu|modal|related|remark|rss|share|shoutbox|sidebar|skyscraper|sponsor|ad-break|agegate|pagina...
- Sat Jan 23, 2016 1:52 pm
- Forum: Scripting
- Topic: MySQL: Import multiple sql files into specific database
- Replies: 0
- Views: 14555
MySQL: Import multiple sql files into specific database
Hi there, I run into the problem while exporting data into a project folder using MySQL Workbench. Next I tried to import those files into my local development machine but got an "no database selected" error. This .sql files didn't have the "use database;" and MySQL WB unfortunately don't import int...
- Fri May 29, 2015 1:40 pm
- Forum: WEB / PHP
- Topic: Filter Font Awesome Cheatsheet for class names
- Replies: 0
- Views: 9522
Filter Font Awesome Cheatsheet for class names
For wysiwyg parser rules i needed all classnames of FontAwesome in order to use them in said editor. To retrieve the classnames copy the names from the page http://fortawesome.github.io/Font-Awesome/cheatsheet/ into an text editor and do an regex search: ^.*(fa-[^\s]*).* replace with the search resu...
- Wed Nov 13, 2013 2:21 pm
- Forum: MacOS
- Topic: Disable Mac OS Dashboard
- Replies: 0
- Views: 11626
Disable Mac OS Dashboard
In order to disable the dashboard in Mac OS you need to execute this command in an terminal window.
Logout or write
To enable the dashboard again write
Code: Select all
defaults write com.apple.dashboard mcx-disabled -boolean YES
Code: Select all
killall Dock
Code: Select all
defaults write com.apple.dashboard mcx-disabled -boolean NO
- Fri Feb 01, 2013 1:56 pm
- Forum: general
- Topic: How to ask a proper support question
- Replies: 0
- Views: 17159
How to ask a proper support question
In the situation you need help for your problem the possible best way to get an helpful answer is to ask a proper question and describe your problem as best as possible. I found the best template for such a situation and I guess independently from the platform you're asking you will get the most hel...
- Thu Nov 29, 2012 3:03 pm
- Forum: Tips & Tricks
- Topic: Ribbon customization for MS Access 2013
- Replies: 1
- Views: 22993
- Thu Nov 22, 2012 11:50 am
- Forum: Windows
- Topic: Adobe Acrobat X Pro doesn't start after update
- Replies: 0
- Views: 11847
Adobe Acrobat X Pro doesn't start after update
Hi,
in case you installed acrobat with the CS6 suite, deactivate all application by starting eg. InDesign and click "deactivate" within the Help Menu.
After that step start acrobat again and reenter your serial number again.
hoi
in case you installed acrobat with the CS6 suite, deactivate all application by starting eg. InDesign and click "deactivate" within the Help Menu.
After that step start acrobat again and reenter your serial number again.
hoi
- Wed Nov 21, 2012 6:00 pm
- Forum: WEB / PHP
- Topic: svn "missing or not locked" resource
- Replies: 0
- Views: 12062
svn "missing or not locked" resource
Hi, I stumbled across this problem after updating an local cms installation over the cmss update procedure. During the commit to svn I got that error "... path ... missing or not locked". That is because the svn client added new directories to the svn tree but couldn't add the .svn directory within ...
- Tue May 15, 2012 9:54 am
- Forum: Tips & Tricks
- Topic: black screen after bios upgrade lenovo
- Replies: 0
- Views: 12109
black screen after bios upgrade lenovo
I upgraded a thinkpad t500 bios. After the successful upgrade process the machine wouldn't boot up again. After some research and patient I found that it boot normally but with half an hour delay. It appears that the Intel AMT Chip had an old firmware what is not working properly with the new BIOS v...