Thursday, August 20, 2015

Linux: Wine, and, PlayOnLinux. 32Bit and 64Bit

sorta like anything else it can be done..
just need to pay in the currency of attention...
...so basically, just another currency i'm lacking... ;/

i use an 64-Bit Ubuntu distro with Gnome, KDE, Xfce4, and a "few other" desk-/apps/environments installed; no, i don't use Unity, or, Compiz tho... those 2 are way out of my league ....

Also Note as with everything else
Remember even tho Google is nosy as hell it can still be your friend.

Any Who here's my notes:

Install Wine and all it's dependencies first:

sudo apt-get install build-essential

sudo apt-get install automake

sudo apt-get install checkinstall

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install -y wine1.7 winetricks


i installed both 32 and 64 bit packages
i keep them all in separate installs.
~/.wine
~/.wine_32
~/.wine_64

when making links remember to point to the install you want
e.g.
32Bit
env WINEPREFIX=/home/USERNAME/.wine32 WINEARCH=win32  wine %f

64Bit
env WINEPREFIX=/home/USERNAME/.wine64 WINEARCH=win64 wine64 %f

if copying this remember to point to YOUR directories!
Don't forget to choose the correct Prefix in Winetricks!


PlayOnLinux:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E0F72778C4676186

sudo wget https://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list

sudo apt-get update

sudo apt-get install playonlinux


i only use PlayOnLinux as a disposable windows app install.
if, it works okay in PlayOnLinux, and, doesn't show signs of CrapWare;
i'll install permanently in wine architecture.




Friday, August 14, 2015

Linux Quick Help & Tips

Run these in a Terminal, in this order; to fix broken packages/system:
  sudo apt-get autoclean
  sudo apt-get autoremove
  sudo apt-get clean
  sudo apt-get update
  sudo apt-get upgrade
  sudo apt-get dist-upgrade
  sudo apt-get dselect-upgrade
  sudo apt-get -f install
  sudo dpkg --configure -a
  sudo apt-get check
  sudo dpkg -C

Set your OpenSSL Security:
   openssl dhparam -out dhparams.pem 2048

Get that list of files at the address' in "get-list":
  wget -c -i get-list.txt

Stitch split-files back together (7zip file example):
  cat file7z.001 file7z.002 >> full.7z
 Note:
   Achive Manager does this automagically to extract files
   as long as all pieces are in the same folder.

Setup Ubuntu to Build(Add Repository, then Install):
 Add Ubuntu Make Repository:
  sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

Update and Install Make in one command:
  sudo apt-get update && sudo apt-get install ubuntu-make

Use same syntax to update and install other dependancies
 (don't use the quotes; "packagename" is example):
  sudo apt-get install "packagename"

Distro specific Packages can be found here:
  https://packages.ubuntu.com/
  https://packages.debian.org
  https://packages.slackware.com/
  https://www.archlinux.org/packages/
  https://packages.gentoo.org/

Mirror:
 https://distro.ibiblio.org/

If all else fails try this:
(don't use the quotes; "searchterm" is example)
  https://www.google.com/search?q="searchterm"

Keywords hint for "searchterm":
  "would most likely be error you are seeing....."

Google likes to be talked to, or, asked; in plain language too.
e.g.
   What is the color blue?

Recommend looking here for more info:
  https://www.linux.org/forums/beginner-tutorials.53/
  https://www.ee.surrey.ac.uk/Teaching/Unix/

..Others:
  https://www.techradar.com/us/news/software/operating-systems/beginner-s-guide-to-linux-where-to-start-1066778
  https://www.linux.com/learn/tutorials/784060-the-complete-beginners-guide-to-linux

Even more:
  https://www.google.com/search?q=linux+cheat+sheet



Thursday, August 13, 2015

For those who question

I do not hack sites.
I might do whats termed "hack" to apps and programs.

'cause,..
I'll download that app,..
...rip it apart,..
...glue it back together,..
...toss it in the trash,..
...then,..
...maybe,..
I'll post hints about what i found.
That's my share, my contribution.

I do not profit from this..
I LEARN from this.

..does a "bricklayer" charge admission to watch them work?
..do you need:
a license to see how that "box" you were given is built?
to buy that song your brain has been infected with(involuntarily memorized) from the radio/tv?


Internet Privacy

*See Secure Coding

Secure coding

First and Foremost...
 THERE IS NO SUCH THING AS: "Secure Coding"

Remember these 2 rules:
1.) You make it.. Somebody IS gonna break it. (See rule 2)

2.) The best security is Obfuscation. (See rule 1)

Now, you should see why there is no such thing as secure coding...

JavaScript (and all its' relatives...)
 is only secure when it is locked to read-only mode.
 Usually by password/encryptor key value.
 OK, Now read the 2 rules ..again...



RE: Obfuscation/Obfuscate
making the message confusing, willfully ambiguous, or harder to understand.
to confuse, bewilder, or stupefy.

..just my thoughts and observations of the crapware i see....

Sunday, August 2, 2015

Help for MsWindows Users ..don't care what version you're usin'....


All Browsers that support extensions

-----------------------------------------------------
Avast Online Security ::  www.avast.com
 https://www.avast.com
  Chrome Extension:
       https://chrome.google.com/webstore/detail/avast-online-security/gomekmidlodglbbmalcneegieacbdmki
-----------------------------------------------------
HTTPS Everywhere :: www.eff.org
 https://www.eff.org/https-everywhere
  Chrome Extension:
      https://chrome.google.com/webstore/detail/https-everywhere/gcbommkclmclpchllfjekcdonpmejbdp
-----------------------------------------------------
uBlock Origin ::  github.com/gorhill/uBlock
 https://github.com/gorhill/uBlock
  Chrome Extension:
      https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en
=============================================

Mozilla Only Browsers (all the dinosaurs)

-----------------------------------------------------
NoScript
 https://noscript.net/
-----------------------------------------------------
=============================================

Web sites to find help...

-----------------------------------------------------
Avast Antivirus
https://www.avast.com

Malwarebytes
https://www.malwarebytes.org/

VirusTotal
https://www.virustotal.com/

(Every now and then i gotta get reminded....)
Spybot Search and Destroy
http://www.safer-networking.org/

SuperAntiSpyware
http://www.superantispyware.com/

EMSI AntiSpyware
hxxps://www.emsisoft.com/

(Some Useful Info sites..)
PCThreat.Com
hxxp://www.pcthreat.com/

MalwareTips
https://malwaretips.com/

BleepingComputers
https://www.bleepingcomputer.com/


What A real blogger site looks like:
http://www.blackviper.com/

nada, zip, zero... well almost..

Not really much gonna go on here.
i just have this space to keep my scrap notes in.
There will be no Rhyme, nor, Reason...
 ..so yeah,..
Good luck tryn' to follow: or, waitn' for an update...
lol
;P

Contact Form

Name

Email *

Message *