Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

hehe windows

Name: Anonymous 2009-09-24 5:56

After ten years of using Debian, I wanted to check that >>windows<< thing (almost never used it before, and I don't want to be completely lost when presented with a windows desktop).

Day the zeroth:
- Let's fioc!
\documents\user> python
python not recognizable batch fuck you
\documents\user> perl
haha no

._.

Day the first:
- Hey guys, I'm new, and I'd like to download a bunch of things from links in a file, like with wget?
- You have to download the JDownloader or something.
- There is no wget for windows?
- Absolutely not.

Day the second:
- Hey, I'd like to substitute some text in a bunch of files, is there a sed for windows?
- I don't know what's sed, but you should try the TextRePlace, the ultimate tool for your text-editing needs for only $19.95!
- *clicks on Lite version*
- ARE YOU SURE THAT YOU DONT WANT TO PAY YOUR HARD-EARNED MONEY FOR A SHITTY SED FRONTEND
- *clicks his way through bullshit*
- HELLO LET ME RESTART THE COMPUTER TO DO SOME ARBITRARY CHANGES TO REGISTERS THAT MIGHT AS WELL BE SIMPLE EDITABLE TEXT FILES BUT AREN'T BECAUSE LETTING PEOPLE TO MESS WITH THE SYSTEM IS DANGEROUS
And of course, I get the fucking HELLO 30 DAYS TRIAL box pup up *sigh*. And of course, they don't believe in POSIX regexen, so I have to use some "simple" substitute.

Day the third:
Them: Hello, there is actually wget for windows, but it's text only, so I wouldn't use it, and as such nobody should use it. It's windows, not DOS anyway. You should stick to JDownload, this isn't Linux ;)

Day the fourth:
I'm back to Debian.

Name: Anonymous 2009-09-24 6:24

BREAKING NEWS!!! MAN DISCOVERS WINDOWS ACTUALLY A TOY OPERATING SYSTEM! MORE AT ELEVEN

Name: Anonymous 2009-09-24 6:30

Actually, there is wget for Windows. It comes with UnxUtils on Sauceforge, which also contains things like sed, grep etc.

IHBT.

Name: Anonymous 2009-09-24 6:55

You're a retard who can't use google. All those Free tools have ports for Win32.
IHBT

Name: Anonymous 2009-09-24 7:03

>>4
Free
Since when are they free?

Name: Anonymous 2009-09-24 7:07

>>5
rms' ``Free'', hence the capitalization, not true ``freedom'' like public domain.

Name: Anonymous 2009-09-24 7:10

>>6
You mean free as in "Free in some countries, but not others since they don't all recognize the public domain"

Name: Anonymous 2009-09-24 9:07

>>7
I mean free as in "on the internet and whatter you gonna do stop me?"

Name: Anonymous 2009-09-24 10:03

>>5
The user is permitted to: use the software, study and modify the software, share vertabim copies of the software, share modified copies of the software

Name: Anonymous 2009-09-24 10:11

>>1
Let's fioc!
:(

Name: Anonymous 2009-09-24 10:53

>>10
:)

Name: Anonymous 2009-09-24 10:57

Cygwin

Name: Anonymous 2009-09-24 11:24

>>12
So what's the point of running cygwin under wine?

Name: Anonymous 2009-09-24 12:21

>>13
I run cygwin under wine in a linux distribution running in a virtual machine inside Vista.

Name: Anonymous 2009-09-24 12:22

Cool story, bro.

Name: Anonymous 2009-09-24 14:34

http://www.dupkiller.net/index_en.html

diff IS HARD see what I mean?

Name: Anonymous 2009-09-24 16:22

>>1
Doesn't it suck when people try to pander software to you which was not designed to meet your needs at all?

Now you know how mush users of GNU/Linux feel.

Name: Anonymous 2009-09-25 4:06

IHBT
Also learn PowerShell, enjoy delicious .NET.

