Skip to content
ClassicPress on The Wardrobe...
Skip to content
  • Home
  • Buy me a coffee?
  • Privacy Policy
Home Archive by category "Command_Line"

Category: Command_Line

Bluetooth fix. Plasma. Bluedevil. Some of the bluez-utils tools got deprecated. hcitool scan no longer works.

So my wife tells me “My bluetooth isn’t working…” This is her way of saying “I love you“. She knows that I love troubleshooting stuff….

Continue reading

AndrzejL 1 June 2017 1 June 2017Command_Line, Fixing Stuff 0

How to replace a string in your mysql database with another string.

Hi there. It always kept pissing me off… For example… I had 150 entries in my RSS from domain website.com but every few months that…

Continue reading

AndrzejL 12 November 2016 12 November 2016Backup, Bash, Command_Line, httpd, mysql 0

Downloading videos from YouTube in video and audio only format…

Hi there. Want to be able to download single files, playlists or even entire channels? Want audio in MP3 format only? Good… 1) Install ffmpeg…

Continue reading

AndrzejL 14 August 2016 14 August 2016Command_Line, Media 0

One line to rule them all – Opennic DNSCrypt setup.

IF its your first time DNSCrypt attempt install dnscrypt and bind tools packages: pacman -S dnscrypt-proxy bind-tools and run this: echo ‘nameserver 127.0.0.1’ > /etc/resolv.conf.head…

Continue reading

AndrzejL 11 August 2016 11 August 2016Command_Line, DNS, DNSCrypt, OneLiners 0

[SOLVED] Enable word wrap (and soft word wrap) in nano text editor…

Hi all. I have noticed this ages ago and it annoyed the BeeGeeses out of me. When You enter a long line of text in…

Continue reading

AndrzejL 5 September 2015 5 September 2015Command_Line, Config_Files, Fixes 0

[SOLVED] The fastest way to extract .ISO file under Linux?

Hi there. This worked for me: su pacman -S p7zip exit 7z x /path/to/file.iso It worked even when the k3b refused to burn the image….

Continue reading

AndrzejL 1 November 2014 1 November 2014Command_Line 0

My 16 gigs Corsair Flash Voyager GT has died…

Hi folks. My 16 gigs Corsair Flash Voyager GT has died… No biggie. I am not writing this to complain or cry out. It’s gonna…

Continue reading

AndrzejL 21 June 2014 21 June 2014Command_Line

How to find all the empty folders inside a current folder using terminal? How to filter the output of the command to only show folders that name DOES NOT match a certain pattern?

Hi. How to find all the empty folders inside a current folder using terminal? How to filter the output of the command to only show…

Continue reading

AndrzejL 21 June 2014 21 June 2014Command_Line

Changing the default command line text editor to Your favorite one.

Changing the default command line text editor to Your favorite one. How? Edit ~/.bashrc and add this: export EDITOR=mcedit after this line: # User specific…

Continue reading

AndrzejL 20 June 2014 20 June 2014Command_Line

Convert .pdf file from color to grayscale with 1 command.

Hi there. Convert .pdf file from color to grayscale with 1 command: gs -sOutputFile=./output.pdf -sDEVICE=pdfwrite -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH ./input.pdf And You’re all done….

Continue reading

