+ Reply to Thread
Page 231 of 392 FirstFirst ... 131181221229230231232233241281331 ... LastLast
Results 3,451 to 3,465 of 5880

Thread: The Chat/Spam Thread

  1. #3451
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,540
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39540
    Just change your terminal's character encoding to cp437 and use less (or any other pager).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #3452
    Quote Originally Posted by anon View Post
    Just change your terminal's character encoding to cp437 and use less (or any other pager).
    I found this website by accident and was very interesting.

    How to View a .nfo File in Console / Terminal & NFO and ANSI Viewers Comparison

    The code is from the vi editor.
    It renders it like this. I think this is ok, don't you?

    https://i.imgur.com/LY1ORY8.png

    Here is the vi code:
    set encoding=utf-8

    function! SetFileEncodings(encodings)
    let b:myfileencodingsbak=&fileencodings
    let &fileencodings=a:encodings
    endfunction
    function! RestoreFileEncodings()
    let &fileencodings=b:myfileencodingsbak
    unlet b:myfileencodingsbak
    endfunction

    au BufReadPre *.nfo call SetFileEncodings('cp437')|set ambiwidth=single
    au BufReadPost *.nfo call RestoreFileEncodings()

    I searched the web but could not find a single command that temporarily changes the code page of a terminal. Could you share an example from your terminal? I use Konsole from KDE if that matters.
    Last edited by Master Razor; 08.02.18 at 23:35.
    Reply With QuoteReply With Quote
    Thanks

  3. #3453
    Advanced User
    yoco's Avatar
    Join Date
    23.02.08
    Location
    Slovenia
    P2P Client
    Azureus
    Posts
    7,979
    Activity Longevity
    6/20 19/20
    Today Posts
    1/5 sssss7979
    Anyone has any idea why I get this error message after a while, when my windows explorer is open?
    Click image for larger version. 

Name:	Untitled.jpg 
Views:	37 
Size:	318.0 KB 
ID:	18585
    Reply With QuoteReply With Quote
    Thanks

  4. #3454
    I can't believe how much Alicia Silverstone has aged. It's a tragedy. Just saw The Crush (1993) and just can't picture it. She was so sexy.
    anon, do something! Girls are aging and we can't prevent it.
    Reply With QuoteReply With Quote
    Thanks

  5. #3455
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,540
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39540
    Quote Originally Posted by Master Razor View Post
    I searched the web but could not find a single command that temporarily changes the code page of a terminal. Could you share an example from your terminal? I use Konsole from KDE if that matters.
    luit is meant for this task, but in all honesty I've never really used it, so you'll have to experiment. Some terminal emulators allow you to change the character encoding on their settings, but the universal default and expected value is UTF-8 (which causes the least trouble outside of fringe cases like this one).

    Anyway, that vi script looks good, it basically renders the text for .nfo files using codepage 437 and then switches back. Make sure not to accidentally enter insert mode and make changes. At any time, you can exit inset mode, discard any changes and exit by pressing Escape and then :q!

    Quote Originally Posted by Master Razor View Post
    anon, do something!
    Is this a meme or whatever Anyway, I did an image search and she's still very pretty as far as I'm concerned, so.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    Master Razor (11.02.18)

  7. #3456
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,540
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39540
    Quote Originally Posted by yoco View Post
    Anyone has any idea why I get this error message after a while, when my windows explorer is open?
    Click image for larger version. 

Name:	Untitled.jpg 
Views:	37 
Size:	318.0 KB 
ID:	18585
    Let's try this.

    right click on my computer
    go to properties
    click on advanced system settings
    under performance, click settings
    click the Data Execution Prevention tab, and then click Turn on DEP for all programs and services except those I select.
    click Add, browse to the executable file for the program and add it.


    In your case you would add explorer.exe.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    yoco (10.02.18) , cloud99 (10.02.18)

  9. #3457
    Advanced User
    yoco's Avatar
    Join Date
    23.02.08
    Location
    Slovenia
    P2P Client
    Azureus
    Posts
    7,979
    Activity Longevity
    6/20 19/20
    Today Posts
    1/5 sssss7979
    I did as you said, will see if it crashes again.
    Reply With QuoteReply With Quote
    Thanks

  10. #3458
    Is this a meme or whatever Anyway, I did an image search and she's still very pretty as far as I'm concerned, so.
    It's not a meme. She's old man, and wasted her life away.
    Reply With QuoteReply With Quote
    Thanks

  11. #3459
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,540
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39540
    Look, I found the lyrics of that song you posted three years ago

    Noaptea Tarziu - Sunt un cocalar lyrics + English translation
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    Master Razor (13.02.18)

  13. #3460
    Yeah. I think things will turn out ok for me as well. I finaly figured out what I wanna do for the rest of my life: I want to code open-source applications for linux. It's been nearly 6 months since I've been using linux and I love more and more with each passing day. It satisfies me intelectually and for the first time I'm actually happy. I stopped caring for money a long time ago. Developers these days are not in it for the thrils but just for money. And I do not want that, I never wanted this.
    I'm just an average Joe that loves researching and adores thinking. I've never been a big fan of google-it type of solutions. Sometimes you have to go with watherver feels right, even if you have no idea were it might lead you. Can't say that I've come a long way like anon did, but I'm improving everyday and trying to mend my mistakes.
    This is the 2018 instance of myself.
    Reply With QuoteReply With Quote
    Thanks

  14. #3461
    Advanced User
    yoco's Avatar
    Join Date
    23.02.08
    Location
    Slovenia
    P2P Client
    Azureus
    Posts
    7,979
    Activity Longevity
    6/20 19/20
    Today Posts
    1/5 sssss7979
    Quote Originally Posted by anon View Post
    Let's try this.
    Worked fine a few days then crash again. I even tried updating windows and it still crashes randomly.
    Reply With QuoteReply With Quote
    Thanks

  15. #3462
    Advanced User
    yoco's Avatar
    Join Date
    23.02.08
    Location
    Slovenia
    P2P Client
    Azureus
    Posts
    7,979
    Activity Longevity
    6/20 19/20
    Today Posts
    1/5 sssss7979
    My RAM is in slot #3 and slot #4, according by CPU-Z. Should I move it to slot 1 and 2? Is there any difference?
    Reply With QuoteReply With Quote
    Thanks

  16. #3463
    Always remember yoco: the fastest ports/slots are always the nearest to the CPU. This is refers mostly to PCI and RAM slots. Though the difference might be negligible.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    yoco (16.02.18)

  18. #3464
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,540
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39540
    Way more important than whether the slots are close to the CPU is whether they're the same color and the RAM sticks within are of identical specifications. That way you won't miss on dual channel capabilities.

    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    yoco (18.02.18)

  20. #3465
    Advanced User
    yoco's Avatar
    Join Date
    23.02.08
    Location
    Slovenia
    P2P Client
    Azureus
    Posts
    7,979
    Activity Longevity
    6/20 19/20
    Today Posts
    1/5 sssss7979
    Didn't know that. I thought the colors are just for extetics, lol
    I moved one ram to first slot and now it's in dual channel.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 231 of 392 FirstFirst ... 131181221229230231232233241281331 ... LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •