Recommended Posts

Just weird that as many ditros as I've tried, I've never come across one that didn't have sudo installed from the get go. I usually stick with debian/slackware based distros. I guess this stable version of Debian IS way behind the times!!

Wheezy is new. It's Squeeze (6.0) that's the old stable version. :)

Just weird that as many ditros as I've tried, I've never come across one that didn't have sudo installed from the get go. I usually stick with debian/slackware based distros. I guess this stable version of Debian IS way behind the times!!

I don't recall debian ever having sudo installed by default. If you use a derivative - that derivative probably installed it.

Personally, I only really use linux for servers, and I'd never put unstable/not thoroughly tested software into production - hence why I stick to the stable branch.

Just weird that as many ditros as I've tried, I've never come across one that didn't have sudo installed from the get go. I usually stick with debian/slackware based distros. I guess this stable version of Debian IS way behind the times!!

Debian has sudo, just you aren't added to the sudo user by default.

Debian has sudo, just you aren't added to the sudo user by default.

I had to install it manually when i installed Debian 7 with XFCE

I am really liking Debian, i moved from fedora after getting annoyed with little things going wrong

Debian seems faster and a lot more stable

I had to install it manually when i installed Debian 7 with XFCE

I am really liking Debian, i moved from fedora after getting annoyed with little things going wrong

Debian seems faster and a lot more stable

Ah, because it is installed in Gnome. That might be it.

I had to install it manually when i installed Debian 7 with XFCE

I am really liking Debian, i moved from fedora after getting annoyed with little things going wrong

Debian seems faster and a lot more stable

Yes,

That's what I used also, XFCE. Personally, don't care if I have to use su or sudo, just caught me off guard and I SUCK at the command line anyway. In fact, despise it!!

Would you recommend this for a Linux noob?

I'm using Ubuntu and have also tried out Linux Mint.

I'd recommend ANYTHING over that bloated Ubuntu!! It's not bad for getting your feet wet, but that's about it, IMO.

I'm gone for now folks but DEFINITELY appreciate the replies and help!! :)

Thank you

While it is certainly possible to install Debian without sudo, the Debian Installer will install it for you and give the user you setup during the installation sudo privileges if you do not enter a root password when prompted by the installer (effectively preventing anyone from logging into the root account directly). Although this behavior is clearly noted in both the installation manual and in the description of the root password box in the installer itself, I can understand how you missed it; many people do. Also, while it is possible to add yourself directly to the sudoers file via visudo like many others have mentioned, there is a much easier method provided by the default Debian sudoers file: the sudo group. Rather than editing the file directly, all you must do is add any user you wish to have administrative privileges to the sudo group.


# Become root.
su -

# Install sudo and its optional support packages.
apt-get install sudo gksu

# Add yourself to the sudo group if you have not done so already. This must be done from a root prompt.
usermod -a -G sudo cork1958

# Reboot to make the changes take affect.
# Technically a reboot is not necessary, but there would be more steps if you did not reboot; this is easier.
reboot

# gksu is the utility that graphically prompts for superuser access before launching applications or changing settings that require elevated privileges.
# When you specify a root password in the installer, gksu will be configured to prompt for a root password.
# With sudo enabled you want gksu to prompt for your user password instead, then try to elevate privileges using sudo.
# Run gksu-properties and change "Authentication mode" to "sudo" and "Grab mode" to "enable".
# This must be run as your user, NOT as root.
gksu-properties
[/CODE]

Holy smokes!

You made that so simple xorangekiller, a monkey could've followed that! And I did!! :)

You obviously read the part where I said I'm a completer command line illiterate and despise it. That's wording it a little strong, but I'm just not into that.

Now, back tot that flash issue.

Thank you

Well, I sure as heck hope he's good enough, or anyone else, to help get this flash player issue resolved. ;)

Really liking this distro of Linux and would hate to get so frustrated that I resort to reinstalling Windows back on this machine. This machine is flying faster than it ever has. It's never really any version of Windows I've had on it, for some reason. Personally, I think this crap AMD processor is the culprit.

Now, back tot that flash issue.

I can give you a procedure for installing Adobe Flash Player 10.3 on your computer, but I need a few more details first. Are you running the 32-bit (i386) or 64-bit (AMD64) version of Wheezy? Which browser do you primarily use?

32bit, (i386), Wheezy and use Iceweasel, Opera and Chrome about equally. Actually, probably Opera mostly.

Hope you can make this as easy as that first procedure! Atually, I know it's not totally difficult, but like I said before I'm TOTALLY illiterate with command line stuff!

Thank you

I'm still not convinced that installing an old version of Adobe Flash Player is the right solution, but I do have a method for installing Adobe Flash Player 10.3 for Opera 12.15 in Debian Wheezy i386.

Sources:

Opera 12.15 for Linux i386

Archived versions of Adobe Flash Player

Installation of Plug-ins for Opera on Linux

Procedure:


# Optionally move to your downloads folder before you start to download anything.
# Even if you chose not to do this, you will still need to be in a writable directory (such as /tmp or ~).
cd ~/Downloads

# Install the latest version of Opera 12.
# Obviously if you already have Opera installed you may skip this step.
wget http://mirror.us.leaseweb.net/opera/linux/1215/opera_12.15.1748_i386.deb
sudo apt-get install gdebi
sudo gdebi -n opera_12.15.1748_i386.deb

# Remove the latest version of Adobe Flash Player from the repository.
sudo apt-get purge flashplugin-nonfree

# Install the latest archived version of Adobe Flash Player 10.3.
# Although it would be possible to install it for all browsers, it is somewhat simpler to install it locally for a single browser.
# In this case we will install it specifically for the current user's installation of Opera 12.
wget http://download.macromedia.com/pub/flashplayer/installers/archive/fp_10.3.183.86_archive.zip
unzip fp_10.3.183.86_archive.zip
pushd fp_10.3.183.86_archive/10_3_r183_86
tar -xzf flashplayer_10_3r183_86_linux.tar.gz
mkdir -p ~/.opera/plugins
cp libflashplayer.so ~/.opera/plugins
popd
rm -rf fp_10.3.183.86_archive

# Open Opera and navigate to the plugins page.
# After a few seconds you should see "Shockwave Flash 10.3 r183" listed as an installed plugin.
opera 'opera:plugins'
[/CODE]

[b]Screenshot:[/b]

bd7de2955905f66c21ba8a5c904b1f93.png

I hear you there about this NOT being the best thing to do as we all know how insecure/buggy flash has always been, but I do need it for my weather sites. In one of my searches for trying to figure this out on my own, as far as flash on a computer that doesn't have/support SSE, I think I remember seeing where this has been a known issue for over 2 years? Ridiculous, if I'm remembering correctly.

I thank you very much for the help and will let you know how it turns out. Could take a few days before I'm back on that computer, but will let you know, regardless. If I get up early enough tomorrow, might have time to try it then.

Thanks again!!

Is 3d acceleration working correctly with virtual machines yet? For a while, you'd get no background and other effects. I installed latest Ubuntu but now the previous missing parts are displaying but it's not displaying the mouse.

I've had decent results with VMWare anyway, both Linux guest, Winders host and the other way around... even did some passable gaming as a larf in a Win8 VM. VirtualBox is workable too but (at least on my hardware) VMWare's 3D acceleration is much better and gave me a lot less headaches.

Is it possible during the installation process to add/change repositories, and install non-free items (Intel iwl4965 WiFi card, Ricoh R5C822 card reader)?

Yes, you can add non-free firmware during installation. There are netboot images available that have the firmware available, or you can download it from here and place it in the firmware directory on a flash drive to make it available during installation.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Wow, Microsoft IS cooking lately... This only shows that they COULD improve, they just chose not to for whatever reasons. That obsession with AI was destroying them from the inside out.
    • BATorrent 4.1.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 4.1.0 release notes: A community-driven release: everything here came straight from your reports and requests. It closes the remaining gaps with qBittorrent and fixes the Windows settings/tray/splash issues several of you hit. Fixed Settings now actually save. A whole class of preferences — speed limits (and the alternative limits), max active downloads, seed ratio, listen port, max connections, DHT/uTP/encryption, VPN interface, kill switch and proxy — weren't being persisted and reset to defaults on every launch. They now round-trip correctly. (Thanks to everyone who reported "the upload limit always goes back to 0".) Splash and tray toggles stick on Windows. Turning off the startup animation (or "close to tray") no longer reverts — the Windows registry stored these booleans as integers and the UI was misreading them. Close-to-tray hint. The first time the window hides to the tray you get a one-time notification, so the app doesn't look like it vanished (Windows 11 tucks new tray icons into the overflow). macOS Dock icon size. The icon filled its canvas edge-to-edge and rendered larger than neighbouring apps; it now uses the standard safe-area padding. Native file picker language. The "Torrent file / All files" filter in the open dialog follows the app language instead of being hard-coded. Added — qBittorrent parity Alternative speed limits toggle — a turtle button in the toolbar flips your throttled limits on/off instantly, independent of the scheduler. Follow system theme — switch light/dark automatically with the OS (Settings → Appearance). Pre-allocate disk space — reserve the full file size up front to reduce fragmentation (Settings → Downloads). Recheck data on add — optionally force a hash check when adding a torrent, so existing or partial files on disk are detected. Port status indicator — a 🔴 dot in the status bar shows whether your listen port looks reachable (UPnP/NAT-PMP + listen state; fully local, no external check). Add torrent from URL — File → Add torrent from URL (Ctrl+U) fetches a remote .torrent and routes it through the normal add dialog. Export .torrent — right-click a torrent → Export .torrent to save its metadata file. Already there (in case you missed it) Watch folder — auto-add .torrent files dropped into a monitored directory (Settings → Files). This release just surfaces it. Incomplete files already carry a .!bt suffix until they finish. Under the hood Regression tests for the settings-persistence and Windows boolean bugs. A new Qt Quick Test harness covering the startup splash and the design-system widgets. Download: BATorrent 4.1.0 | 37.5 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Disabling open on hover, great! That was so stupid! They need to do a fix, where if a network share is disconnected, it doesn't hang when opening "This PC" for 20 seconds.
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      162
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      78
  • Tell a friend

    Love Neowin? Tell a friend!