AndrzejL 21 May 2014 21 May 2014Command_Line
  • Recent Posts

    • Protect your Nginx powered ClassicPress / WordPress login page against brute-force password attacks using fail2ban on Debian based Linux 29 October 2022
    • How to take a full page screenshot in Google Chrome 13 August 2022
    • Valheim BepinEX InSlimVML BuildShare Mods Installation 11.07.2022 11 July 2022
    • Acer One 10 S1002 64 bit Atom CPU but 32 EFI bootloader plus ElementaryOS 6 Odin 19 June 2022
    • SOLVED! The frustration is real… Acer One 10 S1002 64 bit Atom CPU but 32 EFI bootloader plus ElementaryOS Linux 6.x equals EFI shell after installation. 13 August 2021
    • Disable “Early Access Build” message in ElementaryOS 6 Beta 5 May 2021
    • RSS TEST 22 April 2018
    • Daaaaaaamn… SSHFS… Just when I thought it couldn’t get any better… Self-reconnecting SSHFS after connection dropped. 28 January 2018
    • [SOLVED] Macbook Pro 2011 A1286 + Arch Linux = TG3 module fails miserably when under load. 28 January 2018
    • I was blaming poor ubuntu 17.10 for the cups server issues… Turns out Arch Linux and lib32-glibc was the culprit… 12 September 2017
    • How to enable thumbnails in Windows 10? 26 August 2017
    • We are sorry drkonqi closed unexpectedly… 7 June 2017
    • Bluetooth fix. Plasma. Bluedevil. Some of the bluez-utils tools got deprecated. hcitool scan no longer works. 1 June 2017
    • How to replace a string in your mysql database with another string. 12 November 2016
    • How to figure out channel ID on YouTube? 14 August 2016
    • How to subscribe to a YouTube channel using RSS feed reader. 14 August 2016
    • Downloading videos from YouTube in video and audio only format… 14 August 2016
    • One line to rule them all – Opennic DNSCrypt setup. 11 August 2016
    • I really dislike myself for agreeing with this video… 7 July 2016
    • What the fuck are Plasma devs doing? 19 April 2016
    • Homemade fruity awesomeness… MUFFINS! 17 March 2016
    • DKMS systemd startup service has been removed, modules building is now handled by alpm hooks at install time. Startup modules loading must be done via modules-load.d. 6 March 2016
    • Racuchy… 24 January 2016
    • [SOLVED] Enable word wrap (and soft word wrap) in nano text editor… 5 September 2015
    • [SOLVED] Since 1.6.0-2 the conf.d file is no longer in use. We have enabled systemd support and providing upstream systemd units. You will need to use the systemd way (overriding in /etc/systemd/system/dnscrypt-proxy.{service,socket}.d) to apply your customization. 12 August 2015
    • Adding ‘Play content of this folder as DVD video in SMPlayer.’ entry to the right click menu in Thunar. 8 August 2015
    • [SOLVED] I have upgraded systemd from xxx to xxy but during boot it shows version xxx… 2 August 2015
    • [SOLVED] Convert video with ffmpeg so that its playable in OwnCloud and Piwigo (with VideoJS enabled). 21 June 2015
    • [SOLVED] Converting any video to the Nokia N73 playable container. Setting up / fixing WinFF presets. 29 March 2015
    • [SOLVED] Finding network hosts / devices from Microsoft Windows CMD line. 26 March 2015
  • Recent Comments

    • AndrzejL on Acer One 10 S1002 64 bit Atom CPU but 32 EFI bootloader plus ElementaryOS 6 Odin
    • Adrianne Quintal on Acer One 10 S1002 64 bit Atom CPU but 32 EFI bootloader plus ElementaryOS 6 Odin
    • thehappeningguy on RSS TEST
    • AndrzejL on How to enable thumbnails in Windows 10?
    • A Man Has No Name on How to enable thumbnails in Windows 10?
  • Archives

    • October 2022
    • August 2022
    • July 2022
    • June 2022
    • August 2021
    • May 2021
    • April 2018
    • January 2018
    • September 2017
    • August 2017
    • June 2017
    • November 2016
    • August 2016
    • July 2016
    • April 2016
    • March 2016
    • January 2016
    • September 2015
    • August 2015
    • June 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • October 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
    • May 2014
    • April 2014
    • March 2014
    • February 2014
    • January 2014
    • December 2013
    • August 2013
    • April 2013
    • March 2013
    • January 2013
    • December 2012
    • November 2012
    • October 2012
    • September 2012
    • August 2012
    • July 2012
    • June 2012
    • May 2012
    • April 2012
    • March 2012
    • February 2012
    • January 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • March 2011
    • February 2011
    • January 2011
    • October 2010
    • August 2010
  • Categories

    • 10
    • Acer
    • Adblock_Plus_Filters
    • Applications_I_Use
    • Arch_Linux
    • Backup
    • Bash
    • Benchmark
    • BepInEx
    • Bitlbee
    • Bluetooth
    • Bugsology
    • BuildShare
    • Cannon
    • clamstuff
    • Command_Line
    • Config_Files
    • Cool_Story_Bro
    • Crapology
    • Cron
    • CUPS
    • Debianish
    • DNS
    • DNSCrypt
    • DVD
    • ElementaryOS
    • Fail2Ban
    • ffmpeg
    • Firefox
    • Fixes
    • Fixing Stuff
    • Foodz_I_Like
    • Games
    • Google Chrome
    • Howtoology
    • httpd
    • Info
    • Infology
    • InSlim
    • Kaffeine
    • KDEology
    • Laptop
    • Linkology
    • Linux
    • Loose_Thoughts
    • Making_Life_Easier
    • Media
    • Microsoft
    • Microsoft_Windows
    • Mods
    • Mozilla
    • mysql
    • Network
    • Not_Sure_Yet
    • Odin
    • OneLiners
    • OpenDNS
    • OpenVPN
    • Pacman_And_Yaourt
    • Piwigo
    • Rantology
    • Rants
    • RSS
    • S1002
    • Sadnessology
    • Screen & Irssi
    • Screenshot
    • Security
    • Shorewall
    • Skype
    • SMPlayer
    • SSH
    • Steam
    • Systemd
    • Uncategorized
    • URLs
    • Valheim
    • Valve
    • Video
    • Videoology
    • VirtualBox
    • Windows
    • Wordpress
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
Yadda Yadda Yadda blah blah blah...
Powered by Tempera & WordPress.