Name: Anonymous 2009-09-25 4:31

Powershell would be nice if it wasn't slow as fuck.

Name: Anonymous 2009-09-25 4:57

>>17
People still play MUSHes?

Name: Anonymous 2009-09-25 7:27


1. windows + R
2. python

Name: Anonymous 2009-09-25 9:22

>>18
powershell lol

It's sweet that MS is trying to win linux users back and all, but there's too much history there and I don't think I could look at myself in the mirror if I went back to that relationship.

Name: Anonymous 2009-09-25 13:15

>>18
PowerShell
C:\> System.Utilities.ListDirectory(System.Constants.CurrentDirectory, System.Constants.AllFiles);
ERROR: OUT OF MEMORY, REBOOTING

Name: Anonymous 2009-09-25 14:24

lol windows

Name: Anonymous 2009-09-25 14:31

Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Users\Hal Abelson> ls


    Directory: C:\Users\Hal Abelson


Mode                LastWriteTime     Length Name
----                -------------     ------ ----
d----        10/09/2009     23:35            .VirtualBox
d-r--        11/09/2009     01:14            Contacts
d-r--        24/09/2009     22:22            Desktop
d----        23/09/2009     18:35            Documents
d-r--        10/09/2009     22:56            Favorites
d-r--        23/09/2009     18:45            Links
d-r--        11/09/2009     01:21            Music
d-r--        11/09/2009     01:21            Pictures
d----        16/09/2009     18:51            Programs
d-r--        10/09/2009     22:56            Saved Games
d-r--        10/09/2009     22:56            Searches
d----        23/09/2009     21:01            Tracing
d-r--        11/09/2009     01:21            Videos
-a---        14/09/2009     06:11       2144 .kdiff3rc
-a---        24/09/2009     22:38      14406 .recently-used.xbel
-a---        12/09/2009     19:53         34 mercurial.ini


PS C:\Users\Hal Abelson>ls | where { $_.Length -gt 50 }


    Directory: C:\Users\Hal Abelson


Mode                LastWriteTime     Length Name
----                -------------     ------ ----
-a---        14/09/2009     06:11       2144 .kdiff3rc
-a---        24/09/2009     22:38      14406 .recently-used.xbel


PS C:\Users\Hal Abelson>

Name: Anonymous 2009-09-25 16:41

>>25
Thanks Hal.
How's Gary?

Name: Anonymous 2009-09-25 16:51

WTF IS THIS SHIT?


PS C:\Documents and Settings\jeff> man ls

NAME
    Get-ChildItem

SYNOPSIS
    Gets the items and child items in one or more specified locations.


SYNTAX
    Get-ChildItem [[-path] <string[]>] [[-filter] <string>] [-include <string[]>] [-exclude <string[]>] [-name] [-recur
    se] [-force] [<CommonParameters>]

    Get-ChildItem [-literalPath] <string[]> [[-filter] <string>] [-include <string[]>] [-exclude <string[]>] [-name] [-
    recurse] [-force] [<CommonParameters>]


DETAILED DESCRIPTION
    The Get-Childitem cmdlet gets the items in one or more specified locations. If the item is a container, it gets the
     items inside the container, known as child items. You can use the Recurse parameter to get items in all child cont
    ainers A location can be a file system location, such as a directory, or a location exposed by another provider, su
    ch as a registry hive or a certificate store.


RELATED LINKS
    Get-Item
    Get-Alias
    Get-Location
    Get-Process
    about_namespace

REMARKS
    For more information, type: "get-help Get-ChildItem -detailed".
    For technical information, type: "get-help Get-ChildItem -full".

Name: Anonymous 2009-09-25 16:54

HOLY FUCKSHIT

PS C:\Documents and Settings\jeff> Get-Alias

