Login
Discover
Waves
Communities
Login
Signup
Digital Bytes
@digitalbytes
25
A place for my technical notes about Linux. From the basics to the advanced.
Followers
20
Following
3
Follow
Resource Credits
Available
Used
Website
https://ubuntu-rage.blogspot.com
Created
2018-04-23 02:36
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
digitalbytes
printer
2018-04-23 04:13
!
New account with an unverified outbound link, Reveal content
An episode from my tech series Digital Bytes
$ 0.000
0
1
digitalbytes
linux
2018-04-23 04:07
Using an existing SSH Server as a proxy.
Ok this one is assuming that you already have an SSH connection that you use to access your computer. This allows you to use your SSH server as a proxy. ssh -p (remoteport) -D (portforsocks) (remotehost)
$ 0.000
0
digitalbytes
linux
2018-04-23 03:58
!
New account with an unverified outbound link, Reveal content
DTV on Linux
I had to use w_scan (sudo apt-get install w-scan) to build a conf file to have the channels for vlc: w_scan -c US -X > channels.conf US for united states updating, switching off of MeTV will update
digitalbytes
linux
2018-04-23 03:44
How to disable a laptop touchpad on Linux
Or any input device for that matter. Install xinput: sudo apt-get install xinput xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳
digitalbytes
linux
2018-04-23 03:38
Linux X11 Forwarding over SSH
ssh -X -Y user@server Use this to run applications on your local computer from the SSH server. Means that programs you have not installed can run if they are installed on the server.
digitalbytes
technology
2018-04-23 02:54
New to STEEM!
Going to try out Steem for my blog and see how it goes!