Login
Discover
Waves
Communities
Login
Signup
deleted
@mlibregop
30
Followers
25
Following
19
Follow
Email digest
Resource Credits
Available
Used
Created
2019-03-26 11:58
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
mlibregop
dtube
7y
How to install grub 2 on a UEFI system on Arch Linux
Install grub 2 on a UEFI system, EFI partition, on Arch Linux Commands: sudo pacman -S grub efibootmgr sudo mount /dev/sdxx /mnt # /dev/sdxx is your EFI partition. sudo grub-install --target=x86_64-efi
$ 0.000
1
mlibregop
dtube
7y
How to copy a file with input output error using dd
How to copy a file while skipping input and output error using dd command in Linux. Commands: dd if=file.mkv of=/home/file_output.mkv conv=noerror,sync bs=4M; sync ▶️ DTube ▶️ IPFS
$ 0.000
4
mlibregop
dtube
7y
How to configure proxy server for Chromium browser
How to configure a proxy server for Chromium browser. Commands: chromium-browser --proxy-server="socks5://127.0.0.1:999" ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
How to fix apt get Release file expired error
How to fix apt-get Release file expired error. Commands: sudo apt-get update -o Acquire::Check-Valid-Until=false ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
How to change screen gamma in Linux using terminal
How to change screen gamma value in Linux using Terminal. Commands: xgamma -gamma 0.8 xgamma -gamma 1 ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Set screen brightness using terminal
Set screen brightness in Linux using Terminal. Commands: sudo nano /sys/class/backlight/radeon_bl0/brightness ▶️ DTube ▶️ IPFS
mlibregop
linux
7y
Connect WIFI from Linux terminal using nmcli
Connect to a WIFI from Linux terminal using nmcli command line tools. Commands: nmcli dev status nmcli device wifi list nmcli con up conn_profile nmcli con down conn_profile nmcli dev wifi connect 125_Left
← Latest