CommandType     Name                                                Definition
-----------     ----                                                ----------
Alias           ac                                                  Add-Content
Alias           asnp                                                Add-PSSnapin
Alias           clc                                                 Clear-Content
Alias           cli                                                 Clear-Item
Alias           clp                                                 Clear-ItemProperty
Alias           clv                                                 Clear-Variable
Alias           cpi                                                 Copy-Item
Alias           cpp                                                 Copy-ItemProperty
Alias           cvpa                                                Convert-Path
Alias           diff                                                Compare-Object
Alias           epal                                                Export-Alias
Alias           epcsv                                               Export-Csv
Alias           fc                                                  Format-Custom
Alias           fl                                                  Format-List
Alias           foreach                                             ForEach-Object
Alias           %                                                   ForEach-Object
Alias           ft                                                  Format-Table
Alias           fw                                                  Format-Wide
Alias           gal                                                 Get-Alias
Alias           gc                                                  Get-Content
Alias           gci                                                 Get-ChildItem
Alias           gcm                                                 Get-Command
Alias           gdr                                                 Get-PSDrive
Alias           ghy                                                 Get-History
Alias           gi                                                  Get-Item
Alias           gl                                                  Get-Location
Alias           gm                                                  Get-Member
Alias           gp                                                  Get-ItemProperty
Alias           gps                                                 Get-Process
Alias           group                                               Group-Object
Alias           gsv                                                 Get-Service
Alias           gsnp                                                Get-PSSnapin
Alias           gu                                                  Get-Unique
Alias           gv                                                  Get-Variable
Alias           gwmi                                                Get-WmiObject
Alias           iex                                                 Invoke-Expression
Alias           ihy                                                 Invoke-History
Alias           ii                                                  Invoke-Item
Alias           ipal                                                Import-Alias
Alias           ipcsv                                               Import-Csv
Alias           mi                                                  Move-Item
Alias           mp                                                  Move-ItemProperty
Alias           nal                                                 New-Alias
Alias           ndr                                                 New-PSDrive
Alias           ni                                                  New-Item
Alias           nv                                                  New-Variable
Alias           oh                                                  Out-Host
Alias           rdr                                                 Remove-PSDrive
Alias           ri                                                  Remove-Item
Alias           rni                                                 Rename-Item
Alias           rnp                                                 Rename-ItemProperty
Alias           rp                                                  Remove-ItemProperty
Alias           rsnp                                                Remove-PSSnapin
Alias           rv                                                  Remove-Variable
Alias           rvpa                                                Resolve-Path
Alias           sal                                                 Set-Alias
Alias           sasv                                                Start-Service
Alias           sc                                                  Set-Content
Alias           select                                              Select-Object
Alias           si                                                  Set-Item
Alias           sl                                                  Set-Location
Alias           sleep                                               Start-Sleep
Alias           sort                                                Sort-Object
Alias           sp                                                  Set-ItemProperty
Alias           spps                                                Stop-Process
Alias           spsv                                                Stop-Service
Alias           sv                                                  Set-Variable
Alias           tee                                                 Tee-Object
Alias           where                                               Where-Object
Alias           ?                                                   Where-Object
Alias           write                                               Write-Output
Alias           cat                                                 Get-Content
Alias           cd                                                  Set-Location
Alias           clear                                               Clear-Host
Alias           cp                                                  Copy-Item
Alias           h                                                   Get-History
Alias           history                                             Get-History
Alias           kill                                                Stop-Process
Alias           lp                                                  Out-Printer
Alias           ls                                                  Get-ChildItem
Alias           mount                                               New-PSDrive
Alias           mv                                                  Move-Item
Alias           popd                                                Pop-Location
Alias           ps                                                  Get-Process
Alias           pushd                                               Push-Location
Alias           pwd                                                 Get-Location
Alias           r                                                   Invoke-History
Alias           rm                                                  Remove-Item
Alias           rmdir                                               Remove-Item
Alias           echo                                                Write-Output
Alias           cls                                                 Clear-Host
Alias           chdir                                               Set-Location
Alias           copy                                                Copy-Item
Alias           del                                                 Remove-Item
Alias           dir                                                 Get-ChildItem
Alias           erase                                               Remove-Item
Alias           move                                                Move-Item
Alias           rd                                                  Remove-Item
Alias           ren                                                 Rename-Item
Alias           set                                                 Set-Variable
Alias           type                                                Get-Content

Name: Anonymous 2009-09-25 19:19

>>28
Please take a seat, Jeff.

Name: Anonymous 2012-10-06 17:40

Micro$oft Winblows

Name: Anonymous 2012-10-06 18:39

>>31
edgy as hell reddit/b/ro XD

Name: Anonymous 2012-10-06 18:44

All GNU software have native ports on Windows. I use wget on Windows all the time, nigger.

Name: Anonymous 2012-10-06 18:52

native ports
?

Name: Anonymous 2012-10-06 18:54

>>34
As in the software has been ported to Windows and doesn't require a VM to run

Name: Anonymous 2012-10-06 19:04

>>35
So it's a port, no need for extraneous prolixity.

Name: Anonymous 2012-10-06 19:31

>>36
e/b/in reddit /b/ro

Name: Anonymous 2012-10-06 20:08

>>32
fuck you faggot

Name: Anonymous 2012-10-06 20:09

>>38
lel i hate le microBLOW$ XDDD too

Name: Anonymous 2012-10-06 20:13

>>39
fuck off and die, freedom-hater

Name: Anonymous 2012-10-06 20:17

My name is RMS, and I hate every single one of you. All of you are skinny, beardless no-lifes who spend every second of their day using proprietary software. You are everything bad in the GNU/World. honestly, have any of you ever written a free as in freedom software library? I mean, I guess it's fun encumbering your software with patents, but you take turning computers against the user to a whole new level. This is even worse than proprietary drivers.

Don't be so closed source. Just hit me with your best GNU/Shot. I'm pretty much perfect. I created my own text editor and started the GNU project. What do you code all day, other than insidious methods to control the user and "C-x M-c DRM"? I also danced with a laptop, and rewrote the Unix userland (Just finished a shell script; Shit was SO bash). You are all oppressors of computer users who should release their works under the GNU GPL. Thanks for listening.

Name: Anonymous 2012-10-06 20:28

>>40-41
/backplate getgoes/

Name: Anonymous 2012-10-06 20:30

>>42
fuck off and die, microsoft-loving cocksucking freedom-hater

Name: Anonymous 2012-10-06 20:35

>>43
Back to /socialist activism/, ``please''!

Name: Anonymous 2012-10-06 20:37

>>44
Therefore I'm staying here.

Name: Anonymous 2012-10-06 20:44

>>42,44
Then I realized the anti-jew spammer is the only respectable poster.

Name: Anonymous 2012-10-06 20:56

>>46
>>42,44 isn't the antijew spammer

Name: Anonymous 2012-10-06 20:59

>>47
I know he isn't.

Name: Anonymous 2012-10-06 23:44

>>47
That's the point, dense one.
>>48
The one thing you realize is ``the anti-jew ``spammer'''' is actually a coalition of several discrete individuals operating completely individually even if there are spontaneous collusions at times. In fact, even giving in to considering them as a single person is to give in to the subversion of disinformation propegated by the agents here. Observe things a little more critically and discerningly and it will become apparent why it isn't a singleton.

Name: Anonymous 2012-10-07 2:04

>>12
Cygwin really is the only way to make using Windows bearable. MSYS seemed promising for about five minutes, after which I realized it can't run anything but autotools competently. The msysgit fork is especially obnoxious.

Name: Anonymous 2012-10-07 5:06

I know this is from 2009, but still pretty entertaining thread.

Name: Anonymous 2012-10-07 11:32

>>49
and it will become apparent why it isn't a singleton.
No, it's a simpleton.

Don't change these.
Name: Email:
Entire Thread Thread List