"Wes then says that from looking at the warp equations he thinks time and space and thought are all one thing. This surprises the assistant, who tells him never to say such a thing again "in a world that's not ready for it.""
The last quote should really be: "Shut Up, Wesley!".
In a previous, misguided life, I had used windows, for almost a decade. After all the Windows Telemetry BS, I decided, Windows and me couldn't be friends anymore.
For the last, almost two years now, I've been using Linux (Fedora) full time on both my Desktop and Laptop. Pretty much the only Windows applications that I couldn't find decent Linux replacements of were foobar2000, Password Safe (https://pwsafe.org/) (pwsafe has an open-source Linux version, it sucks donkey balls), and of course, photoshop. passwordsafe, and foobar2000 both run GREAT in wine. I didn't have to do any sort of tweaking to get them up and running. Photoshop CS5, was another story. I never could get it to run correctly without crashing or having graphical glitches, and in the end just gave up and installed a windows VM just for Photoshop.
You're probably aware, but others reading your comment may not be. Microsoft back-ported all the fancy Windows 10 spying to Windows 7. To continue using Win7 without the spyware, you'll want to run a tool such as 'Destory Windows Spying' to cleanse the system.
Hah, you're right. However, with a slight modification it will do an "and" instead of "or" and it still gives you the ability to do 0 or more search criteria instead of one or three:
grep -niE "$(echo ${@} | sed -r 's/ +/.*/g')"/media/truecrypt1/p
In your p script you can actually remove the entire if-statement and replace it with a single line. Doing this will also give you the benefit of allowing you to pass any number of arguments.
Replace:
if [ -z "$2" ]; then
grep -ni "$1"/media/truecrypt1/p else
grep -ni "$1"/media/truecrypt1/p | grep -i "$2" | grep -i "$3" fi
With:
grep -niE "$(echo ${@} | sed -r 's/ +/|/g')"/media/truecrypt1/p
Since Firefox has started their crazy version numbering, I've given up on upgrading. I use 27 different addons and perfectly configured to make my web browser do what I want. It is near impossible to do an upgrade without spending hours reconfiguring the addons, some of which need to be manually downloaded and have their "MaxVersion" incremented so they will install. Maybe in 6 more months when we reach Firefox 50 I'll give it a try, but until then. Firefox 8 all the way!
Application: Firefox 8.0 (20111104165243) Total number of items: 27
The last quote should really be: "Shut Up, Wesley!".
http://memory-alpha.wikia.com/...
I didn't believe you, who would pay $900 for a 1070!? Turns out, you're very correct and the world is a stupid place to live.
https://camelcamelcamel.com/EVGA-GeForce-GAMING-Support-08G-P4-5173-KR/product/B01KVZBNY0
In a previous, misguided life, I had used windows, for almost a decade. After all the Windows Telemetry BS, I decided, Windows and me couldn't be friends anymore.
For the last, almost two years now, I've been using Linux (Fedora) full time on both my Desktop and Laptop. Pretty much the only Windows applications that I couldn't find decent Linux replacements of were foobar2000, Password Safe (https://pwsafe.org/) (pwsafe has an open-source Linux version, it sucks donkey balls), and of course, photoshop. passwordsafe, and foobar2000 both run GREAT in wine. I didn't have to do any sort of tweaking to get them up and running. Photoshop CS5, was another story. I never could get it to run correctly without crashing or having graphical glitches, and in the end just gave up and installed a windows VM just for Photoshop.
On one hand, updating my iPhone 6 to iOS11 added a feature I've been wanting for a LONG time. IMAP IDLE support! Happy to have that at last.
On the other hand, now the phone is slow and unresponsive. Feels like an Android.
They've moved from setuid to posix capabilities on most major distros:
# ls -l /bin/ping /bin/ping
-rwxr-xr-x. 1 root root 62088 Nov 7 2016
# getcap /bin/ping /bin/ping = cap_net_admin,cap_net_raw+p
see: man 7 capabilities
I didn't fully believe you, so I had to Google it. And omfg, duck that noise.
That really turns me off of future Intel products.
http://www.pcworld.com/article...
I'm confused by kangaroos too.
Palemoon + Addons:
Cookie Monster - https://addons.mozilla.org/en-...
RequestPolicy - https://addons.mozilla.org/en-...
NoScript - https://addons.mozilla.org/en-...
Secret Agent - https://www.dephormation.org.u...
No java, no flash. Good luck finger printing that.
With noscript, their stupid javascript can't detect the blocking of their malware, and the article is readable.
You're probably aware, but others reading your comment may not be. Microsoft back-ported all the fancy Windows 10 spying to Windows 7. To continue using Win7 without the spyware, you'll want to run a tool such as 'Destory Windows Spying' to cleanse the system.
* http://dws.wzor.net/
Also, I currently use PaleMoon fork of Firefox as my main browser, but there doesn't seem to be a Linux variant.
Pale Moon does work on Linux, just fine a I might add. You can even copy over your profile from windows to Linux and everything will continue to work:
http://linux.palemoon.org/download/installer/
Other than the Tesla, only Nissan has a pure electric generally available on the market
That's not entirely true, currently available full EVs include the:
That's not an exhaustive, but those are commonly available to buy today in the US.
Sucks. I can see why no one used them.
black background, some random blue links.... Looks like something I designed when I was 12.
http://f.xn0.org/sillywebdevs.PNG
To see others the FCC has gone after, check out their website. Some of them are really interest; such as:
$49K for this guy: http://www.fcc.gov/document/48k-penalty-proposed-against-individual-cell-jammer-investigation-0
http://transition.fcc.gov/eb/Orders/2014/FCC-14-26A1.html Thiscompany got dinged 29K for operating a cell phone jammer in their warehouse.
Hah, you're right. However, with a slight modification it will do an "and" instead of "or" and it still gives you the ability to do 0 or more search criteria instead of one or three:
grep -niE "$(echo ${@} | sed -r 's/ +/.*/g')" /media/truecrypt1/p
In your p script you can actually remove the entire if-statement and replace it with a single line. Doing this will also give you the benefit of allowing you to pass any number of arguments.
Replace:
if [ -z "$2" ]; then /media/truecrypt1/p /media/truecrypt1/p | grep -i "$2" | grep -i "$3"
grep -ni "$1"
else
grep -ni "$1"
fi
With:
grep -niE "$(echo ${@} | sed -r 's/ +/|/g')" /media/truecrypt1/p
Now with video goodness http://www.youtube.com/watch?v=9icw1oocUto
Since Firefox has started their crazy version numbering, I've given up on upgrading. I use 27 different addons and perfectly configured to make my web browser do what I want. It is near impossible to do an upgrade without spending hours reconfiguring the addons, some of which need to be manually downloaded and have their "MaxVersion" incremented so they will install. Maybe in 6 more months when we reach Firefox 50 I'll give it a try, but until then. Firefox 8 all the way!
Application: Firefox 8.0 (20111104165243)
Total number of items: 27
- Active Stop Button 1.4.10
https://addons.mozilla.org/firefox/addon/active-stop-button/
- Adblock Plus 1.3.10
http://adblockplus.org/en/
- BetterPrivacy 1.68
http://nc.ddns.us/extensions.html
- ColorfulTabs 7.1
http://www.binaryturf.com/free-software/colorfultabs-for-firefox/
- Cookie Monster 1.1.0
https://addons.mozilla.org/en-US/firefox/addon/cookie-monster/?src=api
- Copy Link Name 1.3.2
http://www.captaincaveman.nl/
- Download Statusbar 0.9.10
http://downloadstatusbarapp.com/
- DownloadHelper 4.9.14
http://www.downloadhelper.net/
- DownThemAll! 2.0.8
http://downthemall.net/
- Export Cookies 1.2
https://addons.mozilla.org/en-US/firefox/addon/export-cookies/?src=api
- Find Toolbar Tweaks 3.0.0
http://homepage3.nifty.com/georgei/extension/ftt_en.html
- Firebug 1.8.4
http://www.getfirebug.com/
- Greasemonkey 0.9.13
http://www.greasespot.net/
- HeaderControlRevived 1.1
https://addons.mozilla.org/en-US/firefox/addon/headercontrolrevived/?src=api
- Hide Caption Titlebar Plus 2.4.1
https://addons.mozilla.org/firefox/addon/13505/
- Menu Editor 1.2.7
http://menueditor.mozdev.org/
- Movable Firefox Button 1.4
https://addons.mozilla.org/en-US/firefox/addon/movable-firefox-button/
- NoScript 2.1.7
http://noscript.net/
- OptimizeGoogle 0.78.2
http://www.optimizegoogle.com/
- RequestPolicy 0.5.27
http://www.requestpolicy.com/
- Screen Capture Elite 2.0.0.23
http://www.grizzlyape.com/
- Searchbastard 1.5.5
http://searchbastard.rosell.dk/
- SkipScreen 0.6.1.2
Something like this, perhaps? http://browsershots.org/
>Never underestimate the power of teen fanboy(|girl)ism.
/fan(boy|girl)ism\./
Regex Nazi says: